2022-11-23T00:48:12.9208125Z Requested labels: linux.2xlarge 2022-11-23T00:48:12.9208220Z Job defined at: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/heads/master 2022-11-23T00:48:12.9208251Z Waiting for a runner to pick up this job... 2022-11-23T00:48:14.2065217Z Job is about to start running on the runner: i-05207239863d2d570 (organization) 2022-11-23T00:48:17.4532424Z Current runner version: '2.299.1' 2022-11-23T00:48:17.4538103Z Runner name: 'i-05207239863d2d570' 2022-11-23T00:48:17.4538607Z Runner group name: 'Default' 2022-11-23T00:48:17.4539173Z Machine name: 'ip-10-0-9-18' 2022-11-23T00:48:17.4541422Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T00:48:17.4542132Z Actions: write 2022-11-23T00:48:17.4542573Z Checks: write 2022-11-23T00:48:17.4542854Z Contents: write 2022-11-23T00:48:17.4543251Z Deployments: write 2022-11-23T00:48:17.4543576Z Discussions: write 2022-11-23T00:48:17.4543911Z Issues: write 2022-11-23T00:48:17.4544252Z Metadata: read 2022-11-23T00:48:17.4544599Z Packages: write 2022-11-23T00:48:17.4544912Z Pages: write 2022-11-23T00:48:17.4545234Z PullRequests: write 2022-11-23T00:48:17.4545661Z RepositoryProjects: write 2022-11-23T00:48:17.4546035Z SecurityEvents: write 2022-11-23T00:48:17.4546387Z Statuses: write 2022-11-23T00:48:17.4546700Z ##[endgroup] 2022-11-23T00:48:17.4549883Z Secret source: Actions 2022-11-23T00:48:17.4550531Z Prepare workflow directory 2022-11-23T00:48:17.5168851Z Prepare all required actions 2022-11-23T00:48:17.5325849Z Getting action download info 2022-11-23T00:48:17.7284921Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T00:48:17.9910755Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T00:48:23.3438356Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T00:48:23.6073018Z Getting action download info 2022-11-23T00:48:23.8027012Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T00:48:23.9962623Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml 2022-11-23T00:48:23.9964225Z ##[group] Inputs 2022-11-23T00:48:23.9964536Z build-environment: linux-bionic-cuda11.7-py3.10-gcc7-no-ops 2022-11-23T00:48:23.9964898Z docker-image-name: pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7 2022-11-23T00:48:23.9965476Z build-generates-artifacts: true 2022-11-23T00:48:23.9965706Z build-with-debug: false 2022-11-23T00:48:23.9965893Z sync-tag: 2022-11-23T00:48:23.9966063Z cuda-arch-list: 5.2 2022-11-23T00:48:23.9966251Z runner: linux.2xlarge 2022-11-23T00:48:23.9966432Z test-matrix: 2022-11-23T00:48:23.9966607Z ##[endgroup] 2022-11-23T00:48:23.9967194Z Complete job name: linux-bionic-cuda11.7-py3.10-gcc7-no-ops / build 2022-11-23T00:48:24.0714751Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T00:48:24.0715034Z with: 2022-11-23T00:48:24.0715535Z github-secret: *** 2022-11-23T00:48:24.0715735Z activate-with-label: false 2022-11-23T00:48:24.0715933Z label: with-ssh 2022-11-23T00:48:24.0716131Z remove-existing-keys: true 2022-11-23T00:48:24.0716316Z ##[endgroup] 2022-11-23T00:48:24.1469484Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T00:48:24.1626597Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T00:48:24.1626859Z with: 2022-11-23T00:48:24.1627035Z submodules: recursive 2022-11-23T00:48:24.1627222Z fetch-depth: 0 2022-11-23T00:48:24.1627387Z ##[endgroup] 2022-11-23T00:48:24.1832487Z ##[group]Run retry () { 2022-11-23T00:48:24.1832746Z retry () { 2022-11-23T00:48:24.1833006Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T00:48:24.1833211Z } 2022-11-23T00:48:24.1833399Z echo "${GITHUB_WORKSPACE}" 2022-11-23T00:48:24.1833616Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T00:48:24.1833843Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:24.1834033Z else 2022-11-23T00:48:24.1834359Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:24.1834556Z fi 2022-11-23T00:48:24.1834725Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T00:48:24.1849953Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:48:24.1850330Z env: 2022-11-23T00:48:24.1850483Z NO_SUDO: 2022-11-23T00:48:24.1850659Z ##[endgroup] 2022-11-23T00:48:24.1941384Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:24.2258908Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T00:48:24.2259133Z with: 2022-11-23T00:48:24.2259330Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:48:24.2259523Z fetch-depth: 0 2022-11-23T00:48:24.2259705Z submodules: recursive 2022-11-23T00:48:24.2259891Z quiet-checkout: true 2022-11-23T00:48:24.2260075Z repository: pytorch/pytorch 2022-11-23T00:48:24.2260399Z token: *** 2022-11-23T00:48:24.2260575Z ssh-strict: true 2022-11-23T00:48:24.2260757Z persist-credentials: true 2022-11-23T00:48:24.2260949Z clean: true 2022-11-23T00:48:24.2261115Z lfs: false 2022-11-23T00:48:24.2261281Z set-safe-directory: true 2022-11-23T00:48:24.2261472Z ##[endgroup] 2022-11-23T00:48:24.3346288Z Syncing repository: pytorch/pytorch 2022-11-23T00:48:24.3347650Z ##[group]Getting Git version info 2022-11-23T00:48:24.3348081Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:24.3348534Z [command]/usr/bin/git version 2022-11-23T00:48:24.3348731Z git version 2.37.1 2022-11-23T00:48:24.3349248Z ##[endgroup] 2022-11-23T00:48:24.3359923Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6ccbb698-0eb6-42cb-a602-5742c27ed723' before making global git config changes 2022-11-23T00:48:24.3360362Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T00:48:24.3360827Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:24.3389842Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:24.3393657Z ##[group]Initializing the repository 2022-11-23T00:48:24.3395984Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:24.3420346Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T00:48:24.3420912Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T00:48:24.3421506Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T00:48:24.3421856Z hint: 2022-11-23T00:48:24.3422139Z hint: git config --global init.defaultBranch 2022-11-23T00:48:24.3422349Z hint: 2022-11-23T00:48:24.3422626Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T00:48:24.3422999Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T00:48:24.3423234Z hint: 2022-11-23T00:48:24.3423426Z hint: git branch -m 2022-11-23T00:48:24.3423793Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T00:48:24.3429528Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T00:48:24.3456532Z ##[endgroup] 2022-11-23T00:48:24.3456901Z ##[group]Disabling automatic garbage collection 2022-11-23T00:48:24.3459788Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T00:48:24.3482531Z ##[endgroup] 2022-11-23T00:48:24.3483934Z ##[group]Setting up auth 2022-11-23T00:48:24.3490243Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T00:48:24.3515623Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T00:48:24.3769773Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T00:48:24.3794382Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T00:48:24.4027214Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:48:24.4065302Z ##[endgroup] 2022-11-23T00:48:24.4065795Z ##[group]Fetching the repository 2022-11-23T00:48:24.4071601Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T00:49:15.3743879Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T00:49:15.3765190Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:15.3771272Z ##[endgroup] 2022-11-23T00:49:15.3771806Z ##[group]Determining the checkout info 2022-11-23T00:49:15.3772283Z ##[endgroup] 2022-11-23T00:49:15.3772775Z ##[group]Checking out the ref 2022-11-23T00:49:15.3775152Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:16.6365535Z ##[endgroup] 2022-11-23T00:49:16.6366122Z ##[group]Setting up auth for fetching submodules 2022-11-23T00:49:16.6371037Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:49:16.6412764Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T00:49:16.6437840Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T00:49:16.6463242Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T00:49:16.6485804Z ##[endgroup] 2022-11-23T00:49:16.6486203Z ##[group]Fetching submodules 2022-11-23T00:49:16.6489331Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T00:49:16.6734096Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T00:49:16.6971513Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T00:49:16.6972797Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T00:49:16.6975282Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T00:49:16.6977997Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T00:49:16.6980561Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T00:49:16.6983403Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T00:49:16.6986091Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T00:49:16.6989048Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T00:49:16.6992170Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T00:49:16.6995617Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T00:49:16.6998808Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T00:49:16.7002087Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T00:49:16.7005981Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T00:49:16.7009154Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T00:49:16.7013000Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T00:49:16.7016841Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T00:49:16.7020658Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T00:49:16.7024627Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:49:16.7028581Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T00:49:16.7032872Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T00:49:16.7037132Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T00:49:16.7041503Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T00:49:16.7045929Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T00:49:16.7050409Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T00:49:16.7055224Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T00:49:16.7062548Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T00:49:16.7067305Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T00:49:16.7072165Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T00:49:16.7077279Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T00:49:16.7082413Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T00:49:16.7087647Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T00:49:16.7093074Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T00:49:16.7098744Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T00:49:16.7104210Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T00:49:16.7109859Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T00:49:16.7115659Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T00:49:16.7121580Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T00:49:16.7127365Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T00:49:16.7133567Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T00:49:16.7140082Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T00:49:16.7146361Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T00:49:16.7169576Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T00:49:16.9626804Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T00:49:17.1744287Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T00:49:17.3706269Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T00:49:17.6438326Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T00:49:17.9028028Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T00:49:19.8738481Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T00:49:25.8916669Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T00:49:26.2474923Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T00:49:26.7230459Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T00:49:28.1140413Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T00:49:29.1557133Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T00:49:30.5445675Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T00:49:35.6898409Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T00:49:36.3531181Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T00:49:37.7768132Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T00:49:38.8746666Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T00:49:39.0519685Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T00:49:39.4864166Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T00:49:39.7968954Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T00:49:40.8008616Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T00:49:41.2328769Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T00:49:41.4160953Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T00:49:41.6585994Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T00:49:42.9410510Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T00:49:43.3251743Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T00:49:43.6798540Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T00:49:49.4475425Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T00:49:51.1385483Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T00:49:51.5609753Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T00:49:51.8090347Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T00:49:57.1941762Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T00:49:57.3751527Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T00:49:57.6213645Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T00:49:58.4033127Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T00:49:58.5977221Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T00:49:58.9321162Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T00:49:59.2302430Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T00:49:59.7574448Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T00:50:01.7976706Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T00:50:02.4753682Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T00:50:04.8553532Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T00:50:04.8647840Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T00:50:04.8720348Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T00:50:04.8922672Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T00:50:04.9122355Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T00:50:04.9441374Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T00:50:05.4906732Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T00:50:05.5092688Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:05.5994497Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T00:50:05.6306260Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T00:50:05.8939032Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T00:50:06.2639805Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T00:50:06.4866522Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T00:50:06.5279090Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T00:50:06.5292532Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:06.5294709Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:06.5297429Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:06.5299835Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:06.5321738Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T00:50:07.4668605Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T00:50:08.0003712Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T00:50:09.0766310Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T00:50:09.3884303Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T00:50:09.4793365Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T00:50:09.5328538Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T00:50:09.5418652Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T00:50:09.6249985Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T00:50:09.6574436Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T00:50:09.6653873Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T00:50:09.7014862Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T00:50:09.7230468Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T00:50:09.7652779Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T00:50:09.7756128Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T00:50:09.7767759Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:09.7788231Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T00:50:17.7507884Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T00:50:17.7523364Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:17.7545299Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T00:50:25.7128579Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T00:50:25.7220264Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T00:50:25.7344658Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T00:50:25.8186249Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T00:50:25.8200861Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:25.8202885Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:25.8225232Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T00:50:27.0140090Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T00:50:28.0652636Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T00:50:28.1151617Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T00:50:28.1334346Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T00:50:28.1459211Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T00:50:28.2421039Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T00:50:28.4633160Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T00:50:28.4658171Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:28.4660270Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:28.4682675Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:28.8443818Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:29.6557800Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:29.6843533Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T00:50:29.6980981Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T00:50:29.6992864Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:29.7013957Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T00:50:31.5821706Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T00:50:31.5839164Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:31.5841108Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:31.5863931Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:31.9645637Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:32.8256598Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T00:50:32.8846219Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T00:50:32.8859232Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:32.8879142Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T00:50:33.1428195Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:33.1506722Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T00:50:33.3816323Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T00:50:33.3834299Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:33.3836045Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:33.3858861Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T00:50:33.7797966Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T00:50:34.7963444Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T00:50:34.8583635Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T00:50:34.8657646Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T00:50:34.8751006Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T00:50:34.9048221Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T00:50:34.9124191Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T00:50:34.9374227Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T00:50:34.9457219Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T00:50:34.9850593Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T00:50:35.0856131Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T00:50:35.1090385Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T00:50:35.1103358Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:35.1105142Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:35.1107204Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:35.1109293Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:35.1130998Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T00:50:36.1394263Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T00:50:36.4168064Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T00:50:37.5747900Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T00:50:38.4339226Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T00:50:38.4469777Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T00:50:38.5052443Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T00:50:38.5293970Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T00:50:38.5306052Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:38.5326131Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T00:50:38.7471792Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:38.8679523Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T00:50:38.8712929Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T00:50:38.8960574Z Entering 'android/libs/fbjni' 2022-11-23T00:50:38.8992645Z Entering 'third_party/FP16' 2022-11-23T00:50:38.9026056Z Entering 'third_party/FXdiv' 2022-11-23T00:50:38.9058189Z Entering 'third_party/NNPACK' 2022-11-23T00:50:38.9091947Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:38.9125773Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:38.9158994Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:38.9202147Z Entering 'third_party/benchmark' 2022-11-23T00:50:38.9236003Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:38.9269199Z Entering 'third_party/cub' 2022-11-23T00:50:38.9302472Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:38.9341579Z Entering 'third_party/cutlass' 2022-11-23T00:50:38.9380890Z Entering 'third_party/eigen' 2022-11-23T00:50:38.9415257Z Entering 'third_party/fbgemm' 2022-11-23T00:50:38.9448546Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:38.9480761Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:38.9513031Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:38.9546326Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:38.9579579Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:38.9614053Z Entering 'third_party/fmt' 2022-11-23T00:50:38.9646498Z Entering 'third_party/foxi' 2022-11-23T00:50:38.9679543Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:38.9712435Z Entering 'third_party/gloo' 2022-11-23T00:50:38.9745279Z Entering 'third_party/googletest' 2022-11-23T00:50:38.9779896Z Entering 'third_party/ideep' 2022-11-23T00:50:38.9811492Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:38.9849354Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:38.9889284Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:38.9922199Z Entering 'third_party/ittapi' 2022-11-23T00:50:38.9955706Z Entering 'third_party/kineto' 2022-11-23T00:50:38.9988337Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:39.0021330Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:39.0055786Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:39.0088890Z Entering 'third_party/neon2sse' 2022-11-23T00:50:39.0121072Z Entering 'third_party/nlohmann' 2022-11-23T00:50:39.0154984Z Entering 'third_party/onnx' 2022-11-23T00:50:39.0197713Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.0231732Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.0267060Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:39.0299891Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:39.0335749Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.0366844Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.0399653Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.0436062Z Entering 'third_party/pocketfft' 2022-11-23T00:50:39.0468101Z Entering 'third_party/protobuf' 2022-11-23T00:50:39.0503643Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:39.0536679Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:39.0570874Z Entering 'third_party/psimd' 2022-11-23T00:50:39.0603891Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:39.0636983Z Entering 'third_party/pybind11' 2022-11-23T00:50:39.0669813Z Entering 'third_party/python-enum' 2022-11-23T00:50:39.0704381Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:39.0738239Z Entering 'third_party/python-six' 2022-11-23T00:50:39.0771275Z Entering 'third_party/sleef' 2022-11-23T00:50:39.0804572Z Entering 'third_party/tbb' 2022-11-23T00:50:39.0839814Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:39.0873974Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:39.0906645Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:39.0940198Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:39.0973228Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:39.1006436Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.1042448Z Entering 'third_party/zstd' 2022-11-23T00:50:39.1085128Z ##[endgroup] 2022-11-23T00:50:39.1085709Z ##[group]Persisting credentials for submodules 2022-11-23T00:50:39.1091093Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-11-23T00:50:39.1340967Z Entering 'android/libs/fbjni' 2022-11-23T00:50:39.1372073Z Entering 'third_party/FP16' 2022-11-23T00:50:39.1404769Z Entering 'third_party/FXdiv' 2022-11-23T00:50:39.1438296Z Entering 'third_party/NNPACK' 2022-11-23T00:50:39.1473002Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:39.1547238Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:39.1547671Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:39.1583972Z Entering 'third_party/benchmark' 2022-11-23T00:50:39.1616251Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:39.1649473Z Entering 'third_party/cub' 2022-11-23T00:50:39.1685104Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:39.1721457Z Entering 'third_party/cutlass' 2022-11-23T00:50:39.1760145Z Entering 'third_party/eigen' 2022-11-23T00:50:39.1793346Z Entering 'third_party/fbgemm' 2022-11-23T00:50:39.1826216Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:39.1858487Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:39.1890052Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:39.1922132Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:39.1953892Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:39.1987370Z Entering 'third_party/fmt' 2022-11-23T00:50:39.2019226Z Entering 'third_party/foxi' 2022-11-23T00:50:39.2050500Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:39.2082611Z Entering 'third_party/gloo' 2022-11-23T00:50:39.2114612Z Entering 'third_party/googletest' 2022-11-23T00:50:39.2148995Z Entering 'third_party/ideep' 2022-11-23T00:50:39.2180125Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:39.2213787Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:39.2252538Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:39.2287659Z Entering 'third_party/ittapi' 2022-11-23T00:50:39.2323765Z Entering 'third_party/kineto' 2022-11-23T00:50:39.2357308Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:39.2393677Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:39.2428746Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:39.2462165Z Entering 'third_party/neon2sse' 2022-11-23T00:50:39.2496795Z Entering 'third_party/nlohmann' 2022-11-23T00:50:39.2531669Z Entering 'third_party/onnx' 2022-11-23T00:50:39.2577584Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.2611412Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.2646842Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:39.2681227Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:39.2717959Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.2750776Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.2782888Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.2818065Z Entering 'third_party/pocketfft' 2022-11-23T00:50:39.2850410Z Entering 'third_party/protobuf' 2022-11-23T00:50:39.2885123Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:39.2918251Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:39.2952216Z Entering 'third_party/psimd' 2022-11-23T00:50:39.2986140Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:39.3019226Z Entering 'third_party/pybind11' 2022-11-23T00:50:39.3051745Z Entering 'third_party/python-enum' 2022-11-23T00:50:39.3085300Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:39.3118042Z Entering 'third_party/python-six' 2022-11-23T00:50:39.3150548Z Entering 'third_party/sleef' 2022-11-23T00:50:39.3185646Z Entering 'third_party/tbb' 2022-11-23T00:50:39.3221851Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:39.3254606Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:39.3286488Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:39.3320106Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:39.3355401Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:39.3388415Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.3423535Z Entering 'third_party/zstd' 2022-11-23T00:50:39.3469508Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-11-23T00:50:39.3721351Z Entering 'android/libs/fbjni' 2022-11-23T00:50:39.3751545Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T00:50:39.3764970Z Entering 'third_party/FP16' 2022-11-23T00:50:39.3796660Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T00:50:39.3810055Z Entering 'third_party/FXdiv' 2022-11-23T00:50:39.3841260Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T00:50:39.3854036Z Entering 'third_party/NNPACK' 2022-11-23T00:50:39.3886053Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T00:50:39.3903199Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:39.3939133Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T00:50:39.3951990Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:39.3985338Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T00:50:39.3999533Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:39.4053546Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T00:50:39.4077211Z Entering 'third_party/benchmark' 2022-11-23T00:50:39.4109854Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:39.4124320Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:39.4154756Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T00:50:39.4169206Z Entering 'third_party/cub' 2022-11-23T00:50:39.4201011Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T00:50:39.4216315Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:39.4246313Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T00:50:39.4265142Z Entering 'third_party/cutlass' 2022-11-23T00:50:39.4297850Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T00:50:39.4317234Z Entering 'third_party/eigen' 2022-11-23T00:50:39.4348092Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T00:50:39.4364509Z Entering 'third_party/fbgemm' 2022-11-23T00:50:39.4396008Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T00:50:39.4409356Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:39.4441231Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T00:50:39.4454656Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:39.4484393Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T00:50:39.4498522Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:39.4528543Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:39.4543919Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:39.4574096Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T00:50:39.4588187Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:39.4620023Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T00:50:39.4635542Z Entering 'third_party/fmt' 2022-11-23T00:50:39.4666684Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T00:50:39.4681151Z Entering 'third_party/foxi' 2022-11-23T00:50:39.4712105Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T00:50:39.4725273Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:39.4756271Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T00:50:39.4769664Z Entering 'third_party/gloo' 2022-11-23T00:50:39.4799967Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T00:50:39.4813460Z Entering 'third_party/googletest' 2022-11-23T00:50:39.4844232Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:39.4858657Z Entering 'third_party/ideep' 2022-11-23T00:50:39.4889505Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T00:50:39.4902864Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:39.4933381Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T00:50:39.4948760Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:39.4979205Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T00:50:39.4998272Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:39.5029417Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T00:50:39.5043597Z Entering 'third_party/ittapi' 2022-11-23T00:50:39.5076162Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T00:50:39.5089447Z Entering 'third_party/kineto' 2022-11-23T00:50:39.5120601Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T00:50:39.5135088Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:39.5166189Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T00:50:39.5179958Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:39.5210583Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T00:50:39.5225678Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:39.5259232Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T00:50:39.5273075Z Entering 'third_party/neon2sse' 2022-11-23T00:50:39.5304054Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T00:50:39.5317373Z Entering 'third_party/nlohmann' 2022-11-23T00:50:39.5349549Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T00:50:39.5364935Z Entering 'third_party/onnx' 2022-11-23T00:50:39.5395772Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T00:50:39.5423618Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.5453180Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:39.5467212Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.5497736Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:39.5513112Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:39.5544727Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T00:50:39.5557723Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:39.5588820Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T00:50:39.5606858Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.5639080Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:39.5652751Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.5684158Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:39.5698367Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.5729038Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T00:50:39.5746743Z Entering 'third_party/pocketfft' 2022-11-23T00:50:39.5778603Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T00:50:39.5793236Z Entering 'third_party/protobuf' 2022-11-23T00:50:39.5824847Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T00:50:39.5841932Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:39.5872709Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:39.5887618Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:39.5918739Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:39.5934310Z Entering 'third_party/psimd' 2022-11-23T00:50:39.5964717Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T00:50:39.5978753Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:39.6009507Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T00:50:39.6024215Z Entering 'third_party/pybind11' 2022-11-23T00:50:39.6053975Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:39.6066736Z Entering 'third_party/python-enum' 2022-11-23T00:50:39.6098850Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T00:50:39.6112015Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:39.6143663Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T00:50:39.6157348Z Entering 'third_party/python-six' 2022-11-23T00:50:39.6190077Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T00:50:39.6203963Z Entering 'third_party/sleef' 2022-11-23T00:50:39.6235399Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T00:50:39.6251025Z Entering 'third_party/tbb' 2022-11-23T00:50:39.6281935Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T00:50:39.6298360Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:39.6328857Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T00:50:39.6342329Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:39.6372209Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:39.6385969Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:39.6417263Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T00:50:39.6430295Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:39.6461499Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T00:50:39.6475174Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:39.6507157Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:39.6519761Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.6551138Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T00:50:39.6566722Z Entering 'third_party/zstd' 2022-11-23T00:50:39.6597971Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T00:50:39.7639937Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T00:50:39.7899422Z Entering 'android/libs/fbjni' 2022-11-23T00:50:39.7932498Z Entering 'third_party/FP16' 2022-11-23T00:50:39.7965310Z Entering 'third_party/FXdiv' 2022-11-23T00:50:39.7999294Z Entering 'third_party/NNPACK' 2022-11-23T00:50:39.8032827Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:39.8066202Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:39.8100266Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:39.8143511Z Entering 'third_party/benchmark' 2022-11-23T00:50:39.8176644Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:39.8209971Z Entering 'third_party/cub' 2022-11-23T00:50:39.8243325Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:39.8281302Z Entering 'third_party/cutlass' 2022-11-23T00:50:39.8320027Z Entering 'third_party/eigen' 2022-11-23T00:50:39.8355005Z Entering 'third_party/fbgemm' 2022-11-23T00:50:39.8389985Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:39.8423967Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:39.8457653Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:39.8490087Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:39.8523146Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:39.8558280Z Entering 'third_party/fmt' 2022-11-23T00:50:39.8592253Z Entering 'third_party/foxi' 2022-11-23T00:50:39.8624868Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:39.8658753Z Entering 'third_party/gloo' 2022-11-23T00:50:39.8691549Z Entering 'third_party/googletest' 2022-11-23T00:50:39.8724519Z Entering 'third_party/ideep' 2022-11-23T00:50:39.8757708Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:39.8792645Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:39.8831640Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:39.8865154Z Entering 'third_party/ittapi' 2022-11-23T00:50:39.8897714Z Entering 'third_party/kineto' 2022-11-23T00:50:39.8931400Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:39.8964295Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:39.8999444Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:39.9033668Z Entering 'third_party/neon2sse' 2022-11-23T00:50:39.9067731Z Entering 'third_party/nlohmann' 2022-11-23T00:50:39.9102886Z Entering 'third_party/onnx' 2022-11-23T00:50:39.9149808Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.9183504Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.9218421Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:39.9252171Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:39.9290089Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:39.9323483Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:39.9356603Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.9395015Z Entering 'third_party/pocketfft' 2022-11-23T00:50:39.9427897Z Entering 'third_party/protobuf' 2022-11-23T00:50:39.9464912Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:39.9498005Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:39.9531476Z Entering 'third_party/psimd' 2022-11-23T00:50:39.9564256Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:39.9598728Z Entering 'third_party/pybind11' 2022-11-23T00:50:39.9632053Z Entering 'third_party/python-enum' 2022-11-23T00:50:39.9665716Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:39.9698962Z Entering 'third_party/python-six' 2022-11-23T00:50:39.9731613Z Entering 'third_party/sleef' 2022-11-23T00:50:39.9764247Z Entering 'third_party/tbb' 2022-11-23T00:50:39.9799997Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:39.9833194Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:39.9867249Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:39.9900235Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:39.9932597Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:40.0113271Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:40.0148076Z Entering 'third_party/zstd' 2022-11-23T00:50:40.0191629Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T00:50:40.0436604Z Entering 'android/libs/fbjni' 2022-11-23T00:50:40.0468589Z Entering 'third_party/FP16' 2022-11-23T00:50:40.0504538Z Entering 'third_party/FXdiv' 2022-11-23T00:50:40.0537642Z Entering 'third_party/NNPACK' 2022-11-23T00:50:40.0571835Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:40.0604975Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:40.0640132Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:40.0683175Z Entering 'third_party/benchmark' 2022-11-23T00:50:40.0717021Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:40.0751548Z Entering 'third_party/cub' 2022-11-23T00:50:40.0786109Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:40.0825226Z Entering 'third_party/cutlass' 2022-11-23T00:50:40.0865285Z Entering 'third_party/eigen' 2022-11-23T00:50:40.0901391Z Entering 'third_party/fbgemm' 2022-11-23T00:50:40.0934851Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:40.0967483Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:40.1001031Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:40.1034660Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:40.1070301Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:40.1105117Z Entering 'third_party/fmt' 2022-11-23T00:50:40.1139276Z Entering 'third_party/foxi' 2022-11-23T00:50:40.1172008Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:40.1205740Z Entering 'third_party/gloo' 2022-11-23T00:50:40.1239684Z Entering 'third_party/googletest' 2022-11-23T00:50:40.1273407Z Entering 'third_party/ideep' 2022-11-23T00:50:40.1307036Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:40.1341512Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:40.1380543Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:40.1414738Z Entering 'third_party/ittapi' 2022-11-23T00:50:40.1449024Z Entering 'third_party/kineto' 2022-11-23T00:50:40.1482862Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:40.1517818Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:40.1552793Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:40.1585902Z Entering 'third_party/neon2sse' 2022-11-23T00:50:40.1619976Z Entering 'third_party/nlohmann' 2022-11-23T00:50:40.1655523Z Entering 'third_party/onnx' 2022-11-23T00:50:40.1700723Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:40.1733572Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:40.1768621Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:40.1801259Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:40.1840082Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:40.1876906Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:40.1910453Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:40.1949128Z Entering 'third_party/pocketfft' 2022-11-23T00:50:40.1982434Z Entering 'third_party/protobuf' 2022-11-23T00:50:40.2019550Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:40.2051595Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:40.2088185Z Entering 'third_party/psimd' 2022-11-23T00:50:40.2121386Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:40.2154901Z Entering 'third_party/pybind11' 2022-11-23T00:50:40.2188950Z Entering 'third_party/python-enum' 2022-11-23T00:50:40.2222088Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:40.2255867Z Entering 'third_party/python-six' 2022-11-23T00:50:40.2288439Z Entering 'third_party/sleef' 2022-11-23T00:50:40.2322411Z Entering 'third_party/tbb' 2022-11-23T00:50:40.2357973Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:40.2391554Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:40.2425426Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:40.2458971Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:40.2492174Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:40.2524794Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:40.2559564Z Entering 'third_party/zstd' 2022-11-23T00:50:40.2600194Z ##[endgroup] 2022-11-23T00:50:40.2639535Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T00:50:40.2662837Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T00:50:40.2787868Z Prepare all required actions 2022-11-23T00:50:40.2811456Z ##[group]Run ./.github/actions/setup-linux 2022-11-23T00:50:40.2811661Z ##[endgroup] 2022-11-23T00:50:40.2909883Z ##[group]Run set -euo pipefail 2022-11-23T00:50:40.2910119Z set -euo pipefail 2022-11-23T00:50:40.2910327Z function get_ec2_metadata() { 2022-11-23T00:50:40.2910581Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T00:50:40.2910933Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T00:50:40.2911217Z  category=$1 2022-11-23T00:50:40.2911459Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T00:50:40.2911683Z } 2022-11-23T00:50:40.2911872Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T00:50:40.2912126Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T00:50:40.2912428Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T00:50:40.2912663Z echo "system info $(uname -a)" 2022-11-23T00:50:40.2923915Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:40.2924138Z ##[endgroup] 2022-11-23T00:50:40.3000259Z ami-id: ami-096198a0bccc6bad4 2022-11-23T00:50:40.3047305Z instance-id: i-05207239863d2d570 2022-11-23T00:50:40.3094296Z instance-type: c5.2xlarge 2022-11-23T00:50:40.3101184Z system info Linux ip-10-0-9-18.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-11-23T00:50:40.3115492Z ##[group]Run if systemctl is-active --quiet docker; then 2022-11-23T00:50:40.3115775Z if systemctl is-active --quiet docker; then 2022-11-23T00:50:40.3116021Z  echo "Docker daemon is running..."; 2022-11-23T00:50:40.3116211Z else 2022-11-23T00:50:40.3116445Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-11-23T00:50:40.3116681Z fi 2022-11-23T00:50:40.3127462Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:40.3127688Z ##[endgroup] 2022-11-23T00:50:40.3168174Z Docker daemon is running... 2022-11-23T00:50:40.3222515Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:50:40.3222878Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:50:40.3223159Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:40.3223544Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-11-23T00:50:40.3223885Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-11-23T00:50:40.3234109Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:40.3234316Z env: 2022-11-23T00:50:40.3234490Z AWS_RETRY_MODE: standard 2022-11-23T00:50:40.3234682Z AWS_MAX_ATTEMPTS: 5 2022-11-23T00:50:40.3234875Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:50:40.3235064Z ##[endgroup] 2022-11-23T00:50:41.0603130Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-11-23T00:50:41.0603509Z Configure a credential helper to remove this warning. See 2022-11-23T00:50:41.0604090Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-11-23T00:50:41.0604408Z 2022-11-23T00:50:41.0604529Z Login Succeeded 2022-11-23T00:50:41.0636870Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:41.0637184Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:41.0637449Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:41.0648519Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:41.0648735Z ##[endgroup] 2022-11-23T00:50:41.0738809Z Prepare all required actions 2022-11-23T00:50:41.0789454Z ##[group]Run ./.github/actions/calculate-docker-image 2022-11-23T00:50:41.0789675Z with: 2022-11-23T00:50:41.0789940Z docker-image-name: pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7 2022-11-23T00:50:41.0790192Z xla: false 2022-11-23T00:50:41.0790370Z skip_push: true 2022-11-23T00:50:41.0790546Z ##[endgroup] 2022-11-23T00:50:41.0916594Z ##[group]Run if [ -n "${IS_XLA}" ]; then 2022-11-23T00:50:41.0916832Z if [ -n "${IS_XLA}" ]; then 2022-11-23T00:50:41.0917093Z  echo "XLA workflow uses pre-built test image at ${XLA_IMAGE_TAG}" 2022-11-23T00:50:41.0917385Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:50:41.0917656Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.0917941Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${XLA_IMAGE_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.0918184Z else 2022-11-23T00:50:41.0918432Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:50:41.0918681Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.0918969Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.0919202Z fi 2022-11-23T00:50:41.0929480Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:41.0929695Z env: 2022-11-23T00:50:41.0929850Z IS_XLA: 2022-11-23T00:50:41.0930097Z XLA_IMAGE_TAG: v0.4 2022-11-23T00:50:41.0930430Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7 2022-11-23T00:50:41.0930844Z ##[endgroup] 2022-11-23T00:50:41.1004353Z ##[group]Run set -x 2022-11-23T00:50:41.1004588Z set -x 2022-11-23T00:50:41.1004827Z # Check if image already exists, if it does then skip building it 2022-11-23T00:50:41.1005117Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2022-11-23T00:50:41.1005317Z  exit 0 2022-11-23T00:50:41.1005480Z fi 2022-11-23T00:50:41.1005694Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2022-11-23T00:50:41.1005954Z  # if we're on the base branch then use the parent commit 2022-11-23T00:50:41.1006207Z  MERGE_BASE=$(git rev-parse HEAD~) 2022-11-23T00:50:41.1006412Z else 2022-11-23T00:50:41.1006625Z  # otherwise we're on a PR, so use the most recent base commit 2022-11-23T00:50:41.1006903Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2022-11-23T00:50:41.1007110Z fi 2022-11-23T00:50:41.1007337Z # Covers the case where a previous tag doesn't exist for the tree 2022-11-23T00:50:41.1007660Z # this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly 2022-11-23T00:50:41.1007983Z if ! git rev-parse "$MERGE_BASE:.circleci/docker"; then 2022-11-23T00:50:41.1008327Z  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit" 2022-11-23T00:50:41.1008591Z  exit 1 2022-11-23T00:50:41.1008754Z fi 2022-11-23T00:50:41.1008986Z PREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker") 2022-11-23T00:50:41.1009315Z # If no image exists but the hash is the same as the previous hash then we should error out here 2022-11-23T00:50:41.1009602Z if [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then 2022-11-23T00:50:41.1009932Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2022-11-23T00:50:41.1010285Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2022-11-23T00:50:41.1010607Z  # NOTE: DOCKER_FORCE_PUSH will always be set to true for docker-builds.yml 2022-11-23T00:50:41.1011040Z  if [[ "${DOCKER_FORCE_PUSH}" != "true" ]]; then 2022-11-23T00:50:41.1011330Z  # In order to avoid a stampeding herd of jobs trying to push all at once we set it to 2022-11-23T00:50:41.1011662Z  # skip the push. If this is negatively affecting TTS across the board the suggestion 2022-11-23T00:50:41.1012007Z  # should be to run the docker-builds.yml workflow to generate the correct docker builds 2022-11-23T00:50:41.1012292Z  echo "skip_push=true" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.1012500Z  fi 2022-11-23T00:50:41.1012662Z fi 2022-11-23T00:50:41.1012847Z echo "rebuild=yes" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:41.1023233Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:41.1023449Z env: 2022-11-23T00:50:41.1023643Z BASE_REVISION: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:50:41.1024057Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:41.1024459Z DOCKER_TAG: 072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:41.1024678Z DOCKER_FORCE_PUSH: 2022-11-23T00:50:41.1024844Z ##[endgroup] 2022-11-23T00:50:41.1047035Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:41.2808365Z { 2022-11-23T00:50:41.2808839Z "schemaVersion": 2, 2022-11-23T00:50:41.2809826Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2022-11-23T00:50:41.2810343Z "config": { 2022-11-23T00:50:41.2810678Z "mediaType": "application/vnd.docker.container.image.v1+json", 2022-11-23T00:50:41.2812611Z "size": 36701, 2022-11-23T00:50:41.2813113Z "digest": "sha256:ca0e26c7bac33dbcc7a8dbe19f76edee4b91691e765d908dd755388b14acb91e" 2022-11-23T00:50:41.2813632Z }, 2022-11-23T00:50:41.2813908Z "layers": [ 2022-11-23T00:50:41.2814129Z { 2022-11-23T00:50:41.2814506Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2814947Z "size": 26712500, 2022-11-23T00:50:41.2815533Z "digest": "sha256:a404e54162968593b8d92b571f3cdd673e4c9eab5d9be28d7c494595c0aa6682" 2022-11-23T00:50:41.2815870Z }, 2022-11-23T00:50:41.2816110Z { 2022-11-23T00:50:41.2816488Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2816955Z "size": 7219232, 2022-11-23T00:50:41.2817437Z "digest": "sha256:42d021f373426edbe819de72ec76d346b904d90bd36195abae677c59ba0b1e18" 2022-11-23T00:50:41.2817774Z }, 2022-11-23T00:50:41.2818015Z { 2022-11-23T00:50:41.2818469Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2818889Z "size": 47881060, 2022-11-23T00:50:41.2819141Z "digest": "sha256:9dab8401a6788e93a5261efab569ab776415bd608a3e2aaa1a666f947ce9f085" 2022-11-23T00:50:41.2820491Z }, 2022-11-23T00:50:41.2820768Z { 2022-11-23T00:50:41.2821225Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2821621Z "size": 184, 2022-11-23T00:50:41.2822100Z "digest": "sha256:2fc72180b8eb9daecf4a154d14f4b5c04e50c03454ee1b1b30028ef80cd79899" 2022-11-23T00:50:41.2822481Z }, 2022-11-23T00:50:41.2822708Z { 2022-11-23T00:50:41.2822946Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2823277Z "size": 6432, 2022-11-23T00:50:41.2823853Z "digest": "sha256:16e6a4d496ed193b06bb09caf9919209ce87c0c8436bdabb6dc2bcdf69e295b8" 2022-11-23T00:50:41.2824373Z }, 2022-11-23T00:50:41.2824691Z { 2022-11-23T00:50:41.2825256Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2825774Z "size": 1085960630, 2022-11-23T00:50:41.2826346Z "digest": "sha256:3a4c0b092a9e217d2afb748ad8c15a7228012d3e8f01332a1ac49ac52e3cf02a" 2022-11-23T00:50:41.2826895Z }, 2022-11-23T00:50:41.2827212Z { 2022-11-23T00:50:41.2827937Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2828481Z "size": 63861, 2022-11-23T00:50:41.2829057Z "digest": "sha256:d9e19734e968bc0bbaa8973ea902b7eade2af7f5a5539d79176bb60ddd7c72e8" 2022-11-23T00:50:41.2829543Z + exit 0 2022-11-23T00:50:41.2829869Z }, 2022-11-23T00:50:41.2830190Z { 2022-11-23T00:50:41.2830701Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2831248Z "size": 1411662638, 2022-11-23T00:50:41.2831753Z "digest": "sha256:8859cc6b3ab7978a371830c84b92416f88d1d346cec62924b0d126a3583129ac" 2022-11-23T00:50:41.2832223Z }, 2022-11-23T00:50:41.2832542Z { 2022-11-23T00:50:41.2833070Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2833590Z "size": 90137, 2022-11-23T00:50:41.2837705Z "digest": "sha256:1a4b44db210380e061e375a8e678d6a4c0fb8419511a9894e8241acfff09a445" 2022-11-23T00:50:41.2838103Z }, 2022-11-23T00:50:41.2838367Z { 2022-11-23T00:50:41.2838834Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2839121Z "size": 2063, 2022-11-23T00:50:41.2839371Z "digest": "sha256:fac00e927cfe0a35ca80ecec84e10182070020a634a101f34305467da7ab1a1a" 2022-11-23T00:50:41.2839616Z }, 2022-11-23T00:50:41.2839766Z { 2022-11-23T00:50:41.2839998Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2840245Z "size": 199266707, 2022-11-23T00:50:41.2840500Z "digest": "sha256:2133f4081ddb464be908822d38cba50f4d5e806e434e8559b1bfb6485489248a" 2022-11-23T00:50:41.2840953Z }, 2022-11-23T00:50:41.2841202Z { 2022-11-23T00:50:41.2841630Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2842091Z "size": 451, 2022-11-23T00:50:41.2842384Z "digest": "sha256:3ceac802dd07fcf55d2b93a23edaf33f07bef620dfcab7aa873b6a56d264a79e" 2022-11-23T00:50:41.2842648Z }, 2022-11-23T00:50:41.2842796Z { 2022-11-23T00:50:41.2843028Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2843276Z "size": 1119, 2022-11-23T00:50:41.2843526Z "digest": "sha256:69c929400d35f58173d1e32da649cc4f80cab9821500d7d3a5603479b4595c86" 2022-11-23T00:50:41.2843826Z }, 2022-11-23T00:50:41.2844053Z { 2022-11-23T00:50:41.2844505Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2844890Z "size": 483, 2022-11-23T00:50:41.2845153Z "digest": "sha256:bc2be817cb7e56c0fe277e9f7a83acc451157403b583ab114a1a916c83900a17" 2022-11-23T00:50:41.2845406Z }, 2022-11-23T00:50:41.2845573Z { 2022-11-23T00:50:41.2846060Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2846603Z "size": 67660868, 2022-11-23T00:50:41.2847136Z "digest": "sha256:d04926f1c68ddcb5390f131b6da29d77695734e19b86c6551e6c31fb33fd106d" 2022-11-23T00:50:41.2847650Z }, 2022-11-23T00:50:41.2847968Z { 2022-11-23T00:50:41.2848496Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2849005Z "size": 2616, 2022-11-23T00:50:41.2849561Z "digest": "sha256:91f116f19c0d43bc5d39f1314f400bb50673f2cb422493d8cc8a3ff6211327a2" 2022-11-23T00:50:41.2850069Z }, 2022-11-23T00:50:41.2850368Z { 2022-11-23T00:50:41.2850956Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2851491Z "size": 1959, 2022-11-23T00:50:41.2852013Z "digest": "sha256:a7cf5b3894f84ffa4b810c59741e84d35e33ba26124647683f884507fb061e9f" 2022-11-23T00:50:41.2852517Z }, 2022-11-23T00:50:41.2852832Z { 2022-11-23T00:50:41.2853263Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2853654Z "size": 1974391661, 2022-11-23T00:50:41.2854095Z "digest": "sha256:722cddd823f928213f438751278bc3c7087e8bf1f5a67a8846fd71bcff31263f" 2022-11-23T00:50:41.2854431Z }, 2022-11-23T00:50:41.2854636Z { 2022-11-23T00:50:41.2855042Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2855635Z "size": 169, 2022-11-23T00:50:41.2856166Z "digest": "sha256:2e882087d82461d39144dceedf462b1a29e413646dce2a6ae0fe3dccc913b13f" 2022-11-23T00:50:41.2856671Z }, 2022-11-23T00:50:41.2857070Z { 2022-11-23T00:50:41.2857430Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2857729Z "size": 466, 2022-11-23T00:50:41.2857998Z "digest": "sha256:ba6235196410e324c5451c63ea97dbab567e08dc8c117114099b7099d0b8578e" 2022-11-23T00:50:41.2858339Z }, 2022-11-23T00:50:41.2858917Z { 2022-11-23T00:50:41.2859319Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2859800Z "size": 5869, 2022-11-23T00:50:41.2860353Z "digest": "sha256:313c5ee380ab4c9fce466f5fcffb07be6eb0d386ace5654dd144945cd36d9e55" 2022-11-23T00:50:41.2860878Z }, 2022-11-23T00:50:41.2861238Z { 2022-11-23T00:50:41.2861597Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2861861Z "size": 848, 2022-11-23T00:50:41.2862265Z "digest": "sha256:6ff0fc00b0a900fc7e17952079248a4a6c807a2d7338b98c810e570bacc126d9" 2022-11-23T00:50:41.2862708Z }, 2022-11-23T00:50:41.2863013Z { 2022-11-23T00:50:41.2864100Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2864410Z "size": 106, 2022-11-23T00:50:41.2864709Z "digest": "sha256:06f043acdbfb8ba6e49ebb4865888d77a7e844ee4142b65ba562ae9e1ff31a53" 2022-11-23T00:50:41.2865024Z }, 2022-11-23T00:50:41.2865256Z { 2022-11-23T00:50:41.2865519Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2865910Z "size": 887, 2022-11-23T00:50:41.2866242Z "digest": "sha256:a8c562f6a1cf6b48c0493bc13aa2b642c25e1da770344a2ca10d38850f792650" 2022-11-23T00:50:41.2866541Z }, 2022-11-23T00:50:41.2866728Z { 2022-11-23T00:50:41.2867029Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2867359Z "size": 88760787, 2022-11-23T00:50:41.2867626Z "digest": "sha256:4468cd4f574c8384ef80bb21582d06a967589906d17914f0b273ee71d4a32613" 2022-11-23T00:50:41.2867915Z }, 2022-11-23T00:50:41.2868139Z { 2022-11-23T00:50:41.2868400Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2868713Z "size": 109, 2022-11-23T00:50:41.2869025Z "digest": "sha256:46e5d3cec398f7ff4c33e07468667d674d46c11f6fa077b2b779252601b25b9b" 2022-11-23T00:50:41.2869281Z }, 2022-11-23T00:50:41.2869500Z { 2022-11-23T00:50:41.2869821Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2870083Z "size": 558, 2022-11-23T00:50:41.2870397Z "digest": "sha256:165006759af311fe67596042f785cbf0f1dee1e25a7a6adc88ff9ded67ba909e" 2022-11-23T00:50:41.2870708Z }, 2022-11-23T00:50:41.2870882Z { 2022-11-23T00:50:41.2871179Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2871482Z "size": 1138949, 2022-11-23T00:50:41.2871766Z "digest": "sha256:2c660101e1450a54578bc6ebfd8fca4b2fe741af239aaaeb576ce1dbe79fc2fd" 2022-11-23T00:50:41.2872091Z }, 2022-11-23T00:50:41.2872308Z { 2022-11-23T00:50:41.2872568Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2872866Z "size": 103, 2022-11-23T00:50:41.2873184Z "digest": "sha256:8ce731125a4e778b42d0dcb4fe072d84c4885fc704594b8ba4c83bea4ce169ec" 2022-11-23T00:50:41.2873636Z }, 2022-11-23T00:50:41.2873800Z { 2022-11-23T00:50:41.2874099Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2874407Z "size": 548, 2022-11-23T00:50:41.2874668Z "digest": "sha256:102ddcd90753146a4988550d9a880745dc554bf9730d2b09c04246e0c3d53f8b" 2022-11-23T00:50:41.2874976Z }, 2022-11-23T00:50:41.2875195Z { 2022-11-23T00:50:41.2875453Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2899645Z "size": 193189231, 2022-11-23T00:50:41.2900108Z "digest": "sha256:0cff5716a932f1b742c4291a3bcd5d6ba4d572eecd89379c764b0d22c646a7ba" 2022-11-23T00:50:41.2900472Z }, 2022-11-23T00:50:41.2900700Z { 2022-11-23T00:50:41.2901077Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2901325Z "size": 107, 2022-11-23T00:50:41.2901599Z "digest": "sha256:867a6ccb577f8bd2bc26adb8aa3592f7e30ca770ed3429d5d996a2ce56217d26" 2022-11-23T00:50:41.2901852Z }, 2022-11-23T00:50:41.2901989Z { 2022-11-23T00:50:41.2902233Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2902482Z "size": 452, 2022-11-23T00:50:41.2902723Z "digest": "sha256:863c35620b44d68da64b95a9660833a83eeadb3d79c2018057ff5e6083ea8d39" 2022-11-23T00:50:41.2902962Z }, 2022-11-23T00:50:41.2903109Z { 2022-11-23T00:50:41.2903341Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2903592Z "size": 33964044, 2022-11-23T00:50:41.2903850Z "digest": "sha256:f828f00c6d66996a6ece06878597bb7b84c8b115f538da8ddb9f576832edc362" 2022-11-23T00:50:41.2904087Z }, 2022-11-23T00:50:41.2904219Z { 2022-11-23T00:50:41.2904465Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2904712Z "size": 104, 2022-11-23T00:50:41.2904989Z "digest": "sha256:f0fe61569b0ba2e972486bc642f66dd7f60c7cd0e0248566dc47cf452408fe37" 2022-11-23T00:50:41.2905236Z }, 2022-11-23T00:50:41.2905384Z { 2022-11-23T00:50:41.2905612Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2905861Z "size": 402, 2022-11-23T00:50:41.2906115Z "digest": "sha256:a9f3d47422333222c85edc7791f0c98cecd56fd19551ccd898f36ba332d57772" 2022-11-23T00:50:41.2906396Z }, 2022-11-23T00:50:41.2906545Z { 2022-11-23T00:50:41.2906789Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2907089Z "size": 19705430, 2022-11-23T00:50:41.2907336Z "digest": "sha256:000b6751ea6f2abf1f69376fae190699c53f2ce80be0549a9b9f116875ea1448" 2022-11-23T00:50:41.2907577Z }, 2022-11-23T00:50:41.2907724Z { 2022-11-23T00:50:41.2907953Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2908204Z "size": 449, 2022-11-23T00:50:41.2908455Z "digest": "sha256:023a41fa48e62c60b66e5945955f80a14fd4d67d6fc25ebba81ab814175050fe" 2022-11-23T00:50:41.2908682Z }, 2022-11-23T00:50:41.2908828Z { 2022-11-23T00:50:41.2909069Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2909315Z "size": 39747761, 2022-11-23T00:50:41.2909554Z "digest": "sha256:081025f050263d0ba4abfb5e035c812153484f6eaeb0ef221c9f18239179206a" 2022-11-23T00:50:41.2909784Z }, 2022-11-23T00:50:41.2909932Z { 2022-11-23T00:50:41.2910157Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2910402Z "size": 106, 2022-11-23T00:50:41.2910661Z "digest": "sha256:5970defc1d8bbe83ba71aad6b6a0345f9d27595972b7166364a8e73625e2b1d9" 2022-11-23T00:50:41.2910892Z }, 2022-11-23T00:50:41.2911037Z { 2022-11-23T00:50:41.2911277Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2911510Z "size": 1765, 2022-11-23T00:50:41.2911781Z "digest": "sha256:7e2d6313145fed6ccab1ed98aa11aac9481de18da43c1f1d4e643b6c378ad525" 2022-11-23T00:50:41.2912030Z }, 2022-11-23T00:50:41.2912165Z { 2022-11-23T00:50:41.2912404Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2912652Z "size": 460269045, 2022-11-23T00:50:41.2912897Z "digest": "sha256:4b4d66451d67a35ca3e55e63bd1b8a4b2c51379e85f333dd5d7c0764ceb3dc56" 2022-11-23T00:50:41.2913133Z }, 2022-11-23T00:50:41.2913281Z { 2022-11-23T00:50:41.2913511Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2913754Z "size": 163, 2022-11-23T00:50:41.2914028Z "digest": "sha256:75f1ead35ace6302e226c221b4b1e6dd094ceefae9d9bc3f91e612a3cc62259d" 2022-11-23T00:50:41.2914280Z }, 2022-11-23T00:50:41.2914413Z { 2022-11-23T00:50:41.2914653Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2914898Z "size": 7940, 2022-11-23T00:50:41.2915173Z "digest": "sha256:793c37004dab62e943bc7fc474e32b9b4b427f70a652879264246c433caa7f3a" 2022-11-23T00:50:41.2915404Z }, 2022-11-23T00:50:41.2915549Z { 2022-11-23T00:50:41.2915775Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2916018Z "size": 8071, 2022-11-23T00:50:41.2916277Z "digest": "sha256:4f1313d71da02dae58ee6a57a14bd63723f5046544a0f6c33b4be657c237b4f3" 2022-11-23T00:50:41.2916504Z }, 2022-11-23T00:50:41.2916652Z { 2022-11-23T00:50:41.2916896Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2917133Z "size": 303, 2022-11-23T00:50:41.2917399Z "digest": "sha256:6386b2adbe28ecf7fd04744d6f9727eaf099234edb41e9e774e2051c5dee4c4a" 2022-11-23T00:50:41.2917643Z }, 2022-11-23T00:50:41.2917777Z { 2022-11-23T00:50:41.2918017Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2918264Z "size": 12970764, 2022-11-23T00:50:41.2918514Z "digest": "sha256:f21c39caec7a69a9b9cd1770b246103537875b2ecd706f09e5a29168ffa9530e" 2022-11-23T00:50:41.2918755Z }, 2022-11-23T00:50:41.2918900Z { 2022-11-23T00:50:41.2919128Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2919373Z "size": 108, 2022-11-23T00:50:41.2919636Z "digest": "sha256:2baaae32e3d5bf54776f1c4264d29035e20a4f5eac79a4cb32e4499f451aafff" 2022-11-23T00:50:41.2919880Z }, 2022-11-23T00:50:41.2920012Z { 2022-11-23T00:50:41.2920256Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2920534Z "size": 54145478, 2022-11-23T00:50:41.2920785Z "digest": "sha256:128ebe6811c5dc60099ed3797c70770b942ffaa0ad0ce0fad69cb5ea69b24e71" 2022-11-23T00:50:41.2921026Z }, 2022-11-23T00:50:41.2921170Z { 2022-11-23T00:50:41.2921400Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2921645Z "size": 501, 2022-11-23T00:50:41.2921901Z "digest": "sha256:772fa4efddc3f079a5158b67ec68105a781e9105f70f7368297a58e435cb8c24" 2022-11-23T00:50:41.2922131Z }, 2022-11-23T00:50:41.2922279Z { 2022-11-23T00:50:41.2922523Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2922758Z "size": 2292067446, 2022-11-23T00:50:41.2923016Z "digest": "sha256:c36ac12376c5609bbb42ffb0194f093a470ea0534f23f677f90672f665246e76" 2022-11-23T00:50:41.2923251Z }, 2022-11-23T00:50:41.2923383Z { 2022-11-23T00:50:41.2923623Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2923872Z "size": 106, 2022-11-23T00:50:41.2924118Z "digest": "sha256:85cc9b957510c11dc13f81b941ea1ca6fdb077ca76e5cb5905965565b10ea3fd" 2022-11-23T00:50:41.2924357Z }, 2022-11-23T00:50:41.2924503Z { 2022-11-23T00:50:41.2924731Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:41.2924974Z "size": 180, 2022-11-23T00:50:41.2925233Z "digest": "sha256:9ab0826d88b512601ed6c0aa5326f61daab5bd50b14a3b949e2e228fddd6c8d4" 2022-11-23T00:50:41.2925471Z } 2022-11-23T00:50:41.2925606Z ] 2022-11-23T00:50:41.2925751Z } 2022-11-23T00:50:41.3017597Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-11-23T00:50:41.3017835Z with: 2022-11-23T00:50:41.3018201Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:41.3018562Z ##[endgroup] 2022-11-23T00:50:41.3047360Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:41.3047644Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:41.3047913Z # ignore output since only exit code is used for conditional 2022-11-23T00:50:41.3048200Z # only pull docker image if it's not available locally 2022-11-23T00:50:41.3048500Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-11-23T00:50:41.3048765Z  retry docker pull "${DOCKER_IMAGE}" 2022-11-23T00:50:41.3048963Z fi 2022-11-23T00:50:41.3060584Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:41.3060807Z env: 2022-11-23T00:50:41.3061155Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:41.3061519Z ##[endgroup] 2022-11-23T00:50:41.5734987Z 072aae4a77ed7d3a69ad5683420509c41301b940: Pulling from pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7 2022-11-23T00:50:41.5735844Z a404e5416296: Pulling fs layer 2022-11-23T00:50:41.5736188Z 42d021f37342: Pulling fs layer 2022-11-23T00:50:41.5736528Z 9dab8401a678: Pulling fs layer 2022-11-23T00:50:41.5736842Z 2fc72180b8eb: Pulling fs layer 2022-11-23T00:50:41.5737186Z 16e6a4d496ed: Pulling fs layer 2022-11-23T00:50:41.5737527Z 3a4c0b092a9e: Pulling fs layer 2022-11-23T00:50:41.5737835Z d9e19734e968: Pulling fs layer 2022-11-23T00:50:41.5738165Z 8859cc6b3ab7: Pulling fs layer 2022-11-23T00:50:41.5738486Z 1a4b44db2103: Pulling fs layer 2022-11-23T00:50:41.5738829Z fac00e927cfe: Pulling fs layer 2022-11-23T00:50:41.5739185Z 16e6a4d496ed: Waiting 2022-11-23T00:50:41.5739502Z 3a4c0b092a9e: Waiting 2022-11-23T00:50:41.5739686Z 2133f4081ddb: Pulling fs layer 2022-11-23T00:50:41.5739883Z 3ceac802dd07: Pulling fs layer 2022-11-23T00:50:41.5740077Z 69c929400d35: Pulling fs layer 2022-11-23T00:50:41.5740246Z 2fc72180b8eb: Waiting 2022-11-23T00:50:41.5740436Z bc2be817cb7e: Pulling fs layer 2022-11-23T00:50:41.5740623Z d9e19734e968: Waiting 2022-11-23T00:50:41.5740921Z d04926f1c68d: Pulling fs layer 2022-11-23T00:50:41.5741115Z 91f116f19c0d: Pulling fs layer 2022-11-23T00:50:41.5741303Z 8859cc6b3ab7: Waiting 2022-11-23T00:50:41.5741479Z a7cf5b3894f8: Pulling fs layer 2022-11-23T00:50:41.5741676Z 722cddd823f9: Pulling fs layer 2022-11-23T00:50:41.5741869Z 2e882087d824: Pulling fs layer 2022-11-23T00:50:41.5742048Z ba6235196410: Pulling fs layer 2022-11-23T00:50:41.5742234Z bc2be817cb7e: Waiting 2022-11-23T00:50:41.5742423Z 313c5ee380ab: Pulling fs layer 2022-11-23T00:50:41.5742595Z 1a4b44db2103: Waiting 2022-11-23T00:50:41.5742786Z 6ff0fc00b0a9: Pulling fs layer 2022-11-23T00:50:41.5742970Z 2133f4081ddb: Waiting 2022-11-23T00:50:41.5743156Z 06f043acdbfb: Pulling fs layer 2022-11-23T00:50:41.5743331Z 3ceac802dd07: Waiting 2022-11-23T00:50:41.5743521Z a8c562f6a1cf: Pulling fs layer 2022-11-23T00:50:41.5743706Z a7cf5b3894f8: Waiting 2022-11-23T00:50:41.5743877Z 4468cd4f574c: Pulling fs layer 2022-11-23T00:50:41.5744059Z d04926f1c68d: Waiting 2022-11-23T00:50:41.5744246Z 46e5d3cec398: Pulling fs layer 2022-11-23T00:50:41.5744416Z 722cddd823f9: Waiting 2022-11-23T00:50:41.5744589Z 91f116f19c0d: Waiting 2022-11-23T00:50:41.5744761Z 6ff0fc00b0a9: Waiting 2022-11-23T00:50:41.5744916Z 2e882087d824: Waiting 2022-11-23T00:50:41.5745087Z 313c5ee380ab: Waiting 2022-11-23T00:50:41.5745257Z 06f043acdbfb: Waiting 2022-11-23T00:50:41.5745413Z ba6235196410: Waiting 2022-11-23T00:50:41.5745579Z 69c929400d35: Waiting 2022-11-23T00:50:41.5745749Z a8c562f6a1cf: Waiting 2022-11-23T00:50:41.5745979Z 165006759af3: Pulling fs layer 2022-11-23T00:50:41.5746177Z 2c660101e145: Pulling fs layer 2022-11-23T00:50:41.5746361Z 46e5d3cec398: Waiting 2022-11-23T00:50:41.5746532Z 8ce731125a4e: Pulling fs layer 2022-11-23T00:50:41.5746750Z 102ddcd90753: Pulling fs layer 2022-11-23T00:50:41.5746946Z 0cff5716a932: Pulling fs layer 2022-11-23T00:50:41.5747143Z 867a6ccb577f: Pulling fs layer 2022-11-23T00:50:41.5747321Z 863c35620b44: Pulling fs layer 2022-11-23T00:50:41.5747515Z f828f00c6d66: Pulling fs layer 2022-11-23T00:50:41.5747708Z f0fe61569b0b: Pulling fs layer 2022-11-23T00:50:41.5747887Z a9f3d4742233: Pulling fs layer 2022-11-23T00:50:41.5748063Z 2c660101e145: Waiting 2022-11-23T00:50:41.5748244Z 000b6751ea6f: Pulling fs layer 2022-11-23T00:50:41.5748413Z 867a6ccb577f: Waiting 2022-11-23T00:50:41.5748594Z 023a41fa48e6: Pulling fs layer 2022-11-23T00:50:41.5748784Z 081025f05026: Pulling fs layer 2022-11-23T00:50:41.5748949Z 0cff5716a932: Waiting 2022-11-23T00:50:41.5749120Z 8ce731125a4e: Waiting 2022-11-23T00:50:41.5749305Z 5970defc1d8b: Pulling fs layer 2022-11-23T00:50:41.5749473Z 102ddcd90753: Waiting 2022-11-23T00:50:41.5749654Z 7e2d6313145f: Pulling fs layer 2022-11-23T00:50:41.5749833Z 863c35620b44: Waiting 2022-11-23T00:50:41.5749999Z 4b4d66451d67: Pulling fs layer 2022-11-23T00:50:41.5750190Z 75f1ead35ace: Pulling fs layer 2022-11-23T00:50:41.5750374Z 000b6751ea6f: Waiting 2022-11-23T00:50:41.5750533Z f828f00c6d66: Waiting 2022-11-23T00:50:41.5750704Z 081025f05026: Waiting 2022-11-23T00:50:41.5750873Z f0fe61569b0b: Waiting 2022-11-23T00:50:41.5751030Z 5970defc1d8b: Waiting 2022-11-23T00:50:41.5751203Z 023a41fa48e6: Waiting 2022-11-23T00:50:41.5751384Z 793c37004dab: Pulling fs layer 2022-11-23T00:50:41.5751562Z 4f1313d71da0: Pulling fs layer 2022-11-23T00:50:41.5751743Z a9f3d4742233: Waiting 2022-11-23T00:50:41.5751912Z 7e2d6313145f: Waiting 2022-11-23T00:50:41.5752065Z 4b4d66451d67: Waiting 2022-11-23T00:50:41.5752246Z 6386b2adbe28: Pulling fs layer 2022-11-23T00:50:41.5752430Z 75f1ead35ace: Waiting 2022-11-23T00:50:41.5752605Z f21c39caec7a: Pulling fs layer 2022-11-23T00:50:41.5752788Z 4f1313d71da0: Waiting 2022-11-23T00:50:41.5752956Z 793c37004dab: Waiting 2022-11-23T00:50:41.5753125Z 2baaae32e3d5: Pulling fs layer 2022-11-23T00:50:41.5753319Z 128ebe6811c5: Pulling fs layer 2022-11-23T00:50:41.5753514Z 772fa4efddc3: Pulling fs layer 2022-11-23T00:50:41.5753686Z f21c39caec7a: Waiting 2022-11-23T00:50:41.5753862Z 6386b2adbe28: Waiting 2022-11-23T00:50:41.5754048Z c36ac12376c5: Pulling fs layer 2022-11-23T00:50:41.5754259Z 2baaae32e3d5: Waiting 2022-11-23T00:50:41.5754430Z 128ebe6811c5: Waiting 2022-11-23T00:50:41.5754611Z 85cc9b957510: Pulling fs layer 2022-11-23T00:50:41.5754783Z 772fa4efddc3: Waiting 2022-11-23T00:50:41.5754973Z 9ab0826d88b5: Pulling fs layer 2022-11-23T00:50:41.5755155Z 85cc9b957510: Waiting 2022-11-23T00:50:41.5755326Z 9ab0826d88b5: Waiting 2022-11-23T00:50:41.7380038Z 42d021f37342: Download complete 2022-11-23T00:50:41.8097416Z 2fc72180b8eb: Verifying Checksum 2022-11-23T00:50:41.8097795Z 2fc72180b8eb: Download complete 2022-11-23T00:50:41.8879950Z a404e5416296: Verifying Checksum 2022-11-23T00:50:41.8880330Z a404e5416296: Download complete 2022-11-23T00:50:41.8884830Z 16e6a4d496ed: Verifying Checksum 2022-11-23T00:50:41.8885069Z 16e6a4d496ed: Download complete 2022-11-23T00:50:41.9672789Z d9e19734e968: Download complete 2022-11-23T00:50:42.1585407Z 9dab8401a678: Verifying Checksum 2022-11-23T00:50:42.1586012Z 9dab8401a678: Download complete 2022-11-23T00:50:42.2350626Z 1a4b44db2103: Verifying Checksum 2022-11-23T00:50:42.2351019Z 1a4b44db2103: Download complete 2022-11-23T00:50:42.3116886Z fac00e927cfe: Verifying Checksum 2022-11-23T00:50:42.3117150Z fac00e927cfe: Download complete 2022-11-23T00:50:42.5516049Z a404e5416296: Pull complete 2022-11-23T00:50:42.8058674Z 42d021f37342: Pull complete 2022-11-23T00:50:43.5947241Z 9dab8401a678: Pull complete 2022-11-23T00:50:43.6974137Z 2fc72180b8eb: Pull complete 2022-11-23T00:50:43.8053499Z 16e6a4d496ed: Pull complete 2022-11-23T00:50:44.3539428Z 2133f4081ddb: Download complete 2022-11-23T00:50:44.4078417Z 3ceac802dd07: Verifying Checksum 2022-11-23T00:50:44.4078715Z 3ceac802dd07: Download complete 2022-11-23T00:50:44.4817630Z 69c929400d35: Download complete 2022-11-23T00:50:44.5656279Z bc2be817cb7e: Download complete 2022-11-23T00:50:45.3020223Z d04926f1c68d: Verifying Checksum 2022-11-23T00:50:45.3770172Z 91f116f19c0d: Download complete 2022-11-23T00:50:45.4339158Z a7cf5b3894f8: Download complete 2022-11-23T00:50:52.8852885Z 3a4c0b092a9e: Download complete 2022-11-23T00:50:52.9702854Z 2e882087d824: Verifying Checksum 2022-11-23T00:50:52.9703686Z 2e882087d824: Download complete 2022-11-23T00:50:53.0505758Z ba6235196410: Verifying Checksum 2022-11-23T00:50:53.0506546Z ba6235196410: Download complete 2022-11-23T00:50:53.1170505Z 313c5ee380ab: Verifying Checksum 2022-11-23T00:50:53.1171659Z 313c5ee380ab: Download complete 2022-11-23T00:50:53.1891462Z 6ff0fc00b0a9: Verifying Checksum 2022-11-23T00:50:53.1891934Z 6ff0fc00b0a9: Download complete 2022-11-23T00:50:53.2778458Z 06f043acdbfb: Verifying Checksum 2022-11-23T00:50:53.2778885Z 06f043acdbfb: Download complete 2022-11-23T00:50:53.3561920Z a8c562f6a1cf: Verifying Checksum 2022-11-23T00:50:53.3562320Z a8c562f6a1cf: Download complete 2022-11-23T00:50:54.3998081Z 4468cd4f574c: Verifying Checksum 2022-11-23T00:50:54.3998341Z 4468cd4f574c: Download complete 2022-11-23T00:50:54.4697318Z 46e5d3cec398: Verifying Checksum 2022-11-23T00:50:54.4697715Z 46e5d3cec398: Download complete 2022-11-23T00:50:54.5440971Z 165006759af3: Verifying Checksum 2022-11-23T00:50:54.6352265Z 165006759af3: Download complete 2022-11-23T00:50:54.6352662Z 2c660101e145: Verifying Checksum 2022-11-23T00:50:54.6352985Z 2c660101e145: Download complete 2022-11-23T00:50:54.7080156Z 8ce731125a4e: Verifying Checksum 2022-11-23T00:50:54.7080414Z 8ce731125a4e: Download complete 2022-11-23T00:50:54.7794343Z 102ddcd90753: Download complete 2022-11-23T00:50:59.6837947Z 8859cc6b3ab7: Verifying Checksum 2022-11-23T00:50:59.6838358Z 8859cc6b3ab7: Download complete 2022-11-23T00:50:59.7522702Z 867a6ccb577f: Verifying Checksum 2022-11-23T00:50:59.7523103Z 867a6ccb577f: Download complete 2022-11-23T00:50:59.8200585Z 863c35620b44: Verifying Checksum 2022-11-23T00:51:00.5471941Z 863c35620b44: Download complete 2022-11-23T00:51:00.5472189Z 0cff5716a932: Verifying Checksum 2022-11-23T00:51:00.5472476Z 0cff5716a932: Download complete 2022-11-23T00:51:00.6294737Z f0fe61569b0b: Download complete 2022-11-23T00:51:00.6684879Z f828f00c6d66: Verifying Checksum 2022-11-23T00:51:00.6685134Z f828f00c6d66: Download complete 2022-11-23T00:51:00.7193566Z a9f3d4742233: Download complete 2022-11-23T00:51:00.7812012Z 023a41fa48e6: Download complete 2022-11-23T00:51:01.3293375Z 000b6751ea6f: Verifying Checksum 2022-11-23T00:51:01.3293713Z 000b6751ea6f: Download complete 2022-11-23T00:51:01.4047688Z 5970defc1d8b: Verifying Checksum 2022-11-23T00:51:01.4047966Z 5970defc1d8b: Download complete 2022-11-23T00:51:01.4940679Z 7e2d6313145f: Verifying Checksum 2022-11-23T00:51:01.4941719Z 7e2d6313145f: Download complete 2022-11-23T00:51:01.9769004Z 081025f05026: Verifying Checksum 2022-11-23T00:51:01.9769372Z 081025f05026: Download complete 2022-11-23T00:51:02.0391290Z 75f1ead35ace: Verifying Checksum 2022-11-23T00:51:02.0391679Z 75f1ead35ace: Download complete 2022-11-23T00:51:02.1120851Z 793c37004dab: Download complete 2022-11-23T00:51:02.1923429Z 4f1313d71da0: Download complete 2022-11-23T00:51:02.2751823Z 6386b2adbe28: Download complete 2022-11-23T00:51:02.6281067Z f21c39caec7a: Verifying Checksum 2022-11-23T00:51:02.6281510Z f21c39caec7a: Download complete 2022-11-23T00:51:02.7278781Z 2baaae32e3d5: Verifying Checksum 2022-11-23T00:51:02.7279160Z 2baaae32e3d5: Download complete 2022-11-23T00:51:04.1811989Z 128ebe6811c5: Verifying Checksum 2022-11-23T00:51:04.1812248Z 128ebe6811c5: Download complete 2022-11-23T00:51:04.2630923Z 772fa4efddc3: Verifying Checksum 2022-11-23T00:51:04.2631195Z 772fa4efddc3: Download complete 2022-11-23T00:51:13.4319648Z 4b4d66451d67: Download complete 2022-11-23T00:51:13.5097374Z 85cc9b957510: Verifying Checksum 2022-11-23T00:51:13.5097721Z 85cc9b957510: Download complete 2022-11-23T00:51:13.5804427Z 9ab0826d88b5: Verifying Checksum 2022-11-23T00:51:13.5804696Z 9ab0826d88b5: Download complete 2022-11-23T00:51:21.0024790Z 722cddd823f9: Verifying Checksum 2022-11-23T00:51:21.0025091Z 722cddd823f9: Download complete 2022-11-23T00:51:36.5488876Z c36ac12376c5: Verifying Checksum 2022-11-23T00:51:36.5489147Z c36ac12376c5: Download complete 2022-11-23T00:51:45.5109389Z 3a4c0b092a9e: Pull complete 2022-11-23T00:51:45.9270659Z d9e19734e968: Pull complete 2022-11-23T00:52:05.3482507Z 8859cc6b3ab7: Pull complete 2022-11-23T00:52:05.6894371Z 1a4b44db2103: Pull complete 2022-11-23T00:52:05.9351001Z fac00e927cfe: Pull complete 2022-11-23T00:52:10.1675175Z 2133f4081ddb: Pull complete 2022-11-23T00:52:10.3937689Z 3ceac802dd07: Pull complete 2022-11-23T00:52:10.6201029Z 69c929400d35: Pull complete 2022-11-23T00:52:10.8639482Z bc2be817cb7e: Pull complete 2022-11-23T00:52:12.4141052Z d04926f1c68d: Pull complete 2022-11-23T00:52:12.6600314Z 91f116f19c0d: Pull complete 2022-11-23T00:52:12.8719447Z a7cf5b3894f8: Pull complete 2022-11-23T00:52:47.6739559Z 722cddd823f9: Pull complete 2022-11-23T00:52:47.9232396Z 2e882087d824: Pull complete 2022-11-23T00:52:48.1641132Z ba6235196410: Pull complete 2022-11-23T00:52:48.3648077Z 313c5ee380ab: Pull complete 2022-11-23T00:52:48.5359887Z 6ff0fc00b0a9: Pull complete 2022-11-23T00:52:48.7286758Z 06f043acdbfb: Pull complete 2022-11-23T00:52:48.9150228Z a8c562f6a1cf: Pull complete 2022-11-23T00:52:51.2558292Z 4468cd4f574c: Pull complete 2022-11-23T00:52:51.7324431Z 46e5d3cec398: Pull complete 2022-11-23T00:52:52.0110232Z 165006759af3: Pull complete 2022-11-23T00:52:52.1937808Z 2c660101e145: Pull complete 2022-11-23T00:52:52.3572826Z 8ce731125a4e: Pull complete 2022-11-23T00:52:52.5085801Z 102ddcd90753: Pull complete 2022-11-23T00:52:56.6984534Z 0cff5716a932: Pull complete 2022-11-23T00:52:56.9007566Z 867a6ccb577f: Pull complete 2022-11-23T00:52:57.1366521Z 863c35620b44: Pull complete 2022-11-23T00:52:58.0131972Z f828f00c6d66: Pull complete 2022-11-23T00:52:58.2125350Z f0fe61569b0b: Pull complete 2022-11-23T00:52:58.4639741Z a9f3d4742233: Pull complete 2022-11-23T00:52:58.8878227Z 000b6751ea6f: Pull complete 2022-11-23T00:52:59.1002646Z 023a41fa48e6: Pull complete 2022-11-23T00:53:00.2630218Z 081025f05026: Pull complete 2022-11-23T00:53:00.4521491Z 5970defc1d8b: Pull complete 2022-11-23T00:53:00.6833934Z 7e2d6313145f: Pull complete 2022-11-23T00:53:05.3632811Z 4b4d66451d67: Pull complete 2022-11-23T00:53:05.7898321Z 75f1ead35ace: Pull complete 2022-11-23T00:53:06.2401759Z 793c37004dab: Pull complete 2022-11-23T00:53:06.5703957Z 4f1313d71da0: Pull complete 2022-11-23T00:53:06.8100946Z 6386b2adbe28: Pull complete 2022-11-23T00:53:07.5956982Z f21c39caec7a: Pull complete 2022-11-23T00:53:07.8210303Z 2baaae32e3d5: Pull complete 2022-11-23T00:53:09.4208628Z 128ebe6811c5: Pull complete 2022-11-23T00:53:09.6168539Z 772fa4efddc3: Pull complete 2022-11-23T00:53:36.8187661Z c36ac12376c5: Pull complete 2022-11-23T00:53:37.2946332Z 85cc9b957510: Pull complete 2022-11-23T00:53:37.5687612Z 9ab0826d88b5: Pull complete 2022-11-23T00:53:37.6811832Z Digest: sha256:a44ece0129de4f14f08fcb1423a34c97f2f88e2969bfc5ad6f33b15b4dfcfea3 2022-11-23T00:53:37.7251711Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:53:37.7495215Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:53:37.7526979Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:53:37.7527223Z .github/scripts/parse_ref.py 2022-11-23T00:53:37.7547906Z shell: /usr/bin/bash -e {0} 2022-11-23T00:53:37.7548110Z ##[endgroup] 2022-11-23T00:53:38.3307260Z Prepare all required actions 2022-11-23T00:53:38.3307498Z Getting action download info 2022-11-23T00:53:38.4758178Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T00:53:38.7665424Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T00:53:38.7665646Z with: 2022-11-23T00:53:38.7665960Z github-token: *** 2022-11-23T00:53:38.7666127Z ##[endgroup] 2022-11-23T00:53:38.7768341Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:53:38.7768582Z with: 2022-11-23T00:53:38.7768759Z shell: bash 2022-11-23T00:53:38.7768923Z timeout_minutes: 10 2022-11-23T00:53:38.7769102Z max_attempts: 5 2022-11-23T00:53:38.7769284Z retry_wait_seconds: 30 2022-11-23T00:53:38.7769698Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:53:38.7770083Z polling_interval_seconds: 1 2022-11-23T00:53:38.7770277Z warning_on_retry: true 2022-11-23T00:53:38.7770464Z continue_on_error: false 2022-11-23T00:53:38.7770650Z env: 2022-11-23T00:53:38.7771060Z GITHUB_TOKEN: *** 2022-11-23T00:53:38.7771238Z ##[endgroup] 2022-11-23T00:53:40.1934144Z + python3 -m pip install requests==2.26.0 2022-11-23T00:53:43.0365783Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:53:43.1636024Z Collecting requests==2.26.0 2022-11-23T00:53:43.1799419Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T00:53:43.2407679Z Collecting certifi>=2017.4.17 2022-11-23T00:53:43.2448562Z Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T00:53:43.2816125Z Collecting idna<4,>=2.5; python_version >= "3" 2022-11-23T00:53:43.2884498Z Downloading idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T00:53:43.3562791Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T00:53:43.3599388Z Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T00:53:43.5023940Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2022-11-23T00:53:43.5061194Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T00:53:43.5618410Z Installing collected packages: certifi, idna, urllib3, charset-normalizer, requests 2022-11-23T00:53:43.7190792Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-11-23T00:53:43.7191317Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-11-23T00:53:43.7539016Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T00:53:43.8954924Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293554 i-05207239863d2d570 2022-11-23T00:53:45.8671359Z + GHA_WORKFLOW_JOB_ID=9654935465 2022-11-23T00:53:45.8671958Z + echo job-id=9654935465 2022-11-23T00:53:46.1930695Z Command completed after 1 attempt(s). 2022-11-23T00:53:46.1999806Z Prepare all required actions 2022-11-23T00:53:46.2000114Z Getting action download info 2022-11-23T00:53:46.3532582Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T00:53:46.3532808Z with: 2022-11-23T00:53:46.3533225Z github-token: *** 2022-11-23T00:53:46.3533406Z ##[endgroup] 2022-11-23T00:53:46.3559303Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:53:46.3559544Z with: 2022-11-23T00:53:46.3559694Z shell: bash 2022-11-23T00:53:46.3559872Z timeout_minutes: 10 2022-11-23T00:53:46.3560061Z max_attempts: 5 2022-11-23T00:53:46.3560230Z retry_wait_seconds: 30 2022-11-23T00:53:46.3560481Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:53:46.3560729Z polling_interval_seconds: 1 2022-11-23T00:53:46.3560924Z warning_on_retry: true 2022-11-23T00:53:46.3561098Z continue_on_error: false 2022-11-23T00:53:46.3561271Z env: 2022-11-23T00:53:46.3561538Z GITHUB_TOKEN: *** 2022-11-23T00:53:46.3561753Z ##[endgroup] 2022-11-23T00:53:46.4037777Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:53:46.6062205Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:53:46.6228502Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T00:53:46.7338160Z Collecting pyyaml==6.0 2022-11-23T00:53:46.7527319Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-11-23T00:53:46.7698237Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T00:53:46.7707926Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T00:53:46.7715365Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T00:53:46.7733266Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T00:53:46.8153030Z Installing collected packages: pyyaml 2022-11-23T00:53:46.8670931Z Successfully installed pyyaml-6.0 2022-11-23T00:53:47.4016214Z Command completed after 1 attempt(s). 2022-11-23T00:53:47.4061133Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:53:47.4061385Z .github/scripts/parse_ref.py 2022-11-23T00:53:47.4072543Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:53:47.4072779Z ##[endgroup] 2022-11-23T00:53:47.4283071Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T00:53:47.4283588Z .github/scripts/filter_test_configs.py \ 2022-11-23T00:53:47.4283818Z  --test-matrix "" \ 2022-11-23T00:53:47.4284009Z  --pr-number "" \ 2022-11-23T00:53:47.4284204Z  --tag "" \ 2022-11-23T00:53:47.4284395Z  --event-name "push" 2022-11-23T00:53:47.4295040Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:53:47.4295261Z env: 2022-11-23T00:53:47.4295819Z GITHUB_TOKEN: *** 2022-11-23T00:53:47.4295988Z ##[endgroup] 2022-11-23T00:53:47.5369669Z .github/scripts/filter_test_configs.py:154: UserWarning: Invalid test matrix input '', exiting 2022-11-23T00:53:47.5370136Z warnings.warn(f"Invalid test matrix input '{args.test_matrix}', exiting") 2022-11-23T00:53:47.5494942Z ##[group]Run echo "" 2022-11-23T00:53:47.5495116Z echo "" 2022-11-23T00:53:47.5506154Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:53:47.5506392Z ##[endgroup] 2022-11-23T00:53:47.5528856Z 2022-11-23T00:53:47.5597697Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:53:47.5598063Z # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:53:47.5598327Z container_name=$(docker run \ 2022-11-23T00:53:47.5598532Z  -e BUILD_ENVIRONMENT \ 2022-11-23T00:53:47.5598759Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-11-23T00:53:47.5598984Z  -e AWS_DEFAULT_REGION \ 2022-11-23T00:53:47.5599174Z  -e PR_NUMBER \ 2022-11-23T00:53:47.5599360Z  -e SHA1 \ 2022-11-23T00:53:47.5599542Z  -e BRANCH \ 2022-11-23T00:53:47.5599735Z  -e SCCACHE_BUCKET \ 2022-11-23T00:53:47.5599930Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-11-23T00:53:47.5600143Z  -e XLA_CUDA \ 2022-11-23T00:53:47.5600355Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-11-23T00:53:47.5600582Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2022-11-23T00:53:47.5600835Z  -e TORCH_CUDA_ARCH_LIST \ 2022-11-23T00:53:47.5601033Z  -e PR_LABELS \ 2022-11-23T00:53:47.5601218Z  -e OUR_GITHUB_JOB_ID \ 2022-11-23T00:53:47.5601459Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-11-23T00:53:47.5601718Z  --security-opt seccomp=unconfined \ 2022-11-23T00:53:47.5601931Z  --cap-add=SYS_PTRACE \ 2022-11-23T00:53:47.5602122Z  --tty \ 2022-11-23T00:53:47.5602298Z  --detach \ 2022-11-23T00:53:47.5602472Z  --user jenkins \ 2022-11-23T00:53:47.5602711Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-11-23T00:53:47.5602965Z  -w /var/lib/jenkins/workspace \ 2022-11-23T00:53:47.5603164Z  "${DOCKER_IMAGE}" 2022-11-23T00:53:47.5603344Z ) 2022-11-23T00:53:47.5603580Z docker exec -t "${container_name}" sh -c '.jenkins/pytorch/build.sh' 2022-11-23T00:53:47.5613988Z shell: /usr/bin/bash -e {0} 2022-11-23T00:53:47.5614178Z env: 2022-11-23T00:53:47.5614423Z BUILD_ENVIRONMENT: linux-bionic-cuda11.7-py3.10-gcc7-no-ops 2022-11-23T00:53:47.5614671Z BRANCH: master 2022-11-23T00:53:47.5614850Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:53:47.5615043Z PR_NUMBER: 2022-11-23T00:53:47.5615248Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:53:47.5615644Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-11-23T00:53:47.5615892Z SCCACHE_S3_KEY_PREFIX: trunk 2022-11-23T00:53:47.5616175Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-11-23T00:53:47.5616425Z PR_LABELS: [] 2022-11-23T00:53:47.5616609Z TORCH_CUDA_ARCH_LIST: 5.2 2022-11-23T00:53:47.5617000Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:53:47.5617362Z XLA_CUDA: 2022-11-23T00:53:47.5617515Z DEBUG: 0 2022-11-23T00:53:47.5617693Z OUR_GITHUB_JOB_ID: 9654935465 2022-11-23T00:53:47.5617884Z ##[endgroup] 2022-11-23T00:53:57.6767187Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:53:57.6789006Z + source .jenkins/pytorch/common.sh 2022-11-23T00:53:57.6798297Z +++ dirname .jenkins/pytorch/common.sh 2022-11-23T00:53:57.6807132Z ++ source .jenkins/pytorch/common_utils.sh 2022-11-23T00:53:57.6812284Z +++ declare -f -t trap_add 2022-11-23T00:53:57.6817738Z ++ set -ex 2022-11-23T00:53:57.6818332Z ++ [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *rocm* ]] 2022-11-23T00:53:57.6818664Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T00:53:57.6821378Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:53:57.6827051Z + source .jenkins/pytorch/common-build.sh 2022-11-23T00:53:57.6839554Z ++ [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *win-* ]] 2022-11-23T00:53:57.6844891Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-11-23T00:53:57.6854757Z +++ cd .jenkins/pytorch 2022-11-23T00:53:57.6855231Z +++ pwd -P 2022-11-23T00:53:57.6857373Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T00:53:57.6858020Z ++ which sccache 2022-11-23T00:53:57.6873609Z ++ sccache --stop-server 2022-11-23T00:53:57.7167285Z ++ true 2022-11-23T00:53:57.7167873Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-11-23T00:53:57.7196275Z ++ [[ -n 1 ]] 2022-11-23T00:53:57.7196814Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-11-23T00:53:57.7197228Z Skipping sccache server initialization, setting environment variables 2022-11-23T00:53:57.7197498Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:53:57.7197746Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:53:57.7198231Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:53:57.7198731Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:53:57.7211563Z ++ export RUST_LOG=sccache::server=error 2022-11-23T00:53:57.7211853Z ++ RUST_LOG=sccache::server=error 2022-11-23T00:53:57.7212140Z ++ sccache --zero-stats 2022-11-23T00:53:57.7510715Z Compile requests 0 2022-11-23T00:53:57.7511184Z Compile requests executed 0 2022-11-23T00:53:57.7511575Z Cache hits 0 2022-11-23T00:53:57.7511940Z Cache misses 0 2022-11-23T00:53:57.7512264Z Cache timeouts 0 2022-11-23T00:53:57.7512580Z Cache read errors 0 2022-11-23T00:53:57.7512925Z Forced recaches 0 2022-11-23T00:53:57.7513313Z Cache write errors 0 2022-11-23T00:53:57.7513648Z Compilation failures 0 2022-11-23T00:53:57.7513969Z Cache errors 0 2022-11-23T00:53:57.7514511Z Non-cacheable compilations 0 2022-11-23T00:53:57.7514989Z Non-cacheable calls 0 2022-11-23T00:53:57.7515366Z Non-compilation calls 0 2022-11-23T00:53:57.7515614Z Unsupported compiler calls 0 2022-11-23T00:53:57.7516377Z Average cache write 0.000 s 2022-11-23T00:53:57.7516721Z Average cache read miss 0.000 s 2022-11-23T00:53:57.7517093Z Average cache read hit 0.000 s 2022-11-23T00:53:57.7517498Z Failed distributed compilations 0 2022-11-23T00:53:57.7523934Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T00:53:57.7524455Z ++ trap_add sccache_epilogue EXIT 2022-11-23T00:53:57.7524660Z ++ trap_add_cmd=sccache_epilogue 2022-11-23T00:53:57.7524849Z ++ shift 2022-11-23T00:53:57.7525026Z ++ for trap_add_name in "$@" 2022-11-23T00:53:57.7525341Z ++++ trap -p EXIT 2022-11-23T00:53:57.7526460Z +++ eval 'extract_trap_cmd ' 2022-11-23T00:53:57.7526789Z ++++ extract_trap_cmd 2022-11-23T00:53:57.7527189Z ++++ printf '%s\n' '' 2022-11-23T00:53:57.7529290Z +++ printf '%s\n' sccache_epilogue 2022-11-23T00:53:57.7530506Z ++ trap -- ' 2022-11-23T00:53:57.7530805Z sccache_epilogue' EXIT 2022-11-23T00:53:57.7531080Z ++ which ccache 2022-11-23T00:53:57.7542512Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *-clang7-asan* ]] 2022-11-23T00:53:57.7542963Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *-clang7-tsan* ]] 2022-11-23T00:53:57.7543352Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *-mobile-*build* ]] 2022-11-23T00:53:57.7543650Z + echo 'Python version:' 2022-11-23T00:53:57.7543830Z Python version: 2022-11-23T00:53:57.7544037Z + python --version 2022-11-23T00:53:57.7595086Z Python 3.10.4 2022-11-23T00:53:57.7596646Z + echo 'GCC version:' 2022-11-23T00:53:57.7596942Z GCC version: 2022-11-23T00:53:57.7597217Z + gcc --version 2022-11-23T00:53:57.9098333Z gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 2022-11-23T00:53:57.9098634Z Copyright (C) 2017 Free Software Foundation, Inc. 2022-11-23T00:53:57.9098921Z This is free software; see the source for copying conditions. There is NO 2022-11-23T00:53:57.9099452Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2022-11-23T00:53:57.9099636Z 2022-11-23T00:53:57.9105958Z + echo 'CMake version:' 2022-11-23T00:53:57.9106267Z CMake version: 2022-11-23T00:53:57.9106490Z + cmake --version 2022-11-23T00:53:57.9178212Z cmake version 3.22.1 2022-11-23T00:53:57.9178335Z 2022-11-23T00:53:57.9178497Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2022-11-23T00:53:57.9182837Z + echo 'Environment variables:' 2022-11-23T00:53:57.9183052Z Environment variables: 2022-11-23T00:53:57.9183237Z + env 2022-11-23T00:53:57.9192287Z NV_LIBCUBLAS_DEV_VERSION=11.10.1.25-1 2022-11-23T00:53:57.9193189Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-7 2022-11-23T00:53:57.9193781Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2022-11-23T00:53:57.9194578Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.13.4-1+cuda11.7 2022-11-23T00:53:57.9194964Z PR_LABELS=[] 2022-11-23T00:53:57.9195273Z UCC_HOME=/usr 2022-11-23T00:53:57.9195861Z BUILD_ENVIRONMENT=linux-bionic-cuda11.7-py3.10-gcc7-no-ops 2022-11-23T00:53:57.9196225Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-7=11.7.3.21-1 2022-11-23T00:53:57.9196444Z INSTALLED_DB=yes 2022-11-23T00:53:57.9196652Z RUST_LOG=sccache::server=error 2022-11-23T00:53:57.9196845Z HOSTNAME=03f47b6251be 2022-11-23T00:53:57.9197031Z GITHUB_REF_NAME=master 2022-11-23T00:53:57.9197272Z GITHUB_API_URL=https://api.github.com 2022-11-23T00:53:57.9197617Z OPENSSL_DIR=/opt/openssl 2022-11-23T00:53:57.9197961Z UCC_COMMIT=1c7a7127186e7836f73aafbd7697bbc274a77eee 2022-11-23T00:53:57.9198734Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_a30e6ddf-7f39-4222-b434-65dfd0cde903 2022-11-23T00:53:57.9199211Z CUDA_PATH=/usr/local/cuda 2022-11-23T00:53:57.9199803Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-11-23T00:53:57.9200323Z GITHUB_RUN_ATTEMPT=1 2022-11-23T00:53:57.9200637Z NV_LIBNPP_VERSION=11.7.3.21-1 2022-11-23T00:53:57.9200966Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-7=11.7.50-1 2022-11-23T00:53:57.9201286Z GITHUB_REPOSITORY_OWNER=pytorch 2022-11-23T00:53:57.9201605Z GITHUB_ACTIONS=true 2022-11-23T00:53:57.9201864Z NVIDIA_VISIBLE_DEVICES=all 2022-11-23T00:53:57.9202208Z NV_NVPROF_VERSION=11.7.50-1 2022-11-23T00:53:57.9202608Z NV_LIBCUSPARSE_VERSION=11.7.3.50-1 2022-11-23T00:53:57.9202976Z AWS_DEFAULT_REGION=us-east-1 2022-11-23T00:53:57.9203305Z CI=true 2022-11-23T00:53:57.9203731Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-7=11.10.1.25-1 2022-11-23T00:53:57.9204126Z BRANCH=master 2022-11-23T00:53:57.9204445Z GITHUB_HEAD_REF= 2022-11-23T00:53:57.9204705Z UCX_COMMIT=31e74cac7bee0ef66bef2af72e7d86d9c282e5ab 2022-11-23T00:53:57.9204934Z GITHUB_ACTOR=pytorchmergebot 2022-11-23T00:53:57.9205168Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2022-11-23T00:53:57.9205384Z GITHUB_ACTION_REF= 2022-11-23T00:53:57.9205570Z NCCL_VERSION=2.13.4-1 2022-11-23T00:53:57.9205755Z GITHUB_ACTION=__self 2022-11-23T00:53:57.9205943Z GITHUB_REF_PROTECTED=true 2022-11-23T00:53:57.9206275Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-11-23T00:53:57.9206694Z *** 2022-11-23T00:53:57.9206862Z INSTALLED_VISION=yes 2022-11-23T00:53:57.9207030Z NVARCH=x86_64 2022-11-23T00:53:57.9207249Z NV_LIBCUSPARSE_DEV_VERSION=11.7.3.50-1 2022-11-23T00:53:57.9207451Z HOME=/var/lib/jenkins 2022-11-23T00:53:57.9207863Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_a30e6ddf-7f39-4222-b434-65dfd0cde903 2022-11-23T00:53:57.9208284Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-11-23T00:53:57.9208601Z GITHUB_ACTION_REPOSITORY= 2022-11-23T00:53:57.9208914Z GITHUB_REF_TYPE=branch 2022-11-23T00:53:57.9209271Z NV_LIBNCCL_PACKAGE_VERSION=2.13.4-1 2022-11-23T00:53:57.9209577Z GITHUB_RETENTION_DAYS=90 2022-11-23T00:53:57.9209870Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-11-23T00:53:57.9210097Z OUR_GITHUB_JOB_ID=9654935465 2022-11-23T00:53:57.9210359Z NV_LIBNCCL_PACKAGE=libnccl2=2.13.4-1+cuda11.7 2022-11-23T00:53:57.9211032Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_a30e6ddf-7f39-4222-b434-65dfd0cde903 2022-11-23T00:53:57.9211329Z DEBIAN_FRONTEND=noninteractive 2022-11-23T00:53:57.9211653Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2022-11-23T00:53:57.9211878Z GITHUB_REF=refs/heads/master 2022-11-23T00:53:57.9212084Z NV_CUDA_LIB_VERSION=11.7.0-1 2022-11-23T00:53:57.9212309Z GITHUB_SHA=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:53:57.9212527Z INSTALLED_PROTOBUF=yes 2022-11-23T00:53:57.9212739Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:53:57.9212956Z GITHUB_RUN_ID=3528293554 2022-11-23T00:53:57.9213235Z NV_LIBNPP_PACKAGE=libnpp-11-7=11.7.3.21-1 2022-11-23T00:53:57.9213454Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2022-11-23T00:53:57.9213657Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2022-11-23T00:53:57.9213878Z NV_NVTX_VERSION=11.7.50-1 2022-11-23T00:53:57.9214100Z GITHUB_SERVER_URL=https://github.com 2022-11-23T00:53:57.9214284Z MAX_JOBS=6 2022-11-23T00:53:57.9214492Z NV_LIBCUBLAS_VERSION=11.10.1.25-1 2022-11-23T00:53:57.9214768Z NV_LIBCUBLAS_PACKAGE=libcublas-11-7=11.10.1.25-1 2022-11-23T00:53:57.9215120Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-11-23T00:53:57.9215569Z UCX_HOME=/usr 2022-11-23T00:53:57.9215798Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-11-23T00:53:57.9216064Z NV_CUDA_CUDART_DEV_VERSION=11.7.60-1 2022-11-23T00:53:57.9216248Z GITHUB_BASE_REF= 2022-11-23T00:53:57.9216420Z TERM=xterm 2022-11-23T00:53:57.9216584Z XLA_CUDA= 2022-11-23T00:53:57.9216765Z NV_NVML_DEV_VERSION=11.7.50-1 2022-11-23T00:53:57.9216961Z TORCH_CUDA_ARCH_LIST=5.2 2022-11-23T00:53:57.9217143Z CUDA_VERSION=11.7.0 2022-11-23T00:53:57.9217378Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-7 2022-11-23T00:53:57.9217599Z OPENSSL_ROOT_DIR=/opt/openssl 2022-11-23T00:53:57.9218012Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_a30e6ddf-7f39-4222-b434-65dfd0cde903 2022-11-23T00:53:57.9218297Z GITHUB_JOB=build 2022-11-23T00:53:57.9218482Z SCCACHE_S3_KEY_PREFIX=trunk 2022-11-23T00:53:57.9218706Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2022-11-23T00:53:57.9218896Z PR_NUMBER= 2022-11-23T00:53:57.9219293Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_a30e6ddf-7f39-4222-b434-65dfd0cde903 2022-11-23T00:53:57.9219574Z SHLVL=1 2022-11-23T00:53:57.9219815Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-7 2022-11-23T00:53:57.9220054Z GITHUB_REPOSITORY=pytorch/pytorch 2022-11-23T00:53:57.9220917Z 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=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 2022-11-23T00:53:57.9222086Z NV_LIBNPP_DEV_VERSION=11.7.3.21-1 2022-11-23T00:53:57.9222456Z SHA1=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:53:57.9222830Z GITHUB_EVENT_NAME=push 2022-11-23T00:53:57.9223247Z NV_CUDA_CUDART_VERSION=11.7.60-1 2022-11-23T00:53:57.9223741Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-11-23T00:53:57.9224105Z GITHUB_RUN_NUMBER=18336 2022-11-23T00:53:57.9224425Z GITHUB_WORKFLOW=trunk 2022-11-23T00:53:57.9224774Z SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:53:57.9225334Z PATH=/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-11-23T00:53:57.9225901Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.13.4-1 2022-11-23T00:53:57.9226615Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:53:57.9227079Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2022-11-23T00:53:57.9227453Z SKIP_SCCACHE_INITIALIZATION=1 2022-11-23T00:53:57.9227638Z _=/usr/bin/env 2022-11-23T00:53:57.9227943Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *cuda* ]] 2022-11-23T00:53:57.9228216Z + echo 'NVCC version:' 2022-11-23T00:53:57.9228380Z NVCC version: 2022-11-23T00:53:57.9228574Z + nvcc --version 2022-11-23T00:53:57.9302876Z nvcc: NVIDIA (R) Cuda compiler driver 2022-11-23T00:53:57.9303224Z Copyright (c) 2005-2022 NVIDIA Corporation 2022-11-23T00:53:57.9303446Z Built on Wed_Jun__8_16:49:14_PDT_2022 2022-11-23T00:53:57.9303677Z Cuda compilation tools, release 11.7, V11.7.99 2022-11-23T00:53:57.9303897Z Build cuda_11.7.r11.7/compiler.31442593_0 2022-11-23T00:53:57.9327184Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *cuda11* ]] 2022-11-23T00:53:57.9328093Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *cuda11.3* ]] 2022-11-23T00:53:57.9328525Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *clang* ]] 2022-11-23T00:53:57.9328754Z + export USE_UCC=1 2022-11-23T00:53:57.9328927Z + USE_UCC=1 2022-11-23T00:53:57.9329110Z + export USE_SYSTEM_UCC=1 2022-11-23T00:53:57.9329282Z + USE_SYSTEM_UCC=1 2022-11-23T00:53:57.9329592Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *\c\a\f\f\e\2* ]] 2022-11-23T00:53:57.9329951Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *\o\n\n\x* ]] 2022-11-23T00:53:57.9330332Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2022-11-23T00:53:57.9330742Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2022-11-23T00:53:57.9331189Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *rocm* ]] 2022-11-23T00:53:57.9331420Z + export USE_LLVM=/opt/llvm 2022-11-23T00:53:57.9331612Z + USE_LLVM=/opt/llvm 2022-11-23T00:53:57.9331820Z + export LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-11-23T00:53:57.9332039Z + LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-11-23T00:53:57.9332223Z + which conda 2022-11-23T00:53:57.9338098Z /opt/conda/bin/conda 2022-11-23T00:53:57.9338865Z + export CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T00:53:57.9339375Z + CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T00:53:57.9340553Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *libtorch* ]] 2022-11-23T00:53:57.9341238Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *-android* ]] 2022-11-23T00:53:57.9341847Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *android* ]] 2022-11-23T00:53:57.9342436Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *vulkan* ]] 2022-11-23T00:53:57.9343072Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *rocm* ]] 2022-11-23T00:53:57.9343487Z + '[' -z 6 ']' 2022-11-23T00:53:57.9344012Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *cuda* ]] 2022-11-23T00:53:57.9344461Z + [[ -z 5.2 ]] 2022-11-23T00:53:57.9344976Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *clang* ]] 2022-11-23T00:53:57.9345599Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *no-ops* ]] 2022-11-23T00:53:57.9346006Z + export USE_PER_OPERATOR_HEADERS=0 2022-11-23T00:53:57.9346220Z + USE_PER_OPERATOR_HEADERS=0 2022-11-23T00:53:57.9346515Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *-pch* ]] 2022-11-23T00:53:57.9347108Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *linux-focal-py3.7-gcc7-build* ]] 2022-11-23T00:53:57.9347768Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *android* ]] 2022-11-23T00:53:57.9348108Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *cuda* ]] 2022-11-23T00:53:57.9348457Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *-bazel-* ]] 2022-11-23T00:53:57.9348876Z + echo 'The next three invocations are expected to fail with invalid command error messages.' 2022-11-23T00:53:57.9349359Z The next three invocations are expected to fail with invalid command error messages. 2022-11-23T00:53:57.9349799Z + get_exit_code python setup.py bad_argument 2022-11-23T00:53:57.9350163Z + set +e 2022-11-23T00:53:57.9350508Z + python setup.py bad_argument 2022-11-23T00:53:58.2552107Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:53:58.2796407Z invalid command 'bad_argument' 2022-11-23T00:53:58.3232464Z + retcode=1 2022-11-23T00:53:58.3232736Z + set -e 2022-11-23T00:53:58.3233128Z + return 1 2022-11-23T00:53:58.3237572Z + get_exit_code python setup.py 'clean]' 2022-11-23T00:53:58.3237788Z + set +e 2022-11-23T00:53:58.3238012Z + python setup.py 'clean]' 2022-11-23T00:53:58.5980286Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:53:58.6176878Z invalid command name 'clean]' 2022-11-23T00:53:58.6610179Z + retcode=1 2022-11-23T00:53:58.6610514Z + set -e 2022-11-23T00:53:58.6610720Z + return 1 2022-11-23T00:53:58.6615122Z + get_exit_code python setup.py clean bad_argument 2022-11-23T00:53:58.6615743Z + set +e 2022-11-23T00:53:58.6616022Z + python setup.py clean bad_argument 2022-11-23T00:53:58.9058429Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:53:58.9435001Z invalid command 'bad_argument' 2022-11-23T00:53:58.9877122Z + retcode=1 2022-11-23T00:53:58.9877458Z + set -e 2022-11-23T00:53:58.9877633Z + return 1 2022-11-23T00:53:58.9878665Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *libtorch* ]] 2022-11-23T00:53:58.9879345Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *rocm* ]] 2022-11-23T00:53:58.9879790Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *xla* ]] 2022-11-23T00:53:58.9880023Z + WERROR=1 2022-11-23T00:53:58.9880212Z + python setup.py bdist_wheel 2022-11-23T00:53:59.2616233Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:53:59.3106566Z -- Building version 1.14.0a0+git1cfd385 2022-11-23T00:53:59.3252667Z cmake -DBUILD_ENVIRONMENT=linux-bionic-cuda11.7-py3.10-gcc7-no-ops -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache -DCMAKE_INSTALL_PREFIX=/var/lib/jenkins/workspace/torch -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.10/site-packages;/opt/conda -DNUMPY_INCLUDE_DIR=/opt/conda/lib/python3.10/site-packages/numpy/core/include -DOPENSSL_ROOT_DIR=/opt/openssl -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DPYTHON_INCLUDE_DIR=/opt/conda/include/python3.10 -DPYTHON_LIBRARY=/opt/conda/lib/libpython3.10.a -DTORCH_BUILD_VERSION=1.14.0a0+git1cfd385 -DUSE_LLVM=/opt/llvm -DUSE_NUMPY=True -DUSE_PER_OPERATOR_HEADERS=0 -DUSE_SYSTEM_UCC=1 -DUSE_UCC=1 -DWERROR=1 /var/lib/jenkins/workspace 2022-11-23T00:53:59.6814650Z -- The CXX compiler identification is GNU 7.5.0 2022-11-23T00:53:59.9577274Z -- The C compiler identification is GNU 7.5.0 2022-11-23T00:53:59.9697680Z -- Detecting CXX compiler ABI info 2022-11-23T00:54:00.0879604Z -- Detecting CXX compiler ABI info - done 2022-11-23T00:54:00.0957297Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T00:54:00.0959701Z -- Detecting CXX compile features 2022-11-23T00:54:00.0964398Z -- Detecting CXX compile features - done 2022-11-23T00:54:00.0992678Z -- Detecting C compiler ABI info 2022-11-23T00:54:00.1729640Z -- Detecting C compiler ABI info - done 2022-11-23T00:54:00.1808510Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T00:54:00.1811041Z -- Detecting C compile features 2022-11-23T00:54:00.1814797Z -- Detecting C compile features - done 2022-11-23T00:54:00.1820145Z -- Not forcing any particular BLAS to be found 2022-11-23T00:54:00.1833060Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:54:00.1833496Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:54:00.1834197Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:54:00.1834528Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:54:00.1834843Z Call Stack (most recent call first): 2022-11-23T00:54:00.1835070Z CMakeLists.txt:249 (cmake_dependent_option) 2022-11-23T00:54:00.1835406Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:00.1835656Z  2022-11-23T00:54:00.1836304Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:54:00.1837120Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:54:00.1837577Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:54:00.1837882Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:54:00.1838124Z Call Stack (most recent call first): 2022-11-23T00:54:00.1838360Z CMakeLists.txt:280 (cmake_dependent_option) 2022-11-23T00:54:00.1838694Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:00.1838927Z  2022-11-23T00:54:00.1849401Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-11-23T00:54:00.1916965Z -- Performing Test COMPILER_WORKS 2022-11-23T00:54:00.2707867Z -- Performing Test COMPILER_WORKS - Success 2022-11-23T00:54:00.2710282Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-11-23T00:54:00.5717037Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-11-23T00:54:00.5718715Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-11-23T00:54:00.7329788Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-11-23T00:54:00.7330535Z -- std::exception_ptr is supported. 2022-11-23T00:54:00.7331591Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-11-23T00:54:00.7602334Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-11-23T00:54:00.7602703Z -- Turning off deprecation warning due to glog. 2022-11-23T00:54:00.7619128Z -- Performing Test C_HAS_AVX_1 2022-11-23T00:54:00.9932983Z -- Performing Test C_HAS_AVX_1 - Failed 2022-11-23T00:54:00.9933976Z -- Performing Test C_HAS_AVX_2 2022-11-23T00:54:01.1163926Z -- Performing Test C_HAS_AVX_2 - Success 2022-11-23T00:54:01.1165261Z -- Performing Test C_HAS_AVX2_1 2022-11-23T00:54:01.2876344Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-11-23T00:54:01.2876854Z -- Performing Test C_HAS_AVX2_2 2022-11-23T00:54:01.4994440Z -- Performing Test C_HAS_AVX2_2 - Success 2022-11-23T00:54:01.4996695Z -- Performing Test C_HAS_AVX512_1 2022-11-23T00:54:01.6668556Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-11-23T00:54:01.6669088Z -- Performing Test C_HAS_AVX512_2 2022-11-23T00:54:01.8287145Z -- Performing Test C_HAS_AVX512_2 - Failed 2022-11-23T00:54:01.8287669Z -- Performing Test C_HAS_AVX512_3 2022-11-23T00:54:01.8504392Z -- Performing Test C_HAS_AVX512_3 - Failed 2022-11-23T00:54:01.8506021Z -- Performing Test CXX_HAS_AVX_1 2022-11-23T00:54:02.0433861Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-11-23T00:54:02.0434550Z -- Performing Test CXX_HAS_AVX_2 2022-11-23T00:54:02.1695988Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-11-23T00:54:02.1698060Z -- Performing Test CXX_HAS_AVX2_1 2022-11-23T00:54:02.3383102Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-11-23T00:54:02.3383832Z -- Performing Test CXX_HAS_AVX2_2 2022-11-23T00:54:02.4761493Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-11-23T00:54:02.4764012Z -- Performing Test CXX_HAS_AVX512_1 2022-11-23T00:54:02.6415085Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-11-23T00:54:02.6416145Z -- Performing Test CXX_HAS_AVX512_2 2022-11-23T00:54:02.8150822Z -- Performing Test CXX_HAS_AVX512_2 - Failed 2022-11-23T00:54:02.8151828Z -- Performing Test CXX_HAS_AVX512_3 2022-11-23T00:54:02.8369077Z -- Performing Test CXX_HAS_AVX512_3 - Failed 2022-11-23T00:54:02.8370369Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-11-23T00:54:02.8371926Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-11-23T00:54:03.0217178Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-11-23T00:54:03.0217593Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-11-23T00:54:03.0223403Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-11-23T00:54:03.1069897Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-11-23T00:54:03.1076681Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-11-23T00:54:03.1898637Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-11-23T00:54:03.1905065Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-11-23T00:54:03.2748374Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-11-23T00:54:03.2992289Z -- Found CUDA: /usr/local/cuda (found version "11.7") 2022-11-23T00:54:04.3669364Z -- The CUDA compiler identification is NVIDIA 11.7.99 2022-11-23T00:54:04.3728186Z -- Detecting CUDA compiler ABI info 2022-11-23T00:54:04.6249909Z -- Detecting CUDA compiler ABI info - done 2022-11-23T00:54:04.6489051Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-11-23T00:54:04.6492022Z -- Detecting CUDA compile features 2022-11-23T00:54:04.6496715Z -- Detecting CUDA compile features - done 2022-11-23T00:54:04.6531016Z -- Caffe2: CUDA detected: 11.7 2022-11-23T00:54:04.6531378Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-11-23T00:54:04.6531664Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-11-23T00:54:04.7624572Z -- Caffe2: Header version is: 11.7 2022-11-23T00:54:04.7649619Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-11-23T00:54:04.7651316Z -- Found cuDNN: v8.5.0 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-11-23T00:54:05.0656855Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 581f1f99 2022-11-23T00:54:05.0667770Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-11-23T00:54:05.0668268Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T00:54:05.0668942Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T00:54:05.0669236Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T00:54:05.0669646Z Call Stack (most recent call first): 2022-11-23T00:54:05.0669931Z cmake/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T00:54:05.0670224Z cmake/Dependencies.cmake:43 (include) 2022-11-23T00:54:05.0670450Z CMakeLists.txt:719 (include) 2022-11-23T00:54:05.0670592Z 2022-11-23T00:54:05.0670673Z  2022-11-23T00:54:05.0670956Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-11-23T00:54:05.0686079Z -- Building using own protobuf under third_party per request. 2022-11-23T00:54:05.0686367Z -- Use custom protobuf build. 2022-11-23T00:54:05.0723657Z -- 2022-11-23T00:54:05.0723869Z -- 3.13.0.0 2022-11-23T00:54:05.0732265Z -- Looking for pthread.h 2022-11-23T00:54:05.1535021Z -- Looking for pthread.h - found 2022-11-23T00:54:05.1535868Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T00:54:05.2306076Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T00:54:05.2306395Z -- Check if compiler accepts -pthread 2022-11-23T00:54:05.3166016Z -- Check if compiler accepts -pthread - yes 2022-11-23T00:54:05.3174824Z -- Found Threads: TRUE 2022-11-23T00:54:05.3178801Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-11-23T00:54:05.4094016Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-11-23T00:54:05.4285937Z -- Caffe2 protobuf include directory: $$ 2022-11-23T00:54:05.4319618Z -- Trying to find preferred BLAS backend of choice: MKL 2022-11-23T00:54:05.4342276Z -- MKL_THREADING = OMP 2022-11-23T00:54:05.4344837Z -- Looking for sys/types.h 2022-11-23T00:54:05.5107165Z -- Looking for sys/types.h - found 2022-11-23T00:54:05.5109005Z -- Looking for stdint.h 2022-11-23T00:54:05.5858535Z -- Looking for stdint.h - found 2022-11-23T00:54:05.5859394Z -- Looking for stddef.h 2022-11-23T00:54:05.6624744Z -- Looking for stddef.h - found 2022-11-23T00:54:05.6625064Z -- Check size of void* 2022-11-23T00:54:05.7412586Z -- Check size of void* - done 2022-11-23T00:54:06.0261131Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:06.0261604Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:54:06.0261923Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:06.0262427Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:06.0262782Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:06.0263036Z Call Stack (most recent call first): 2022-11-23T00:54:06.0263312Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:06.0263645Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-11-23T00:54:06.0263893Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-11-23T00:54:06.0264149Z cmake/Dependencies.cmake:210 (find_package) 2022-11-23T00:54:06.0264425Z CMakeLists.txt:719 (include) 2022-11-23T00:54:06.0264749Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:06.0264999Z  2022-11-23T00:54:06.1170564Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:06.1171063Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:54:06.1171408Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:06.1171744Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:06.1172014Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:06.1172227Z Call Stack (most recent call first): 2022-11-23T00:54:06.1172499Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:06.1172780Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-11-23T00:54:06.1173025Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-11-23T00:54:06.1173280Z cmake/Dependencies.cmake:210 (find_package) 2022-11-23T00:54:06.1173509Z CMakeLists.txt:719 (include) 2022-11-23T00:54:06.1173840Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:06.1174075Z  2022-11-23T00:54:06.1187491Z -- Looking for cblas_sgemm 2022-11-23T00:54:06.3684233Z -- Looking for cblas_sgemm - found 2022-11-23T00:54:06.3727374Z -- MKL libraries: /opt/conda/lib/libmkl_intel_lp64.so;/opt/conda/lib/libmkl_gnu_thread.so;/opt/conda/lib/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so 2022-11-23T00:54:06.3728154Z -- MKL include directory: /opt/conda/include 2022-11-23T00:54:06.3728411Z -- MKL OpenMP type: GNU 2022-11-23T00:54:06.3728652Z -- MKL OpenMP library: -fopenmp 2022-11-23T00:54:06.4123804Z -- The ASM compiler identification is GNU 2022-11-23T00:54:06.4141827Z -- Found assembler: /opt/cache/bin/cc 2022-11-23T00:54:06.4324664Z -- Brace yourself, we are building NNPACK 2022-11-23T00:54:06.4382257Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-11-23T00:54:06.4630772Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-11-23T00:54:06.4814121Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.10.4") 2022-11-23T00:54:06.4814455Z -- NNPACK backend is x86-64 2022-11-23T00:54:06.9920579Z -- Found Python: /opt/conda/bin/python3.10 (found version "3.10.4") found components: Interpreter 2022-11-23T00:54:07.0021652Z -- Failed to find LLVM FileCheck 2022-11-23T00:54:07.0058164Z -- Found Git: /usr/bin/git (found version "2.17.1") 2022-11-23T00:54:07.1387023Z -- git version: v1.6.1 normalized to 1.6.1 2022-11-23T00:54:07.1387356Z -- Version: 1.6.1 2022-11-23T00:54:07.1392793Z -- Looking for shm_open in rt 2022-11-23T00:54:07.2187242Z -- Looking for shm_open in rt - found 2022-11-23T00:54:07.2193210Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-11-23T00:54:07.3071437Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-11-23T00:54:07.3078192Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-11-23T00:54:07.3943538Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-11-23T00:54:07.3949802Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-11-23T00:54:07.4818078Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-11-23T00:54:07.4825758Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-11-23T00:54:07.6218875Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-11-23T00:54:07.6226369Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-11-23T00:54:07.7041292Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-11-23T00:54:07.7051349Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-11-23T00:54:07.7885119Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2022-11-23T00:54:07.7892149Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-11-23T00:54:07.8772523Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-11-23T00:54:07.8780007Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-11-23T00:54:07.9643627Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-11-23T00:54:07.9650476Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-11-23T00:54:07.9945413Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed 2022-11-23T00:54:07.9951645Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-11-23T00:54:08.0802452Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-11-23T00:54:08.0809389Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-11-23T00:54:08.1658469Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-11-23T00:54:08.1665445Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-11-23T00:54:08.2536537Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-11-23T00:54:08.2547427Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-11-23T00:54:08.3451676Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-11-23T00:54:08.3459112Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-11-23T00:54:08.3711447Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-11-23T00:54:08.3718200Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-11-23T00:54:08.3995102Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed 2022-11-23T00:54:08.4002325Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-11-23T00:54:08.4905619Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-11-23T00:54:08.4907215Z -- Performing Test HAVE_STD_REGEX 2022-11-23T00:54:08.4907545Z -- Performing Test HAVE_STD_REGEX 2022-11-23T00:54:08.8016992Z -- Performing Test HAVE_STD_REGEX -- success 2022-11-23T00:54:08.8017338Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T00:54:08.8017614Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T00:54:08.8279389Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-11-23T00:54:08.8279709Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T00:54:08.8279981Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T00:54:08.9629518Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-11-23T00:54:08.9629845Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T00:54:08.9630095Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T00:54:09.0907542Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-11-23T00:54:09.1202800Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-11-23T00:54:09.2128110Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-11-23T00:54:09.2150104Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:09.2150687Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:54:09.2151253Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:09.2151781Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:09.2152275Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:09.2152683Z Call Stack (most recent call first): 2022-11-23T00:54:09.2153148Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:09.2153609Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T00:54:09.2154226Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:09.2154679Z  2022-11-23T00:54:09.2155021Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-11-23T00:54:09.2155658Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:09.2156544Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:54:09.2156913Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:09.2157224Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:09.2157492Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:09.2157707Z Call Stack (most recent call first): 2022-11-23T00:54:09.2157984Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:09.2158269Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T00:54:09.2158719Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:09.2158997Z  2022-11-23T00:54:09.2159301Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-11-23T00:54:09.2159639Z -- Found OpenMP: TRUE (found version "4.5") 2022-11-23T00:54:09.2160303Z CMake Warning at third_party/fbgemm/CMakeLists.txt:87 (message): 2022-11-23T00:54:09.2160794Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2022-11-23T00:54:09.2160963Z 2022-11-23T00:54:09.2161047Z  2022-11-23T00:54:09.3210095Z CMake Warning at third_party/fbgemm/CMakeLists.txt:186 (message): 2022-11-23T00:54:09.3210563Z ========== 2022-11-23T00:54:09.3210760Z 2022-11-23T00:54:09.3211018Z  2022-11-23T00:54:09.3211415Z CMake Warning at third_party/fbgemm/CMakeLists.txt:187 (message): 2022-11-23T00:54:09.3211677Z CMAKE_BUILD_TYPE = Release 2022-11-23T00:54:09.3211800Z 2022-11-23T00:54:09.3211883Z  2022-11-23T00:54:09.3212149Z CMake Warning at third_party/fbgemm/CMakeLists.txt:188 (message): 2022-11-23T00:54:09.3212418Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-11-23T00:54:09.3212541Z 2022-11-23T00:54:09.3212619Z  2022-11-23T00:54:09.3212893Z CMake Warning at third_party/fbgemm/CMakeLists.txt:189 (message): 2022-11-23T00:54:09.3213182Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-11-23T00:54:09.3213328Z 2022-11-23T00:54:09.3233267Z  2022-11-23T00:54:09.3233961Z CMake Warning at third_party/fbgemm/CMakeLists.txt:190 (message): 2022-11-23T00:54:09.3234379Z ========== 2022-11-23T00:54:09.3234553Z 2022-11-23T00:54:09.3234692Z  2022-11-23T00:54:09.3258882Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-11-23T00:54:09.4109828Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-11-23T00:54:09.4115796Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-11-23T00:54:09.5149342Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2022-11-23T00:54:09.5155863Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-11-23T00:54:09.6025526Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-11-23T00:54:09.6031297Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-11-23T00:54:09.7183392Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Success 2022-11-23T00:54:09.7204262Z ** AsmJit Summary ** 2022-11-23T00:54:09.7205066Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2022-11-23T00:54:09.7205546Z  ASMJIT_TEST=FALSE 2022-11-23T00:54:09.7205992Z  ASMJIT_TARGET_TYPE=STATIC 2022-11-23T00:54:09.7206458Z  ASMJIT_DEPS=pthread;rt 2022-11-23T00:54:09.7206945Z  ASMJIT_LIBS=asmjit;pthread;rt 2022-11-23T00:54:09.7207346Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-11-23T00:54:09.7207832Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2022-11-23T00:54:09.7208235Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2022-11-23T00:54:09.7208587Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants;-fno-enforce-eh-specs 2022-11-23T00:54:09.7261984Z -- Found Numa: /usr/include 2022-11-23T00:54:09.7262424Z -- Found Numa (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so) 2022-11-23T00:54:09.7296776Z -- Using third party subdirectory Eigen. 2022-11-23T00:54:09.7502814Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.10.4", minimum required is "3.0") 2022-11-23T00:54:09.7522599Z -- Found PythonLibs: /opt/conda/lib/libpython3.10.a (found suitable version "3.10.4", minimum required is "3.0") 2022-11-23T00:54:09.7523894Z -- Using third_party/pybind11. 2022-11-23T00:54:09.7524941Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2022-11-23T00:54:09.9242261Z -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found version "3.1") 2022-11-23T00:54:10.3283933Z -- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so (found version "3.1") 2022-11-23T00:54:10.3285290Z -- Found MPI: TRUE (found version "3.1") 2022-11-23T00:54:10.3290334Z -- MPI support found 2022-11-23T00:54:10.3290727Z -- MPI compile flags: -pthread 2022-11-23T00:54:10.3291787Z -- MPI include path: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include/usr/lib/x86_64-linux-gnu/openmpi/include 2022-11-23T00:54:10.3292449Z -- MPI LINK flags path: -L/usr/lib -pthread 2022-11-23T00:54:10.3292847Z -- MPI libraries: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so 2022-11-23T00:54:10.4441006Z CMake Warning at cmake/Dependencies.cmake:1162 (message): 2022-11-23T00:54:10.4441564Z OpenMPI found, but it is not built with CUDA support. 2022-11-23T00:54:10.4441815Z Call Stack (most recent call first): 2022-11-23T00:54:10.4442015Z CMakeLists.txt:719 (include) 2022-11-23T00:54:10.4442141Z 2022-11-23T00:54:10.4442231Z  2022-11-23T00:54:10.4465692Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:10.4466365Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:54:10.4466826Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:10.4467138Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:10.4467409Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:10.4467623Z Call Stack (most recent call first): 2022-11-23T00:54:10.4467892Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:10.4468171Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T00:54:10.4468381Z CMakeLists.txt:719 (include) 2022-11-23T00:54:10.4468705Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:10.4469023Z  2022-11-23T00:54:10.4469873Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:10.4470561Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:54:10.4470996Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:10.4471296Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:10.4471554Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:10.4471782Z Call Stack (most recent call first): 2022-11-23T00:54:10.4472049Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:10.4472313Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T00:54:10.4472539Z CMakeLists.txt:719 (include) 2022-11-23T00:54:10.4472861Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:10.4473090Z  2022-11-23T00:54:10.4475136Z -- Adding OpenMP CXX_FLAGS: -fopenmp 2022-11-23T00:54:10.4475650Z -- Will link against OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so 2022-11-23T00:54:10.4476058Z -- Disabling kernel asserts for ROCm 2022-11-23T00:54:10.4476291Z -- Looking for LLVM in /opt/llvm 2022-11-23T00:54:10.4527395Z -- Found LLVM 9.0.1 2022-11-23T00:54:10.4527759Z -- Using LLVMConfig.cmake in: /opt/llvm/lib/cmake/llvm 2022-11-23T00:54:10.4557882Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-11-23T00:54:10.4558465Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T00:54:10.4558997Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T00:54:10.4559489Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T00:54:10.4559852Z Call Stack (most recent call first): 2022-11-23T00:54:10.4560286Z cmake/External/nccl.cmake:13 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T00:54:10.4560745Z cmake/Dependencies.cmake:1395 (include) 2022-11-23T00:54:10.4561106Z CMakeLists.txt:719 (include) 2022-11-23T00:54:10.4561326Z 2022-11-23T00:54:10.4561485Z  2022-11-23T00:54:10.4684420Z CMake Warning at cmake/External/nccl.cmake:69 (message): 2022-11-23T00:54:10.4684869Z Enabling NCCL library slimming 2022-11-23T00:54:10.4685110Z Call Stack (most recent call first): 2022-11-23T00:54:10.4685347Z cmake/Dependencies.cmake:1395 (include) 2022-11-23T00:54:10.4685555Z CMakeLists.txt:719 (include) 2022-11-23T00:54:10.4685687Z 2022-11-23T00:54:10.4685780Z  2022-11-23T00:54:10.4757961Z -- Found CUB: /usr/local/cuda/include 2022-11-23T00:54:10.4759213Z -- Converting CMAKE_CUDA_FLAGS to CUDA_NVCC_FLAGS: 2022-11-23T00:54:10.4761888Z CUDA_NVCC_FLAGS = -Xfatbin;-compress-all;-DONNX_NAMESPACE=onnx_torch;-gencode;arch=compute_52,code=sm_52;-Xcudafe;--diag_suppress=cc_clobber_ignored,--diag_suppress=integer_sign_change,--diag_suppress=useless_using_declaration,--diag_suppress=set_but_not_used,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=implicit_return_from_non_void_function,--diag_suppress=unsigned_compare_with_zero,--diag_suppress=declared_but_not_referenced,--diag_suppress=bad_friend_decl;--expt-relaxed-constexpr;--expt-extended-lambda 2022-11-23T00:54:10.4763810Z CUDA_NVCC_FLAGS_DEBUG = -g;-lineinfo;--source-in-ptx 2022-11-23T00:54:10.4764329Z CUDA_NVCC_FLAGS_RELEASE = -O3;-DNDEBUG 2022-11-23T00:54:10.4764884Z CUDA_NVCC_FLAGS_RELWITHDEBINFO = -g;-lineinfo;--source-in-ptx 2022-11-23T00:54:10.4765427Z CUDA_NVCC_FLAGS_MINSIZEREL = -O1;-DNDEBUG 2022-11-23T00:54:10.4951716Z -- Performing Test UV_LINT_W4 2022-11-23T00:54:10.5198942Z -- Performing Test UV_LINT_W4 - Failed 2022-11-23T00:54:10.5204592Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-11-23T00:54:10.5429505Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-11-23T00:54:10.5435801Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-11-23T00:54:10.5652663Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-11-23T00:54:10.5660043Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-11-23T00:54:10.5874223Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-11-23T00:54:10.5879716Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-11-23T00:54:10.6100116Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-11-23T00:54:10.6105821Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-11-23T00:54:10.6321546Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-11-23T00:54:10.6327570Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-11-23T00:54:10.6541227Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-11-23T00:54:10.6547452Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-11-23T00:54:10.6758058Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-11-23T00:54:10.6764537Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-11-23T00:54:10.6973236Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-11-23T00:54:10.6979698Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-11-23T00:54:10.7192465Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-11-23T00:54:10.7198358Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-11-23T00:54:10.7410974Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-11-23T00:54:10.7417290Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-11-23T00:54:10.7622928Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-11-23T00:54:10.7628474Z -- Performing Test UV_LINT_WALL 2022-11-23T00:54:10.8445852Z -- Performing Test UV_LINT_WALL - Success 2022-11-23T00:54:10.8451673Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-11-23T00:54:10.9250726Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-11-23T00:54:10.9257341Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-11-23T00:54:11.0001621Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-11-23T00:54:11.0007676Z -- Performing Test UV_LINT_EXTRA 2022-11-23T00:54:11.0754567Z -- Performing Test UV_LINT_EXTRA - Success 2022-11-23T00:54:11.0760789Z -- Performing Test UV_LINT_UTF8_MSVC 2022-11-23T00:54:11.0981315Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-11-23T00:54:11.0988780Z -- Performing Test UV_F_STRICT_ALIASING 2022-11-23T00:54:11.1759328Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-11-23T00:54:11.1770743Z -- summary of build options: 2022-11-23T00:54:11.1771301Z Install prefix: /var/lib/jenkins/workspace/torch 2022-11-23T00:54:11.1771697Z Target system: Linux 2022-11-23T00:54:11.1772009Z Compiler: 2022-11-23T00:54:11.1772339Z C compiler: /opt/cache/bin/cc 2022-11-23T00:54:11.1772738Z CFLAGS: -fopenmp 2022-11-23T00:54:11.1772940Z 2022-11-23T00:54:11.1799467Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-11-23T00:54:11.1872417Z -- Converting CMAKE_CUDA_FLAGS to CUDA_NVCC_FLAGS: 2022-11-23T00:54:11.1874093Z CUDA_NVCC_FLAGS = -Xfatbin;-compress-all;-DONNX_NAMESPACE=onnx_torch;-gencode;arch=compute_52,code=sm_52;-Xcudafe;--diag_suppress=cc_clobber_ignored,--diag_suppress=integer_sign_change,--diag_suppress=useless_using_declaration,--diag_suppress=set_but_not_used,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=implicit_return_from_non_void_function,--diag_suppress=unsigned_compare_with_zero,--diag_suppress=declared_but_not_referenced,--diag_suppress=bad_friend_decl;--expt-relaxed-constexpr;--expt-extended-lambda 2022-11-23T00:54:11.1875138Z CUDA_NVCC_FLAGS_DEBUG = -g;-lineinfo;--source-in-ptx 2022-11-23T00:54:11.1875452Z CUDA_NVCC_FLAGS_RELEASE = -O3;-DNDEBUG 2022-11-23T00:54:11.1875758Z CUDA_NVCC_FLAGS_RELWITHDEBINFO = -g;-lineinfo;--source-in-ptx 2022-11-23T00:54:11.1876067Z CUDA_NVCC_FLAGS_MINSIZEREL = -O1;-DNDEBUG 2022-11-23T00:54:11.1892581Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-11-23T00:54:11.1893127Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-11-23T00:54:11.1893701Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-11-23T00:54:11.1893990Z set the policy and suppress this warning. 2022-11-23T00:54:11.1894132Z 2022-11-23T00:54:11.1894276Z For compatibility with older versions of CMake, option is clearing the 2022-11-23T00:54:11.1894609Z normal variable 'BUILD_BENCHMARK'. 2022-11-23T00:54:11.1894995Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:11.1895279Z  2022-11-23T00:54:11.1895900Z -- Enabling sccache for CXX 2022-11-23T00:54:11.1896311Z -- Enabling sccache for C 2022-11-23T00:54:11.1896764Z -- Gloo build as SHARED library 2022-11-23T00:54:11.2007346Z -- MPI include path: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include/usr/lib/x86_64-linux-gnu/openmpi/include 2022-11-23T00:54:11.2008181Z -- MPI libraries: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so 2022-11-23T00:54:11.2066072Z -- Found CUDA: /usr/local/cuda (found suitable version "11.7", minimum required is "7.0") 2022-11-23T00:54:11.2076749Z -- CUDA detected: 11.7 2022-11-23T00:54:11.2279090Z CMake Warning at cmake/Dependencies.cmake:1538 (message): 2022-11-23T00:54:11.2279533Z Metal is only used in ios builds. 2022-11-23T00:54:11.2279749Z Call Stack (most recent call first): 2022-11-23T00:54:11.2279962Z CMakeLists.txt:719 (include) 2022-11-23T00:54:11.2280085Z 2022-11-23T00:54:11.2280168Z  2022-11-23T00:54:11.2518741Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.10.4") 2022-11-23T00:54:11.2534998Z -- Found PythonLibs: /opt/conda/lib/libpython3.10.a (found version "3.10.4") 2022-11-23T00:54:11.2538682Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:54:11.2541167Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:54:11.2543130Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:54:11.3521621Z -- 2022-11-23T00:54:11.3522034Z -- ******** Summary ******** 2022-11-23T00:54:11.3522284Z -- CMake version : 3.22.1 2022-11-23T00:54:11.3522616Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:54:11.3523031Z -- System : Linux 2022-11-23T00:54:11.3523544Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T00:54:11.3523930Z -- C++ compiler version : 7.5.0 2022-11-23T00:54:11.3524429Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-11-23T00:54:11.3524801Z -- Build type : Release 2022-11-23T00:54:11.3525208Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-11-23T00:54:11.3525651Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.10/site-packages;/opt/conda;/usr/local/cuda 2022-11-23T00:54:11.3526079Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:54:11.3526518Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-11-23T00:54:11.3526860Z -- 2022-11-23T00:54:11.3527071Z -- ONNX version : 1.12.0 2022-11-23T00:54:11.3527335Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T00:54:11.3527622Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T00:54:11.3527872Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-11-23T00:54:11.3528145Z -- Protobuf_USE_STATIC_LIBS : ON 2022-11-23T00:54:11.3528418Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-11-23T00:54:11.3528657Z -- ONNX_WERROR : OFF 2022-11-23T00:54:11.3528904Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T00:54:11.3529178Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T00:54:11.3529424Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T00:54:11.3529678Z -- ONNXIFI_ENABLE_EXT : OFF 2022-11-23T00:54:11.3529921Z -- 2022-11-23T00:54:11.3530118Z -- Protobuf compiler : 2022-11-23T00:54:11.3530358Z -- Protobuf includes : 2022-11-23T00:54:11.3530656Z -- Protobuf libraries : 2022-11-23T00:54:11.3530886Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T00:54:11.3564466Z -- 2022-11-23T00:54:11.3564795Z -- ******** Summary ******** 2022-11-23T00:54:11.3565144Z -- CMake version : 3.22.1 2022-11-23T00:54:11.3565620Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:54:11.3566090Z -- System : Linux 2022-11-23T00:54:11.3566425Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T00:54:11.3566680Z -- C++ compiler version : 7.5.0 2022-11-23T00:54:11.3567101Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-11-23T00:54:11.3567637Z -- Build type : Release 2022-11-23T00:54:11.3568012Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-11-23T00:54:11.3568472Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.10/site-packages;/opt/conda;/usr/local/cuda 2022-11-23T00:54:11.3568961Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:54:11.3569477Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-11-23T00:54:11.3569770Z -- 2022-11-23T00:54:11.3569978Z -- ONNX version : 1.4.1 2022-11-23T00:54:11.3570207Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T00:54:11.3570447Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T00:54:11.3570683Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T00:54:11.3570972Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T00:54:11.3571217Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T00:54:11.3571418Z -- 2022-11-23T00:54:11.3571611Z -- Protobuf compiler : 2022-11-23T00:54:11.3571846Z -- Protobuf includes : 2022-11-23T00:54:11.3572080Z -- Protobuf libraries : 2022-11-23T00:54:11.3572394Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T00:54:11.3572710Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2022-11-23T00:54:11.3573016Z -- Adding -DNDEBUG to compile flags 2022-11-23T00:54:11.3590587Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-11-23T00:54:11.3850368Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-11-23T00:54:11.3851089Z -- Compiling with MAGMA support 2022-11-23T00:54:11.3851465Z -- MAGMA INCLUDE DIRECTORIES: /opt/conda/include 2022-11-23T00:54:11.3851747Z -- MAGMA LIBRARIES: /opt/conda/lib/libmagma.a 2022-11-23T00:54:11.3851990Z -- MAGMA V2 check: 0 2022-11-23T00:54:11.4068357Z -- Could not find hardware support for NEON on this machine. 2022-11-23T00:54:11.4068883Z -- No OMAP3 processor on this machine. 2022-11-23T00:54:11.4069159Z -- No OMAP4 processor on this machine. 2022-11-23T00:54:11.4096408Z -- Found a library with LAPACK API (mkl). 2022-11-23T00:54:11.4098407Z disabling ROCM because NOT USE_ROCM is set 2022-11-23T00:54:11.4098774Z -- MIOpen not found. Compiling without MIOpen support 2022-11-23T00:54:11.4111706Z -- Will build oneDNN Graph 2022-11-23T00:54:11.4125409Z -- MKLDNN_CPU_RUNTIME = OMP 2022-11-23T00:54:11.4161548Z -- cmake version: 3.22.1 2022-11-23T00:54:11.4162082Z CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:36 (cmake_policy): 2022-11-23T00:54:11.4162701Z The OLD behavior for policy CMP0025 will be removed from a future version 2022-11-23T00:54:11.4162940Z of CMake. 2022-11-23T00:54:11.4163042Z 2022-11-23T00:54:11.4163233Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T00:54:11.4163551Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T00:54:11.4163936Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T00:54:11.4164222Z behavior and not rely on setting a policy to OLD. 2022-11-23T00:54:11.4164367Z 2022-11-23T00:54:11.4164434Z  2022-11-23T00:54:11.4210282Z -- DNNL_TARGET_ARCH: X64 2022-11-23T00:54:11.4247163Z -- DNNL_LIBRARY_NAME: dnnl 2022-11-23T00:54:11.4314608Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:11.4315025Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:54:11.4315418Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:11.4315892Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:11.4316156Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:11.4316388Z Call Stack (most recent call first): 2022-11-23T00:54:11.4316706Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:11.4317303Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T00:54:11.4317745Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T00:54:11.4318121Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:11.4318428Z  2022-11-23T00:54:11.4318674Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-11-23T00:54:11.4319544Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:11.4319971Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:54:11.4320357Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:11.4320909Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:11.4321305Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:11.4321572Z Call Stack (most recent call first): 2022-11-23T00:54:11.4321839Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:11.4322279Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T00:54:11.4322662Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T00:54:11.4323030Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:11.4323259Z  2022-11-23T00:54:11.4323514Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-11-23T00:54:11.4426042Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2022-11-23T00:54:11.4621785Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.10.4", minimum required is "2.7") 2022-11-23T00:54:11.4638990Z -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2022-11-23T00:54:11.4857824Z -- Enabled workload: TRAINING 2022-11-23T00:54:11.4858150Z -- Enabled primitives: ALL 2022-11-23T00:54:11.4858408Z -- Enabled primitive CPU ISA: ALL 2022-11-23T00:54:11.4858718Z -- Enabled primitive GPU ISA: ALL 2022-11-23T00:54:11.4925259Z -- Primitive cache is enabled 2022-11-23T00:54:11.5148919Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h 2022-11-23T00:54:11.6021380Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h - found 2022-11-23T00:54:11.6023417Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h 2022-11-23T00:54:11.6817268Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h - found 2022-11-23T00:54:11.6819596Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp 2022-11-23T00:54:11.8027737Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp - found 2022-11-23T00:54:12.1276924Z -- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found components: doxygen missing components: dot 2022-11-23T00:54:12.1802934Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:12.1803414Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:54:12.1803736Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:12.1804045Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:12.1804368Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:12.1804594Z Call Stack (most recent call first): 2022-11-23T00:54:12.1804880Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:12.1805283Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T00:54:12.1805672Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T00:54:12.1806080Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:12.1806520Z  2022-11-23T00:54:12.1808194Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:12.1808893Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:54:12.1809225Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:12.1809514Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:12.1809783Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:12.1810007Z Call Stack (most recent call first): 2022-11-23T00:54:12.1810259Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:12.1810619Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T00:54:12.1811017Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T00:54:12.1811367Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:12.1811605Z  2022-11-23T00:54:12.1870799Z -- DNNL_GRAPH_BUILD_FOR_CI is set to be OFF 2022-11-23T00:54:12.1891899Z -- Compiling oneDNN Graph with CPU runtime OMP support 2022-11-23T00:54:12.1892465Z -- Compiling oneDNN Graph with GPU runtime NONE support 2022-11-23T00:54:12.1999237Z -- Graph compiler backend is disabled. 2022-11-23T00:54:12.2010673Z -- Set version definitions to /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/src/utils/verbose.cpp 2022-11-23T00:54:12.2034315Z -- Compiled partition cache is enabled 2022-11-23T00:54:12.2099486Z -- Found MKL-DNN: TRUE 2022-11-23T00:54:12.2103503Z -- Looking for clock_gettime in rt 2022-11-23T00:54:12.2889897Z -- Looking for clock_gettime in rt - found 2022-11-23T00:54:12.2890192Z -- Looking for mmap 2022-11-23T00:54:12.3697255Z -- Looking for mmap - found 2022-11-23T00:54:12.3697565Z -- Looking for shm_open 2022-11-23T00:54:12.4611968Z -- Looking for shm_open - found 2022-11-23T00:54:12.4612435Z -- Looking for shm_unlink 2022-11-23T00:54:12.5408767Z -- Looking for shm_unlink - found 2022-11-23T00:54:12.5409260Z -- Looking for malloc_usable_size 2022-11-23T00:54:12.6185097Z -- Looking for malloc_usable_size - found 2022-11-23T00:54:12.6186050Z -- Performing Test C_HAS_THREAD 2022-11-23T00:54:12.6950160Z -- Performing Test C_HAS_THREAD - Success 2022-11-23T00:54:12.7037416Z -- Version: 7.1.3 2022-11-23T00:54:12.7037823Z -- Build type: Release 2022-11-23T00:54:12.7047076Z -- CXX_STANDARD: 14 2022-11-23T00:54:12.7053168Z -- Performing Test has_std_14_flag 2022-11-23T00:54:12.8119046Z -- Performing Test has_std_14_flag - Success 2022-11-23T00:54:12.8124406Z -- Performing Test has_std_1y_flag 2022-11-23T00:54:12.9013221Z -- Performing Test has_std_1y_flag - Success 2022-11-23T00:54:12.9014894Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-11-23T00:54:12.9893963Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-11-23T00:54:12.9894827Z -- Performing Test FMT_HAS_VARIANT 2022-11-23T00:54:13.0905148Z -- Performing Test FMT_HAS_VARIANT - Success 2022-11-23T00:54:13.0912149Z -- Required features: cxx_variadic_templates 2022-11-23T00:54:13.0918129Z -- Looking for strtod_l 2022-11-23T00:54:13.1524344Z -- Looking for strtod_l - not found 2022-11-23T00:54:13.1531366Z -- Using Kineto with CUPTI support 2022-11-23T00:54:13.1531679Z -- Configuring Kineto dependency: 2022-11-23T00:54:13.1532087Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2022-11-23T00:54:13.1532395Z -- KINETO_BUILD_TESTS = OFF 2022-11-23T00:54:13.1532640Z -- KINETO_LIBRARY_TYPE = static 2022-11-23T00:54:13.1532927Z -- CUDA_SOURCE_DIR = /usr/local/cuda 2022-11-23T00:54:13.1533312Z -- CUDA_INCLUDE_DIRS = /usr/local/cuda/include 2022-11-23T00:54:13.1534030Z -- CUPTI_INCLUDE_DIR = /usr/local/cuda/include 2022-11-23T00:54:13.1534427Z -- CUDA_cupti_LIBRARY = /usr/local/cuda/lib64/libcupti.so 2022-11-23T00:54:13.1534675Z -- Found CUPTI 2022-11-23T00:54:13.1760349Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.10.4") 2022-11-23T00:54:13.1761585Z INFO ROCM_SOURCE_DIR =  2022-11-23T00:54:13.2310618Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2022-11-23T00:54:13.2311540Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2022-11-23T00:54:13.2312170Z INFO CUPTI_INCLUDE_DIR = /usr/local/cuda/include 2022-11-23T00:54:13.2312699Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2022-11-23T00:54:13.2315013Z -- Configured Kineto 2022-11-23T00:54:13.2326673Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:54:13.2327327Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:54:13.2327816Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:54:13.2328126Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:54:13.2328384Z Call Stack (most recent call first): 2022-11-23T00:54:13.2328619Z CMakeLists.txt:722 (cmake_dependent_option) 2022-11-23T00:54:13.2328960Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:13.2329215Z  2022-11-23T00:54:13.2333771Z -- GCC 7.5.0: Adding gcc and gcc_s libs to link line 2022-11-23T00:54:13.2341698Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-11-23T00:54:13.3422074Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-11-23T00:54:13.3429062Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2022-11-23T00:54:13.4292601Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2022-11-23T00:54:13.4300543Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2022-11-23T00:54:13.4553036Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Failed 2022-11-23T00:54:13.4559962Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2022-11-23T00:54:13.4815639Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Failed 2022-11-23T00:54:13.4823014Z -- Performing Test HAS_WNARROWING 2022-11-23T00:54:13.5707682Z -- Performing Test HAS_WNARROWING - Success 2022-11-23T00:54:13.5714684Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-11-23T00:54:13.6587000Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-11-23T00:54:13.6593161Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-11-23T00:54:13.7443013Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-11-23T00:54:13.7450033Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-11-23T00:54:13.8321699Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-11-23T00:54:13.8328516Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-11-23T00:54:13.9205878Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-11-23T00:54:13.9212917Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS 2022-11-23T00:54:14.0091836Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS - Success 2022-11-23T00:54:14.0099040Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-11-23T00:54:14.0978770Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-11-23T00:54:14.0985720Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-11-23T00:54:14.1862250Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-11-23T00:54:14.1869244Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-11-23T00:54:14.2758450Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-11-23T00:54:14.2765338Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-11-23T00:54:14.3645010Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-11-23T00:54:14.3652150Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-11-23T00:54:14.4525890Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-11-23T00:54:14.4532982Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-11-23T00:54:14.5421913Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-11-23T00:54:14.5428905Z -- Performing Test HAS_WVLA_EXTENSION 2022-11-23T00:54:14.5693205Z -- Performing Test HAS_WVLA_EXTENSION - Failed 2022-11-23T00:54:14.5700197Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-11-23T00:54:14.6641611Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-11-23T00:54:14.6648304Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-11-23T00:54:14.7510353Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-11-23T00:54:14.7517579Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-11-23T00:54:14.8395319Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-11-23T00:54:14.8402043Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-11-23T00:54:14.8695681Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Failed 2022-11-23T00:54:14.8702484Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-11-23T00:54:14.9604483Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-11-23T00:54:14.9611346Z -- Performing Test COMPILER_SUPPORT_WERROR 2022-11-23T00:54:15.0486961Z -- Performing Test COMPILER_SUPPORT_WERROR - Success 2022-11-23T00:54:15.0493359Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-11-23T00:54:15.1837555Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2022-11-23T00:54:15.1844269Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-11-23T00:54:15.2892854Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Success 2022-11-23T00:54:15.2899920Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-11-23T00:54:15.3780243Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-11-23T00:54:15.3787013Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-11-23T00:54:15.4677700Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-11-23T00:54:15.4684325Z -- Performing Test HAS_WERROR_FORMAT 2022-11-23T00:54:15.5556177Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-11-23T00:54:15.5562750Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-11-23T00:54:15.5820984Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Failed 2022-11-23T00:54:15.5828168Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-11-23T00:54:15.6690177Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success 2022-11-23T00:54:15.6746310Z -- Performing Test HASPRIVATE 2022-11-23T00:54:15.6971310Z -- Performing Test HASPRIVATE - Failed 2022-11-23T00:54:15.6995728Z -- Looking for backtrace 2022-11-23T00:54:15.7791825Z -- Looking for backtrace - found 2022-11-23T00:54:15.7792838Z -- backtrace facility detected in default set of libraries 2022-11-23T00:54:15.7795974Z -- Found Backtrace: /usr/include 2022-11-23T00:54:15.7797574Z -- NUMA paths: 2022-11-23T00:54:15.7797820Z -- /usr/include 2022-11-23T00:54:15.7798119Z -- /usr/lib/x86_64-linux-gnu/libnuma.so 2022-11-23T00:54:21.0754158Z -- headers outputs: 2022-11-23T00:54:26.8509484Z -- sources outputs: 2022-11-23T00:54:27.9773899Z -- declarations_yaml outputs: 2022-11-23T00:54:27.9784888Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-11-23T00:54:28.0657912Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success 2022-11-23T00:54:28.0910527Z -- Using ATen parallel backend: OMP 2022-11-23T00:54:28.2255472Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-11-23T00:54:28.2255870Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-11-23T00:54:28.2256133Z of CMake. 2022-11-23T00:54:28.2256237Z 2022-11-23T00:54:28.2256449Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T00:54:28.2256772Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T00:54:28.2257137Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T00:54:28.2257424Z behavior and not rely on setting a policy to OLD. 2022-11-23T00:54:28.2257570Z 2022-11-23T00:54:28.2257650Z  2022-11-23T00:54:28.2849351Z -- Found OpenSSL: /opt/conda/lib/libcrypto.so (found version "1.1.1s") 2022-11-23T00:54:28.2871138Z -- Check size of long double 2022-11-23T00:54:28.3721112Z -- Check size of long double - done 2022-11-23T00:54:28.3722723Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-11-23T00:54:28.4540199Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-11-23T00:54:28.4541755Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-11-23T00:54:28.5292339Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-11-23T00:54:28.5293164Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-11-23T00:54:28.6511153Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-11-23T00:54:28.6513058Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-11-23T00:54:28.7639959Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-11-23T00:54:28.7641046Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-11-23T00:54:28.8694204Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-11-23T00:54:28.8695137Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-11-23T00:54:29.0180717Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-11-23T00:54:29.0181500Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-11-23T00:54:29.1251650Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-11-23T00:54:29.1253100Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-11-23T00:54:29.2318193Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-11-23T00:54:29.2351863Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2022-11-23T00:54:29.3283399Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2022-11-23T00:54:29.3284995Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-11-23T00:54:29.4142739Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-11-23T00:54:29.4144464Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-11-23T00:54:29.4946034Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2022-11-23T00:54:29.4946531Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-11-23T00:54:29.6656001Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-11-23T00:54:29.6824645Z -- Configuring build for SLEEF-v3.6.0 2022-11-23T00:54:29.6825221Z  Target system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T00:54:29.6825706Z  Target processor: x86_64 2022-11-23T00:54:29.6826210Z  Host system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T00:54:29.6826656Z  Host processor: x86_64 2022-11-23T00:54:29.6827183Z  Detected C compiler: GNU @ /opt/cache/bin/cc 2022-11-23T00:54:29.6827595Z  CMake: 3.22.1 2022-11-23T00:54:29.6828019Z  Make program: /usr/bin/make 2022-11-23T00:54:29.6828937Z -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2022-11-23T00:54:29.6829672Z -- Building shared libs : OFF 2022-11-23T00:54:29.6830093Z -- Building static test bins: OFF 2022-11-23T00:54:29.6830437Z -- MPFR : LIB_MPFR-NOTFOUND 2022-11-23T00:54:29.6830849Z -- GMP : LIBGMP-NOTFOUND 2022-11-23T00:54:29.6831257Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2022-11-23T00:54:29.6831543Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-11-23T00:54:29.6831767Z -- OPENSSL : 1.1.1s 2022-11-23T00:54:29.6831991Z -- SDE : SDE_COMMAND-NOTFOUND 2022-11-23T00:54:29.6832199Z -- RUNNING_ON_TRAVIS : 2022-11-23T00:54:29.6832435Z -- COMPILER_SUPPORTS_OPENMP : 1 2022-11-23T00:54:29.6832653Z  2022-11-23T00:54:29.6832924Z *** Note: Parallel build is only supported with Ninja *** 2022-11-23T00:54:29.6833167Z  2022-11-23T00:54:29.6949590Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-11-23T00:54:29.6950255Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2022-11-23T00:54:29.6950691Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2022-11-23T00:54:29.6951109Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2022-11-23T00:54:30.7231542Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-11-23T00:54:30.8128672Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-11-23T00:54:30.8136678Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-11-23T00:54:30.8998191Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-11-23T00:54:30.9006655Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-11-23T00:54:30.9912486Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2022-11-23T00:54:30.9963304Z -- /opt/cache/bin/c++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2022-11-23T00:54:31.2141140Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-11-23T00:54:31.2180005Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T00:54:31.2180457Z Syntax Warning in cmake code at column 107 2022-11-23T00:54:31.2180736Z 2022-11-23T00:54:31.2180989Z Argument not separated from preceding token by whitespace. 2022-11-23T00:54:31.2181645Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:31.2182104Z  2022-11-23T00:54:31.2182439Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T00:54:31.2182673Z Syntax Warning in cmake code at column 115 2022-11-23T00:54:31.2182812Z 2022-11-23T00:54:31.2182942Z Argument not separated from preceding token by whitespace. 2022-11-23T00:54:31.2183294Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:31.2183549Z  2022-11-23T00:54:31.2863999Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-11-23T00:54:31.2864585Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T00:54:31.2864992Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T00:54:31.2865287Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T00:54:31.2865506Z Call Stack (most recent call first): 2022-11-23T00:54:31.2865754Z torch/CMakeLists.txt:338 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T00:54:31.2865909Z 2022-11-23T00:54:31.2865991Z  2022-11-23T00:54:31.2894710Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:31.2895558Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:54:31.2896004Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:31.2896317Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:31.2896573Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:31.2896798Z Call Stack (most recent call first): 2022-11-23T00:54:31.2897076Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:31.2897468Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T00:54:31.2897809Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:31.2898188Z  2022-11-23T00:54:31.2898754Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:31.2899185Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:54:31.2899497Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:31.2899825Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:31.2900111Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:31.2900348Z Call Stack (most recent call first): 2022-11-23T00:54:31.2900615Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:31.2900878Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T00:54:31.2901254Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:31.2901511Z  2022-11-23T00:54:31.2903334Z -- pytorch is compiling with OpenMP. 2022-11-23T00:54:31.2903650Z OpenMP CXX_FLAGS: -fopenmp. 2022-11-23T00:54:31.2904033Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-11-23T00:54:31.2905811Z -- Caffe2 is compiling with OpenMP. 2022-11-23T00:54:31.2906063Z OpenMP CXX_FLAGS: -fopenmp. 2022-11-23T00:54:31.2906440Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-11-23T00:54:31.3396398Z -- Using lib/python3.10/site-packages as python relative installation path 2022-11-23T00:54:31.3812389Z CMake Warning at CMakeLists.txt:1091 (message): 2022-11-23T00:54:31.3812709Z Generated cmake files are only fully tested if one builds with system glog, 2022-11-23T00:54:31.3813248Z gflags, and protobuf. Other settings may generate files that are not well 2022-11-23T00:54:31.3813503Z tested. 2022-11-23T00:54:31.3813605Z 2022-11-23T00:54:31.3813730Z  2022-11-23T00:54:31.3840001Z -- 2022-11-23T00:54:31.3840397Z -- ******** Summary ******** 2022-11-23T00:54:31.3840688Z -- General: 2022-11-23T00:54:31.3841033Z -- CMake version : 3.22.1 2022-11-23T00:54:31.3841436Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:54:31.3841853Z -- System : Linux 2022-11-23T00:54:31.3842229Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T00:54:31.3842568Z -- C++ compiler id : GNU 2022-11-23T00:54:31.3842964Z -- C++ compiler version : 7.5.0 2022-11-23T00:54:31.3843328Z -- Using ccache if found : ON 2022-11-23T00:54:31.3843771Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-11-23T00:54:31.3846701Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -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 2022-11-23T00:54:31.3848731Z -- Build type : Release 2022-11-23T00:54:31.3850042Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;IDEEP_USE_MKL;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS;USE_FLASH_ATTENTION 2022-11-23T00:54:31.3850654Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.10/site-packages;/opt/conda;/usr/local/cuda 2022-11-23T00:54:31.3851102Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:54:31.3851381Z -- USE_GOLD_LINKER : OFF 2022-11-23T00:54:31.3851563Z -- 2022-11-23T00:54:31.3851774Z -- TORCH_VERSION : 1.14.0 2022-11-23T00:54:31.3852012Z -- CAFFE2_VERSION : 1.14.0 2022-11-23T00:54:31.3852234Z -- BUILD_CAFFE2 : OFF 2022-11-23T00:54:31.3852466Z -- BUILD_CAFFE2_OPS : OFF 2022-11-23T00:54:31.3852717Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2022-11-23T00:54:31.3852962Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-11-23T00:54:31.3853215Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-11-23T00:54:31.3853446Z -- BUILD_BINARY : OFF 2022-11-23T00:54:31.3853664Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-11-23T00:54:31.3853899Z -- Link local protobuf : ON 2022-11-23T00:54:31.3854128Z -- BUILD_DOCS : OFF 2022-11-23T00:54:31.3854344Z -- BUILD_PYTHON : True 2022-11-23T00:54:31.3854579Z -- Python version : 3.10.4 2022-11-23T00:54:31.3854852Z -- Python executable : /opt/conda/bin/python 2022-11-23T00:54:31.3855102Z -- Pythonlibs version : 3.10.4 2022-11-23T00:54:31.3855606Z -- Python library : /opt/conda/lib/libpython3.10.a 2022-11-23T00:54:31.3855937Z -- Python includes : /opt/conda/include/python3.10 2022-11-23T00:54:31.3856258Z -- Python site-packages: lib/python3.10/site-packages 2022-11-23T00:54:31.3856514Z -- BUILD_SHARED_LIBS : ON 2022-11-23T00:54:31.3856776Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-11-23T00:54:31.3857023Z -- BUILD_TEST : True 2022-11-23T00:54:31.3857367Z -- BUILD_JNI : OFF 2022-11-23T00:54:31.3857601Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-11-23T00:54:31.3857842Z -- BUILD_LITE_INTERPRETER: OFF 2022-11-23T00:54:31.3858129Z -- INTERN_BUILD_MOBILE : 2022-11-23T00:54:31.3858362Z -- TRACING_BASED : OFF 2022-11-23T00:54:31.3858586Z -- USE_BLAS : 1 2022-11-23T00:54:31.3858793Z -- BLAS : mkl 2022-11-23T00:54:31.3859014Z -- BLAS_HAS_SBGEMM : 2022-11-23T00:54:31.3859238Z -- USE_LAPACK : 1 2022-11-23T00:54:31.3859449Z -- LAPACK : mkl 2022-11-23T00:54:31.3859669Z -- USE_ASAN : OFF 2022-11-23T00:54:31.3859889Z -- USE_TSAN : OFF 2022-11-23T00:54:31.3860103Z -- USE_CPP_CODE_COVERAGE : OFF 2022-11-23T00:54:31.3860325Z -- USE_CUDA : ON 2022-11-23T00:54:31.3860543Z -- Split CUDA : 2022-11-23T00:54:31.3860757Z -- CUDA static link : OFF 2022-11-23T00:54:31.3860978Z -- USE_CUDNN : ON 2022-11-23T00:54:31.3861234Z -- USE_EXPERIMENTAL_CUDNN_V8_API: ON 2022-11-23T00:54:31.3861467Z -- CUDA version : 11.7 2022-11-23T00:54:31.3861696Z -- USE_FLASH_ATTENTION : ON 2022-11-23T00:54:31.3861931Z -- cuDNN version : 8.5.0 2022-11-23T00:54:31.3862185Z -- CUDA root directory : /usr/local/cuda 2022-11-23T00:54:31.3862479Z -- CUDA library : /usr/local/cuda/lib64/stubs/libcuda.so 2022-11-23T00:54:31.3862800Z -- cudart library : /usr/local/cuda/lib64/libcudart.so 2022-11-23T00:54:31.3863111Z -- cublas library : /usr/local/cuda/lib64/libcublas.so 2022-11-23T00:54:31.3863410Z -- cufft library : /usr/local/cuda/lib64/libcufft.so 2022-11-23T00:54:31.3863719Z -- curand library : /usr/local/cuda/lib64/libcurand.so 2022-11-23T00:54:31.3864040Z -- cuDNN library : /usr/local/cuda/lib64/libcudnn.so 2022-11-23T00:54:31.3864325Z -- nvrtc : /usr/local/cuda/lib64/libnvrtc.so 2022-11-23T00:54:31.3864606Z -- CUDA include path : /usr/local/cuda/include 2022-11-23T00:54:31.3864900Z -- NVCC executable : /usr/local/cuda/bin/nvcc 2022-11-23T00:54:31.3865176Z -- CUDA compiler : /usr/local/cuda/bin/nvcc 2022-11-23T00:54:31.3866992Z -- CUDA flags : -Xfatbin -compress-all -DONNX_NAMESPACE=onnx_torch -gencode arch=compute_52,code=sm_52 -Xcudafe --diag_suppress=cc_clobber_ignored,--diag_suppress=integer_sign_change,--diag_suppress=useless_using_declaration,--diag_suppress=set_but_not_used,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=implicit_return_from_non_void_function,--diag_suppress=unsigned_compare_with_zero,--diag_suppress=declared_but_not_referenced,--diag_suppress=bad_friend_decl --expt-relaxed-constexpr --expt-extended-lambda -Xfatbin -compress-all -Wno-deprecated-gpu-targets --expt-extended-lambda -DCUB_WRAPPED_NAMESPACE=at_cuda_detail -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ 2022-11-23T00:54:31.3868226Z -- CUDA host compiler : 2022-11-23T00:54:31.3868465Z -- CUDA --device-c : OFF 2022-11-23T00:54:31.3868697Z -- USE_TENSORRT : OFF 2022-11-23T00:54:31.3868913Z -- USE_ROCM : OFF 2022-11-23T00:54:31.3869134Z -- USE_EIGEN_FOR_BLAS : 2022-11-23T00:54:31.3869360Z -- USE_FBGEMM : ON 2022-11-23T00:54:31.3869591Z -- USE_FAKELOWP : OFF 2022-11-23T00:54:31.3869805Z -- USE_KINETO : ON 2022-11-23T00:54:31.3870032Z -- USE_FFMPEG : OFF 2022-11-23T00:54:31.3870254Z -- USE_GFLAGS : OFF 2022-11-23T00:54:31.3870461Z -- USE_GLOG : OFF 2022-11-23T00:54:31.3870681Z -- USE_LEVELDB : OFF 2022-11-23T00:54:31.3870905Z -- USE_LITE_PROTO : OFF 2022-11-23T00:54:31.3871113Z -- USE_LMDB : OFF 2022-11-23T00:54:31.3871372Z -- USE_METAL : OFF 2022-11-23T00:54:31.3871598Z -- USE_PYTORCH_METAL : OFF 2022-11-23T00:54:31.3871830Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-11-23T00:54:31.3872096Z -- USE_MPS : OFF 2022-11-23T00:54:31.3872321Z -- USE_FFTW : OFF 2022-11-23T00:54:31.3872527Z -- USE_MKL : ON 2022-11-23T00:54:31.3872749Z -- USE_MKLDNN : ON 2022-11-23T00:54:31.3872974Z -- USE_MKLDNN_ACL : OFF 2022-11-23T00:54:31.3873190Z -- USE_MKLDNN_CBLAS : OFF 2022-11-23T00:54:31.3873408Z -- USE_UCC : 1 2022-11-23T00:54:31.3873630Z -- USE_SYSTEM_UCC : 1 2022-11-23T00:54:31.3873837Z -- USE_ITT : ON 2022-11-23T00:54:31.3874050Z -- USE_NCCL : ON 2022-11-23T00:54:31.3874274Z -- USE_SYSTEM_NCCL : OFF 2022-11-23T00:54:31.3874486Z -- USE_NCCL_WITH_UCC : OFF 2022-11-23T00:54:31.3874705Z -- USE_NNPACK : ON 2022-11-23T00:54:31.3874928Z -- USE_NUMPY : ON 2022-11-23T00:54:31.3875137Z -- USE_OBSERVERS : ON 2022-11-23T00:54:31.3875366Z -- USE_OPENCL : OFF 2022-11-23T00:54:31.3875588Z -- USE_OPENCV : OFF 2022-11-23T00:54:31.3875810Z -- USE_OPENMP : ON 2022-11-23T00:54:31.3876020Z -- USE_TBB : OFF 2022-11-23T00:54:31.3876237Z -- USE_VULKAN : OFF 2022-11-23T00:54:31.3876455Z -- USE_PROF : OFF 2022-11-23T00:54:31.3876669Z -- USE_QNNPACK : ON 2022-11-23T00:54:31.3876910Z -- USE_PYTORCH_QNNPACK : ON 2022-11-23T00:54:31.3877141Z -- USE_XNNPACK : ON 2022-11-23T00:54:31.3877355Z -- USE_REDIS : OFF 2022-11-23T00:54:31.3877576Z -- USE_ROCKSDB : OFF 2022-11-23T00:54:31.3877797Z -- USE_ZMQ : OFF 2022-11-23T00:54:31.3878008Z -- USE_DISTRIBUTED : ON 2022-11-23T00:54:31.3878233Z -- USE_MPI : ON 2022-11-23T00:54:31.3878454Z -- USE_GLOO : ON 2022-11-23T00:54:31.3878676Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-11-23T00:54:31.3878916Z -- USE_TENSORPIPE : ON 2022-11-23T00:54:31.3879598Z -- Public Dependencies : caffe2::Threads;caffe2::mkl 2022-11-23T00:54:31.3880451Z -- Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;/usr/lib/x86_64-linux-gnu/libnuma.so;ittnotify;fp16;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so;tensorpipe;gloo;foxi_loader;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl 2022-11-23T00:54:31.3880986Z -- USE_COREML_DELEGATE : OFF 2022-11-23T00:54:31.3881231Z -- BUILD_LAZY_TS_BACKEND : ON 2022-11-23T00:54:31.3881479Z -- TORCH_DISABLE_GPU_ASSERTS : ON 2022-11-23T00:54:31.3968492Z -- Configuring done 2022-11-23T00:54:32.5981541Z CMake Warning at caffe2/CMakeLists.txt:809 (add_library): 2022-11-23T00:54:32.5981880Z Cannot generate a safe runtime search path for target torch_cpu because 2022-11-23T00:54:32.5982219Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.5982439Z directories: 2022-11-23T00:54:32.5982548Z 2022-11-23T00:54:32.5982812Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.5983067Z /opt/conda/lib 2022-11-23T00:54:32.5983176Z 2022-11-23T00:54:32.5983279Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.5983424Z 2022-11-23T00:54:32.5983502Z  2022-11-23T00:54:32.6949464Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.6949874Z Cannot generate a safe runtime search path for target Dict_test because 2022-11-23T00:54:32.6950177Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.6950403Z directories: 2022-11-23T00:54:32.6950510Z 2022-11-23T00:54:32.6950753Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.6951166Z /opt/conda/lib 2022-11-23T00:54:32.6951274Z 2022-11-23T00:54:32.6951391Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.6951534Z 2022-11-23T00:54:32.6951613Z  2022-11-23T00:54:32.6994442Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.6994815Z Cannot generate a safe runtime search path for target Dimname_test because 2022-11-23T00:54:32.6995125Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.6995351Z directories: 2022-11-23T00:54:32.6995458Z 2022-11-23T00:54:32.6995684Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.6995935Z /opt/conda/lib 2022-11-23T00:54:32.6996044Z 2022-11-23T00:54:32.6996158Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.6996303Z 2022-11-23T00:54:32.6996381Z  2022-11-23T00:54:32.7038633Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7039013Z Cannot generate a safe runtime search path for target MaybeOwned_test 2022-11-23T00:54:32.7039330Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7039558Z directories: 2022-11-23T00:54:32.7039726Z 2022-11-23T00:54:32.7039965Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7040217Z /opt/conda/lib 2022-11-23T00:54:32.7040323Z 2022-11-23T00:54:32.7040491Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7040640Z 2022-11-23T00:54:32.7040708Z  2022-11-23T00:54:32.7083582Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7083954Z Cannot generate a safe runtime search path for target NamedTensor_test 2022-11-23T00:54:32.7084264Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7084487Z directories: 2022-11-23T00:54:32.7084593Z 2022-11-23T00:54:32.7084834Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7085084Z /opt/conda/lib 2022-11-23T00:54:32.7085193Z 2022-11-23T00:54:32.7085297Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7085442Z 2022-11-23T00:54:32.7085519Z  2022-11-23T00:54:32.7128420Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7128784Z Cannot generate a safe runtime search path for target apply_utils_test 2022-11-23T00:54:32.7129087Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7129322Z directories: 2022-11-23T00:54:32.7129428Z 2022-11-23T00:54:32.7129663Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7129897Z /opt/conda/lib 2022-11-23T00:54:32.7130005Z 2022-11-23T00:54:32.7130118Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7130268Z 2022-11-23T00:54:32.7130344Z  2022-11-23T00:54:32.7173524Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7174073Z Cannot generate a safe runtime search path for target atest because files 2022-11-23T00:54:32.7174502Z in some directories may conflict with libraries in implicit directories: 2022-11-23T00:54:32.7174672Z 2022-11-23T00:54:32.7174906Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7175155Z /opt/conda/lib 2022-11-23T00:54:32.7175251Z 2022-11-23T00:54:32.7175628Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7175827Z 2022-11-23T00:54:32.7175910Z  2022-11-23T00:54:32.7218431Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7218795Z Cannot generate a safe runtime search path for target basic because files 2022-11-23T00:54:32.7219113Z in some directories may conflict with libraries in implicit directories: 2022-11-23T00:54:32.7219401Z 2022-11-23T00:54:32.7219640Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7219888Z /opt/conda/lib 2022-11-23T00:54:32.7220050Z 2022-11-23T00:54:32.7220166Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7220313Z 2022-11-23T00:54:32.7220391Z  2022-11-23T00:54:32.7263214Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7263566Z Cannot generate a safe runtime search path for target broadcast_test 2022-11-23T00:54:32.7263881Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7264123Z directories: 2022-11-23T00:54:32.7264228Z 2022-11-23T00:54:32.7264461Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7264694Z /opt/conda/lib 2022-11-23T00:54:32.7264801Z 2022-11-23T00:54:32.7264917Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7265065Z 2022-11-23T00:54:32.7265143Z  2022-11-23T00:54:32.7308853Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7309328Z Cannot generate a safe runtime search path for target cpu_generator_test 2022-11-23T00:54:32.7309648Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7309898Z directories: 2022-11-23T00:54:32.7310008Z 2022-11-23T00:54:32.7310238Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7310488Z /opt/conda/lib 2022-11-23T00:54:32.7310597Z 2022-11-23T00:54:32.7310712Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7310859Z 2022-11-23T00:54:32.7310938Z  2022-11-23T00:54:32.7352992Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7353318Z Cannot generate a safe runtime search path for target 2022-11-23T00:54:32.7353623Z cpu_profiling_allocator_test because files in some directories may conflict 2022-11-23T00:54:32.7353881Z with libraries in implicit directories: 2022-11-23T00:54:32.7354018Z 2022-11-23T00:54:32.7354255Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7354507Z /opt/conda/lib 2022-11-23T00:54:32.7354618Z 2022-11-23T00:54:32.7354732Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7354866Z 2022-11-23T00:54:32.7354944Z  2022-11-23T00:54:32.7397481Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7398060Z Cannot generate a safe runtime search path for target cpu_rng_test because 2022-11-23T00:54:32.7398423Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7398639Z directories: 2022-11-23T00:54:32.7398746Z 2022-11-23T00:54:32.7398983Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7399241Z /opt/conda/lib 2022-11-23T00:54:32.7399351Z 2022-11-23T00:54:32.7399452Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7399596Z 2022-11-23T00:54:32.7399683Z  2022-11-23T00:54:32.7441813Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7442355Z Cannot generate a safe runtime search path for target dispatch_key_set_test 2022-11-23T00:54:32.7442878Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7443117Z directories: 2022-11-23T00:54:32.7443223Z 2022-11-23T00:54:32.7443461Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7443696Z /opt/conda/lib 2022-11-23T00:54:32.7443807Z 2022-11-23T00:54:32.7443922Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7444064Z 2022-11-23T00:54:32.7444142Z  2022-11-23T00:54:32.7486270Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7487003Z Cannot generate a safe runtime search path for target dlconvertor_test 2022-11-23T00:54:32.7487423Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7487666Z directories: 2022-11-23T00:54:32.7487772Z 2022-11-23T00:54:32.7488000Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7488249Z /opt/conda/lib 2022-11-23T00:54:32.7488356Z 2022-11-23T00:54:32.7488469Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7488613Z 2022-11-23T00:54:32.7488689Z  2022-11-23T00:54:32.7531472Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7531758Z Cannot generate a safe runtime search path for target 2022-11-23T00:54:32.7532060Z extension_backend_test because files in some directories may conflict with 2022-11-23T00:54:32.7532309Z libraries in implicit directories: 2022-11-23T00:54:32.7532449Z 2022-11-23T00:54:32.7532682Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7532931Z /opt/conda/lib 2022-11-23T00:54:32.7533041Z 2022-11-23T00:54:32.7533157Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7533304Z 2022-11-23T00:54:32.7533371Z  2022-11-23T00:54:32.7576748Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7577288Z Cannot generate a safe runtime search path for target half_test because 2022-11-23T00:54:32.7577778Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7577994Z directories: 2022-11-23T00:54:32.7578100Z 2022-11-23T00:54:32.7578339Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7578586Z /opt/conda/lib 2022-11-23T00:54:32.7578694Z 2022-11-23T00:54:32.7578795Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7578944Z 2022-11-23T00:54:32.7579022Z  2022-11-23T00:54:32.7624436Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7624959Z Cannot generate a safe runtime search path for target ivalue_test because 2022-11-23T00:54:32.7625264Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7625495Z directories: 2022-11-23T00:54:32.7625603Z 2022-11-23T00:54:32.7625843Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7626082Z /opt/conda/lib 2022-11-23T00:54:32.7626191Z 2022-11-23T00:54:32.7626306Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7626448Z 2022-11-23T00:54:32.7626527Z  2022-11-23T00:54:32.7668742Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7669303Z Cannot generate a safe runtime search path for target lazy_tensor_test 2022-11-23T00:54:32.7669696Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7669932Z directories: 2022-11-23T00:54:32.7670039Z 2022-11-23T00:54:32.7670282Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7670517Z /opt/conda/lib 2022-11-23T00:54:32.7670626Z 2022-11-23T00:54:32.7670738Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7670883Z 2022-11-23T00:54:32.7670960Z  2022-11-23T00:54:32.7713463Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7714051Z Cannot generate a safe runtime search path for target math_kernel_test 2022-11-23T00:54:32.7714449Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7714685Z directories: 2022-11-23T00:54:32.7714779Z 2022-11-23T00:54:32.7715017Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7715397Z /opt/conda/lib 2022-11-23T00:54:32.7715505Z 2022-11-23T00:54:32.7715617Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7715762Z 2022-11-23T00:54:32.7715883Z  2022-11-23T00:54:32.7758614Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7758968Z Cannot generate a safe runtime search path for target memory_format_test 2022-11-23T00:54:32.7759286Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7759511Z directories: 2022-11-23T00:54:32.7759615Z 2022-11-23T00:54:32.7759855Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7760102Z /opt/conda/lib 2022-11-23T00:54:32.7760209Z 2022-11-23T00:54:32.7760311Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7760457Z 2022-11-23T00:54:32.7760535Z  2022-11-23T00:54:32.7803457Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7803823Z Cannot generate a safe runtime search path for target 2022-11-23T00:54:32.7804116Z memory_overlapping_test because files in some directories may conflict with 2022-11-23T00:54:32.7804385Z libraries in implicit directories: 2022-11-23T00:54:32.7804521Z 2022-11-23T00:54:32.7804759Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7805008Z /opt/conda/lib 2022-11-23T00:54:32.7805103Z 2022-11-23T00:54:32.7805217Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7805363Z 2022-11-23T00:54:32.7805441Z  2022-11-23T00:54:32.7848886Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7849184Z Cannot generate a safe runtime search path for target mobile_memory_cleanup 2022-11-23T00:54:32.7849502Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7849743Z directories: 2022-11-23T00:54:32.7849848Z 2022-11-23T00:54:32.7850083Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7850317Z /opt/conda/lib 2022-11-23T00:54:32.7850427Z 2022-11-23T00:54:32.7850540Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7850684Z 2022-11-23T00:54:32.7850760Z  2022-11-23T00:54:32.7893565Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7893939Z Cannot generate a safe runtime search path for target native_test because 2022-11-23T00:54:32.7894248Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7894471Z directories: 2022-11-23T00:54:32.7894565Z 2022-11-23T00:54:32.7894800Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7895047Z /opt/conda/lib 2022-11-23T00:54:32.7895154Z 2022-11-23T00:54:32.7895267Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7895556Z 2022-11-23T00:54:32.7895625Z  2022-11-23T00:54:32.7940905Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7941474Z Cannot generate a safe runtime search path for target operator_name_test 2022-11-23T00:54:32.7941890Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7942113Z directories: 2022-11-23T00:54:32.7942218Z 2022-11-23T00:54:32.7942452Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7942703Z /opt/conda/lib 2022-11-23T00:54:32.7942809Z 2022-11-23T00:54:32.7942921Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7943053Z 2022-11-23T00:54:32.7943130Z  2022-11-23T00:54:32.7985128Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.7985503Z Cannot generate a safe runtime search path for target operators_test 2022-11-23T00:54:32.7985912Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.7986149Z directories: 2022-11-23T00:54:32.7986253Z 2022-11-23T00:54:32.7986551Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.7986804Z /opt/conda/lib 2022-11-23T00:54:32.7986900Z 2022-11-23T00:54:32.7987012Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.7987156Z 2022-11-23T00:54:32.7987233Z  2022-11-23T00:54:32.8029696Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8030197Z Cannot generate a safe runtime search path for target 2022-11-23T00:54:32.8030620Z packedtensoraccessor_test because files in some directories may conflict 2022-11-23T00:54:32.8030896Z with libraries in implicit directories: 2022-11-23T00:54:32.8031033Z 2022-11-23T00:54:32.8031266Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8031507Z /opt/conda/lib 2022-11-23T00:54:32.8031614Z 2022-11-23T00:54:32.8031727Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8031869Z 2022-11-23T00:54:32.8031949Z  2022-11-23T00:54:32.8074237Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8074791Z Cannot generate a safe runtime search path for target pow_test because 2022-11-23T00:54:32.8075108Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8075337Z directories: 2022-11-23T00:54:32.8075445Z 2022-11-23T00:54:32.8075678Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8075929Z /opt/conda/lib 2022-11-23T00:54:32.8076041Z 2022-11-23T00:54:32.8076156Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8076301Z 2022-11-23T00:54:32.8076380Z  2022-11-23T00:54:32.8118441Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8119032Z Cannot generate a safe runtime search path for target quantized_test 2022-11-23T00:54:32.8119411Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8119637Z directories: 2022-11-23T00:54:32.8119742Z 2022-11-23T00:54:32.8119981Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8120229Z /opt/conda/lib 2022-11-23T00:54:32.8120339Z 2022-11-23T00:54:32.8120453Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8120584Z 2022-11-23T00:54:32.8120661Z  2022-11-23T00:54:32.8162855Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8163407Z Cannot generate a safe runtime search path for target reduce_ops_test 2022-11-23T00:54:32.8163720Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8163961Z directories: 2022-11-23T00:54:32.8164072Z 2022-11-23T00:54:32.8164308Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8164560Z /opt/conda/lib 2022-11-23T00:54:32.8164659Z 2022-11-23T00:54:32.8164773Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8164920Z 2022-11-23T00:54:32.8165001Z  2022-11-23T00:54:32.8208120Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8208614Z Cannot generate a safe runtime search path for target 2022-11-23T00:54:32.8209105Z reportMemoryUsage_test because files in some directories may conflict with 2022-11-23T00:54:32.8209374Z libraries in implicit directories: 2022-11-23T00:54:32.8209505Z 2022-11-23T00:54:32.8209739Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8209975Z /opt/conda/lib 2022-11-23T00:54:32.8210083Z 2022-11-23T00:54:32.8210196Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8210480Z 2022-11-23T00:54:32.8210559Z  2022-11-23T00:54:32.8252882Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8253554Z Cannot generate a safe runtime search path for target scalar_tensor_test 2022-11-23T00:54:32.8253886Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8254126Z directories: 2022-11-23T00:54:32.8254233Z 2022-11-23T00:54:32.8254457Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8254704Z /opt/conda/lib 2022-11-23T00:54:32.8254812Z 2022-11-23T00:54:32.8254926Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8255073Z 2022-11-23T00:54:32.8255150Z  2022-11-23T00:54:32.8297469Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8298038Z Cannot generate a safe runtime search path for target scalar_test because 2022-11-23T00:54:32.8298549Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8298763Z directories: 2022-11-23T00:54:32.8298871Z 2022-11-23T00:54:32.8299109Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8299357Z /opt/conda/lib 2022-11-23T00:54:32.8299463Z 2022-11-23T00:54:32.8299577Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8299721Z 2022-11-23T00:54:32.8299788Z  2022-11-23T00:54:32.8341930Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8342454Z Cannot generate a safe runtime search path for target 2022-11-23T00:54:32.8342848Z stride_properties_test because files in some directories may conflict with 2022-11-23T00:54:32.8343103Z libraries in implicit directories: 2022-11-23T00:54:32.8343235Z 2022-11-23T00:54:32.8343472Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8343728Z /opt/conda/lib 2022-11-23T00:54:32.8343837Z 2022-11-23T00:54:32.8343937Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8344081Z 2022-11-23T00:54:32.8344164Z  2022-11-23T00:54:32.8386212Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8386786Z Cannot generate a safe runtime search path for target tensor_iterator_test 2022-11-23T00:54:32.8387176Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8387410Z directories: 2022-11-23T00:54:32.8387516Z 2022-11-23T00:54:32.8387753Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8387987Z /opt/conda/lib 2022-11-23T00:54:32.8388093Z 2022-11-23T00:54:32.8388206Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8388351Z 2022-11-23T00:54:32.8388430Z  2022-11-23T00:54:32.8430887Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8431497Z Cannot generate a safe runtime search path for target test_parallel because 2022-11-23T00:54:32.8431880Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8432135Z directories: 2022-11-23T00:54:32.8432243Z 2022-11-23T00:54:32.8432478Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8432733Z /opt/conda/lib 2022-11-23T00:54:32.8432843Z 2022-11-23T00:54:32.8432957Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8433102Z 2022-11-23T00:54:32.8433180Z  2022-11-23T00:54:32.8475334Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8475677Z Cannot generate a safe runtime search path for target thread_init_test 2022-11-23T00:54:32.8476043Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8476282Z directories: 2022-11-23T00:54:32.8476498Z 2022-11-23T00:54:32.8476740Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8476990Z /opt/conda/lib 2022-11-23T00:54:32.8477154Z 2022-11-23T00:54:32.8477271Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8477415Z 2022-11-23T00:54:32.8477482Z  2022-11-23T00:54:32.8520087Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8520667Z Cannot generate a safe runtime search path for target type_ptr_test because 2022-11-23T00:54:32.8521050Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8521263Z directories: 2022-11-23T00:54:32.8521369Z 2022-11-23T00:54:32.8521605Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8521851Z /opt/conda/lib 2022-11-23T00:54:32.8521958Z 2022-11-23T00:54:32.8522059Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8522207Z 2022-11-23T00:54:32.8522285Z  2022-11-23T00:54:32.8564797Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8565115Z Cannot generate a safe runtime search path for target type_test because 2022-11-23T00:54:32.8565406Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8565632Z directories: 2022-11-23T00:54:32.8565736Z 2022-11-23T00:54:32.8565967Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8566198Z /opt/conda/lib 2022-11-23T00:54:32.8566306Z 2022-11-23T00:54:32.8566419Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8566562Z 2022-11-23T00:54:32.8566639Z  2022-11-23T00:54:32.8609241Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8609819Z Cannot generate a safe runtime search path for target undefined_tensor_test 2022-11-23T00:54:32.8610163Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8610397Z directories: 2022-11-23T00:54:32.8610502Z 2022-11-23T00:54:32.8610741Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8611023Z /opt/conda/lib 2022-11-23T00:54:32.8611132Z 2022-11-23T00:54:32.8611246Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8611396Z 2022-11-23T00:54:32.8611475Z  2022-11-23T00:54:32.8653856Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8654251Z Cannot generate a safe runtime search path for target variant_test because 2022-11-23T00:54:32.8654561Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8654788Z directories: 2022-11-23T00:54:32.8654881Z 2022-11-23T00:54:32.8655115Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8655505Z /opt/conda/lib 2022-11-23T00:54:32.8655615Z 2022-11-23T00:54:32.8655729Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8655874Z 2022-11-23T00:54:32.8655939Z  2022-11-23T00:54:32.8698341Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8698750Z Cannot generate a safe runtime search path for target verify_api_visibility 2022-11-23T00:54:32.8699072Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8699293Z directories: 2022-11-23T00:54:32.8699398Z 2022-11-23T00:54:32.8699633Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8699884Z /opt/conda/lib 2022-11-23T00:54:32.8699992Z 2022-11-23T00:54:32.8700092Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8700237Z 2022-11-23T00:54:32.8700313Z  2022-11-23T00:54:32.8743034Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8743478Z Cannot generate a safe runtime search path for target vmap_test because 2022-11-23T00:54:32.8743772Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8744063Z directories: 2022-11-23T00:54:32.8744173Z 2022-11-23T00:54:32.8744411Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8744657Z /opt/conda/lib 2022-11-23T00:54:32.8744753Z 2022-11-23T00:54:32.8744866Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8745011Z 2022-11-23T00:54:32.8745088Z  2022-11-23T00:54:32.8787444Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8787782Z Cannot generate a safe runtime search path for target weakref_test because 2022-11-23T00:54:32.8788085Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8788311Z directories: 2022-11-23T00:54:32.8788422Z 2022-11-23T00:54:32.8788658Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8788895Z /opt/conda/lib 2022-11-23T00:54:32.8789005Z 2022-11-23T00:54:32.8789122Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8789268Z 2022-11-23T00:54:32.8789344Z  2022-11-23T00:54:32.8831651Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8832066Z Cannot generate a safe runtime search path for target wrapdim_test because 2022-11-23T00:54:32.8832375Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8832604Z directories: 2022-11-23T00:54:32.8832697Z 2022-11-23T00:54:32.8832932Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8833179Z /opt/conda/lib 2022-11-23T00:54:32.8833286Z 2022-11-23T00:54:32.8833400Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8833549Z 2022-11-23T00:54:32.8833615Z  2022-11-23T00:54:32.8876123Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8876629Z Cannot generate a safe runtime search path for target xla_tensor_test 2022-11-23T00:54:32.8877180Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8877405Z directories: 2022-11-23T00:54:32.8877511Z 2022-11-23T00:54:32.8877750Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8877997Z /opt/conda/lib 2022-11-23T00:54:32.8878105Z 2022-11-23T00:54:32.8878218Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8878351Z 2022-11-23T00:54:32.8878429Z  2022-11-23T00:54:32.8920543Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8921097Z Cannot generate a safe runtime search path for target IListRef_test because 2022-11-23T00:54:32.8921539Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8921771Z directories: 2022-11-23T00:54:32.8921875Z 2022-11-23T00:54:32.8922112Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8922361Z /opt/conda/lib 2022-11-23T00:54:32.8922457Z 2022-11-23T00:54:32.8922571Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8922717Z 2022-11-23T00:54:32.8922796Z  2022-11-23T00:54:32.8965100Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.8965641Z Cannot generate a safe runtime search path for target List_test because 2022-11-23T00:54:32.8966036Z files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.8966261Z directories: 2022-11-23T00:54:32.8966364Z 2022-11-23T00:54:32.8966596Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.8966834Z /opt/conda/lib 2022-11-23T00:54:32.8967052Z 2022-11-23T00:54:32.8967166Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.8967309Z 2022-11-23T00:54:32.8967389Z  2022-11-23T00:54:32.9009920Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.9010493Z Cannot generate a safe runtime search path for target KernelFunction_test 2022-11-23T00:54:32.9010915Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.9011229Z directories: 2022-11-23T00:54:32.9011335Z 2022-11-23T00:54:32.9011560Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.9011806Z /opt/conda/lib 2022-11-23T00:54:32.9011914Z 2022-11-23T00:54:32.9012028Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.9012174Z 2022-11-23T00:54:32.9012253Z  2022-11-23T00:54:32.9054712Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.9055177Z Cannot generate a safe runtime search path for target 2022-11-23T00:54:32.9055851Z kernel_function_legacy_test because files in some directories may conflict 2022-11-23T00:54:32.9056114Z with libraries in implicit directories: 2022-11-23T00:54:32.9056249Z 2022-11-23T00:54:32.9056484Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.9056729Z /opt/conda/lib 2022-11-23T00:54:32.9056837Z 2022-11-23T00:54:32.9056951Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.9057081Z 2022-11-23T00:54:32.9057159Z  2022-11-23T00:54:32.9100052Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.9100615Z Cannot generate a safe runtime search path for target kernel_function_test 2022-11-23T00:54:32.9101064Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.9101301Z directories: 2022-11-23T00:54:32.9101408Z 2022-11-23T00:54:32.9101652Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.9101901Z /opt/conda/lib 2022-11-23T00:54:32.9101997Z 2022-11-23T00:54:32.9102115Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.9102259Z 2022-11-23T00:54:32.9102337Z  2022-11-23T00:54:32.9147372Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.9147878Z Cannot generate a safe runtime search path for target 2022-11-23T00:54:32.9148280Z kernel_lambda_legacy_test because files in some directories may conflict 2022-11-23T00:54:32.9148546Z with libraries in implicit directories: 2022-11-23T00:54:32.9148682Z 2022-11-23T00:54:32.9148916Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.9149150Z /opt/conda/lib 2022-11-23T00:54:32.9149257Z 2022-11-23T00:54:32.9149370Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.9149522Z 2022-11-23T00:54:32.9149600Z  2022-11-23T00:54:32.9192350Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.9192660Z Cannot generate a safe runtime search path for target kernel_lambda_test 2022-11-23T00:54:32.9192975Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.9193211Z directories: 2022-11-23T00:54:32.9193316Z 2022-11-23T00:54:32.9193538Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.9193786Z /opt/conda/lib 2022-11-23T00:54:32.9193892Z 2022-11-23T00:54:32.9194005Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.9194150Z 2022-11-23T00:54:32.9194227Z  2022-11-23T00:54:32.9237161Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.9237452Z Cannot generate a safe runtime search path for target 2022-11-23T00:54:32.9237750Z kernel_stackbased_test because files in some directories may conflict with 2022-11-23T00:54:32.9238141Z libraries in implicit directories: 2022-11-23T00:54:32.9238261Z 2022-11-23T00:54:32.9238559Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.9238811Z /opt/conda/lib 2022-11-23T00:54:32.9238918Z 2022-11-23T00:54:32.9239031Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.9239177Z 2022-11-23T00:54:32.9239243Z  2022-11-23T00:54:32.9282463Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.9282882Z Cannot generate a safe runtime search path for target 2022-11-23T00:54:32.9283187Z make_boxed_from_unboxed_functor_test because files in some directories may 2022-11-23T00:54:32.9283458Z conflict with libraries in implicit directories: 2022-11-23T00:54:32.9283606Z 2022-11-23T00:54:32.9283841Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.9284094Z /opt/conda/lib 2022-11-23T00:54:32.9284201Z 2022-11-23T00:54:32.9284301Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.9284448Z 2022-11-23T00:54:32.9284526Z  2022-11-23T00:54:32.9327394Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.9327770Z Cannot generate a safe runtime search path for target CppSignature_test 2022-11-23T00:54:32.9328078Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.9328315Z directories: 2022-11-23T00:54:32.9328421Z 2022-11-23T00:54:32.9328653Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.9328888Z /opt/conda/lib 2022-11-23T00:54:32.9328996Z 2022-11-23T00:54:32.9329109Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.9329252Z 2022-11-23T00:54:32.9329328Z  2022-11-23T00:54:32.9372555Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.9372943Z Cannot generate a safe runtime search path for target backend_fallback_test 2022-11-23T00:54:32.9373371Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.9373613Z directories: 2022-11-23T00:54:32.9373717Z 2022-11-23T00:54:32.9373950Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.9374184Z /opt/conda/lib 2022-11-23T00:54:32.9374289Z 2022-11-23T00:54:32.9374403Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.9374547Z 2022-11-23T00:54:32.9374624Z  2022-11-23T00:54:32.9417768Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.9418335Z Cannot generate a safe runtime search path for target op_allowlist_test 2022-11-23T00:54:32.9418815Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.9419051Z directories: 2022-11-23T00:54:32.9419149Z 2022-11-23T00:54:32.9419385Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.9419630Z /opt/conda/lib 2022-11-23T00:54:32.9419738Z 2022-11-23T00:54:32.9419851Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.9419995Z 2022-11-23T00:54:32.9420060Z  2022-11-23T00:54:32.9462613Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.9463195Z Cannot generate a safe runtime search path for target op_registration_test 2022-11-23T00:54:32.9463582Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.9463807Z directories: 2022-11-23T00:54:32.9463912Z 2022-11-23T00:54:32.9464148Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.9464394Z /opt/conda/lib 2022-11-23T00:54:32.9464500Z 2022-11-23T00:54:32.9464613Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.9464851Z 2022-11-23T00:54:32.9464930Z  2022-11-23T00:54:32.9506823Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:54:32.9507305Z Cannot generate a safe runtime search path for target inline_container_test 2022-11-23T00:54:32.9507614Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:54:32.9507849Z directories: 2022-11-23T00:54:32.9507954Z 2022-11-23T00:54:32.9508191Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-11-23T00:54:32.9508436Z /opt/conda/lib 2022-11-23T00:54:32.9508532Z 2022-11-23T00:54:32.9508646Z Some of these libraries may not be found correctly. 2022-11-23T00:54:32.9508789Z 2022-11-23T00:54:32.9508867Z  2022-11-23T00:54:33.3017960Z -- Generating done 2022-11-23T00:54:33.3366384Z CMake Warning: 2022-11-23T00:54:33.3366768Z Manually-specified variables were not used by the project: 2022-11-23T00:54:33.3367000Z 2022-11-23T00:54:33.3367104Z BUILD_ENVIRONMENT 2022-11-23T00:54:33.3367220Z 2022-11-23T00:54:33.3367302Z  2022-11-23T00:54:33.3391230Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2022-11-23T00:54:33.3992711Z cmake --build . --target install --config Release -- -j 6 2022-11-23T00:54:33.4535817Z [ 0%] Creating directories for 'nccl_external' 2022-11-23T00:54:33.4572716Z [ 0%] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-11-23T00:54:33.4574842Z [ 0%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-11-23T00:54:33.4576021Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T00:54:33.4577010Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-11-23T00:54:33.4629626Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T00:54:33.5038836Z [ 0%] No download step for 'nccl_external' 2022-11-23T00:54:33.5124784Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_fatal’: 2022-11-23T00:54:33.5126062Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:117:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T00:54:33.5126830Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:54:33.5127325Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:54:33.5127990Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_error’: 2022-11-23T00:54:33.5129302Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:195:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T00:54:33.5130133Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:54:33.5130612Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:54:33.5131374Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_warning’: 2022-11-23T00:54:33.5132444Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:273:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T00:54:33.5133197Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:54:33.5133666Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:54:33.5134346Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_info’: 2022-11-23T00:54:33.5135722Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:351:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T00:54:33.5136593Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:54:33.5137071Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:54:33.5137740Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_debug’: 2022-11-23T00:54:33.5138707Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:429:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T00:54:33.5139469Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:54:33.5139913Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:54:33.5206778Z [ 0%] No update step for 'nccl_external' 2022-11-23T00:54:33.5221069Z [ 0%] Linking C static library ../../../../lib/libclog.a 2022-11-23T00:54:33.5391352Z [ 0%] No patch step for 'nccl_external' 2022-11-23T00:54:33.5421343Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-11-23T00:54:33.5545989Z [ 0%] Built target clog 2022-11-23T00:54:33.5559462Z [ 0%] No configure step for 'nccl_external' 2022-11-23T00:54:33.5600526Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-11-23T00:54:33.5773735Z [ 0%] Performing build step for 'nccl_external' 2022-11-23T00:54:33.6178383Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-11-23T00:54:33.6241300Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-11-23T00:54:33.6430479Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T00:54:33.6476163Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T00:54:33.6505561Z Generating nccl.h.in > /var/lib/jenkins/workspace/build/nccl/include/nccl.h 2022-11-23T00:54:33.6638153Z Grabbing include/nccl_net.h > /var/lib/jenkins/workspace/build/nccl/include/nccl_net.h 2022-11-23T00:54:33.6837573Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-11-23T00:54:33.6844089Z Generating nccl.pc.in > /var/lib/jenkins/workspace/build/nccl/lib/pkgconfig/nccl.pc 2022-11-23T00:54:33.7018886Z [ 0%] Linking CXX static library ../../../lib/libgtest.a 2022-11-23T00:54:33.7145471Z Compiling init.cc > /var/lib/jenkins/workspace/build/nccl/obj/init.o 2022-11-23T00:54:33.7378365Z [ 0%] Built target gtest 2022-11-23T00:54:33.7434462Z Compiling channel.cc > /var/lib/jenkins/workspace/build/nccl/obj/channel.o 2022-11-23T00:54:33.7562355Z [ 0%] Linking C static library ../../lib/libpthreadpool.a 2022-11-23T00:54:33.7567729Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T00:54:33.7823094Z [ 0%] Built target pthreadpool 2022-11-23T00:54:33.7902123Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T00:54:33.8122148Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T00:54:33.8240691Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-11-23T00:54:33.9121371Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-11-23T00:54:33.9482372Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T00:54:33.9847749Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T00:54:34.0135012Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T00:54:34.0856343Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-11-23T00:54:34.0960432Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T00:54:34.1186913Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T00:54:34.1589918Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T00:54:34.1594627Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T00:54:34.1907153Z Compiling bootstrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/bootstrap.o 2022-11-23T00:54:34.2650710Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T00:54:34.2659421Z Compiling transport.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport.o 2022-11-23T00:54:34.2970126Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-11-23T00:54:34.3031100Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-11-23T00:54:34.3092538Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T00:54:34.3322982Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T00:54:34.4630341Z Compiling enqueue.cc > /var/lib/jenkins/workspace/build/nccl/obj/enqueue.o 2022-11-23T00:54:34.4764275Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-11-23T00:54:34.4797468Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T00:54:34.4811746Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T00:54:34.5263365Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T00:54:34.6169361Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T00:54:34.6248182Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T00:54:34.6283056Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T00:54:34.6283959Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-11-23T00:54:34.6610013Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T00:54:34.7068545Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T00:54:34.7735686Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T00:54:34.7786662Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T00:54:34.7798712Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T00:54:34.8156734Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-11-23T00:54:34.8688595Z In file included from /usr/include/string.h:494:0, 2022-11-23T00:54:34.8689194Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-11-23T00:54:34.8689879Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-11-23T00:54:34.8690537Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-11-23T00:54:34.8691251Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-11-23T00:54:34.8691888Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-11-23T00:54:34.8692670Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:54:34.8693919Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T00:54:34.8695657Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:54:34.8707765Z inlined from ‘bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T00:54:34.8709392Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T00:54:34.8710208Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:54:34.8710649Z ^ 2022-11-23T00:54:34.8711171Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:54:34.8712360Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T00:54:34.8727983Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35: 2022-11-23T00:54:34.8729785Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T00:54:34.8730603Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:54:34.8731116Z ^ 2022-11-23T00:54:34.8731854Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:54:34.8733172Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T00:54:34.8734737Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:54:34.8736264Z inlined from ‘bool google::protobuf::MessageLite::SerializeToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T00:54:34.8737713Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T00:54:34.8738552Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:54:34.8738972Z ^ 2022-11-23T00:54:34.8739486Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:54:34.8740666Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T00:54:34.8742176Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:54:34.8743679Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:432:42: 2022-11-23T00:54:34.8745179Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T00:54:34.8746009Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:54:34.8746452Z ^ 2022-11-23T00:54:34.8746960Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:54:34.8790915Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T00:54:34.8792601Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:54:34.8794047Z inlined from ‘bool google::protobuf::MessageLite::SerializeToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T00:54:34.8803260Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T00:54:34.8804003Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:54:34.8804402Z ^ 2022-11-23T00:54:34.8804711Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:54:34.8805406Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T00:54:34.8806358Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:54:34.8807228Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:445:60: 2022-11-23T00:54:34.8808108Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T00:54:34.8808571Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:54:34.8808843Z ^ 2022-11-23T00:54:34.8809495Z Compiling group.cc > /var/lib/jenkins/workspace/build/nccl/obj/group.o 2022-11-23T00:54:34.9092533Z Compiling debug.cc > /var/lib/jenkins/workspace/build/nccl/obj/debug.o 2022-11-23T00:54:34.9261804Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T00:54:34.9341442Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T00:54:34.9375802Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T00:54:34.9725019Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-11-23T00:54:35.0772870Z In file included from /usr/include/string.h:494:0, 2022-11-23T00:54:35.0773479Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-11-23T00:54:35.0774136Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-11-23T00:54:35.0774739Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-11-23T00:54:35.0775570Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-11-23T00:54:35.0776208Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-11-23T00:54:35.0776997Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:54:35.0778237Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T00:54:35.0779925Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:54:35.0781460Z inlined from ‘bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T00:54:35.0782993Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T00:54:35.0784052Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:54:35.0784496Z ^ 2022-11-23T00:54:35.0785019Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:54:35.0786159Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T00:54:35.0787724Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35: 2022-11-23T00:54:35.0789272Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T00:54:35.0789995Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:54:35.0790394Z ^ 2022-11-23T00:54:35.0790864Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:54:35.0791792Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T00:54:35.0793079Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:54:35.0794267Z inlined from ‘bool google::protobuf::MessageLite::SerializeToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T00:54:35.0795458Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T00:54:35.0796129Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:54:35.0796493Z ^ 2022-11-23T00:54:35.0796920Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:54:35.0797925Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T00:54:35.0799326Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:54:35.0800629Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:432:42: 2022-11-23T00:54:35.0802058Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T00:54:35.0802910Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:54:35.0803309Z ^ 2022-11-23T00:54:35.0803942Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:54:35.0804957Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T00:54:35.0806242Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:54:35.0807336Z inlined from ‘bool google::protobuf::MessageLite::SerializeToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-11-23T00:54:35.0808453Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T00:54:35.0809040Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:54:35.0809294Z ^ 2022-11-23T00:54:35.0809635Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:54:35.0810278Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T00:54:35.0811323Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-11-23T00:54:35.0812125Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:445:60: 2022-11-23T00:54:35.0813030Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T00:54:35.0813732Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:54:35.0814093Z ^ 2022-11-23T00:54:35.0856616Z Compiling proxy.cc > /var/lib/jenkins/workspace/build/nccl/obj/proxy.o 2022-11-23T00:54:35.0857266Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T00:54:35.0871765Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-11-23T00:54:35.1071105Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T00:54:35.1181826Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T00:54:35.2337476Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T00:54:35.2378755Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T00:54:35.2506497Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T00:54:35.2586175Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T00:54:35.2623510Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-11-23T00:54:35.3718937Z Compiling enhcompat.cc > /var/lib/jenkins/workspace/build/nccl/obj/enhcompat.o 2022-11-23T00:54:35.3931153Z Compiling net.cc > /var/lib/jenkins/workspace/build/nccl/obj/net.o 2022-11-23T00:54:35.3943195Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T00:54:35.4016843Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T00:54:35.4236804Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-11-23T00:54:35.4385266Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-11-23T00:54:35.5002362Z [ 0%] Built target defs.bzl 2022-11-23T00:54:35.5070753Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-11-23T00:54:35.5167551Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T00:54:35.5443914Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T00:54:35.6020418Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T00:54:35.6043788Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T00:54:35.6198296Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T00:54:35.6285787Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-11-23T00:54:35.6735263Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-11-23T00:54:35.7210149Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-11-23T00:54:35.7322713Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T00:54:35.7502872Z Compiling misc/cudawrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/cudawrap.o 2022-11-23T00:54:35.7676176Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T00:54:35.7885027Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T00:54:35.8229840Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T00:54:35.8771961Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T00:54:35.8861298Z Compiling misc/nvmlwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/nvmlwrap.o 2022-11-23T00:54:35.9061022Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-11-23T00:54:35.9201425Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T00:54:35.9318615Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T00:54:35.9668505Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T00:54:36.0204890Z Compiling misc/ibvwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/ibvwrap.o 2022-11-23T00:54:36.0836169Z [ 0%] Linking CXX static library ../../../lib/libbenchmark.a 2022-11-23T00:54:36.0865149Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T00:54:36.0911555Z [ 0%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-11-23T00:54:36.0920896Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-11-23T00:54:36.1054115Z [ 0%] Linking CXX static library ../../../lib/libprotobuf-lite.a 2022-11-23T00:54:36.1191520Z [ 0%] Built target benchmark 2022-11-23T00:54:36.1316409Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-11-23T00:54:36.1491744Z [ 0%] Built target libprotobuf-lite 2022-11-23T00:54:36.1565741Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-11-23T00:54:36.2247729Z [ 0%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-11-23T00:54:36.2466876Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-11-23T00:54:36.2722923Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-11-23T00:54:36.2802200Z Compiling misc/gdrwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/gdrwrap.o 2022-11-23T00:54:36.2898660Z Compiling misc/utils.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/utils.o 2022-11-23T00:54:36.3000047Z [ 0%] Linking C static library ../../lib/libittnotify.a 2022-11-23T00:54:36.3009304Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-11-23T00:54:36.3441467Z [ 0%] Built target ittnotify 2022-11-23T00:54:36.3643631Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-11-23T00:54:36.4042437Z Compiling misc/argcheck.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/argcheck.o 2022-11-23T00:54:36.4527197Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-11-23T00:54:36.4658834Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-11-23T00:54:36.5068316Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-11-23T00:54:36.5602796Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-11-23T00:54:36.6049062Z Compiling misc/socket.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/socket.o 2022-11-23T00:54:36.6093643Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-11-23T00:54:36.6206106Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-11-23T00:54:36.6665704Z Compiling misc/shmutils.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/shmutils.o 2022-11-23T00:54:36.7216268Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-11-23T00:54:36.7422800Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-11-23T00:54:36.7482866Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-11-23T00:54:36.7664848Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-11-23T00:54:36.8142444Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-11-23T00:54:36.8522623Z Compiling misc/profiler.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/profiler.o 2022-11-23T00:54:36.8523693Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-11-23T00:54:36.8796756Z Compiling misc/param.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/param.o 2022-11-23T00:54:36.8954300Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-11-23T00:54:36.8983440Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-11-23T00:54:37.0201369Z Compiling misc/strongstream.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/strongstream.o 2022-11-23T00:54:37.0334399Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-11-23T00:54:37.0653644Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-11-23T00:54:37.0670002Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-11-23T00:54:37.0890369Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-11-23T00:54:37.1561155Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-11-23T00:54:37.1609294Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-11-23T00:54:37.1774548Z Compiling transport/p2p.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/p2p.o 2022-11-23T00:54:37.2159724Z Compiling transport/shm.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/shm.o 2022-11-23T00:54:37.2453047Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-11-23T00:54:37.2850252Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-11-23T00:54:37.3315973Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-11-23T00:54:37.3472866Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-11-23T00:54:37.3689477Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-11-23T00:54:37.4023731Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-11-23T00:54:37.4462903Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-11-23T00:54:37.5171992Z Compiling transport/net.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net.o 2022-11-23T00:54:37.5380464Z [ 0%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-11-23T00:54:37.5520091Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-11-23T00:54:37.5717140Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-11-23T00:54:37.5784048Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-11-23T00:54:37.6333934Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-11-23T00:54:37.7149089Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-11-23T00:54:37.7156226Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-11-23T00:54:37.7291248Z [ 0%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-11-23T00:54:37.7410524Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-11-23T00:54:37.8437025Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-11-23T00:54:37.8479992Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-11-23T00:54:37.8854571Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-11-23T00:54:37.8888861Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-11-23T00:54:37.9419019Z [ 0%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-11-23T00:54:37.9426872Z Compiling transport/net_socket.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net_socket.o 2022-11-23T00:54:38.0020092Z Compiling transport/net_ib.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net_ib.o 2022-11-23T00:54:38.0155553Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-11-23T00:54:38.0415020Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-11-23T00:54:38.0438486Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-11-23T00:54:38.1438172Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-11-23T00:54:38.1953978Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-11-23T00:54:38.1960315Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-11-23T00:54:38.2403882Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-11-23T00:54:38.3024488Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-11-23T00:54:38.3162357Z Compiling transport/coll_net.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/coll_net.o 2022-11-23T00:54:38.3221398Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-11-23T00:54:38.3369009Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-11-23T00:54:38.3461562Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-11-23T00:54:38.4574348Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/amx_tile_configure.cpp.o 2022-11-23T00:54:38.4756708Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-11-23T00:54:38.4766239Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-11-23T00:54:38.5201565Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-11-23T00:54:38.5202405Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-11-23T00:54:38.5443107Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-11-23T00:54:38.6213832Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-11-23T00:54:38.6526318Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-11-23T00:54:38.6658094Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-11-23T00:54:38.7226789Z Compiling collectives/sendrecv.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/sendrecv.o 2022-11-23T00:54:38.7362577Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2022-11-23T00:54:38.7525779Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-11-23T00:54:38.7648171Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-11-23T00:54:38.7918429Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-11-23T00:54:38.8373862Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-11-23T00:54:38.9149714Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-11-23T00:54:38.9671357Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-11-23T00:54:38.9750487Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-11-23T00:54:38.9965569Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-11-23T00:54:39.0381362Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_utils.cpp.o 2022-11-23T00:54:39.0567177Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-11-23T00:54:39.1119458Z Compiling collectives/all_reduce.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/all_reduce.o 2022-11-23T00:54:39.1342176Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-11-23T00:54:39.1459834Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-11-23T00:54:39.1944060Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-11-23T00:54:39.2005528Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-11-23T00:54:39.2765198Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-11-23T00:54:39.3108509Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-11-23T00:54:39.3477103Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-11-23T00:54:39.3536226Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brdgmm_kernel.cpp.o 2022-11-23T00:54:39.3946767Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-11-23T00:54:39.4024800Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-11-23T00:54:39.4323200Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-11-23T00:54:39.4748090Z Compiling collectives/all_gather.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/all_gather.o 2022-11-23T00:54:39.5268344Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-11-23T00:54:39.5441997Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-11-23T00:54:39.5903433Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-11-23T00:54:39.6189730Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-11-23T00:54:39.6668586Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2022-11-23T00:54:39.6885190Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-11-23T00:54:39.6917675Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-11-23T00:54:39.7495711Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-11-23T00:54:39.8170387Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-11-23T00:54:39.8229498Z Compiling collectives/broadcast.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/broadcast.o 2022-11-23T00:54:39.8620290Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-11-23T00:54:39.8725425Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-11-23T00:54:39.8858122Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-11-23T00:54:39.9445460Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2022-11-23T00:54:39.9870486Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-11-23T00:54:40.0485420Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-11-23T00:54:40.0519608Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-11-23T00:54:40.0859102Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-11-23T00:54:40.1006133Z Compiling collectives/reduce.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/reduce.o 2022-11-23T00:54:40.1041653Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-11-23T00:54:40.2067168Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-11-23T00:54:40.2513181Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-11-23T00:54:40.2574480Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2022-11-23T00:54:40.2661661Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-11-23T00:54:40.2799520Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-11-23T00:54:40.3419540Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-11-23T00:54:40.3815614Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-11-23T00:54:40.4221517Z Compiling collectives/reduce_scatter.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/reduce_scatter.o 2022-11-23T00:54:40.4469425Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-11-23T00:54:40.4850789Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-11-23T00:54:40.5110871Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-11-23T00:54:40.5368314Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-11-23T00:54:40.5460711Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2022-11-23T00:54:40.5961732Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-11-23T00:54:40.6677737Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-11-23T00:54:40.6719124Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-11-23T00:54:40.7224393Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-11-23T00:54:40.7283580Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-11-23T00:54:40.7913217Z Compiling graph/topo.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/topo.o 2022-11-23T00:54:40.8185015Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2022-11-23T00:54:40.8243786Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-11-23T00:54:40.8319125Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-11-23T00:54:40.8531254Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-11-23T00:54:40.9044780Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-11-23T00:54:40.9810431Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-11-23T00:54:41.0522773Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-11-23T00:54:41.0843577Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_copy_kern.cpp.o 2022-11-23T00:54:41.0987893Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2022-11-23T00:54:41.1024864Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-11-23T00:54:41.1184098Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/mpi/context.cc.o 2022-11-23T00:54:41.1226438Z Compiling graph/paths.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/paths.o 2022-11-23T00:54:41.2244343Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-11-23T00:54:41.2642573Z [ 1%] Linking C static library ../../../lib/libtensorpipe_uv.a 2022-11-23T00:54:41.2947531Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-11-23T00:54:41.2953697Z [ 1%] Built target tensorpipe_uv 2022-11-23T00:54:41.3022126Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-11-23T00:54:41.3717713Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_gemm_kern.cpp.o 2022-11-23T00:54:41.3799325Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/pair.h:13:0, 2022-11-23T00:54:41.3799950Z from /var/lib/jenkins/workspace/third_party/gloo/gloo/context.h:15, 2022-11-23T00:54:41.3800392Z from /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.h:11, 2022-11-23T00:54:41.3800827Z from /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:9: 2022-11-23T00:54:41.3801706Z /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc: In destructor ‘gloo::mpi::MPIScope::~MPIScope()’: 2022-11-23T00:54:41.3802268Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:141:58: warning: throw will always call terminate() [-Wterminate] 2022-11-23T00:54:41.3802726Z r.get_message_and_free(MakeString(__VA_ARGS__))); \ 2022-11-23T00:54:41.3803035Z ^ 2022-11-23T00:54:41.3803450Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:150:3: note: in expansion of macro ‘GLOO_ENFORCE_THAT_IMPL’ 2022-11-23T00:54:41.3803932Z GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) 2022-11-23T00:54:41.3804229Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:54:41.3804753Z /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:43:3: note: in expansion of macro ‘GLOO_ENFORCE_EQ’ 2022-11-23T00:54:41.3805123Z GLOO_ENFORCE_EQ(rv, MPI_SUCCESS); 2022-11-23T00:54:41.3805466Z ^~~~~~~~~~~~~~~ 2022-11-23T00:54:41.3805816Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:141:58: note: in C++11 destructors default to noexcept 2022-11-23T00:54:41.3806314Z r.get_message_and_free(MakeString(__VA_ARGS__))); \ 2022-11-23T00:54:41.3806636Z ^ 2022-11-23T00:54:41.3807203Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:150:3: note: in expansion of macro ‘GLOO_ENFORCE_THAT_IMPL’ 2022-11-23T00:54:41.3807551Z GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) 2022-11-23T00:54:41.3807932Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:54:41.3808414Z /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:43:3: note: in expansion of macro ‘GLOO_ENFORCE_EQ’ 2022-11-23T00:54:41.3808839Z GLOO_ENFORCE_EQ(rv, MPI_SUCCESS); 2022-11-23T00:54:41.3809250Z ^~~~~~~~~~~~~~~ 2022-11-23T00:54:41.3878370Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-11-23T00:54:41.3984004Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-11-23T00:54:41.4458306Z Compiling graph/search.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/search.o 2022-11-23T00:54:41.4574783Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-11-23T00:54:41.5323499Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-11-23T00:54:41.5760120Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-11-23T00:54:41.5925439Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-11-23T00:54:41.6427205Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-11-23T00:54:41.6462150Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp.o 2022-11-23T00:54:41.7203191Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-11-23T00:54:41.7303734Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-11-23T00:54:41.8219022Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-11-23T00:54:41.8329454Z Compiling graph/connect.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/connect.o 2022-11-23T00:54:41.8431542Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-11-23T00:54:41.8952901Z Compiling graph/rings.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/rings.o 2022-11-23T00:54:41.8965258Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-11-23T00:54:41.9410307Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemv_bf16bf16f32_kern.cpp.o 2022-11-23T00:54:41.9633109Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-11-23T00:54:42.0454366Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-11-23T00:54:42.0625296Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-11-23T00:54:42.1365583Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-11-23T00:54:42.1489268Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-11-23T00:54:42.1980835Z Compiling graph/trees.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/trees.o 2022-11-23T00:54:42.2211832Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.o 2022-11-23T00:54:42.2320672Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-11-23T00:54:42.2769777Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-11-23T00:54:42.2892320Z Compiling graph/tuning.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/tuning.o 2022-11-23T00:54:42.3019691Z Scanning dependencies of target dnnl_common 2022-11-23T00:54:42.3201084Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-11-23T00:54:42.3201832Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-11-23T00:54:42.4215636Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-11-23T00:54:42.4277562Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-11-23T00:54:42.4939465Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-11-23T00:54:42.5118751Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.o 2022-11-23T00:54:42.5464553Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-11-23T00:54:42.5658134Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-11-23T00:54:42.5963661Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-11-23T00:54:42.6446519Z Compiling graph/xml.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/xml.o 2022-11-23T00:54:42.7006911Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-11-23T00:54:42.7411259Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-11-23T00:54:42.7712152Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-11-23T00:54:42.7826233Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-11-23T00:54:42.8131282Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:54:42.9187229Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-11-23T00:54:42.9527090Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-11-23T00:54:42.9653066Z Generating rules > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/Makefile.rules 2022-11-23T00:54:42.9932079Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-11-23T00:54:43.0076673Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-11-23T00:54:43.1024164Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i8.cu 2022-11-23T00:54:43.1156725Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:54:43.1221289Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-11-23T00:54:43.1232940Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-11-23T00:54:43.2255717Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-11-23T00:54:43.2315749Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-11-23T00:54:43.2530769Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2022-11-23T00:54:43.3056833Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-11-23T00:54:43.3976770Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.o 2022-11-23T00:54:43.4138022Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-11-23T00:54:43.4197758Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-11-23T00:54:43.4885823Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-11-23T00:54:43.5435431Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-11-23T00:54:43.5680987Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u8.cu 2022-11-23T00:54:43.5776565Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i32.cu 2022-11-23T00:54:43.5923601Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-11-23T00:54:43.5927330Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u32.cu 2022-11-23T00:54:43.6057235Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i64.cu 2022-11-23T00:54:43.6141073Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u64.cu 2022-11-23T00:54:43.6288626Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f16.cu 2022-11-23T00:54:43.6401171Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f32.cu 2022-11-23T00:54:43.6484622Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f64.cu 2022-11-23T00:54:43.6608980Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.o 2022-11-23T00:54:43.6616896Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_bf16.cu 2022-11-23T00:54:43.6680626Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i8.cu 2022-11-23T00:54:43.6804242Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u8.cu 2022-11-23T00:54:43.6833189Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-11-23T00:54:43.6863778Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i32.cu 2022-11-23T00:54:43.7007503Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-11-23T00:54:43.7104554Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u32.cu 2022-11-23T00:54:43.7359409Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i64.cu 2022-11-23T00:54:43.7561794Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u64.cu 2022-11-23T00:54:43.7634965Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f16.cu 2022-11-23T00:54:43.7807773Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f32.cu 2022-11-23T00:54:43.7896177Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f64.cu 2022-11-23T00:54:43.7960732Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_bf16.cu 2022-11-23T00:54:43.8024676Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i8.cu 2022-11-23T00:54:43.8083845Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-11-23T00:54:43.8105952Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u8.cu 2022-11-23T00:54:43.8292983Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-11-23T00:54:43.8299458Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i32.cu 2022-11-23T00:54:43.8409157Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u32.cu 2022-11-23T00:54:43.8545156Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i64.cu 2022-11-23T00:54:43.8608201Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-11-23T00:54:43.8785141Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u64.cu 2022-11-23T00:54:43.9116967Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f16.cu 2022-11-23T00:54:43.9264101Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f32.cu 2022-11-23T00:54:43.9397586Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-11-23T00:54:43.9421574Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f64.cu 2022-11-23T00:54:43.9561669Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_bf16.cu 2022-11-23T00:54:43.9682236Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:54:43.9732839Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i8.cu 2022-11-23T00:54:43.9823662Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u8.cu 2022-11-23T00:54:43.9921584Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i32.cu 2022-11-23T00:54:44.0019022Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-11-23T00:54:44.0087323Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u32.cu 2022-11-23T00:54:44.0195028Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i64.cu 2022-11-23T00:54:44.0319225Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u64.cu 2022-11-23T00:54:44.0438019Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f16.cu 2022-11-23T00:54:44.0441352Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-11-23T00:54:44.0579908Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f32.cu 2022-11-23T00:54:44.0688094Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f64.cu 2022-11-23T00:54:44.0865182Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_bf16.cu 2022-11-23T00:54:44.0971637Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i8.cu 2022-11-23T00:54:44.1084885Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-11-23T00:54:44.1089838Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u8.cu 2022-11-23T00:54:44.1258477Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i32.cu 2022-11-23T00:54:44.1403225Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u32.cu 2022-11-23T00:54:44.1507391Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i64.cu 2022-11-23T00:54:44.1594089Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-11-23T00:54:44.1650623Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u64.cu 2022-11-23T00:54:44.1759258Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f16.cu 2022-11-23T00:54:44.1869543Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f32.cu 2022-11-23T00:54:44.1982386Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-11-23T00:54:44.2007237Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f64.cu 2022-11-23T00:54:44.2147751Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_bf16.cu 2022-11-23T00:54:44.2292850Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i8.cu 2022-11-23T00:54:44.2384707Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:54:44.2417299Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u8.cu 2022-11-23T00:54:44.2545281Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i32.cu 2022-11-23T00:54:44.2693409Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u32.cu 2022-11-23T00:54:44.2787661Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i64.cu 2022-11-23T00:54:44.2875421Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u64.cu 2022-11-23T00:54:44.2958114Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f16.cu 2022-11-23T00:54:44.3068340Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-11-23T00:54:44.3086854Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f32.cu 2022-11-23T00:54:44.3087662Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-11-23T00:54:44.3230745Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f64.cu 2022-11-23T00:54:44.3363614Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_bf16.cu 2022-11-23T00:54:44.3489094Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i8.cu 2022-11-23T00:54:44.3666610Z [ 3%] Linking CXX static library ../../../lib/libasmjit.a 2022-11-23T00:54:44.4170616Z [ 3%] Built target asmjit 2022-11-23T00:54:44.4184371Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-11-23T00:54:44.4383251Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u8.cu 2022-11-23T00:54:44.4527635Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-11-23T00:54:44.4778851Z [ 3%] Linking CXX static library ../../../lib/libprotobuf.a 2022-11-23T00:54:44.4941116Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:54:44.5586927Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2022-11-23T00:54:44.5647801Z [ 3%] Built target libprotobuf 2022-11-23T00:54:44.5755392Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2022-11-23T00:54:44.6516097Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i32.cu 2022-11-23T00:54:44.6817130Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-11-23T00:54:44.6886505Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-11-23T00:54:44.7036917Z [ 3%] Linking CXX static library ../../../lib/libgloo.a 2022-11-23T00:54:44.7714949Z [ 3%] Built target gloo 2022-11-23T00:54:44.7769725Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-11-23T00:54:44.7931044Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_at_kern_autogen.cpp.o 2022-11-23T00:54:44.7991292Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-11-23T00:54:44.8991470Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u32.cu 2022-11-23T00:54:44.9189969Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i64.cu 2022-11-23T00:54:44.9292269Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u64.cu 2022-11-23T00:54:44.9399786Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f16.cu 2022-11-23T00:54:44.9488334Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f32.cu 2022-11-23T00:54:44.9564172Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f64.cu 2022-11-23T00:54:44.9639783Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-11-23T00:54:44.9705257Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_bf16.cu 2022-11-23T00:54:44.9840852Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i8.cu 2022-11-23T00:54:44.9966184Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u8.cu 2022-11-23T00:54:45.0107585Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i32.cu 2022-11-23T00:54:45.0119827Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2022-11-23T00:54:45.0345708Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u32.cu 2022-11-23T00:54:45.0440047Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i64.cu 2022-11-23T00:54:45.0500419Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u64.cu 2022-11-23T00:54:45.0553948Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f16.cu 2022-11-23T00:54:45.0601192Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-11-23T00:54:45.0639386Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f32.cu 2022-11-23T00:54:45.0658316Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-11-23T00:54:45.0768475Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f64.cu 2022-11-23T00:54:45.0856753Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:54:45.0947323Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_bf16.cu 2022-11-23T00:54:45.1154754Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i8.cu 2022-11-23T00:54:45.1386383Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u8.cu 2022-11-23T00:54:45.1628720Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i32.cu 2022-11-23T00:54:45.1741127Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u32.cu 2022-11-23T00:54:45.1892691Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i64.cu 2022-11-23T00:54:45.2132151Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u64.cu 2022-11-23T00:54:45.2243790Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f16.cu 2022-11-23T00:54:45.2320882Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f32.cu 2022-11-23T00:54:45.2400851Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f64.cu 2022-11-23T00:54:45.2417438Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-11-23T00:54:45.2481207Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_bf16.cu 2022-11-23T00:54:45.2586189Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i8.cu 2022-11-23T00:54:45.2631684Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2022-11-23T00:54:45.2785318Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u8.cu 2022-11-23T00:54:45.2882533Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i32.cu 2022-11-23T00:54:45.3018375Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u32.cu 2022-11-23T00:54:45.3155387Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i64.cu 2022-11-23T00:54:45.3236202Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u64.cu 2022-11-23T00:54:45.3314712Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f16.cu 2022-11-23T00:54:45.3403969Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2022-11-23T00:54:45.3406868Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f32.cu 2022-11-23T00:54:45.3496115Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f64.cu 2022-11-23T00:54:45.3595215Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-11-23T00:54:45.3704180Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_bf16.cu 2022-11-23T00:54:45.3804663Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i8.cu 2022-11-23T00:54:45.3904555Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u8.cu 2022-11-23T00:54:45.3919039Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:54:45.3996769Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i32.cu 2022-11-23T00:54:45.4112398Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u32.cu 2022-11-23T00:54:45.4262162Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i64.cu 2022-11-23T00:54:45.4466483Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u64.cu 2022-11-23T00:54:45.4578420Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f16.cu 2022-11-23T00:54:45.4683939Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f32.cu 2022-11-23T00:54:45.4761871Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f64.cu 2022-11-23T00:54:45.4837139Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_bf16.cu 2022-11-23T00:54:45.4876269Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2022-11-23T00:54:45.4958683Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i8.cu 2022-11-23T00:54:45.5066936Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u8.cu 2022-11-23T00:54:45.5184843Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i32.cu 2022-11-23T00:54:45.5280466Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u32.cu 2022-11-23T00:54:45.5439993Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i64.cu 2022-11-23T00:54:45.5522996Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u64.cu 2022-11-23T00:54:45.5603936Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f16.cu 2022-11-23T00:54:45.5731416Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f32.cu 2022-11-23T00:54:45.5751649Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2022-11-23T00:54:45.5882342Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f64.cu 2022-11-23T00:54:45.5989446Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_bf16.cu 2022-11-23T00:54:45.6158331Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i8.cu 2022-11-23T00:54:45.6438527Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-11-23T00:54:45.6615134Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-11-23T00:54:45.6954771Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_kernel_sgemm_kern.cpp.o 2022-11-23T00:54:45.7259124Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-11-23T00:54:45.8737844Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2022-11-23T00:54:45.9859189Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-11-23T00:54:45.9892200Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_common_gemm_f32.cpp.o 2022-11-23T00:54:45.9896677Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-11-23T00:54:46.0764548Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-11-23T00:54:46.1399322Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2022-11-23T00:54:46.1464226Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u8.cu 2022-11-23T00:54:46.1566740Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i32.cu 2022-11-23T00:54:46.1745391Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u32.cu 2022-11-23T00:54:46.2145525Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i64.cu 2022-11-23T00:54:46.2346715Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u64.cu 2022-11-23T00:54:46.2523742Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f16.cu 2022-11-23T00:54:46.2624551Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f32.cu 2022-11-23T00:54:46.2708951Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f64.cu 2022-11-23T00:54:46.2777735Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_bf16.cu 2022-11-23T00:54:46.2834921Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i8.cu 2022-11-23T00:54:46.2887018Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u8.cu 2022-11-23T00:54:46.2981147Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:54:46.2982032Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-11-23T00:54:46.3005349Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i32.cu 2022-11-23T00:54:46.3113254Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u32.cu 2022-11-23T00:54:46.3138782Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-11-23T00:54:46.3211621Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i64.cu 2022-11-23T00:54:46.3306678Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u64.cu 2022-11-23T00:54:46.3420969Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f16.cu 2022-11-23T00:54:46.3461403Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-11-23T00:54:46.3617609Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f32.cu 2022-11-23T00:54:46.3787771Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f64.cu 2022-11-23T00:54:46.3975176Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_bf16.cu 2022-11-23T00:54:46.4100958Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i8.cu 2022-11-23T00:54:46.4242825Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u8.cu 2022-11-23T00:54:46.4427169Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i32.cu 2022-11-23T00:54:46.4528689Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u32.cu 2022-11-23T00:54:46.4636098Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i64.cu 2022-11-23T00:54:46.4731547Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u64.cu 2022-11-23T00:54:46.4881109Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f16.cu 2022-11-23T00:54:46.5034760Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f32.cu 2022-11-23T00:54:46.5162523Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f64.cu 2022-11-23T00:54:46.5248800Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_bf16.cu 2022-11-23T00:54:46.5325670Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i8.cu 2022-11-23T00:54:46.5406546Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u8.cu 2022-11-23T00:54:46.5478788Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i32.cu 2022-11-23T00:54:46.5607172Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u32.cu 2022-11-23T00:54:46.5653980Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2022-11-23T00:54:46.5712313Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i64.cu 2022-11-23T00:54:46.5769788Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u64.cu 2022-11-23T00:54:46.5874259Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f16.cu 2022-11-23T00:54:46.5903931Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.o 2022-11-23T00:54:46.5951334Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f32.cu 2022-11-23T00:54:46.6001562Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-11-23T00:54:46.6102593Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f64.cu 2022-11-23T00:54:46.6242201Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-11-23T00:54:46.6306411Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_bf16.cu 2022-11-23T00:54:46.6426961Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i8.cu 2022-11-23T00:54:46.6526570Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u8.cu 2022-11-23T00:54:46.6666561Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i32.cu 2022-11-23T00:54:46.6826035Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u32.cu 2022-11-23T00:54:46.6918210Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i64.cu 2022-11-23T00:54:46.7091493Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2022-11-23T00:54:46.7103706Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u64.cu 2022-11-23T00:54:46.7214007Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f16.cu 2022-11-23T00:54:46.7315924Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f32.cu 2022-11-23T00:54:46.7403093Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f64.cu 2022-11-23T00:54:46.7519405Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_bf16.cu 2022-11-23T00:54:46.7611510Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i8.cu 2022-11-23T00:54:46.7771773Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u8.cu 2022-11-23T00:54:46.7852791Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i32.cu 2022-11-23T00:54:46.7959764Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u32.cu 2022-11-23T00:54:46.8086338Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i64.cu 2022-11-23T00:54:46.8274889Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u64.cu 2022-11-23T00:54:46.8402698Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f16.cu 2022-11-23T00:54:46.8488285Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f32.cu 2022-11-23T00:54:46.8556747Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f64.cu 2022-11-23T00:54:46.8637729Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_bf16.cu 2022-11-23T00:54:46.8682614Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i8.cu 2022-11-23T00:54:46.8809421Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.o 2022-11-23T00:54:46.8891423Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-11-23T00:54:46.9067840Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2022-11-23T00:54:46.9180684Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-11-23T00:54:47.0330725Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2022-11-23T00:54:47.1547307Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-11-23T00:54:47.1806982Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:54:47.2163168Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-11-23T00:54:47.2526291Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2022-11-23T00:54:47.3471476Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u8.cu 2022-11-23T00:54:47.3550369Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i32.cu 2022-11-23T00:54:47.3644695Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u32.cu 2022-11-23T00:54:47.3704110Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/fusion_info.cpp.o 2022-11-23T00:54:47.3807429Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i64.cu 2022-11-23T00:54:47.3895258Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u64.cu 2022-11-23T00:54:47.4035706Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f16.cu 2022-11-23T00:54:47.4143377Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-11-23T00:54:47.4144446Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f32.cu 2022-11-23T00:54:47.4269938Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f64.cu 2022-11-23T00:54:47.4345959Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_bf16.cu 2022-11-23T00:54:47.4479109Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i8.cu 2022-11-23T00:54:47.4562374Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u8.cu 2022-11-23T00:54:47.4680207Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i32.cu 2022-11-23T00:54:47.4686305Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:54:47.4826593Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u32.cu 2022-11-23T00:54:47.4921843Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i64.cu 2022-11-23T00:54:47.5034378Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u64.cu 2022-11-23T00:54:47.5129213Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f16.cu 2022-11-23T00:54:47.5209515Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f32.cu 2022-11-23T00:54:47.5280670Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f64.cu 2022-11-23T00:54:47.5333374Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2022-11-23T00:54:47.5402777Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-11-23T00:54:47.5431549Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_bf16.cu 2022-11-23T00:54:47.5667256Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i8.cu 2022-11-23T00:54:47.5908080Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u8.cu 2022-11-23T00:54:47.6099701Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i32.cu 2022-11-23T00:54:47.6211337Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u32.cu 2022-11-23T00:54:47.6365303Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i64.cu 2022-11-23T00:54:47.6507276Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u64.cu 2022-11-23T00:54:47.6630999Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f16.cu 2022-11-23T00:54:47.6761526Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f32.cu 2022-11-23T00:54:47.6838392Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f64.cu 2022-11-23T00:54:47.6958217Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_bf16.cu 2022-11-23T00:54:47.6973102Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2022-11-23T00:54:47.7046884Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2022-11-23T00:54:47.7159931Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i8.cu 2022-11-23T00:54:47.7284244Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u8.cu 2022-11-23T00:54:47.7427252Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i32.cu 2022-11-23T00:54:47.7548234Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.o 2022-11-23T00:54:47.7622495Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u32.cu 2022-11-23T00:54:47.7763630Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i64.cu 2022-11-23T00:54:47.7920196Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u64.cu 2022-11-23T00:54:47.7999348Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f16.cu 2022-11-23T00:54:47.8089415Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f32.cu 2022-11-23T00:54:47.8186040Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f64.cu 2022-11-23T00:54:47.8266230Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-11-23T00:54:47.8279811Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_bf16.cu 2022-11-23T00:54:47.8383116Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i8.cu 2022-11-23T00:54:47.8476256Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u8.cu 2022-11-23T00:54:47.8564105Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i32.cu 2022-11-23T00:54:47.8647073Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u32.cu 2022-11-23T00:54:47.8758782Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i64.cu 2022-11-23T00:54:47.8825034Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2022-11-23T00:54:47.8971164Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u64.cu 2022-11-23T00:54:47.9238360Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f16.cu 2022-11-23T00:54:47.9360280Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f32.cu 2022-11-23T00:54:47.9505324Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f64.cu 2022-11-23T00:54:47.9561769Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2022-11-23T00:54:47.9692515Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_bf16.cu 2022-11-23T00:54:47.9837503Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i8.cu 2022-11-23T00:54:48.0025847Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u8.cu 2022-11-23T00:54:48.0187444Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i32.cu 2022-11-23T00:54:48.0284670Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u32.cu 2022-11-23T00:54:48.0351912Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2022-11-23T00:54:48.0465781Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i64.cu 2022-11-23T00:54:48.0599551Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u64.cu 2022-11-23T00:54:48.0727827Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f16.cu 2022-11-23T00:54:48.0792704Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:54:48.0807929Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f32.cu 2022-11-23T00:54:48.0919460Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f64.cu 2022-11-23T00:54:48.1116087Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-11-23T00:54:48.1126176Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_bf16.cu 2022-11-23T00:54:48.1267950Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i8.cu 2022-11-23T00:54:48.1829297Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2022-11-23T00:54:48.1903750Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2022-11-23T00:54:48.3650190Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-11-23T00:54:48.3816860Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_at_kern_autogen.cpp.o 2022-11-23T00:54:48.3837650Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower_down.cpp.o 2022-11-23T00:54:48.4882315Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-11-23T00:54:48.5323218Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2022-11-23T00:54:48.6233587Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-11-23T00:54:48.6362322Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u8.cu 2022-11-23T00:54:48.6508611Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i32.cu 2022-11-23T00:54:48.6689781Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u32.cu 2022-11-23T00:54:48.6783145Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i64.cu 2022-11-23T00:54:48.6891418Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u64.cu 2022-11-23T00:54:48.6969358Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f16.cu 2022-11-23T00:54:48.7079808Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:54:48.7080301Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f32.cu 2022-11-23T00:54:48.7241783Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f64.cu 2022-11-23T00:54:48.7293841Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2022-11-23T00:54:48.7345742Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_bf16.cu 2022-11-23T00:54:48.7490354Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i8.cu 2022-11-23T00:54:48.7711743Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2022-11-23T00:54:48.7718587Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u8.cu 2022-11-23T00:54:48.7874259Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i32.cu 2022-11-23T00:54:48.7970527Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u32.cu 2022-11-23T00:54:48.8123001Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i64.cu 2022-11-23T00:54:48.8299548Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u64.cu 2022-11-23T00:54:48.8409849Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f16.cu 2022-11-23T00:54:48.8527324Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f32.cu 2022-11-23T00:54:48.8601232Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f64.cu 2022-11-23T00:54:48.8688334Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_bf16.cu 2022-11-23T00:54:48.8752521Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i8.cu 2022-11-23T00:54:48.8811175Z [ 3%] Built target dnnl_graph_common 2022-11-23T00:54:48.8882917Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-11-23T00:54:48.8907781Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u8.cu 2022-11-23T00:54:48.8951492Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2022-11-23T00:54:48.9002400Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i32.cu 2022-11-23T00:54:48.9230635Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u32.cu 2022-11-23T00:54:48.9452832Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i64.cu 2022-11-23T00:54:48.9649192Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u64.cu 2022-11-23T00:54:48.9826719Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f16.cu 2022-11-23T00:54:48.9984983Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f32.cu 2022-11-23T00:54:49.0032574Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:54:49.0126291Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f64.cu 2022-11-23T00:54:49.0268409Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_bf16.cu 2022-11-23T00:54:49.0367352Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i8.cu 2022-11-23T00:54:49.0460247Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u8.cu 2022-11-23T00:54:49.0527194Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i32.cu 2022-11-23T00:54:49.0622865Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u32.cu 2022-11-23T00:54:49.0646975Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemm_f32.cpp.o 2022-11-23T00:54:49.0725230Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i64.cu 2022-11-23T00:54:49.0778054Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2022-11-23T00:54:49.0842476Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u64.cu 2022-11-23T00:54:49.1067091Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f16.cu 2022-11-23T00:54:49.1181204Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f32.cu 2022-11-23T00:54:49.1286559Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-11-23T00:54:49.1306792Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f64.cu 2022-11-23T00:54:49.1437417Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_bf16.cu 2022-11-23T00:54:49.1555466Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i8.cu 2022-11-23T00:54:49.1718536Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u8.cu 2022-11-23T00:54:49.1835824Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i32.cu 2022-11-23T00:54:49.1903438Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2022-11-23T00:54:49.2013849Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u32.cu 2022-11-23T00:54:49.2226852Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i64.cu 2022-11-23T00:54:49.2362972Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u64.cu 2022-11-23T00:54:49.2562610Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f16.cu 2022-11-23T00:54:49.2688477Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f32.cu 2022-11-23T00:54:49.2778853Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f64.cu 2022-11-23T00:54:49.2887519Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_bf16.cu 2022-11-23T00:54:49.2997776Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemv_t_f32_kern.cpp.o 2022-11-23T00:54:49.3014451Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i8.cu 2022-11-23T00:54:49.3226973Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u8.cu 2022-11-23T00:54:49.3441484Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i32.cu 2022-11-23T00:54:49.3566164Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u32.cu 2022-11-23T00:54:49.3670882Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i64.cu 2022-11-23T00:54:49.3796258Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u64.cu 2022-11-23T00:54:49.3852193Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-11-23T00:54:49.3853666Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f16.cu 2022-11-23T00:54:49.3915464Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f32.cu 2022-11-23T00:54:49.3991418Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f64.cu 2022-11-23T00:54:49.4044749Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-11-23T00:54:49.4069896Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2022-11-23T00:54:49.4188722Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_bf16.cu 2022-11-23T00:54:49.4445570Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i8.cu 2022-11-23T00:54:49.4971515Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2022-11-23T00:54:49.5826843Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.o 2022-11-23T00:54:49.6489911Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.o 2022-11-23T00:54:49.6925565Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-11-23T00:54:49.7237155Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2022-11-23T00:54:49.8598275Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2022-11-23T00:54:49.9067325Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2022-11-23T00:54:49.9582748Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-11-23T00:54:50.0191026Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u8.cu 2022-11-23T00:54:50.0280237Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i32.cu 2022-11-23T00:54:50.0357831Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u32.cu 2022-11-23T00:54:50.0458927Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i64.cu 2022-11-23T00:54:50.0528680Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2022-11-23T00:54:50.0558201Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u64.cu 2022-11-23T00:54:50.0652857Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f16.cu 2022-11-23T00:54:50.0823116Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f32.cu 2022-11-23T00:54:50.0913033Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f64.cu 2022-11-23T00:54:50.1093570Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_bf16.cu 2022-11-23T00:54:50.1158315Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i8.cu 2022-11-23T00:54:50.1238927Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u8.cu 2022-11-23T00:54:50.1325245Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i32.cu 2022-11-23T00:54:50.1425377Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u32.cu 2022-11-23T00:54:50.1489842Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i64.cu 2022-11-23T00:54:50.1624173Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u64.cu 2022-11-23T00:54:50.1676621Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f16.cu 2022-11-23T00:54:50.1729763Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f32.cu 2022-11-23T00:54:50.1781184Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f64.cu 2022-11-23T00:54:50.1830864Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_bf16.cu 2022-11-23T00:54:50.1937914Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i8.cu 2022-11-23T00:54:50.1994028Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u8.cu 2022-11-23T00:54:50.2076575Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iface.cpp.o 2022-11-23T00:54:50.2077961Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i32.cu 2022-11-23T00:54:50.2171267Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u32.cu 2022-11-23T00:54:50.2233270Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i64.cu 2022-11-23T00:54:50.2234570Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2022-11-23T00:54:50.2298763Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u64.cu 2022-11-23T00:54:50.2385044Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-11-23T00:54:50.2397560Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f16.cu 2022-11-23T00:54:50.2461976Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f32.cu 2022-11-23T00:54:50.2558421Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part1_autogen.cpp.o 2022-11-23T00:54:50.2631553Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f64.cu 2022-11-23T00:54:50.2718946Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_bf16.cu 2022-11-23T00:54:50.2867884Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i8.cu 2022-11-23T00:54:50.3187500Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u8.cu 2022-11-23T00:54:50.3386704Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i32.cu 2022-11-23T00:54:50.3474721Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u32.cu 2022-11-23T00:54:50.3597897Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i64.cu 2022-11-23T00:54:50.3697722Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u64.cu 2022-11-23T00:54:50.3702513Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_fusion.cpp.o 2022-11-23T00:54:50.3797200Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f16.cu 2022-11-23T00:54:50.4022573Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f32.cu 2022-11-23T00:54:50.4186761Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f64.cu 2022-11-23T00:54:50.4385897Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_bf16.cu 2022-11-23T00:54:50.4560106Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i8.cu 2022-11-23T00:54:50.4722674Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u8.cu 2022-11-23T00:54:50.4807243Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i32.cu 2022-11-23T00:54:50.4906089Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u32.cu 2022-11-23T00:54:50.5001451Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i64.cu 2022-11-23T00:54:50.5023289Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iterator.cpp.o 2022-11-23T00:54:50.5078284Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u64.cu 2022-11-23T00:54:50.5160549Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f16.cu 2022-11-23T00:54:50.5246715Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f32.cu 2022-11-23T00:54:50.5319552Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f64.cu 2022-11-23T00:54:50.5386293Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2022-11-23T00:54:50.5405214Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_bf16.cu 2022-11-23T00:54:50.5530326Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i8.cu 2022-11-23T00:54:50.5602207Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part2_autogen.cpp.o 2022-11-23T00:54:50.5656071Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u8.cu 2022-11-23T00:54:50.5783295Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i32.cu 2022-11-23T00:54:50.5932745Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/float16.cpp.o 2022-11-23T00:54:50.6018175Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u32.cu 2022-11-23T00:54:50.6266270Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i64.cu 2022-11-23T00:54:50.6484231Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u64.cu 2022-11-23T00:54:50.6666789Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f16.cu 2022-11-23T00:54:50.6782727Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f32.cu 2022-11-23T00:54:50.6920055Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f64.cu 2022-11-23T00:54:50.7028480Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_bf16.cu 2022-11-23T00:54:50.7164405Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2022-11-23T00:54:50.7916245Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-11-23T00:54:50.8354631Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:54:50.8763017Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-11-23T00:54:51.0249540Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2022-11-23T00:54:51.1071027Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iface.cpp.o 2022-11-23T00:54:51.1491524Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2022-11-23T00:54:51.2148583Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2022-11-23T00:54:51.2328419Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2022-11-23T00:54:51.3213127Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i8.o 2022-11-23T00:54:51.3470400Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-11-23T00:54:51.4002855Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/gelu_fusion.cpp.o 2022-11-23T00:54:51.4359532Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:54:51.5411408Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2022-11-23T00:54:51.5414094Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:54:51.6468925Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-11-23T00:54:51.7065737Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2022-11-23T00:54:51.7236639Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_fusion.cpp.o 2022-11-23T00:54:51.8611430Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-11-23T00:54:51.8647375Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2022-11-23T00:54:51.8798281Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T00:54:52.0316675Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2022-11-23T00:54:52.1035430Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_fusion.cpp.o 2022-11-23T00:54:52.1036451Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-11-23T00:54:52.1521577Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-11-23T00:54:52.2198004Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2022-11-23T00:54:52.3324339Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T00:54:52.3530081Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2022-11-23T00:54:52.4008321Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2022-11-23T00:54:52.4052932Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-11-23T00:54:52.5500414Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-11-23T00:54:52.6676400Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-11-23T00:54:52.6753211Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2022-11-23T00:54:52.6924801Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2022-11-23T00:54:52.7038519Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2022-11-23T00:54:52.8188172Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-11-23T00:54:52.9654584Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-11-23T00:54:53.0044120Z [ 4%] Built target dnnl_graph_backend_fake 2022-11-23T00:54:53.0107210Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2022-11-23T00:54:53.0444467Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2022-11-23T00:54:53.0467069Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2022-11-23T00:54:53.0856877Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-11-23T00:54:53.2816846Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-11-23T00:54:53.2901933Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-11-23T00:54:53.3273771Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2022-11-23T00:54:53.3569484Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2022-11-23T00:54:53.3632815Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2022-11-23T00:54:53.5238952Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-11-23T00:54:53.5776936Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2022-11-23T00:54:53.6572700Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-11-23T00:54:53.6919507Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/softmax_fusion.cpp.o 2022-11-23T00:54:53.7247370Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2022-11-23T00:54:53.7740585Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-11-23T00:54:53.8569967Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-11-23T00:54:53.9685224Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2022-11-23T00:54:53.9904392Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2022-11-23T00:54:54.0271217Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2022-11-23T00:54:54.0355292Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_gemm_s8u8s32_kern.cpp.o 2022-11-23T00:54:54.1750957Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-11-23T00:54:54.2690817Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2022-11-23T00:54:54.3139849Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u8.o 2022-11-23T00:54:54.3198006Z [ 5%] Built target dnnl_graph_backend_dnnl 2022-11-23T00:54:54.3280274Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i32.o 2022-11-23T00:54:54.3554384Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:54:54.3611072Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u32.o 2022-11-23T00:54:54.4027801Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-11-23T00:54:54.5382992Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-11-23T00:54:54.6356360Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:54:54.7199089Z [ 5%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2022-11-23T00:54:54.7888295Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-11-23T00:54:54.8877627Z [ 6%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-11-23T00:54:54.9471450Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:54:54.9850844Z [ 6%] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-11-23T00:54:55.0161702Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2022-11-23T00:54:55.0203859Z [ 6%] Built target dnnl_common 2022-11-23T00:54:55.0269621Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-11-23T00:54:55.2445399Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:54:55.2509978Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:54:55.3287265Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-11-23T00:54:55.5276012Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2022-11-23T00:54:55.5567894Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:54:55.6245797Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:54:55.8005368Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2022-11-23T00:54:55.8319264Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2022-11-23T00:54:55.8935582Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:54:56.0423072Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:54:56.1167981Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:54:56.1323912Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:54:56.1551856Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-11-23T00:54:56.2019746Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-11-23T00:54:56.2621630Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i64.o 2022-11-23T00:54:56.3563114Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u64.o 2022-11-23T00:54:56.4030034Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f16.o 2022-11-23T00:54:56.4345068Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f32.o 2022-11-23T00:54:56.4659282Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:54:56.4828635Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-11-23T00:54:56.7022620Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-11-23T00:54:56.7352537Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:54:56.9767393Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:54:56.9865001Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-11-23T00:54:57.2185801Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-11-23T00:54:57.2829216Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:54:57.4625584Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-11-23T00:54:57.5908354Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:54:57.7467217Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-11-23T00:54:57.9005331Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o 2022-11-23T00:54:58.0195319Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2022-11-23T00:54:58.1457643Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2022-11-23T00:54:58.1684260Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2022-11-23T00:54:58.1943919Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:54:58.2303008Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f64.o 2022-11-23T00:54:58.2628534Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-11-23T00:54:58.3242212Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-11-23T00:54:58.4521093Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2022-11-23T00:54:58.4685298Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2022-11-23T00:54:58.5212421Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:54:58.5726025Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:54:58.6166318Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:54:58.6727173Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:54:58.7240949Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2022-11-23T00:54:58.8015956Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-11-23T00:54:58.8897969Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2022-11-23T00:54:58.8967560Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2022-11-23T00:54:58.9748857Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2022-11-23T00:54:59.0123032Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:54:59.1101672Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:54:59.1258247Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:54:59.1511150Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:54:59.2522896Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2022-11-23T00:54:59.3440409Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2022-11-23T00:54:59.4414337Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2022-11-23T00:54:59.4484698Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2022-11-23T00:54:59.4652403Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:54:59.5927538Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2022-11-23T00:54:59.6509841Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2022-11-23T00:54:59.7598222Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:54:59.7599501Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:54:59.7843277Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2022-11-23T00:54:59.8765014Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:54:59.9251689Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:00.0230060Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_bf16.o 2022-11-23T00:55:00.0602248Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i8.o 2022-11-23T00:55:00.0838094Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2022-11-23T00:55:00.0850805Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u8.o 2022-11-23T00:55:00.2107119Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i32.o 2022-11-23T00:55:00.2246616Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:00.3773174Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2022-11-23T00:55:00.4909605Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:00.6719203Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2022-11-23T00:55:00.7898562Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:00.9063794Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2022-11-23T00:55:01.1055991Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:01.1325248Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2022-11-23T00:55:01.3946352Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:01.4075282Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2022-11-23T00:55:01.6761438Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:01.6858273Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2022-11-23T00:55:01.7641669Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2022-11-23T00:55:01.8042298Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2022-11-23T00:55:01.9329602Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:55:01.9615512Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:55:02.0284657Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:55:02.0431022Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u32.o 2022-11-23T00:55:02.1171442Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i64.o 2022-11-23T00:55:02.1397470Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2022-11-23T00:55:02.2118989Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u64.o 2022-11-23T00:55:02.2587352Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f16.o 2022-11-23T00:55:02.3404176Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:55:02.4014715Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2022-11-23T00:55:02.6273271Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2022-11-23T00:55:02.6522825Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:02.8499308Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s8.cpp.o 2022-11-23T00:55:02.9416461Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:03.0931997Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u8.cpp.o 2022-11-23T00:55:03.2873034Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:03.3485461Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2022-11-23T00:55:03.5721631Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:03.6967238Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2022-11-23T00:55:03.8049411Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2022-11-23T00:55:03.8823532Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:03.9445677Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:04.0004046Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:04.0333724Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:04.1144160Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2022-11-23T00:55:04.1589498Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f32.o 2022-11-23T00:55:04.1885190Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f64.o 2022-11-23T00:55:04.2682519Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_bf16.o 2022-11-23T00:55:04.3331093Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i8.o 2022-11-23T00:55:04.3481710Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:04.4685317Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2022-11-23T00:55:04.6740138Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:04.8013951Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru_lbr.cpp.o 2022-11-23T00:55:04.8995584Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:05.0651926Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2022-11-23T00:55:05.1901794Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:05.3976497Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm_projection.cpp.o 2022-11-23T00:55:05.4966817Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:55:05.7471506Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2022-11-23T00:55:05.7772201Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:55:05.8840080Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:55:05.9647513Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:55:06.0369951Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2022-11-23T00:55:06.0844537Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_convolution.cpp.o 2022-11-23T00:55:06.1798785Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u8.o 2022-11-23T00:55:06.1847102Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2022-11-23T00:55:06.2305387Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-11-23T00:55:06.2490529Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-11-23T00:55:06.3256452Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i32.o 2022-11-23T00:55:06.3912609Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-11-23T00:55:06.3960676Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-11-23T00:55:06.4223139Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_inner_product.cpp.o 2022-11-23T00:55:06.4885893Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2022-11-23T00:55:06.6881843Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/linux_perf/linux_perf.cpp.o 2022-11-23T00:55:06.6946960Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-11-23T00:55:06.7373329Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-11-23T00:55:06.7625232Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/injector_utils.cpp.o 2022-11-23T00:55:06.9147746Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_binary_injector.cpp.o 2022-11-23T00:55:06.9644439Z [ 8%] Built target dnnl_cpu 2022-11-23T00:55:06.9748351Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_eltwise_injector.cpp.o 2022-11-23T00:55:07.0171672Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-11-23T00:55:07.0498552Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-11-23T00:55:07.2174164Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u32.o 2022-11-23T00:55:07.2501107Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_postops_injector.cpp.o 2022-11-23T00:55:07.2765002Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2022-11-23T00:55:07.3604339Z [ 8%] Built target dnnl_graph_utils 2022-11-23T00:55:07.3801958Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i64.o 2022-11-23T00:55:07.5163748Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u64.o 2022-11-23T00:55:07.5976051Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2022-11-23T00:55:07.9166930Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2022-11-23T00:55:07.9575969Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2022-11-23T00:55:08.2040217Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2022-11-23T00:55:08.2444110Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2022-11-23T00:55:08.2558095Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f16.o 2022-11-23T00:55:08.4968080Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f32.o 2022-11-23T00:55:08.5564040Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2022-11-23T00:55:08.9015561Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2022-11-23T00:55:09.0483859Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2022-11-23T00:55:09.1923181Z [ 8%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-11-23T00:55:09.2075650Z [ 8%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-11-23T00:55:09.3567691Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_resampling.cpp.o 2022-11-23T00:55:09.4000217Z [ 8%] Built target libkineto_defs.bzl 2022-11-23T00:55:09.4076391Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2022-11-23T00:55:09.4288871Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2022-11-23T00:55:09.4795299Z [ 8%] Linking CXX static library ../../lib/libfmt.a 2022-11-23T00:55:09.5157913Z [ 8%] Built target fmt 2022-11-23T00:55:09.5233846Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2022-11-23T00:55:09.6504209Z [ 8%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-11-23T00:55:09.7323497Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f64.o 2022-11-23T00:55:09.7721171Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_bf16.o 2022-11-23T00:55:09.7847814Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2022-11-23T00:55:09.9392618Z [ 8%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-11-23T00:55:10.0956631Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2022-11-23T00:55:10.2704138Z [ 8%] Built target kineto_api 2022-11-23T00:55:10.2763561Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2022-11-23T00:55:10.2867926Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i8.o 2022-11-23T00:55:10.3600623Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u8.o 2022-11-23T00:55:10.3804510Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2022-11-23T00:55:10.6043518Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i32.o 2022-11-23T00:55:10.6995579Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2022-11-23T00:55:11.0098402Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2022-11-23T00:55:11.2869106Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2022-11-23T00:55:11.4974012Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_sum.cpp.o 2022-11-23T00:55:11.6141867Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u32.o 2022-11-23T00:55:11.7430264Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16cvt.cpp.o 2022-11-23T00:55:11.8043254Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i64.o 2022-11-23T00:55:12.0146700Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_2x3.cpp.o 2022-11-23T00:55:12.1876400Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-11-23T00:55:12.2694745Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3.cpp.o 2022-11-23T00:55:12.3202657Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3_kernel.cpp.o 2022-11-23T00:55:12.3273977Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_fp16cvt.cpp.o 2022-11-23T00:55:12.4213256Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-11-23T00:55:12.5036171Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-11-23T00:55:12.5689674Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-11-23T00:55:12.6394787Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-11-23T00:55:12.6789127Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o 2022-11-23T00:55:12.8715014Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2022-11-23T00:55:12.8921807Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2022-11-23T00:55:12.9406700Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-11-23T00:55:12.9822798Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-11-23T00:55:13.1451634Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-11-23T00:55:13.2057517Z [ 8%] Building CXX object caffe2/CMakeFiles/caffe2_nvrtc.dir/__/aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.cpp.o 2022-11-23T00:55:13.2446817Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2022-11-23T00:55:13.2623400Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2022-11-23T00:55:13.4414620Z [ 8%] Linking CXX shared library ../lib/libcaffe2_nvrtc.so 2022-11-23T00:55:13.4563447Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-11-23T00:55:13.5446490Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-11-23T00:55:13.5503558Z [ 8%] Built target caffe2_nvrtc 2022-11-23T00:55:13.5562578Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-11-23T00:55:13.5564175Z [ 8%] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-11-23T00:55:13.5947590Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2022-11-23T00:55:13.6455287Z [ 8%] Linking C static library ../../lib/libfoxi_loader.a 2022-11-23T00:55:13.6913715Z [ 8%] Built target foxi_loader 2022-11-23T00:55:13.6965597Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u64.o 2022-11-23T00:55:13.7003044Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brdgmm_dw_conv.cpp.o 2022-11-23T00:55:13.7229062Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_1x1_conv.cpp.o 2022-11-23T00:55:13.7660801Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv.cpp.o 2022-11-23T00:55:13.9245436Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f16.o 2022-11-23T00:55:13.9616489Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-11-23T00:55:14.0546300Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-11-23T00:55:14.0700773Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-11-23T00:55:14.0890950Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd.cpp.o 2022-11-23T00:55:14.2415571Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_w.cpp.o 2022-11-23T00:55:14.3298935Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2022-11-23T00:55:14.4300640Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-11-23T00:55:14.4458438Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-11-23T00:55:14.5878526Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-11-23T00:55:14.6589844Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2022-11-23T00:55:14.7428488Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2022-11-23T00:55:14.7684628Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2022-11-23T00:55:14.8367828Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-11-23T00:55:15.0467618Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-11-23T00:55:15.0805837Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2022-11-23T00:55:15.0836926Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-11-23T00:55:15.1108840Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2022-11-23T00:55:15.2975863Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-11-23T00:55:15.3601824Z [ 8%] Generating ATen headers 2022-11-23T00:55:15.3722889Z [ 8%] Generating ATen sources 2022-11-23T00:55:15.4004547Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2022-11-23T00:55:15.6189512Z [ 8%] Generating ATen declarations_yaml 2022-11-23T00:55:15.6603405Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f32.o 2022-11-23T00:55:15.6900458Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-11-23T00:55:15.7123318Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2022-11-23T00:55:16.0227938Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-11-23T00:55:16.0279763Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T00:55:16.3406580Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T00:55:16.3894722Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-11-23T00:55:16.6100437Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-11-23T00:55:16.6756202Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2022-11-23T00:55:16.8720799Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-11-23T00:55:17.0324237Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2022-11-23T00:55:17.1424258Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2022-11-23T00:55:17.2498852Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-11-23T00:55:17.3090669Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2022-11-23T00:55:17.5270060Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-11-23T00:55:17.5323398Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f64.o 2022-11-23T00:55:17.5966974Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2022-11-23T00:55:17.7965089Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-11-23T00:55:17.9333266Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2022-11-23T00:55:18.0310312Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-11-23T00:55:18.2489313Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2022-11-23T00:55:18.2851616Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-11-23T00:55:18.5884348Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2022-11-23T00:55:18.6054928Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-11-23T00:55:18.9134375Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-11-23T00:55:18.9182459Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2022-11-23T00:55:19.2202032Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-11-23T00:55:19.2653010Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2022-11-23T00:55:19.3686200Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_bf16.o 2022-11-23T00:55:19.5080675Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-11-23T00:55:19.5465327Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2022-11-23T00:55:19.8096069Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-11-23T00:55:19.8365430Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2022-11-23T00:55:20.0397892Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-11-23T00:55:20.1543595Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2022-11-23T00:55:20.2955425Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-11-23T00:55:20.4367787Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2022-11-23T00:55:20.4805409Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-11-23T00:55:20.6407085Z [ 9%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-11-23T00:55:20.7253624Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-11-23T00:55:20.7406909Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2022-11-23T00:55:20.7472132Z [ 9%] Built target common 2022-11-23T00:55:20.7550258Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2022-11-23T00:55:21.0050635Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-11-23T00:55:21.0250873Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-11-23T00:55:21.0735742Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2022-11-23T00:55:21.2705141Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization.cpp.o 2022-11-23T00:55:21.2825131Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-11-23T00:55:21.3406769Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i8.o 2022-11-23T00:55:21.3455941Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u8.o 2022-11-23T00:55:21.5313677Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2022-11-23T00:55:21.5646601Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-11-23T00:55:21.7795021Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pooling.cpp.o 2022-11-23T00:55:21.7872117Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-11-23T00:55:22.0182454Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-11-23T00:55:22.0317994Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction.cpp.o 2022-11-23T00:55:22.3062162Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-11-23T00:55:22.3247704Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction_kernel.cpp.o 2022-11-23T00:55:22.4797843Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-11-23T00:55:22.6692451Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder.cpp.o 2022-11-23T00:55:22.7139210Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-11-23T00:55:22.9863429Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-11-23T00:55:23.0278380Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder_utils.cpp.o 2022-11-23T00:55:23.1544536Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling.cpp.o 2022-11-23T00:55:23.2286790Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-11-23T00:55:23.2483946Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i32.o 2022-11-23T00:55:23.2844131Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u32.o 2022-11-23T00:55:23.4380372Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling_kernel.cpp.o 2022-11-23T00:55:23.4409836Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-11-23T00:55:23.6660042Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-11-23T00:55:23.6823613Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_softmax.cpp.o 2022-11-23T00:55:23.8646213Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-11-23T00:55:23.9342551Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_tbb_batch_normalization.cpp.o 2022-11-23T00:55:24.0034065Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-11-23T00:55:24.0550840Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-11-23T00:55:24.2003604Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-11-23T00:55:24.2833763Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_conv_kernel.cpp.o 2022-11-23T00:55:24.3716254Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-11-23T00:55:24.5914417Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-11-23T00:55:24.6065998Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_convolution.cpp.o 2022-11-23T00:55:24.7832489Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-11-23T00:55:24.9499168Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_conv_kernel.cpp.o 2022-11-23T00:55:25.0237968Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-11-23T00:55:25.1553464Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-11-23T00:55:25.1562140Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i64.o 2022-11-23T00:55:25.2227848Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_convolution.cpp.o 2022-11-23T00:55:25.2789174Z [ 10%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-11-23T00:55:25.2848188Z [ 10%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-11-23T00:55:25.3807867Z [ 10%] Linking C executable ../../bin/mkrename 2022-11-23T00:55:25.4021196Z [ 10%] Linking C executable ../../bin/mkalias 2022-11-23T00:55:25.4148609Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-11-23T00:55:25.4242635Z [ 10%] Built target mkrename 2022-11-23T00:55:25.4333990Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-11-23T00:55:25.4571271Z [ 10%] Built target mkalias 2022-11-23T00:55:25.4677069Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-11-23T00:55:25.5180548Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_deconvolution.cpp.o 2022-11-23T00:55:25.6480801Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn.cpp.o 2022-11-23T00:55:25.7564165Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_base.cpp.o 2022-11-23T00:55:25.8282826Z [ 10%] Linking CXX shared library ../lib/libc10.so 2022-11-23T00:55:25.8610331Z [ 10%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-11-23T00:55:25.9376685Z [ 10%] Generating renamedsp256.h 2022-11-23T00:55:25.9471397Z [ 10%] Built target renamedsp256.h_generated 2022-11-23T00:55:25.9596636Z [ 10%] Linking C executable ../../bin/mkdisp 2022-11-23T00:55:25.9616881Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u64.o 2022-11-23T00:55:25.9720068Z [ 10%] Built target c10 2022-11-23T00:55:25.9823348Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_blocked.cpp.o 2022-11-23T00:55:26.0027890Z [ 10%] Built target mkdisp 2022-11-23T00:55:26.0128766Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_nhwc.cpp.o 2022-11-23T00:55:26.0362833Z [ 10%] Built target nvfuser_rt_UnpackRaw 2022-11-23T00:55:26.0437715Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_base.cpp.o 2022-11-23T00:55:26.2853667Z [ 10%] Generating ATen headers 2022-11-23T00:55:26.3106308Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f16.o 2022-11-23T00:55:26.3811032Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_blocked.cpp.o 2022-11-23T00:55:26.6215560Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_nhwc.cpp.o 2022-11-23T00:55:26.8394419Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn.cpp.o 2022-11-23T00:55:27.0856412Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn_kernel.cpp.o 2022-11-23T00:55:27.2229485Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul.cpp.o 2022-11-23T00:55:27.3475903Z [ 10%] Built target nvfuser_rt_array 2022-11-23T00:55:27.3623900Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_copy_utils.cpp.o 2022-11-23T00:55:27.5727135Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_utils.cpp.o 2022-11-23T00:55:27.6862327Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f32.o 2022-11-23T00:55:27.7609924Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f64.o 2022-11-23T00:55:27.8367033Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_backward.cpp.o 2022-11-23T00:55:27.8739946Z [ 10%] Built target ATEN_CPU_FILES_GEN_TARGET 2022-11-23T00:55:27.8828359Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_base_kernel.cpp.o 2022-11-23T00:55:28.0094847Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_forward.cpp.o 2022-11-23T00:55:28.1347594Z [ 10%] Built target nvfuser_rt_block_reduction 2022-11-23T00:55:28.1439029Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_bf16.o 2022-11-23T00:55:28.1665435Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i8.o 2022-11-23T00:55:28.3250492Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_reduction_kernel.cpp.o 2022-11-23T00:55:28.5961295Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_utils.cpp.o 2022-11-23T00:55:28.8043159Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_backward_kernel.cpp.o 2022-11-23T00:55:29.1159579Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_forward_kernel.cpp.o 2022-11-23T00:55:29.3680048Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_bwd.cpp.o 2022-11-23T00:55:29.4923997Z [ 10%] Built target nvfuser_rt_block_sync_atomic 2022-11-23T00:55:29.5000399Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_fwd.cpp.o 2022-11-23T00:55:29.6410462Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_reorders.cpp.o 2022-11-23T00:55:29.7155929Z [ 10%] Built target nvfuser_rt_block_sync_default 2022-11-23T00:55:29.7286508Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u8.o 2022-11-23T00:55:29.8154664Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i32.o 2022-11-23T00:55:29.9231233Z [ 10%] Built target nvfuser_rt_broadcast 2022-11-23T00:55:29.9287251Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_utils.cpp.o 2022-11-23T00:55:29.9678995Z [ 10%] Built target nvfuser_rt_fp16_support 2022-11-23T00:55:29.9742105Z [ 10%] Built target nvfuser_rt_fused_reduction 2022-11-23T00:55:29.9816593Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u32.o 2022-11-23T00:55:29.9883430Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i64.o 2022-11-23T00:55:30.1159052Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_brgemm_transpose_single_row.cpp.o 2022-11-23T00:55:30.4177307Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_diff_weights_peephole.cpp.o 2022-11-23T00:55:30.6943225Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_gates_reduction.cpp.o 2022-11-23T00:55:30.9756851Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2022-11-23T00:55:31.2282233Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2022-11-23T00:55:31.4833616Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2022-11-23T00:55:31.5666926Z [ 10%] Built target nvfuser_rt_fused_welford_helper 2022-11-23T00:55:31.5740676Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2022-11-23T00:55:31.7120215Z [ 10%] Built target nvfuser_rt_fused_welford_impl 2022-11-23T00:55:31.7202099Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u64.o 2022-11-23T00:55:31.7573069Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f16.o 2022-11-23T00:55:31.8431624Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f32.o 2022-11-23T00:55:31.8779893Z [ 10%] Built target dnnl_cpu_x64 2022-11-23T00:55:31.8905787Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f64.o 2022-11-23T00:55:31.9608361Z [ 10%] Built target nvfuser_rt_bf16_support 2022-11-23T00:55:31.9705303Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_bf16.o 2022-11-23T00:55:33.3843854Z [ 10%] Built target nvfuser_rt_grid_broadcast 2022-11-23T00:55:33.3925301Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i8.o 2022-11-23T00:55:33.5217412Z [ 10%] Built target nvfuser_rt_grid_reduction 2022-11-23T00:55:33.5290797Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u8.o 2022-11-23T00:55:33.5544054Z [ 10%] Built target nvfuser_rt_grid_sync 2022-11-23T00:55:33.5666342Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i32.o 2022-11-23T00:55:33.7739545Z [ 10%] Built target nvfuser_rt_helpers 2022-11-23T00:55:33.7802860Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u32.o 2022-11-23T00:55:33.8731793Z [ 10%] Built target nvfuser_rt_index_utils 2022-11-23T00:55:33.8795428Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i64.o 2022-11-23T00:55:39.9076407Z [ 10%] Built target ATEN_CUDA_FILES_GEN_TARGET 2022-11-23T00:55:39.9281111Z [ 10%] Built target nvfuser_rt_random_numbers 2022-11-23T00:55:39.9454662Z [ 10%] Built target nvfuser_rt_tensor 2022-11-23T00:55:39.9630352Z [ 10%] Built target nvfuser_rt_tuple 2022-11-23T00:55:39.9706264Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u64.o 2022-11-23T00:55:44.9229813Z [ 10%] Built target nvfuser_rt_type_traits 2022-11-23T00:55:44.9294647Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f16.o 2022-11-23T00:55:45.3554870Z [ 10%] Built target nvfuser_rt_welford 2022-11-23T00:55:45.3612331Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f32.o 2022-11-23T00:55:49.8642548Z [ 10%] Built target nvfuser_rt_warp 2022-11-23T00:55:49.8707100Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f64.o 2022-11-23T00:55:52.0652241Z [ 10%] Built target nvfuser_rt_tensorcore 2022-11-23T00:55:52.0782055Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_bf16.o 2022-11-23T00:55:52.8201412Z [ 10%] Built target nvfuser_rt_memory 2022-11-23T00:55:52.8257860Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i8.o 2022-11-23T00:55:53.0939925Z [ 10%] Built target nvfuser_rt_swizzle 2022-11-23T00:55:53.1009258Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u8.o 2022-11-23T00:55:59.0223306Z [ 10%] Built target nvfuser_rt_PhiloxCudaStateRaw 2022-11-23T00:55:59.0333338Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i32.o 2022-11-23T00:56:04.2354684Z [ 10%] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-11-23T00:56:04.2862375Z [ 10%] Linking C shared library ../lib/libtorch_global_deps.so 2022-11-23T00:56:04.5690640Z [ 10%] Built target torch_global_deps 2022-11-23T00:56:04.5757736Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u32.o 2022-11-23T00:56:05.3214050Z [ 10%] Built target python_copy_files 2022-11-23T00:56:05.3270537Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i64.o 2022-11-23T00:56:08.6377240Z [ 10%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-11-23T00:56:08.7304171Z [ 10%] Linking C executable ../../bin/mkrename_gnuabi 2022-11-23T00:56:08.7790909Z [ 10%] Built target mkrename_gnuabi 2022-11-23T00:56:08.7896176Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u64.o 2022-11-23T00:56:11.2787674Z [ 10%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-11-23T00:56:11.3503140Z [ 10%] Linking C executable ../../bin/mkmasked_gnuabi 2022-11-23T00:56:11.3978130Z [ 10%] Built target mkmasked_gnuabi 2022-11-23T00:56:11.4088627Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f16.o 2022-11-23T00:56:13.0099752Z [ 10%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-11-23T00:56:13.1206272Z [ 10%] Built target arraymap 2022-11-23T00:56:13.1274706Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f32.o 2022-11-23T00:56:18.8242239Z [ 10%] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-11-23T00:56:18.9142419Z [ 10%] Linking C executable ../../bin/addSuffix 2022-11-23T00:56:18.9610435Z [ 10%] Built target addSuffix 2022-11-23T00:56:18.9721582Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f64.o 2022-11-23T00:56:19.2845598Z [ 10%] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/testing/_internal/generated/annotated_fn_args.py 2022-11-23T00:56:21.3222095Z [ 10%] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-11-23T00:56:23.8366214Z [ 10%] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-11-23T00:56:23.8946476Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_bf16.o 2022-11-23T00:56:25.6801446Z [ 10%] Generating ../../../torch/version.py 2022-11-23T00:56:27.4811901Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i8.o 2022-11-23T00:56:29.2376423Z [ 10%] Built target torch_python_stubs 2022-11-23T00:56:29.2434367Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u8.o 2022-11-23T00:56:29.9655293Z [ 10%] Built target generate-torch-sources 2022-11-23T00:56:29.9723081Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i32.o 2022-11-23T00:56:30.9752567Z [ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-11-23T00:56:31.1786963Z [ 10%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-11-23T00:56:31.4003837Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-11-23T00:56:31.6006586Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-11-23T00:56:31.7915551Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-11-23T00:56:31.9880339Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-11-23T00:56:32.1766405Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-11-23T00:56:32.3762936Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-11-23T00:56:32.5889944Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-11-23T00:56:32.5997802Z [ 11%] Built target gen_torch_version 2022-11-23T00:56:32.6075036Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-11-23T00:56:32.7955940Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u32.o 2022-11-23T00:56:32.8425141Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-11-23T00:56:33.0517552Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-11-23T00:56:33.2381983Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-11-23T00:56:33.4394924Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-11-23T00:56:33.6292902Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-11-23T00:56:33.8128499Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-11-23T00:56:34.0042437Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-11-23T00:56:34.1469047Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-11-23T00:56:34.3558285Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-11-23T00:56:34.5518895Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-11-23T00:56:34.7638234Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-11-23T00:56:34.9589917Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-11-23T00:56:35.1584099Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-11-23T00:56:35.3451705Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-11-23T00:56:35.5398484Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-11-23T00:56:35.7318498Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-11-23T00:56:35.9335296Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-11-23T00:56:36.1304727Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-11-23T00:56:36.3268217Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-11-23T00:56:36.5199418Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-11-23T00:56:36.7043141Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-11-23T00:56:36.8991918Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-11-23T00:56:37.0895556Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-11-23T00:56:37.2837088Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-11-23T00:56:37.4236464Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-11-23T00:56:37.6214442Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-11-23T00:56:37.8115409Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-11-23T00:56:37.9976092Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-11-23T00:56:38.1752189Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-11-23T00:56:38.3644899Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-11-23T00:56:38.5725886Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-11-23T00:56:38.7811603Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-11-23T00:56:38.9770361Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-11-23T00:56:39.1699546Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-11-23T00:56:39.3639533Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-11-23T00:56:39.5650361Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-11-23T00:56:39.7578552Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2022-11-23T00:56:39.9475374Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-11-23T00:56:40.1531564Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-11-23T00:56:40.3654526Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2022-11-23T00:56:40.5587456Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-11-23T00:56:40.7537703Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2022-11-23T00:56:40.9503892Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-11-23T00:56:41.1507666Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-11-23T00:56:41.3500444Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-11-23T00:56:41.5491462Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-11-23T00:56:41.7439795Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-11-23T00:56:41.9390506Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-11-23T00:56:42.1398582Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-11-23T00:56:42.3335625Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-11-23T00:56:42.4045310Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-11-23T00:56:42.5124207Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-11-23T00:56:42.5624936Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i64.o 2022-11-23T00:56:42.5870157Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-11-23T00:56:42.7391985Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-11-23T00:56:42.8827945Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-11-23T00:56:43.0636947Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-11-23T00:56:43.2549250Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-11-23T00:56:43.4581096Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-11-23T00:56:43.6816634Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-11-23T00:56:43.8824557Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-11-23T00:56:44.0805479Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-11-23T00:56:44.2329353Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-11-23T00:56:44.4248933Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-11-23T00:56:44.6184618Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-11-23T00:56:44.8106255Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-11-23T00:56:44.9694167Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-11-23T00:56:45.0445033Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-11-23T00:56:45.1765828Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u64.o 2022-11-23T00:56:45.2353877Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-11-23T00:56:45.3861144Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-11-23T00:56:45.5268832Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-11-23T00:56:45.7020142Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-11-23T00:56:45.8001634Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f16.o 2022-11-23T00:56:45.8576761Z [ 12%] Linking CXX static library ../../../lib/libprotoc.a 2022-11-23T00:56:45.9337491Z [ 12%] Built target libprotoc 2022-11-23T00:56:45.9401489Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f32.o 2022-11-23T00:56:47.3749076Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-11-23T00:56:47.4486522Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-11-23T00:56:47.5112267Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-11-23T00:56:47.5961227Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-11-23T00:56:47.6579336Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-11-23T00:56:47.6610347Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f64.o 2022-11-23T00:56:47.7090822Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-11-23T00:56:47.7603678Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-11-23T00:56:47.8111911Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-11-23T00:56:47.8691372Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-11-23T00:56:47.9236748Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-11-23T00:56:47.9770316Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-11-23T00:56:48.0341743Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-11-23T00:56:48.0808406Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-11-23T00:56:48.1344163Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-11-23T00:56:48.1904364Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T00:56:48.2462581Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-11-23T00:56:48.3129999Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-11-23T00:56:48.3655759Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-11-23T00:56:48.4162273Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-11-23T00:56:48.4710695Z [ 12%] Linking C static library ../../lib/libcpuinfo.a 2022-11-23T00:56:48.5006544Z [ 12%] Built target cpuinfo 2022-11-23T00:56:48.5082366Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_bf16.o 2022-11-23T00:56:56.4954510Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-11-23T00:56:56.5545554Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-11-23T00:56:56.6170360Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-11-23T00:56:56.6609697Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-11-23T00:56:56.7119394Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-11-23T00:56:56.7563517Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-11-23T00:56:56.7984654Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-11-23T00:56:56.8460775Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-11-23T00:56:56.8905621Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-11-23T00:56:56.9377936Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-11-23T00:56:56.9861415Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-11-23T00:56:57.0417262Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-11-23T00:56:57.0913340Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-11-23T00:56:57.1453141Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-11-23T00:56:57.2036648Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T00:56:57.2424658Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-11-23T00:56:57.2643936Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i8.o 2022-11-23T00:56:57.3081850Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-11-23T00:56:57.4202400Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-11-23T00:56:57.4822875Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-11-23T00:56:57.5366265Z [ 12%] Linking C static library ../../lib/libcpuinfo_internals.a 2022-11-23T00:56:57.5608162Z [ 12%] Built target cpuinfo_internals 2022-11-23T00:56:57.5675369Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u8.o 2022-11-23T00:57:02.3980478Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-11-23T00:57:02.5049406Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-11-23T00:57:02.5804822Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-11-23T00:57:02.6527736Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T00:57:02.7241666Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-11-23T00:57:02.7897098Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-11-23T00:57:02.8668413Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-11-23T00:57:02.9141224Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-11-23T00:57:02.9608508Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-11-23T00:57:02.9892676Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T00:57:03.0646439Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-11-23T00:57:03.0975836Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-11-23T00:57:03.1311506Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-11-23T00:57:03.1357679Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-11-23T00:57:03.1751224Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T00:57:03.1933649Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-11-23T00:57:03.2059697Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-11-23T00:57:03.2506032Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-11-23T00:57:03.2623035Z [ 12%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-11-23T00:57:03.2778996Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-11-23T00:57:03.3109817Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-11-23T00:57:03.3450797Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-11-23T00:57:03.3573281Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-11-23T00:57:03.3825915Z [ 12%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-11-23T00:57:03.4108499Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-11-23T00:57:03.4518333Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T00:57:03.4766892Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-11-23T00:57:03.4801620Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-11-23T00:57:03.5048585Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T00:57:03.5538812Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T00:57:03.5582984Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T00:57:03.5858331Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-11-23T00:57:03.6187584Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T00:57:03.6207503Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T00:57:03.6618749Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-11-23T00:57:03.6818625Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-11-23T00:57:03.7085068Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T00:57:03.7266435Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T00:57:03.7553748Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-11-23T00:57:03.7804318Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-11-23T00:57:03.8226523Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i32.o 2022-11-23T00:57:03.8431239Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T00:57:03.8480267Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-11-23T00:57:03.9385213Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-11-23T00:57:03.9560947Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T00:57:04.0163965Z [ 12%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-11-23T00:57:04.0693824Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T00:57:04.0920488Z [ 12%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-11-23T00:57:04.1365788Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T00:57:04.2050207Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T00:57:04.2409104Z [ 13%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-11-23T00:57:04.2686518Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T00:57:04.3739870Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T00:57:04.3910287Z [ 13%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-11-23T00:57:04.4841982Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T00:57:04.4842945Z [ 13%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-11-23T00:57:04.5837428Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-11-23T00:57:04.6427787Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T00:57:04.6580767Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-11-23T00:57:04.7163237Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T00:57:04.7376832Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T00:57:04.7767899Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T00:57:04.7997984Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T00:57:04.8499185Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T00:57:04.9174568Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T00:57:04.9630454Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T00:57:04.9892381Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T00:57:05.0363288Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T00:57:05.0566176Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T00:57:05.1000679Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T00:57:05.1232972Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T00:57:05.1694835Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T00:57:05.2336582Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T00:57:05.2360880Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T00:57:05.3043641Z [ 14%] Linking C static library ../../lib/libqnnpack.a 2022-11-23T00:57:05.3430007Z [ 14%] Built target qnnpack 2022-11-23T00:57:05.3438243Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-11-23T00:57:05.3537250Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-11-23T00:57:05.4541258Z [ 14%] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-11-23T00:57:05.4754214Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T00:57:05.5858519Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-11-23T00:57:05.6920231Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T00:57:05.7639380Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T00:57:05.8304069Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T00:57:05.8983821Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T00:57:06.0175185Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-11-23T00:57:06.1276279Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T00:57:06.2366411Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-11-23T00:57:06.3601666Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-11-23T00:57:06.4677027Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T00:57:06.5782273Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T00:57:06.6569623Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T00:57:06.7201570Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T00:57:06.7906300Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T00:57:06.8553852Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T00:57:06.9198535Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T00:57:06.9837587Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T00:57:07.0370172Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T00:57:07.0985701Z [ 14%] Linking CXX static library ../../lib/libpytorch_qnnpack.a 2022-11-23T00:57:07.1273905Z [ 14%] Built target pytorch_qnnpack 2022-11-23T00:57:07.1332122Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u32.o 2022-11-23T00:57:08.0462525Z [ 14%] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-11-23T00:57:13.5318951Z [ 14%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-11-23T00:57:13.9037366Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-11-23T00:57:13.9569853Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-11-23T00:57:14.0671602Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-11-23T00:57:14.1148119Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-11-23T00:57:14.1788416Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-11-23T00:57:14.2471500Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-11-23T00:57:14.3296217Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-11-23T00:57:14.4060642Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-11-23T00:57:14.4960404Z [ 15%] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-11-23T00:57:14.4964916Z [ 15%] Linking C static library ../../lib/libnnpack_reference_layers.a 2022-11-23T00:57:14.5261995Z [ 15%] Built target nnpack_reference_layers 2022-11-23T00:57:14.5330465Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i64.o 2022-11-23T00:57:14.7701160Z [ 15%] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-11-23T00:57:15.1347423Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-11-23T00:57:15.1883701Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:57:15.2245121Z [ 15%] Built target indirection 2022-11-23T00:57:15.2331046Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:57:15.2563401Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u64.o 2022-11-23T00:57:15.2990732Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:57:15.3547625Z [ 15%] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-11-23T00:57:15.3721547Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:57:15.4419073Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-11-23T00:57:15.5221134Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-11-23T00:57:15.5809519Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-11-23T00:57:15.6402211Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:57:15.7005512Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:57:15.7597622Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-11-23T00:57:15.8195427Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T00:57:15.8402433Z [ 15%] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-11-23T00:57:15.8751801Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T00:57:15.9447100Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-11-23T00:57:16.0188223Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-11-23T00:57:16.0909634Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-11-23T00:57:16.1550624Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-11-23T00:57:16.2224917Z [ 15%] Generating src/x86_64-fma/blas/sgemm.py.o 2022-11-23T00:57:16.2499575Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-11-23T00:57:16.3056134Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-11-23T00:57:16.3678860Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-11-23T00:57:16.4336109Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-11-23T00:57:16.4957721Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-11-23T00:57:16.5590581Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-11-23T00:57:16.6208122Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-11-23T00:57:16.6782950Z [ 15%] Generating src/x86_64-fma/max-pooling.py.o 2022-11-23T00:57:16.6885029Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-11-23T00:57:16.7575802Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-11-23T00:57:16.8254991Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-11-23T00:57:16.8421241Z [ 15%] Generating src/x86_64-fma/relu.py.o 2022-11-23T00:57:16.8890097Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-11-23T00:57:16.9583957Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-11-23T00:57:17.0022660Z [ 15%] Generating src/x86_64-fma/softmax.py.o 2022-11-23T00:57:17.0242407Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-11-23T00:57:17.0865162Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-11-23T00:57:17.1424814Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-11-23T00:57:17.2009035Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-11-23T00:57:17.2759347Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-11-23T00:57:17.3373808Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-11-23T00:57:17.3396351Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f16.o 2022-11-23T00:57:17.3974981Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-11-23T00:57:17.4634643Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-11-23T00:57:17.5283382Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-11-23T00:57:17.5936149Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-11-23T00:57:17.6629244Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-11-23T00:57:17.7284755Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-11-23T00:57:17.7966790Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-11-23T00:57:17.8639342Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-11-23T00:57:17.9313997Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-11-23T00:57:17.9617201Z [ 15%] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-11-23T00:57:18.0015843Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-11-23T00:57:18.0705378Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:57:18.1372513Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:57:18.2177292Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:57:18.2863275Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-11-23T00:57:18.3566387Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:57:18.4243141Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-11-23T00:57:18.4970404Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-11-23T00:57:18.5729760Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-11-23T00:57:18.6460019Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-11-23T00:57:18.6606823Z [ 16%] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-11-23T00:57:18.7136198Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-11-23T00:57:18.7794641Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:57:18.8457676Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:57:18.9123595Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:57:18.9787068Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-11-23T00:57:19.0548331Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:57:19.1276631Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-11-23T00:57:19.2004842Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-11-23T00:57:19.2812088Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-11-23T00:57:19.3479089Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:57:19.4394799Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:57:19.5060675Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:57:19.5766289Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T00:57:19.6428591Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-11-23T00:57:19.7482558Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:57:19.8145754Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T00:57:19.8837472Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-11-23T00:57:19.9515553Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T00:57:20.0170509Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-11-23T00:57:20.0858862Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:57:20.1523104Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:57:20.2198516Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:57:20.2942997Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T00:57:20.3587142Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-11-23T00:57:20.4354496Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:57:20.5046210Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T00:57:20.5769212Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-11-23T00:57:20.6454686Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T00:57:20.6744611Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-11-23T00:57:20.7138034Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f32.o 2022-11-23T00:57:20.7444145Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-11-23T00:57:20.8146777Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-11-23T00:57:20.8934180Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-11-23T00:57:20.9607736Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-11-23T00:57:20.9640119Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-11-23T00:57:21.0276638Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-11-23T00:57:21.0307198Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-11-23T00:57:21.1014283Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-11-23T00:57:21.1067600Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-11-23T00:57:21.1597900Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-11-23T00:57:21.1718601Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-11-23T00:57:21.2310913Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-11-23T00:57:21.2441240Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-11-23T00:57:21.2953781Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-11-23T00:57:21.3163217Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-11-23T00:57:21.3565295Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-11-23T00:57:21.3816060Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-11-23T00:57:21.4287828Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-11-23T00:57:21.4493642Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-11-23T00:57:21.4925760Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-11-23T00:57:21.5137264Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-11-23T00:57:21.5723305Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-11-23T00:57:21.5891529Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-11-23T00:57:21.6476760Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-11-23T00:57:21.6777392Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-11-23T00:57:21.7265210Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-11-23T00:57:21.7562192Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-11-23T00:57:21.7869813Z [ 16%] Linking C static library ../../lib/libnnpack.a 2022-11-23T00:57:21.8218050Z [ 16%] Built target nnpack 2022-11-23T00:57:21.8302246Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-11-23T00:57:21.8469660Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-11-23T00:57:21.9055152Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-11-23T00:57:21.9331400Z [ 16%] Built target packing 2022-11-23T00:57:21.9416375Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:57:21.9878811Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f64.o 2022-11-23T00:57:22.0101905Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-11-23T00:57:22.0949957Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-11-23T00:57:22.1734103Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:57:22.2404965Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-11-23T00:57:22.3107212Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-11-23T00:57:22.3870772Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:57:22.4664676Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-11-23T00:57:22.5445327Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-11-23T00:57:22.6247215Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-11-23T00:57:22.6854394Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-11-23T00:57:22.7423720Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-11-23T00:57:22.8070594Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:57:22.8662312Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:57:22.9279256Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:57:22.9832123Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-11-23T00:57:23.0595920Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-11-23T00:57:23.1375272Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-11-23T00:57:23.2120368Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:57:23.2952355Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-11-23T00:57:23.3744745Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-11-23T00:57:23.4507975Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:57:23.5262027Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-11-23T00:57:23.6014580Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-11-23T00:57:23.6786035Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:57:23.8007861Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-11-23T00:57:23.8796272Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-11-23T00:57:23.9628814Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:57:24.0274862Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:57:24.1242414Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:57:24.1898672Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:57:24.2503227Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-11-23T00:57:24.3080800Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:57:24.3724293Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:57:24.4319058Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-11-23T00:57:24.4933419Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-11-23T00:57:24.5694469Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T00:57:24.6405718Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T00:57:24.7098707Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T00:57:24.7823930Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T00:57:24.8550868Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T00:57:24.9290098Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T00:57:24.9986575Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T00:57:25.0631777Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T00:57:25.1340478Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T00:57:25.2023633Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T00:57:25.2700846Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T00:57:25.3282827Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T00:57:25.3902016Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T00:57:25.4610308Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T00:57:25.5304901Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T00:57:25.6051769Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T00:57:25.6789332Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T00:57:25.7915497Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T00:57:25.8618959Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T00:57:25.9319190Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T00:57:26.0014386Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T00:57:26.0713852Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T00:57:26.1399278Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T00:57:26.2065720Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T00:57:26.2761773Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-11-23T00:57:26.3379599Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2-acc2.c.o 2022-11-23T00:57:26.3996060Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-11-23T00:57:26.4632813Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc2.c.o 2022-11-23T00:57:26.5229070Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc4.c.o 2022-11-23T00:57:26.5832756Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-11-23T00:57:26.6436331Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-11-23T00:57:26.7046361Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-11-23T00:57:26.7664246Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-11-23T00:57:26.8281294Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-11-23T00:57:26.8906894Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-11-23T00:57:26.9528814Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-11-23T00:57:27.0142657Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-11-23T00:57:27.0747265Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-11-23T00:57:27.1365291Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-11-23T00:57:27.1955126Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-11-23T00:57:27.2562205Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-11-23T00:57:27.3239212Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-11-23T00:57:27.3826552Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-11-23T00:57:27.4467633Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-11-23T00:57:27.5113607Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-11-23T00:57:27.5687608Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-11-23T00:57:27.6315113Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-11-23T00:57:27.6982036Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-11-23T00:57:27.7615026Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-11-23T00:57:27.8271941Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-11-23T00:57:27.8929628Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-11-23T00:57:27.9203010Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_bf16.o 2022-11-23T00:57:27.9256643Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-11-23T00:57:27.9569061Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i8.o 2022-11-23T00:57:27.9898947Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-11-23T00:57:28.0567032Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-11-23T00:57:28.1201460Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-11-23T00:57:28.1906497Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-11-23T00:57:28.2433952Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-11-23T00:57:28.2928903Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-11-23T00:57:28.3421788Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-11-23T00:57:28.3944616Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-11-23T00:57:28.4440096Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-11-23T00:57:28.4968995Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-11-23T00:57:28.5516438Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-11-23T00:57:28.6075158Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-11-23T00:57:28.6955231Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-11-23T00:57:28.7468111Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-11-23T00:57:28.8076994Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-11-23T00:57:28.8724818Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-11-23T00:57:28.9389798Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-11-23T00:57:29.0013187Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-11-23T00:57:29.0641922Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-11-23T00:57:29.1242231Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-11-23T00:57:29.1824141Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-11-23T00:57:29.2396432Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-11-23T00:57:29.3007138Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-11-23T00:57:29.3624598Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-11-23T00:57:29.4263530Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-11-23T00:57:29.4862729Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-11-23T00:57:29.5514886Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-11-23T00:57:29.6167241Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-11-23T00:57:29.7161852Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-11-23T00:57:29.7792948Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-11-23T00:57:29.8455821Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-11-23T00:57:29.9046483Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-11-23T00:57:29.9688299Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-11-23T00:57:30.0290370Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-11-23T00:57:30.0931463Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-11-23T00:57:30.1548357Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-11-23T00:57:30.2131354Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-11-23T00:57:30.2792284Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-11-23T00:57:30.3442302Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-11-23T00:57:30.4037916Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-11-23T00:57:30.4690074Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-11-23T00:57:30.5293965Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-11-23T00:57:30.5913367Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-11-23T00:57:30.6566279Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-11-23T00:57:30.7200758Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-11-23T00:57:30.7823117Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-11-23T00:57:30.8454362Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-11-23T00:57:30.9115974Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-11-23T00:57:30.9704306Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-11-23T00:57:31.0398768Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-11-23T00:57:31.0987084Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-11-23T00:57:31.1631238Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-11-23T00:57:31.2204451Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-11-23T00:57:31.2822225Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-11-23T00:57:31.3495625Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-11-23T00:57:31.4127153Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-11-23T00:57:31.4729199Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-11-23T00:57:31.5333565Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-11-23T00:57:31.5953275Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-11-23T00:57:31.6556495Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-11-23T00:57:31.7192449Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-11-23T00:57:31.7806926Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-11-23T00:57:31.8451270Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-11-23T00:57:31.9098154Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-11-23T00:57:31.9718922Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-11-23T00:57:32.0324538Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-11-23T00:57:32.0941450Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-11-23T00:57:32.1538740Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-11-23T00:57:32.3463994Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-11-23T00:57:32.4063204Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-11-23T00:57:32.4663344Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-11-23T00:57:32.5292364Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-11-23T00:57:32.5895095Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-11-23T00:57:32.6508973Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-11-23T00:57:32.7103755Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-11-23T00:57:32.7762401Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-11-23T00:57:32.8343644Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-11-23T00:57:32.8929709Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-11-23T00:57:32.9505828Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-11-23T00:57:33.0152656Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-11-23T00:57:33.0784967Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-11-23T00:57:33.1414863Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-11-23T00:57:33.1997923Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-11-23T00:57:33.2621829Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-11-23T00:57:33.3213822Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-11-23T00:57:33.3838289Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-11-23T00:57:33.4442329Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-11-23T00:57:33.5036993Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-11-23T00:57:33.5660553Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-11-23T00:57:33.6256126Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-11-23T00:57:33.6862965Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-11-23T00:57:33.7572566Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-11-23T00:57:33.8179776Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-11-23T00:57:33.8953745Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-11-23T00:57:33.9544601Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-11-23T00:57:34.0061843Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-11-23T00:57:34.0799105Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-11-23T00:57:34.1454132Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-11-23T00:57:34.2056809Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-11-23T00:57:34.2697968Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-11-23T00:57:34.3264171Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-11-23T00:57:34.3805114Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-11-23T00:57:34.4605500Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-11-23T00:57:34.5295887Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-11-23T00:57:34.5302874Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-11-23T00:57:34.5882734Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u8.o 2022-11-23T00:57:34.5921180Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-11-23T00:57:34.6615944Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-11-23T00:57:34.7366368Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-11-23T00:57:34.8055702Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-11-23T00:57:34.8067923Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i32.o 2022-11-23T00:57:34.8679809Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-11-23T00:57:34.9480961Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-11-23T00:57:35.0130055Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-11-23T00:57:35.0805706Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-11-23T00:57:35.1696445Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-11-23T00:57:35.2371312Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-11-23T00:57:35.3060206Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-11-23T00:57:35.3732676Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-11-23T00:57:35.4509049Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-11-23T00:57:35.5238234Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-11-23T00:57:35.5875564Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-11-23T00:57:35.6541124Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-11-23T00:57:35.7191525Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-11-23T00:57:35.7840261Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-11-23T00:57:35.8458738Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-11-23T00:57:35.9113580Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-11-23T00:57:35.9785188Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-11-23T00:57:36.0440534Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-11-23T00:57:36.1089827Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-11-23T00:57:36.1337882Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-11-23T00:57:36.1703465Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u32.o 2022-11-23T00:57:36.1991380Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-11-23T00:57:36.2641929Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-11-23T00:57:36.3290505Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-11-23T00:57:36.3916563Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-11-23T00:57:36.4583585Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-11-23T00:57:36.5177157Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-11-23T00:57:36.5810273Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-11-23T00:57:36.6411259Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-11-23T00:57:36.7060537Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-11-23T00:57:36.7692552Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-11-23T00:57:36.8296947Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-11-23T00:57:36.8950195Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-11-23T00:57:36.9584411Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-11-23T00:57:37.0215634Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x1.c.o 2022-11-23T00:57:37.0954875Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x2.c.o 2022-11-23T00:57:37.1653406Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x3.c.o 2022-11-23T00:57:37.2359348Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x4.c.o 2022-11-23T00:57:37.3306118Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x5.c.o 2022-11-23T00:57:37.4002749Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x6.c.o 2022-11-23T00:57:37.4670708Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-11-23T00:57:37.5324899Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-11-23T00:57:37.6044213Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-11-23T00:57:37.6739678Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-11-23T00:57:37.7450465Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-11-23T00:57:37.8137646Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-11-23T00:57:37.8885114Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-11-23T00:57:37.9525109Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-11-23T00:57:38.0152770Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-11-23T00:57:38.0745947Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-11-23T00:57:38.1367464Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-11-23T00:57:38.2000346Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-11-23T00:57:38.2619773Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-11-23T00:57:38.3249583Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-11-23T00:57:38.3886772Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-11-23T00:57:38.5362344Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-11-23T00:57:38.5987465Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-11-23T00:57:38.6611750Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-11-23T00:57:38.7257568Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-11-23T00:57:38.7875837Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-11-23T00:57:38.8577210Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-11-23T00:57:38.9327305Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-11-23T00:57:39.0256551Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-11-23T00:57:39.1074849Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-11-23T00:57:39.1792463Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-11-23T00:57:39.2545968Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-11-23T00:57:39.3480098Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-11-23T00:57:39.4169024Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-11-23T00:57:39.4903289Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-11-23T00:57:39.5583025Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-11-23T00:57:39.6374431Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-11-23T00:57:39.7162877Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x1.c.o 2022-11-23T00:57:39.7875130Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x2.c.o 2022-11-23T00:57:39.8708503Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x4.c.o 2022-11-23T00:57:39.9458735Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x1.c.o 2022-11-23T00:57:40.0168322Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x2.c.o 2022-11-23T00:57:40.0954913Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x4.c.o 2022-11-23T00:57:40.1704057Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x1.c.o 2022-11-23T00:57:40.2392719Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x2.c.o 2022-11-23T00:57:40.3159303Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x4.c.o 2022-11-23T00:57:40.3822934Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-11-23T00:57:40.4528974Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-11-23T00:57:40.5244661Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-11-23T00:57:40.5968247Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-11-23T00:57:40.6671505Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-11-23T00:57:40.7384963Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-11-23T00:57:40.8104698Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-11-23T00:57:40.8738566Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-11-23T00:57:40.9359870Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-11-23T00:57:40.9987999Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-11-23T00:57:41.0781516Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-11-23T00:57:41.1415998Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-11-23T00:57:41.2176351Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-11-23T00:57:41.2822318Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-11-23T00:57:41.3430675Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-11-23T00:57:41.3950956Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-11-23T00:57:41.4490724Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-11-23T00:57:41.5050156Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-11-23T00:57:41.5632670Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-11-23T00:57:41.6118283Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-11-23T00:57:41.6557577Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-11-23T00:57:41.7328202Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-11-23T00:57:41.7958779Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-11-23T00:57:41.8475884Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-11-23T00:57:41.8970500Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-11-23T00:57:41.9533653Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-11-23T00:57:42.0242032Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-11-23T00:57:42.0874578Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-11-23T00:57:42.1511398Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-11-23T00:57:42.2143993Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-11-23T00:57:42.2781549Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-11-23T00:57:42.3528608Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-11-23T00:57:42.4161039Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-11-23T00:57:42.4799638Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-11-23T00:57:42.5762121Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-11-23T00:57:42.6378961Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-11-23T00:57:42.7023927Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-11-23T00:57:42.7695472Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-11-23T00:57:42.8343917Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-11-23T00:57:42.8982235Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-11-23T00:57:42.9753307Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:43.0612469Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:43.1479074Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:43.2262019Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:43.3310154Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:43.4104991Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:43.4890964Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:43.6312179Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:43.7036572Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:43.7782607Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:43.8581791Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:43.9966410Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:44.1068137Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:44.1821967Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:44.2583975Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:44.3369325Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:44.4166085Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:44.4941768Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:44.5799131Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:44.6667436Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:44.7529727Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:44.8357842Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:44.9182979Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:45.0036760Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:45.0885568Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:45.2148220Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:45.3036795Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:45.3877337Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:45.4811795Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:45.5716504Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:45.6609354Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:45.7506747Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:45.8350982Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:45.9201919Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:46.0087626Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:46.0927028Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:46.1841833Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:46.2731858Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:46.3657744Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:46.4567579Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:46.5458583Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:46.6361527Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:46.7520029Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:46.7821990Z [ 21%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T00:57:46.8362738Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:46.8964006Z [ 21%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T00:57:46.9363354Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:47.0030000Z [ 21%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-11-23T00:57:47.0282393Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:47.1057113Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-11-23T00:57:47.1188979Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:47.1841345Z [ 21%] Built target jit 2022-11-23T00:57:47.1929747Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i64.o 2022-11-23T00:57:47.2129982Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:47.3188023Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:47.4076325Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:47.5012794Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:47.5944497Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:47.6886549Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:47.7801539Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:47.7935703Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:47.8612631Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u64.o 2022-11-23T00:57:47.8775811Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:47.9819867Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:48.0702417Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:48.1650692Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:48.2502343Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:48.3293995Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:48.4216087Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:48.5088568Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:48.6199438Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:48.7070699Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:48.7918579Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:48.8766868Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:48.9549394Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:49.0306887Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:49.1042547Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:49.1866961Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:49.2640313Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:49.3541930Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:49.4186528Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:49.4848222Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:49.5744720Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:49.6412795Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:49.7652636Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:49.8417279Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:49.9167794Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:49.9943769Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:50.0726390Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:50.1105941Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f16.o 2022-11-23T00:57:50.1364960Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:50.2175915Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:50.2961689Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:57:50.3551603Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:57:50.4133415Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:57:50.4750732Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:57:50.5400386Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:57:50.6098115Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:57:50.6842022Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:57:50.7600097Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:57:50.8315646Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:57:50.9020946Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:57:50.9647478Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:57:51.0209939Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:57:51.0806294Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:57:51.1410377Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:57:51.2189519Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:57:51.2879507Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:57:51.3625143Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:57:51.4285359Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:57:51.5020426Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:57:51.5729214Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:57:51.6440429Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:57:51.7136009Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:57:51.7858823Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:51.8729757Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:51.9601737Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:52.0501096Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:52.1398054Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:52.2295089Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:52.3236546Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:52.4362477Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:52.5245577Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:52.6123221Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:52.7040862Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:52.7939937Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:52.8674964Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:52.9556288Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:53.0425965Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:53.1188707Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:53.2055051Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:53.3033267Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:53.3963002Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:53.5079293Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:53.5116677Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f32.o 2022-11-23T00:57:53.5953156Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:53.6857497Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:53.7695062Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:53.8613974Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:53.9497949Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:54.0375811Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:54.1234143Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:54.2126231Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:54.3005768Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:54.3846958Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:54.4746647Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:54.5646200Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:54.6499609Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:54.7327690Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:54.8130646Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:54.8978823Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:54.9849056Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:55.0687883Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:55.1764122Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:55.2528037Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:55.2669589Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f64.o 2022-11-23T00:57:55.3410608Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:55.4271951Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:55.5144391Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:55.6060859Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:55.6937732Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:55.7797531Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:55.8733363Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:55.9626160Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:56.0481933Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T00:57:56.1153005Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T00:57:56.1848294Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-11-23T00:57:56.2831006Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-11-23T00:57:56.3419576Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T00:57:56.4029021Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T00:57:56.4796412Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-11-23T00:57:56.5393724Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T00:57:56.6111786Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T00:57:56.6748271Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T00:57:56.7367816Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T00:57:56.7995611Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T00:57:56.8688742Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T00:57:56.9317388Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:57:57.0012633Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:57:57.0672412Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:57:57.1324964Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:57:57.1967007Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:57:57.2632382Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:57:57.3306097Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:57:57.3894927Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:57:57.4476260Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:57.5239060Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:57.6020310Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:57.6745439Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:57.7497982Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:57.8192315Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:57.8922552Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:57.9624735Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:58.0336583Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:58.1101214Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:58.1847934Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:58.2577058Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:58.3361344Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:58.4116539Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:58.4820421Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:58.5591375Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:58.6372123Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:58.7100493Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:58.7852714Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:57:58.8439636Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:57:58.9019474Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:57:58.9618246Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:57:59.0188124Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:57:59.1075754Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:57:59.1798315Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:57:59.2504594Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:57:59.3203422Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:57:59.3973908Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:57:59.4654379Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:57:59.5321101Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:57:59.6024860Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:57:59.6697457Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:57:59.7437727Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:57:59.8117178Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:57:59.8896422Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:57:59.9558315Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:58:00.0241035Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:58:00.0952946Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:58:00.1660012Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:58:00.2307689Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:58:00.3047959Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:00.3937745Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:00.4741107Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:00.4853479Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_bf16.o 2022-11-23T00:58:00.5524130Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:00.6449070Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:00.7328539Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:00.8248625Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:00.9128430Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:01.0053558Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:01.0864632Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:01.1820418Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:01.2689134Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:01.3573930Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:01.4454338Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:01.5335877Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:01.6679738Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:01.7568837Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:01.8467867Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:01.9406156Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:02.0322432Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:02.1227004Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:02.2096132Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:02.3059530Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:02.3930353Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:02.4756566Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:02.5661622Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:02.6564761Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:02.7454424Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:02.7540299Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:02.8286991Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i8.o 2022-11-23T00:58:02.8447434Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:02.9287715Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:03.0146979Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:03.1110227Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:03.1970484Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:03.2913587Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:03.3783243Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:03.5191829Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:03.6054345Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:03.6924066Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:03.7799531Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:03.8682841Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:03.9576129Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:04.0462463Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:04.1256790Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:04.2110047Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:04.2820214Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:58:04.3809486Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:58:04.4700083Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:58:04.5576564Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T00:58:04.6164600Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T00:58:04.6852153Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-11-23T00:58:04.7446401Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-11-23T00:58:04.8039396Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T00:58:04.8709597Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T00:58:04.9380381Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T00:58:05.0006292Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T00:58:05.0646841Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T00:58:05.1257224Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T00:58:05.1882739Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T00:58:05.2492656Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T00:58:05.3082425Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:58:05.3915181Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:58:05.4627501Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:58:05.5337741Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:58:05.6050909Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:58:05.6780513Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:58:05.7484321Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:58:05.8122731Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:58:05.8734459Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:58:05.9392991Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:58:06.0005445Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-11-23T00:58:06.0713348Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:58:06.1362756Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:58:06.1994345Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:58:06.2618016Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T00:58:06.3312530Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:58:06.3940484Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-11-23T00:58:06.4477605Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-11-23T00:58:06.5283921Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-11-23T00:58:06.5878659Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-11-23T00:58:06.6481419Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-11-23T00:58:06.7191075Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-11-23T00:58:06.7984745Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-11-23T00:58:06.8571568Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T00:58:06.9145349Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-11-23T00:58:06.9744581Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-11-23T00:58:07.0323928Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:58:07.0939925Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:58:07.1558352Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:58:07.2156411Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:58:07.2782532Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:58:07.3403115Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:58:07.4058189Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:58:07.4549442Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:58:07.4625924Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u8.o 2022-11-23T00:58:07.5176957Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-11-23T00:58:07.5815768Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-11-23T00:58:07.6695149Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-11-23T00:58:07.7555934Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-11-23T00:58:07.8203794Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:58:07.8826133Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:58:07.9119975Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:58:07.9428852Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i32.o 2022-11-23T00:58:07.9736948Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:58:08.0415810Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:58:08.1008047Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:58:08.1660527Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:58:08.2256722Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:58:08.2910285Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T00:58:08.3566122Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-11-23T00:58:08.4095950Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-11-23T00:58:08.4609619Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-11-23T00:58:08.5137253Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-11-23T00:58:08.5774162Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:58:08.6358982Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-11-23T00:58:08.6932912Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:58:08.7539638Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-11-23T00:58:08.8130652Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:58:08.8905848Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-11-23T00:58:08.9491782Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:58:09.0114304Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-11-23T00:58:09.0708566Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:58:09.1343076Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-11-23T00:58:09.1585003Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:58:09.1886913Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u32.o 2022-11-23T00:58:09.2207087Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-11-23T00:58:09.2823664Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:58:09.3459902Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-11-23T00:58:09.3938986Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:58:09.4520881Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-11-23T00:58:09.5110515Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-11-23T00:58:09.5556641Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-11-23T00:58:09.6070565Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-11-23T00:58:09.6600046Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-11-23T00:58:09.7095256Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-11-23T00:58:09.7719862Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:58:09.8286651Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-11-23T00:58:09.8902287Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:58:09.9469168Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-11-23T00:58:10.0052640Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:58:10.0600950Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-11-23T00:58:10.1188752Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:58:10.1779315Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-11-23T00:58:10.2405249Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:58:10.3003653Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:58:10.3710199Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:58:10.4460276Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-11-23T00:58:10.5172449Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T00:58:10.6042754Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-11-23T00:58:10.6831355Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-11-23T00:58:10.7605560Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-11-23T00:58:10.8351643Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-11-23T00:58:10.9158478Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-11-23T00:58:10.9936372Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-11-23T00:58:11.0672447Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-11-23T00:58:11.1435864Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-11-23T00:58:11.2241016Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-11-23T00:58:11.2994405Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T00:58:11.3739170Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-11-23T00:58:11.4795491Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T00:58:11.5562501Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-11-23T00:58:11.6350354Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T00:58:11.7169771Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-11-23T00:58:11.8033190Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T00:58:11.8859952Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc2.c.o 2022-11-23T00:58:11.9721996Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:58:12.0514398Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc4.c.o 2022-11-23T00:58:12.1373618Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-11-23T00:58:12.2217374Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:58:12.3011269Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-11-23T00:58:12.3782759Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-11-23T00:58:12.4557807Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-11-23T00:58:12.5322748Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-11-23T00:58:12.6092105Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-11-23T00:58:12.6872215Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc2.c.o 2022-11-23T00:58:12.7657473Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:58:12.8406343Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc4.c.o 2022-11-23T00:58:12.9146941Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-11-23T00:58:12.9911349Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:58:13.0678944Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-11-23T00:58:13.1423723Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-11-23T00:58:13.2194606Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-11-23T00:58:13.2985315Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc2.c.o 2022-11-23T00:58:13.3736937Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc3.c.o 2022-11-23T00:58:13.4486500Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc4.c.o 2022-11-23T00:58:13.5269825Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc5.c.o 2022-11-23T00:58:13.6078477Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-11-23T00:58:13.6833947Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc2.c.o 2022-11-23T00:58:13.7653971Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc3.c.o 2022-11-23T00:58:13.8465088Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-11-23T00:58:13.9239630Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4-acc2.c.o 2022-11-23T00:58:14.0058881Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-11-23T00:58:14.0851449Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4-acc2.c.o 2022-11-23T00:58:14.1683265Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T00:58:14.2527585Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-11-23T00:58:14.3354135Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc2.c.o 2022-11-23T00:58:14.4139066Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc3.c.o 2022-11-23T00:58:14.4951695Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc4.c.o 2022-11-23T00:58:14.5754188Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc5.c.o 2022-11-23T00:58:14.6479402Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-11-23T00:58:14.7249720Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc2.c.o 2022-11-23T00:58:14.8032124Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc3.c.o 2022-11-23T00:58:14.8828222Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T00:58:14.9606519Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4-acc2.c.o 2022-11-23T00:58:15.0376099Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-11-23T00:58:15.1191630Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T00:58:15.1939573Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T00:58:15.2665713Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T00:58:15.3695954Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-11-23T00:58:15.4507315Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-11-23T00:58:15.5315563Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-11-23T00:58:15.6471682Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-11-23T00:58:15.7265727Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-11-23T00:58:15.8093963Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-11-23T00:58:15.8930100Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-11-23T00:58:15.9760127Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-11-23T00:58:16.0592998Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-11-23T00:58:16.1435476Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-11-23T00:58:16.2311639Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-11-23T00:58:16.3099919Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-11-23T00:58:16.3920806Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T00:58:16.4739337Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:58:16.5556157Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T00:58:16.6395485Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T00:58:16.7239288Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T00:58:16.8080298Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T00:58:16.8871302Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:58:16.9915862Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T00:58:17.0727385Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:58:17.1695097Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T00:58:17.2508609Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T00:58:17.3346282Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T00:58:17.4185162Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T00:58:17.5006009Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-11-23T00:58:17.6102110Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T00:58:17.7255548Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-11-23T00:58:17.8379715Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T00:58:17.9517831Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T00:58:18.0333279Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:58:18.1567175Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T00:58:18.2364652Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T00:58:18.3169882Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T00:58:18.3975151Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T00:58:18.4811570Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:58:18.5600845Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T00:58:18.6401776Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:58:18.7195302Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T00:58:18.7978596Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T00:58:18.8785163Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T00:58:18.9603180Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T00:58:19.0457846Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:58:19.1193986Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:58:19.1888747Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:58:19.2498319Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-11-23T00:58:19.3159345Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-11-23T00:58:19.3736503Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-11-23T00:58:19.4348894Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-11-23T00:58:19.4923405Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-11-23T00:58:19.5921839Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-11-23T00:58:19.7059961Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-11-23T00:58:19.7956797Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T00:58:19.9169384Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-11-23T00:58:19.9899146Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T00:58:20.0618152Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-11-23T00:58:20.1372843Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T00:58:20.2065738Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-11-23T00:58:20.2850974Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T00:58:20.3607408Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-11-23T00:58:20.4349189Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T00:58:20.5086652Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-11-23T00:58:20.5791385Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T00:58:20.6525845Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-11-23T00:58:20.7277761Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T00:58:20.8023505Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-11-23T00:58:20.8695664Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T00:58:20.9482644Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-11-23T00:58:21.0197978Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T00:58:21.0843374Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-11-23T00:58:21.1674886Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T00:58:21.2348358Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-11-23T00:58:21.2930593Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T00:58:21.3540622Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-11-23T00:58:21.4160066Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T00:58:21.4885067Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-11-23T00:58:21.5666240Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T00:58:21.6490138Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-11-23T00:58:21.7029880Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T00:58:21.7194739Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i64.o 2022-11-23T00:58:21.7854134Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-11-23T00:58:21.8643453Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T00:58:21.9630384Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-11-23T00:58:22.0370741Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T00:58:22.1143274Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-11-23T00:58:22.1910224Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T00:58:22.2600182Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-11-23T00:58:22.3239016Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T00:58:22.4011576Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-11-23T00:58:22.4850556Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T00:58:22.5685029Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-11-23T00:58:22.6423935Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T00:58:22.7215620Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T00:58:22.8072055Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-11-23T00:58:22.8790603Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-11-23T00:58:22.9601985Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-11-23T00:58:22.9651876Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T00:58:23.0361899Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u64.o 2022-11-23T00:58:23.0373116Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-11-23T00:58:23.1117677Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-11-23T00:58:23.1863565Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T00:58:23.2637308Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-11-23T00:58:23.3439996Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T00:58:23.4196030Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-11-23T00:58:23.4914307Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T00:58:23.5920787Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f16.o 2022-11-23T00:58:23.5925451Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-11-23T00:58:23.6674173Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-11-23T00:58:23.7364721Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-11-23T00:58:23.8019724Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-11-23T00:58:23.8756230Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-11-23T00:58:23.9383414Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-11-23T00:58:24.0047336Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-11-23T00:58:24.0704391Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-11-23T00:58:24.1432109Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-11-23T00:58:24.2219193Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-11-23T00:58:24.2942555Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-11-23T00:58:24.3763441Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-11-23T00:58:24.4541727Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T00:58:24.5313398Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-11-23T00:58:24.6072379Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-11-23T00:58:24.6824736Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-11-23T00:58:24.7559588Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-11-23T00:58:24.8333953Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T00:58:24.9020223Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T00:58:24.9742391Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T00:58:25.0473365Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:58:25.1236268Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:58:25.2001025Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:58:25.2761949Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:58:25.3507795Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-11-23T00:58:25.4265726Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-11-23T00:58:25.5087276Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-11-23T00:58:25.5923906Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-11-23T00:58:25.6416436Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T00:58:25.7227794Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T00:58:25.7522410Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-11-23T00:58:25.8035225Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T00:58:25.8355489Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-11-23T00:58:25.8838647Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T00:58:25.8990357Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-11-23T00:58:25.9634743Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-11-23T00:58:26.0043607Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T00:58:26.0432582Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-11-23T00:58:26.0865314Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T00:58:26.1183502Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-11-23T00:58:26.1745224Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T00:58:26.2024237Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-11-23T00:58:26.2465578Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T00:58:26.2875918Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-11-23T00:58:26.3385772Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-11-23T00:58:26.3603284Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-11-23T00:58:26.3987150Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T00:58:26.4202192Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-11-23T00:58:26.4751426Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:58:26.4867864Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-11-23T00:58:26.5341880Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:58:26.5551781Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-11-23T00:58:26.5928572Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:58:26.6324959Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-11-23T00:58:26.6554547Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:58:26.7000794Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-11-23T00:58:26.7238452Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:58:26.7763259Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-11-23T00:58:26.7992632Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:58:26.8463127Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-11-23T00:58:26.8637053Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:58:26.9112000Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-11-23T00:58:26.9464450Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:58:26.9825473Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-11-23T00:58:27.0036522Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-11-23T00:58:27.0285661Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-11-23T00:58:27.0546551Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-11-23T00:58:27.0704797Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-11-23T00:58:27.0931246Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-11-23T00:58:27.1359477Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-11-23T00:58:27.1465707Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-11-23T00:58:27.1596565Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-11-23T00:58:27.2011763Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-11-23T00:58:27.2225584Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-11-23T00:58:27.2297763Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-11-23T00:58:27.2691839Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-11-23T00:58:27.2781159Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-11-23T00:58:27.3135865Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-11-23T00:58:27.3465637Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f32.o 2022-11-23T00:58:27.3473483Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-11-23T00:58:27.3834351Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-11-23T00:58:27.4162752Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-11-23T00:58:27.4585281Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T00:58:27.4816716Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-11-23T00:58:27.5226359Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-11-23T00:58:27.5572002Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-11-23T00:58:27.5924478Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-11-23T00:58:27.6338943Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-11-23T00:58:27.6722335Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x4.c.o 2022-11-23T00:58:27.7167151Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-11-23T00:58:27.7452237Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x8.c.o 2022-11-23T00:58:27.7923412Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-11-23T00:58:27.8368516Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T00:58:27.8724735Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-11-23T00:58:27.9123782Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x16.c.o 2022-11-23T00:58:27.9423841Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-11-23T00:58:27.9867895Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x20.c.o 2022-11-23T00:58:28.0270794Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-11-23T00:58:28.0601713Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x24.c.o 2022-11-23T00:58:28.0951779Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-11-23T00:58:28.1293208Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-11-23T00:58:28.1702598Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-11-23T00:58:28.2104219Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-11-23T00:58:28.2514273Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-11-23T00:58:28.2835815Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-11-23T00:58:28.3297385Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-11-23T00:58:28.3723231Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-11-23T00:58:28.3951215Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-11-23T00:58:28.4468865Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-11-23T00:58:28.4539666Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-11-23T00:58:28.5237827Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-11-23T00:58:28.5342854Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-11-23T00:58:28.5896402Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-11-23T00:58:28.6214934Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-11-23T00:58:28.6663772Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T00:58:28.7056938Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-11-23T00:58:28.7350015Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-11-23T00:58:28.7865652Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-11-23T00:58:28.8102384Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T00:58:28.8508036Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-11-23T00:58:28.8733747Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-11-23T00:58:28.9223731Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-11-23T00:58:28.9465724Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T00:58:28.9891516Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-11-23T00:58:29.0342894Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-11-23T00:58:29.0603014Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-11-23T00:58:29.1064727Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T00:58:29.1323078Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-11-23T00:58:29.1842770Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-11-23T00:58:29.2169064Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-11-23T00:58:29.2567501Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T00:58:29.2630886Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x4.c.o 2022-11-23T00:58:29.2997675Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-11-23T00:58:29.3216774Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-11-23T00:58:29.3400245Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:58:29.3756375Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x12.c.o 2022-11-23T00:58:29.3964837Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-11-23T00:58:29.4160003Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-11-23T00:58:29.4523349Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x16.c.o 2022-11-23T00:58:29.4794367Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x20.c.o 2022-11-23T00:58:29.5001516Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-11-23T00:58:29.5206683Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-11-23T00:58:29.5637723Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x24.c.o 2022-11-23T00:58:29.5725403Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x4.c.o 2022-11-23T00:58:29.6349546Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-11-23T00:58:29.6390837Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-11-23T00:58:29.6607784Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x8.c.o 2022-11-23T00:58:29.7116474Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x12.c.o 2022-11-23T00:58:29.7159660Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-11-23T00:58:29.7253543Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-11-23T00:58:29.7929361Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x16.c.o 2022-11-23T00:58:29.7995615Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-11-23T00:58:29.8137327Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-11-23T00:58:29.8516601Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x20.c.o 2022-11-23T00:58:29.8929298Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f64.o 2022-11-23T00:58:29.9228775Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x24.c.o 2022-11-23T00:58:29.9372522Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-11-23T00:58:30.0014763Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-11-23T00:58:30.0101065Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-11-23T00:58:30.0681838Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-11-23T00:58:30.0902379Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-11-23T00:58:30.1344670Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-11-23T00:58:30.1812090Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-11-23T00:58:30.2054804Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-11-23T00:58:30.2483119Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-11-23T00:58:30.2825725Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-11-23T00:58:30.3233404Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-11-23T00:58:30.3639044Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-11-23T00:58:30.4051657Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-11-23T00:58:30.4268493Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-11-23T00:58:30.4868133Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-11-23T00:58:30.4926130Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T00:58:30.5339044Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T00:58:30.5579897Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-11-23T00:58:30.5832851Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T00:58:30.6214170Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-11-23T00:58:30.6258932Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T00:58:30.6760680Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T00:58:30.6866776Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-11-23T00:58:30.7206118Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T00:58:30.7462780Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-11-23T00:58:30.7755935Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T00:58:30.8062923Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-11-23T00:58:30.8295545Z [ 31%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T00:58:30.8777929Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-11-23T00:58:30.9367809Z [ 31%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T00:58:30.9374639Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-11-23T00:58:30.9943239Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-11-23T00:58:31.0652541Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-11-23T00:58:31.0758602Z [ 31%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-11-23T00:58:31.1364676Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-11-23T00:58:31.1772651Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-11-23T00:58:31.1970908Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:58:31.2537452Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-11-23T00:58:31.2769659Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:31.3227964Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T00:58:31.3447968Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:58:31.3801597Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-11-23T00:58:31.4156574Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T00:58:31.4160608Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:31.4430510Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:58:31.4711830Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T00:58:31.5099910Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:58:31.5151615Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:31.5354025Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:58:31.5820815Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:58:31.5983378Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T00:58:31.6084223Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:31.6471444Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:31.6594538Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T00:58:31.7040618Z [ 31%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-11-23T00:58:31.7109888Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:31.7425836Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T00:58:31.7831689Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:31.8330883Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T00:58:31.8683091Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:31.8787679Z [ 31%] Linking CXX static library ../../../lib/libgmock.a 2022-11-23T00:58:31.8977774Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T00:58:31.9142157Z [ 31%] Built target gmock 2022-11-23T00:58:31.9233149Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:58:31.9395585Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:31.9812291Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:32.0043449Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:58:32.0300436Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_bf16.o 2022-11-23T00:58:32.0532379Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:32.0741577Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T00:58:32.1332884Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:32.1590338Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T00:58:32.2067851Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:32.2515901Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T00:58:32.2804070Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:32.3244487Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T00:58:32.3531863Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:32.3959756Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T00:58:32.4520218Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:32.4560950Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:58:32.5381617Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:58:32.5393313Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:32.6169759Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:58:32.6234560Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:32.6956444Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T00:58:32.7082151Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:32.7931257Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:32.8220467Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T00:58:32.8839841Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:32.9392860Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:58:32.9523572Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:33.0174848Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:58:33.0240216Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:33.0983572Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:58:33.1105064Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:33.1954246Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:33.2029384Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:58:33.2769328Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:33.2800104Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:58:33.3601400Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:58:33.3605170Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:33.4354457Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-11-23T00:58:33.4573185Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:33.5010999Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T00:58:33.5457368Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:33.6125961Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T00:58:33.6378146Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:33.6852278Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T00:58:33.7081770Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:33.7564267Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T00:58:33.7980090Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:33.8198602Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T00:58:33.8843351Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:33.8940808Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T00:58:33.9353862Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T00:58:33.9742412Z [ 32%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-11-23T00:58:33.9805254Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:34.0106675Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T00:58:34.0704288Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:34.0924493Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T00:58:34.1446182Z [ 32%] Linking CXX static library ../../../lib/libgtest_main.a 2022-11-23T00:58:34.1557674Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:34.1567431Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T00:58:34.1721921Z [ 32%] Built target gtest_main 2022-11-23T00:58:34.1828844Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T00:58:34.2277168Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:34.2466816Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T00:58:34.2584256Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:34.3242938Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i8.o 2022-11-23T00:58:34.3364023Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:34.3398408Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T00:58:34.4210392Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T00:58:34.4211529Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:34.5039788Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:34.5079385Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T00:58:34.5789005Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T00:58:34.5902911Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:34.6526761Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T00:58:34.6674402Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:34.7327342Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T00:58:34.7586796Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:34.8125458Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T00:58:34.8504136Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:34.8761121Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T00:58:34.9355630Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:35.0031738Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T00:58:35.0050229Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:35.0687191Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:35.0703404Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T00:58:35.0743059Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u8.o 2022-11-23T00:58:35.1488842Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T00:58:35.1558355Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:35.2352463Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T00:58:35.2478761Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:35.3178847Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T00:58:35.3452196Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:58:35.4003512Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-11-23T00:58:35.4233607Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:35.4693369Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T00:58:35.5039267Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:58:35.5530375Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T00:58:35.5792276Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:35.6166690Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T00:58:35.6611883Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:58:35.7030665Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T00:58:35.7462849Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:35.7790782Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:58:35.8302232Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:58:35.8574441Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T00:58:35.9262101Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:35.9263712Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:58:36.0134675Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:58:36.0702552Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:36.0804921Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T00:58:36.1513241Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:36.1606556Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T00:58:36.2298843Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:58:36.2335754Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T00:58:36.3078932Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:58:36.3087682Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T00:58:36.3789409Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:58:36.3888094Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T00:58:36.4191905Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T00:58:36.4560446Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:58:36.4833837Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:58:36.5150192Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T00:58:36.5214678Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:58:36.5490099Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:58:36.5880625Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:58:36.5960825Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:36.6311589Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:36.6612981Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:58:36.6718719Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:58:36.7089589Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:36.7349071Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:36.7531049Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:58:36.7940041Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i32.o 2022-11-23T00:58:36.8206916Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:36.8208509Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:36.9159757Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:36.9252282Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:36.9504486Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:37.0045449Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:58:37.0452517Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:58:37.0793809Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:37.0857103Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:37.1245815Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:58:37.1343242Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:58:37.1554576Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:58:37.1699874Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:37.2008044Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:37.2011766Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:37.2385699Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:37.2615611Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:37.2779254Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:37.2879668Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:37.3392736Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:37.3628988Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:37.3664103Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:37.3797761Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:37.4180293Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:37.4303536Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:37.4540655Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u32.o 2022-11-23T00:58:37.4765712Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:37.4858037Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:37.5045346Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:37.5488510Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:37.5755453Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:37.5808249Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:37.6237752Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T00:58:37.6559222Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T00:58:37.6715039Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:37.6961609Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:37.7236329Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:37.7492569Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:37.7749147Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:37.8265045Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:58:37.8577123Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:37.9088779Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:58:37.9231974Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:37.9792389Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:58:37.9996533Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:38.0442175Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:38.0802754Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:38.1213744Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:38.1604735Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:38.1982559Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:38.2265831Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:38.2443828Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:38.2505218Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i64.o 2022-11-23T00:58:38.2841628Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:38.2947857Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:38.3167983Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:38.3607069Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:38.3696544Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:38.4080679Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:38.4321000Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:38.4496356Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:38.4758339Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:58:38.4845309Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u64.o 2022-11-23T00:58:38.5157256Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:38.5190200Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:38.5475864Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:58:38.6037873Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T00:58:38.6225470Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:38.6360211Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:58:38.6796447Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:38.6888400Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:58:38.7058433Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:38.7644776Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-11-23T00:58:38.7671943Z [ 34%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-11-23T00:58:38.8034937Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:38.8393518Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T00:58:38.8859349Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:38.8971823Z [ 34%] Linking CXX static library ../../../lib/libbenchmark_main.a 2022-11-23T00:58:38.9105636Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T00:58:38.9263667Z [ 34%] Built target benchmark_main 2022-11-23T00:58:38.9384305Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-11-23T00:58:38.9776205Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:38.9891867Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:39.0122131Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T00:58:39.0660127Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T00:58:39.0675301Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:39.0930263Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:39.1253483Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:39.1296916Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T00:58:39.1432447Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T00:58:39.1801843Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-11-23T00:58:39.1914404Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f16.o 2022-11-23T00:58:39.2024022Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:39.2154181Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:39.2522873Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T00:58:39.2917096Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T00:58:39.3047046Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:39.3242004Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:39.3509530Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T00:58:39.3894877Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T00:58:39.4148776Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:39.4279288Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:39.4632261Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-11-23T00:58:39.4898651Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T00:58:39.5203968Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:39.5411735Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:39.5613333Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:58:39.6103568Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T00:58:39.6147101Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:39.6492341Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:39.6758529Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:58:39.6854531Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T00:58:39.7389414Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:39.7526993Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:39.7581924Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T00:58:39.8211895Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T00:58:39.8248745Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T00:58:39.8667577Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:39.8844068Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:39.8945028Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T00:58:39.9266808Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:58:39.9534285Z [ 34%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-11-23T00:58:39.9572447Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-11-23T00:58:39.9818542Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-11-23T00:58:39.9992467Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:40.0386358Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:40.0609903Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-11-23T00:58:40.0737520Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:40.1125327Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:40.1321994Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:40.1460906Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:40.1866454Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-11-23T00:58:40.1982581Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-11-23T00:58:40.2027151Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:40.2056705Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-11-23T00:58:40.2243924Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T00:58:40.2515316Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T00:58:40.2987945Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:40.3047277Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:40.3230351Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:40.3885507Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-11-23T00:58:40.3905094Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:40.3978546Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:40.4394941Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T00:58:40.4479068Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T00:58:40.4682752Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:58:40.4839321Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:58:40.5023698Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:58:40.5228930Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:40.5743736Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:40.5790227Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:40.6032111Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:40.6142604Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-11-23T00:58:40.6270758Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-11-23T00:58:40.6382895Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-11-23T00:58:40.6480356Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:40.6794766Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:40.7218664Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T00:58:40.7439675Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-11-23T00:58:40.7757649Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:40.7809724Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:40.7871483Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T00:58:40.7903565Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-11-23T00:58:40.8571704Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:40.8636291Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:40.8687206Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:58:40.9453060Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:58:40.9502467Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f32.o 2022-11-23T00:58:40.9538724Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-11-23T00:58:40.9654535Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:40.9723825Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:41.0207050Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-11-23T00:58:41.0208427Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:58:41.0440896Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:58:41.0476341Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:58:41.0940819Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:58:41.1168287Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:41.1329216Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:41.1332870Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-11-23T00:58:41.1681234Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:58:41.1899501Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-11-23T00:58:41.2205706Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:58:41.2245013Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-11-23T00:58:41.2496348Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:58:41.3219337Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:58:41.3221358Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:58:41.3426132Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:58:41.3685210Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-11-23T00:58:41.3899183Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:58:41.3948443Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:58:41.4119968Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:41.4203889Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-11-23T00:58:41.4646354Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-11-23T00:58:41.4703125Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:58:41.5033006Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:41.5392183Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:58:41.6004091Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:41.6061654Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:41.6270771Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:58:41.6446354Z [ 36%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-11-23T00:58:41.6509770Z [ 36%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-11-23T00:58:41.6742793Z [ 36%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-11-23T00:58:41.6796039Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:58:41.7013779Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:41.7554134Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:58:41.8003095Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:41.8055217Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:41.8325444Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:58:41.8352353Z [ 36%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-11-23T00:58:41.8488019Z [ 36%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-11-23T00:58:41.8736361Z [ 36%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-11-23T00:58:41.8810634Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:41.9017784Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:58:41.9493941Z [ 36%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-11-23T00:58:41.9678982Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:41.9960835Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:58:42.0497027Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:42.0805217Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T00:58:42.1030975Z [ 36%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-11-23T00:58:42.1037000Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T00:58:42.1189025Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-11-23T00:58:42.1316788Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:42.1523679Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:42.1736167Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:58:42.2121139Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-11-23T00:58:42.2380202Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:42.2560005Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T00:58:42.3146108Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:42.3147213Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-11-23T00:58:42.3261743Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T00:58:42.3876017Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T00:58:42.4334685Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:42.4625582Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:42.4898503Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-11-23T00:58:42.4980770Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T00:58:42.5123340Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T00:58:42.5204276Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-11-23T00:58:42.5428378Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:42.6188274Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:42.6297793Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:58:42.6648331Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-11-23T00:58:42.6679297Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:42.6835532Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f64.o 2022-11-23T00:58:42.7008865Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-11-23T00:58:42.7109649Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:42.7588378Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-11-23T00:58:42.7758809Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:42.8124791Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:42.9132810Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:42.9133776Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-11-23T00:58:42.9166652Z [ 37%] Built target fbgemm_avx2 2022-11-23T00:58:42.9226447Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-11-23T00:58:42.9399446Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:42.9981521Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:43.0330736Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-11-23T00:58:43.0672723Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:43.0849604Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:43.0892022Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:43.1161593Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-11-23T00:58:43.1659899Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-11-23T00:58:43.1716906Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:43.1948452Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T00:58:43.2640792Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:43.2800629Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-11-23T00:58:43.3012943Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:58:43.3208028Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:43.3450347Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-11-23T00:58:43.3751258Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-11-23T00:58:43.4083015Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:43.4137510Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:58:43.5033291Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:43.5129666Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:43.5274659Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T00:58:43.5497217Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-11-23T00:58:43.5806559Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-11-23T00:58:43.5892414Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:43.6231808Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-11-23T00:58:43.6384738Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T00:58:43.6847020Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:43.7193073Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:43.7450595Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-11-23T00:58:43.7762211Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T00:58:43.7791109Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:43.8166484Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-11-23T00:58:43.8595800Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:43.8668250Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:43.9011740Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T00:58:43.9478083Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T00:58:43.9586085Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:43.9769629Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-11-23T00:58:43.9817653Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-11-23T00:58:44.0380648Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:44.0463431Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:44.0679046Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T00:58:44.1270137Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T00:58:44.1320749Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:44.1473008Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-11-23T00:58:44.1968285Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-11-23T00:58:44.2117389Z [ 37%] Built target fbgemm_avx512 2022-11-23T00:58:44.2172290Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-11-23T00:58:44.2264628Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:44.2378541Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T00:58:44.3475857Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T00:58:44.3481535Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:44.3522179Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:44.3632048Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:44.4039795Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-11-23T00:58:44.4298653Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-11-23T00:58:44.4305420Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_bf16.o 2022-11-23T00:58:44.4520659Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T00:58:44.4800028Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:44.5611143Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T00:58:44.5745217Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:44.5794166Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:44.5888102Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:44.6525002Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i8.o 2022-11-23T00:58:44.6563144Z [ 37%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-11-23T00:58:44.6741748Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T00:58:44.6861791Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-11-23T00:58:44.7564825Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-11-23T00:58:44.7771461Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T00:58:44.8130965Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-11-23T00:58:44.8202692Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-11-23T00:58:44.8854022Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T00:58:44.8892076Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:44.9514470Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:45.0097252Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T00:58:45.0158046Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:45.0660404Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-11-23T00:58:45.0766266Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:45.1209796Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T00:58:45.1495914Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:45.2230314Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T00:58:45.2391314Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:45.2423793Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-11-23T00:58:45.3103625Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:45.3167097Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-11-23T00:58:45.3771356Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:45.4199733Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T00:58:45.4479047Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:58:45.4728990Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-11-23T00:58:45.5231698Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T00:58:45.5360288Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-11-23T00:58:45.5981825Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:58:45.6239979Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T00:58:45.6606258Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T00:58:45.6650915Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u8.o 2022-11-23T00:58:45.6831267Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-11-23T00:58:45.7298780Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T00:58:45.7318467Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:58:45.8043040Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-11-23T00:58:45.8407319Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-11-23T00:58:45.8585176Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T00:58:45.8922492Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:58:45.9656777Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T00:58:45.9687601Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-11-23T00:58:45.9695065Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-11-23T00:58:46.0336832Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T00:58:46.0692709Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-11-23T00:58:46.1047333Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T00:58:46.1671187Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T00:58:46.1799872Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-11-23T00:58:46.2236844Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-11-23T00:58:46.2508897Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-11-23T00:58:46.2556341Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-11-23T00:58:46.2802299Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T00:58:46.3731950Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-11-23T00:58:46.3806305Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T00:58:46.4123273Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T00:58:46.4212568Z [ 38%] Built target fbgemm_generic 2022-11-23T00:58:46.4274193Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T00:58:46.4387530Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:58:46.4480233Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:58:46.4718037Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T00:58:46.5139121Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T00:58:46.5219581Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T00:58:46.5497268Z [ 38%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-11-23T00:58:46.5498618Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-11-23T00:58:46.5560651Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:58:46.5739101Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:58:46.5830363Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:58:46.6360292Z [ 38%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-11-23T00:58:46.6589229Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-11-23T00:58:46.6647318Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:58:46.6659350Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-11-23T00:58:46.7163247Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-11-23T00:58:46.7599671Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:58:46.7729221Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:58:46.7836296Z [ 38%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-11-23T00:58:46.8197500Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-11-23T00:58:46.8424925Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-11-23T00:58:46.8635574Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:58:46.8704466Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:58:46.9179408Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:58:46.9283779Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-11-23T00:58:46.9478764Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-11-23T00:58:46.9721334Z [ 38%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-11-23T00:58:46.9897219Z [ 38%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-11-23T00:58:47.0184324Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:58:47.0294076Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:58:47.0719155Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-11-23T00:58:47.1072053Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-11-23T00:58:47.1113777Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:58:47.1691527Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:58:47.1869568Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:58:47.1948353Z [ 38%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-11-23T00:58:47.2139377Z [ 38%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-11-23T00:58:47.2294789Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-11-23T00:58:47.2683521Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-11-23T00:58:47.2745471Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:58:47.3453866Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:58:47.3833244Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:58:47.4063032Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:58:47.4164095Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-11-23T00:58:47.4249270Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T00:58:47.4317928Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-11-23T00:58:47.4738205Z [ 39%] Linking CXX static library ../../../../../../lib/libdnnl.a 2022-11-23T00:58:47.4965719Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i32.o 2022-11-23T00:58:47.5058701Z [ 39%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CudaDeviceProperties.cpp.o 2022-11-23T00:58:47.5124913Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T00:58:47.5171445Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:58:47.5782232Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T00:58:47.5991171Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:58:47.6522755Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T00:58:47.6652897Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-11-23T00:58:47.6886290Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:58:47.7224332Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-11-23T00:58:47.7582028Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:58:47.8475693Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:58:47.8602481Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-11-23T00:58:47.9069174Z [ 40%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CudaUtil.cpp.o 2022-11-23T00:58:47.9342227Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-11-23T00:58:47.9592080Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-11-23T00:58:47.9832397Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:58:48.0761561Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-11-23T00:58:48.1398742Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:58:48.1698050Z [ 40%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-11-23T00:58:48.1925198Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-11-23T00:58:48.2160210Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:58:48.2711941Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-11-23T00:58:48.2986129Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T00:58:48.3037729Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-11-23T00:58:48.4026986Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:58:48.4317664Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc2.c.o 2022-11-23T00:58:48.4419505Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-11-23T00:58:48.5047807Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T00:58:48.5127547Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc3.c.o 2022-11-23T00:58:48.5182519Z [ 40%] Built target dnnl 2022-11-23T00:58:48.5273270Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc4.c.o 2022-11-23T00:58:48.5759326Z [ 40%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityPlatform.cpp.o 2022-11-23T00:58:48.5922821Z [ 40%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiCallbackApi.cpp.o 2022-11-23T00:58:48.6087844Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T00:58:48.6155032Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-11-23T00:58:48.6551656Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-11-23T00:58:48.7048732Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-11-23T00:58:48.7322975Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T00:58:48.7396113Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-11-23T00:58:48.7642607Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-11-23T00:58:48.8241365Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u32.o 2022-11-23T00:58:48.8459577Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T00:58:48.8602591Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-11-23T00:58:48.9510102Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-11-23T00:58:48.9555317Z [ 40%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiEventApi.cpp.o 2022-11-23T00:58:48.9963083Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T00:58:49.0362718Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-11-23T00:58:49.0445236Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-11-23T00:58:49.1187970Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T00:58:49.1277960Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:58:49.2040332Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:58:49.2582908Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T00:58:49.2712541Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T00:58:49.2756334Z [ 40%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiMetricApi.cpp.o 2022-11-23T00:58:49.2875769Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T00:58:49.3742122Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:58:49.3760792Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T00:58:49.3787459Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-11-23T00:58:49.4011644Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-11-23T00:58:49.4593133Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:58:49.4818854Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T00:58:49.5323801Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T00:58:49.5612530Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:58:49.6162133Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T00:58:49.6229605Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:58:49.6406772Z [ 40%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfiler.cpp.o 2022-11-23T00:58:49.6517181Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:58:49.7245661Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T00:58:49.7358039Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:58:49.7388673Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:58:49.7642328Z [ 40%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-11-23T00:58:49.8060127Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:58:49.8585332Z [ 40%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfilerApi.cpp.o 2022-11-23T00:58:49.8645811Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:58:49.9046828Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:58:49.9916508Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:58:49.9917535Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:58:49.9967176Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:58:50.0100594Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-11-23T00:58:50.0762935Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:58:50.1191809Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:58:50.1346381Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:58:50.1636463Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:58:50.2004325Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:58:50.2169467Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfilerConfig.cpp.o 2022-11-23T00:58:50.2469791Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiNvPerfMetric.cpp.o 2022-11-23T00:58:50.2620932Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-11-23T00:58:50.2839569Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-11-23T00:58:50.2870653Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:58:50.3644774Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-11-23T00:58:50.4065457Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:58:50.4605258Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-11-23T00:58:50.5513229Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-11-23T00:58:50.5546684Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:58:50.5577521Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-11-23T00:58:50.5595611Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-11-23T00:58:50.5649685Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:58:50.5687207Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i64.o 2022-11-23T00:58:50.6153882Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-11-23T00:58:50.6853643Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-11-23T00:58:50.6967217Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:58:50.7046302Z [ 41%] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-11-23T00:58:50.7290561Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/EventProfiler.cpp.o 2022-11-23T00:58:50.7764892Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-11-23T00:58:50.8208357Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-11-23T00:58:50.8249644Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:58:50.8447699Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T00:58:50.9346299Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:58:50.9348458Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-11-23T00:58:50.9997925Z [ 41%] Linking CXX executable ../../bin/c10_CompileTimeFunctionPointer_test 2022-11-23T00:58:51.0046663Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-11-23T00:58:51.0546191Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:58:51.0608345Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-11-23T00:58:51.0891066Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-11-23T00:58:51.1396040Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/EventProfilerController.cpp.o 2022-11-23T00:58:51.1439181Z [ 41%] Built target c10_CompileTimeFunctionPointer_test 2022-11-23T00:58:51.1557376Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/WeakSymbols.cpp.o 2022-11-23T00:58:51.1642948Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-11-23T00:58:51.1893298Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:58:51.2364804Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-11-23T00:58:51.2993915Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:58:51.3213707Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-11-23T00:58:51.3219297Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:58:51.3355315Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-11-23T00:58:51.3919053Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-11-23T00:58:51.4026172Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:58:51.4307803Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:58:51.4545473Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/cupti_strings.cpp.o 2022-11-23T00:58:51.4775025Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:58:51.5559207Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:58:51.5585200Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:58:51.5876114Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-11-23T00:58:51.6199144Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-11-23T00:58:51.6301947Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-11-23T00:58:51.6454625Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-11-23T00:58:51.6849993Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:58:51.7083400Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T00:58:51.7856265Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:58:51.8218514Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:58:51.8587967Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:58:51.8771587Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-11-23T00:58:51.8891837Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-11-23T00:58:51.9360411Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:58:51.9481048Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:58:52.0106281Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:58:52.0247876Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-11-23T00:58:52.0797795Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T00:58:52.0867276Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x4.c.o 2022-11-23T00:58:52.1579656Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x8.c.o 2022-11-23T00:58:52.1685777Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-11-23T00:58:52.1703974Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-11-23T00:58:52.1882262Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:58:52.2363237Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x12.c.o 2022-11-23T00:58:52.3188542Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:58:52.3239381Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x16.c.o 2022-11-23T00:58:52.3627507Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u64.o 2022-11-23T00:58:52.3771286Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-11-23T00:58:52.3988837Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x20.c.o 2022-11-23T00:58:52.4452661Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x24.c.o 2022-11-23T00:58:52.4499423Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:58:52.4682331Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T00:58:52.4733085Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-11-23T00:58:52.5397291Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-11-23T00:58:52.5670142Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-11-23T00:58:52.5741304Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T00:58:52.6348773Z [ 41%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-11-23T00:58:52.6562146Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-11-23T00:58:52.6695622Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T00:58:52.7459957Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-11-23T00:58:52.7508718Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-11-23T00:58:52.7806649Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-11-23T00:58:52.7872100Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:58:52.8175699Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-11-23T00:58:52.9045093Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-11-23T00:58:52.9126391Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:58:52.9841223Z [ 41%] Linking CXX executable ../../bin/c10_DeviceGuard_test 2022-11-23T00:58:52.9915512Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-11-23T00:58:53.0108293Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-11-23T00:58:53.0517605Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:58:53.0601594Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-11-23T00:58:53.0755069Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T00:58:53.1251463Z [ 41%] Built target c10_DeviceGuard_test 2022-11-23T00:58:53.1351218Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-11-23T00:58:53.1642555Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f16.o 2022-11-23T00:58:53.1859624Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:58:53.2096513Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T00:58:53.2881573Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-11-23T00:58:53.2892794Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-11-23T00:58:53.3059421Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:58:53.3444709Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-11-23T00:58:53.3641344Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T00:58:53.4377708Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:58:53.4502884Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-11-23T00:58:53.5381382Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T00:58:53.5527000Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2022-11-23T00:58:53.5726478Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:58:53.6070597Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-11-23T00:58:53.6167864Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-11-23T00:58:53.6855517Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T00:58:53.6969902Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:58:53.7721210Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x4.c.o 2022-11-23T00:58:53.8232328Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:58:53.8236801Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-11-23T00:58:53.8457587Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:58:53.8630366Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-11-23T00:58:53.9292482Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x12.c.o 2022-11-23T00:58:53.9498403Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:58:54.0121951Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x16.c.o 2022-11-23T00:58:54.0865931Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:58:54.0883189Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x20.c.o 2022-11-23T00:58:54.1086977Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-11-23T00:58:54.1281631Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-11-23T00:58:54.1360187Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-11-23T00:58:54.1756910Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x24.c.o 2022-11-23T00:58:54.2012335Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T00:58:54.2604724Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x4.c.o 2022-11-23T00:58:54.3137909Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:58:54.3386321Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x8.c.o 2022-11-23T00:58:54.3875102Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x12.c.o 2022-11-23T00:58:54.4022290Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-11-23T00:58:54.4112513Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2022-11-23T00:58:54.4129212Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-11-23T00:58:54.4334726Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:58:54.4611755Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x16.c.o 2022-11-23T00:58:54.5537747Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x20.c.o 2022-11-23T00:58:54.5620492Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:58:54.6173468Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-11-23T00:58:54.6343312Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x24.c.o 2022-11-23T00:58:54.6726385Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:58:54.6986960Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:58:54.7011108Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-11-23T00:58:54.7230418Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-11-23T00:58:54.7913292Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-11-23T00:58:54.7984012Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-11-23T00:58:54.8243314Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:58:54.8576856Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-11-23T00:58:54.8930121Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f32.o 2022-11-23T00:58:54.9005011Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-11-23T00:58:54.9324267Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-11-23T00:58:54.9565196Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-11-23T00:58:54.9981416Z [ 42%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-11-23T00:58:55.0243323Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-11-23T00:58:55.0272619Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-11-23T00:58:55.0470974Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:58:55.0751925Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-11-23T00:58:55.1003011Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-11-23T00:58:55.1555027Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:55.1769335Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:58:55.1830079Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:58:55.2337055Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:55.2861819Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:55.2862670Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-11-23T00:58:55.2924302Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:58:55.3372536Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:55.3641389Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-11-23T00:58:55.4043465Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:58:55.4085195Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-11-23T00:58:55.4562855Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:55.5396492Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:58:55.5431715Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:55.6398689Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:55.6417619Z [ 43%] Built target kineto_base 2022-11-23T00:58:55.6576429Z [ 43%] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-11-23T00:58:55.6711384Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:58:55.6767216Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-11-23T00:58:55.6818641Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:58:55.7226917Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:55.7965215Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:55.8036831Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:58:55.8142671Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:58:55.9183389Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-11-23T00:58:55.9253205Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-11-23T00:58:55.9284283Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:55.9391032Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:58:55.9520903Z [ 44%] Linking CXX executable ../../bin/c10_Device_test 2022-11-23T00:58:56.0132518Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:56.0728831Z [ 44%] Built target c10_Device_test 2022-11-23T00:58:56.0729783Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:58:56.0831245Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:56.1102996Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:58:56.1364358Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:58:56.1891369Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-11-23T00:58:56.1977575Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-11-23T00:58:56.2048527Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:56.2461272Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:56.2515744Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:58:56.2909289Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:58:56.3564076Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-11-23T00:58:56.3783542Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:56.4255024Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:58:56.4332239Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:58:56.4536237Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:56.4673956Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:56.5509581Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:58:56.5517432Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f64.o 2022-11-23T00:58:56.5524158Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:56.6168217Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-11-23T00:58:56.6322685Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:56.6545455Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:58:56.7545618Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:56.7550304Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:56.7560062Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_bf16.o 2022-11-23T00:58:56.7629384Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:58:56.8300637Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:58:56.8336904Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:56.8547793Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-11-23T00:58:56.8926077Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-11-23T00:58:56.9174383Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:56.9445945Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:58:56.9965293Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:57.0484269Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:58:57.0887961Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:57.1088457Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:57.1259889Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-11-23T00:58:57.1518042Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T00:58:57.1721881Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T00:58:57.1801571Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:57.2631719Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:57.2801029Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T00:58:57.2849075Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-11-23T00:58:57.3441077Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:57.3539806Z [ 44%] Linking CXX static library ../../../lib/libtensorpipe.a 2022-11-23T00:58:57.3809070Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T00:58:57.4309767Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:57.4546258Z [ 44%] Built target tensorpipe 2022-11-23T00:58:57.4632200Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:57.4923217Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T00:58:57.5239871Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:57.5683276Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-11-23T00:58:57.5983244Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:58:57.6007508Z [ 44%] Linking CXX executable ../../bin/c10_DispatchKeySet_test 2022-11-23T00:58:57.6265169Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:57.7060558Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:58:57.7292996Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:57.7405071Z [ 44%] Built target c10_DispatchKeySet_test 2022-11-23T00:58:57.7710948Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-11-23T00:58:57.8114408Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:57.8115275Z [ 45%] Linking CXX executable ../../bin/c10_StreamGuard_test 2022-11-23T00:58:57.8360136Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:58:57.9045075Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:57.9319690Z [ 45%] Built target c10_StreamGuard_test 2022-11-23T00:58:57.9386593Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:57.9812486Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:58:58.0253550Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T00:58:58.0300753Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:58.0674265Z [ 45%] Linking CXX executable ../../bin/c10_SymInt_test 2022-11-23T00:58:58.0990814Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:58.1118238Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T00:58:58.1615713Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:58.1788629Z [ 45%] Built target c10_SymInt_test 2022-11-23T00:58:58.1857874Z [ 45%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-11-23T00:58:58.1913232Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i8.o 2022-11-23T00:58:58.2085617Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T00:58:58.2522972Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:58.3184360Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T00:58:58.3454235Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:58.3901408Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:58.4128944Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T00:58:58.4237546Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T00:58:58.4433668Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T00:58:58.4784994Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:58.5072964Z [ 45%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test 2022-11-23T00:58:58.5285247Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u8.o 2022-11-23T00:58:58.5297224Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T00:58:58.5540307Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:58.5640066Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:58.6317167Z [ 45%] Built target c10_InlineDeviceGuard_test 2022-11-23T00:58:58.6367747Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T00:58:58.6371039Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T00:58:58.6441286Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T00:58:58.6476383Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:58.7445235Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:58.7527426Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T00:58:58.7573231Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:58.8074158Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:58.8323051Z [ 45%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-11-23T00:58:58.8454869Z [ 45%] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-11-23T00:58:58.8671677Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T00:58:58.8856300Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:58.9758923Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:59.0023018Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T00:58:59.0598359Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:59.1331835Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T00:58:59.1520387Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:59.1570197Z [ 45%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test 2022-11-23T00:58:59.2106329Z [ 45%] Linking CXX executable ../../bin/c10_SizesAndStrides_test 2022-11-23T00:58:59.2392768Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T00:58:59.2481940Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:59.2892359Z [ 45%] Built target c10_InlineStreamGuard_test 2022-11-23T00:58:59.2986139Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T00:58:59.3327712Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:59.3339491Z [ 45%] Built target c10_SizesAndStrides_test 2022-11-23T00:58:59.3413550Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:59.3525004Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:59.4137115Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T00:58:59.4162974Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-11-23T00:58:59.4185678Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T00:58:59.4426132Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:59.5144116Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:59.5221540Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T00:58:59.5359189Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:59.5482647Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:59.5939892Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i32.o 2022-11-23T00:58:59.6243845Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T00:58:59.6302168Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:59.7440007Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T00:58:59.7579371Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:59.8345304Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:59.8631887Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T00:58:59.9325608Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:59.9692144Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T00:59:00.0041472Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-11-23T00:59:00.0050463Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u32.o 2022-11-23T00:59:00.0427150Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:59:00.0849427Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i64.o 2022-11-23T00:59:00.1024549Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T00:59:00.1147740Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:59:00.1981891Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T00:59:00.2022782Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:59:00.3133261Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:59:00.3159821Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T00:59:00.3363907Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:59:00.3903191Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:59:00.4222342Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:59:00.4487704Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:59:00.4628049Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:59:00.5405269Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:59:00.5673654Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:59:00.5884359Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:59:00.6295131Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:59:00.6759465Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:59:00.7045371Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:59:00.7425730Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:59:00.7569789Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:00.8346077Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:59:00.8866960Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:59:00.8997378Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:00.9580778Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:00.9925523Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:59:01.0108636Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:59:01.0745113Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:01.0972531Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:59:01.1205908Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:59:01.1998695Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:59:01.2086966Z [ 47%] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-11-23T00:59:01.2484507Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:59:01.2733551Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:59:01.3555704Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:59:01.3714089Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:59:01.4338687Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:59:01.4901326Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:01.4993162Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:01.5184543Z [ 47%] Linking CXX executable ../../bin/c10_Array_test 2022-11-23T00:59:01.5272394Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:59:01.5913691Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:01.5982407Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:01.6185248Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:01.6582949Z [ 47%] Built target c10_Array_test 2022-11-23T00:59:01.6649843Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:59:01.6749846Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:01.7041568Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:59:01.7102026Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:01.7351661Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:59:01.7955449Z [ 47%] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-11-23T00:59:01.7960234Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:01.8235862Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:59:01.8565336Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:59:01.8572866Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:01.8853283Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:59:01.9026732Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u64.o 2022-11-23T00:59:01.9407997Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:59:01.9658959Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f16.o 2022-11-23T00:59:01.9812235Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:02.0009592Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T00:59:02.0620898Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:02.0791220Z [ 47%] Linking CXX executable ../../bin/c10_Bitset_test 2022-11-23T00:59:02.0805839Z [ 47%] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-11-23T00:59:02.0987799Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:02.1936437Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:02.1961639Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:02.2089058Z [ 47%] Built target c10_Bitset_test 2022-11-23T00:59:02.2154128Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:02.2899753Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:59:02.3161397Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:02.3243812Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:59:02.3612001Z [ 47%] Linking CXX executable ../../bin/c10_C++17_test 2022-11-23T00:59:02.3670713Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:02.4262704Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f32.o 2022-11-23T00:59:02.4290695Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:59:02.4465518Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:59:02.4841254Z [ 47%] Built target c10_C++17_test 2022-11-23T00:59:02.4958070Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:59:02.5412313Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:02.5439632Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:02.5944095Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T00:59:02.6187190Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T00:59:02.7153186Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:02.7343151Z [ 47%] Linking CXX static library ../../lib/libXNNPACK.a 2022-11-23T00:59:02.7866026Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:02.8462730Z [ 47%] Built target XNNPACK 2022-11-23T00:59:02.8532860Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:59:02.8867321Z [ 47%] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-11-23T00:59:02.9273654Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:03.0085275Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:03.0780072Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:59:03.1165913Z [ 47%] Linking CXX executable ../../bin/c10_ConstexprCrc_test 2022-11-23T00:59:03.1576841Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:03.2257570Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:03.2377708Z [ 47%] Built target c10_ConstexprCrc_test 2022-11-23T00:59:03.2453921Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T00:59:03.3181567Z [ 47%] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-11-23T00:59:03.3278094Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:03.4020020Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:03.4866466Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:59:03.5360215Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f64.o 2022-11-23T00:59:03.5373681Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:03.5548040Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:03.5916887Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_bf16.o 2022-11-23T00:59:03.6218524Z [ 47%] Linking CXX executable ../../bin/c10_DeadlockDetection_test 2022-11-23T00:59:03.6529978Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:59:03.7340552Z [ 47%] Built target c10_DeadlockDetection_test 2022-11-23T00:59:03.7405223Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:03.8211109Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:03.9048395Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:03.9728266Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:04.0452626Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u8.o 2022-11-23T00:59:04.0471397Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:04.1180123Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:04.1838642Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:04.2467578Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:04.3100862Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:04.3932018Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:04.4607972Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:04.5368534Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:04.6043941Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:04.6675405Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:04.7484304Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:04.8169176Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:04.8946568Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:04.9783207Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:05.0355846Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i32.o 2022-11-23T00:59:05.0360482Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:05.1082099Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:05.1297423Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:05.1344144Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u32.o 2022-11-23T00:59:05.1997975Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:05.2713647Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-11-23T00:59:05.3401680Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-11-23T00:59:05.4033579Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-11-23T00:59:05.4669570Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-11-23T00:59:05.5331894Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-11-23T00:59:05.5520150Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i64.o 2022-11-23T00:59:05.5533335Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:59:05.6207022Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:59:05.6843386Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T00:59:05.7488499Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T00:59:05.8698539Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:59:05.9751841Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:59:06.0760130Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T00:59:06.1666782Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T00:59:06.2584333Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:59:06.3337554Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:59:06.4091934Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T00:59:06.4882076Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T00:59:06.5536336Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:59:06.5928604Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u64.o 2022-11-23T00:59:06.5937478Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:59:06.6306281Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i8.o 2022-11-23T00:59:06.6313159Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T00:59:06.7566373Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T00:59:06.8449028Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T00:59:06.9042407Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:59:06.9656474Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T00:59:07.0229848Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f32.o 2022-11-23T00:59:07.0249429Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:59:07.0889306Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:59:07.1557319Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:59:07.2550987Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:59:07.3226692Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:59:07.4668278Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:59:07.5492993Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:59:07.6783171Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:59:07.7516416Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:59:07.8727381Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:59:07.9702313Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:59:08.0276189Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f64.o 2022-11-23T00:59:08.0277425Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:59:08.0729808Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f16.o 2022-11-23T00:59:08.0748685Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:59:08.1588278Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:59:08.2214048Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:59:08.2794336Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:59:08.3398570Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:59:08.4057262Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:59:08.4774873Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:59:08.5259318Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i8.o 2022-11-23T00:59:08.5276156Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:08.6001887Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:08.7089005Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:08.7864833Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:08.8530134Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:08.9235020Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:09.0148283Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:09.0839250Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:09.1450006Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:09.2066221Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:09.2875913Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:09.3885366Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:09.4685595Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:09.5394316Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u8.o 2022-11-23T00:59:09.5592602Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:09.5652939Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:09.5653680Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_bf16.o 2022-11-23T00:59:09.6084609Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:09.6479645Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i32.o 2022-11-23T00:59:09.6854326Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:09.7569970Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:09.8322488Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:09.9309398Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:10.0242475Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:10.0526296Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u32.o 2022-11-23T00:59:10.0562383Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:10.1433251Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:10.2215301Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:10.2984139Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:10.3705516Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:10.4451295Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:10.5123732Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:10.5944688Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:10.6733189Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:10.7459539Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:10.8301598Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:10.9034041Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:10.9825135Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:11.0951766Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:11.1224175Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i64.o 2022-11-23T00:59:11.1713330Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:11.2076939Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:11.2744522Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u64.o 2022-11-23T00:59:11.2922353Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:11.3634244Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:11.3809274Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:11.4483861Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f16.o 2022-11-23T00:59:11.4534134Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:11.5262123Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:11.5962755Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:59:11.6697497Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f32.o 2022-11-23T00:59:11.6714676Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:59:11.7451678Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-11-23T00:59:11.8202478Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-11-23T00:59:11.8889205Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:59:11.9462669Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:59:12.0211077Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:59:12.1306858Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:59:12.2150569Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:59:12.2870619Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:59:12.3506434Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:59:12.4574855Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:59:12.5548933Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T00:59:12.6379612Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:59:12.6796934Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f64.o 2022-11-23T00:59:12.7057007Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T00:59:12.7871041Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:59:12.8585760Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-11-23T00:59:12.8961773Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:59:12.9435223Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T00:59:12.9527018Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T00:59:12.9546161Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-11-23T00:59:12.9863625Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-11-23T00:59:13.0322889Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-11-23T00:59:13.0338796Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-11-23T00:59:13.1133561Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:59:13.1865023Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-11-23T00:59:13.2642017Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T00:59:13.2671406Z [ 49%] Linking CXX executable ../../bin/c10_Half_test 2022-11-23T00:59:13.3357179Z [ 49%] Linking CXX executable ../../bin/c10_LeftRight_test 2022-11-23T00:59:13.3421145Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-11-23T00:59:13.3721114Z [ 49%] Linking CXX executable ../../bin/c10_Metaprogramming_test 2022-11-23T00:59:13.3840368Z [ 49%] Built target c10_Half_test 2022-11-23T00:59:13.3935139Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-11-23T00:59:13.4192397Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-11-23T00:59:13.4624115Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-11-23T00:59:13.4696725Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-11-23T00:59:13.4866197Z [ 49%] Built target c10_LeftRight_test 2022-11-23T00:59:13.4989538Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-11-23T00:59:13.5153963Z [ 49%] Built target c10_Metaprogramming_test 2022-11-23T00:59:13.5223731Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-11-23T00:59:13.5563417Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-11-23T00:59:13.5859435Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-11-23T00:59:13.6070591Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-11-23T00:59:13.6911751Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-11-23T00:59:13.7546453Z [ 49%] Linking CXX executable ../../bin/c10_SmallVectorTest 2022-11-23T00:59:13.7923488Z [ 49%] Linking CXX executable ../../bin/c10_Synchronized_test 2022-11-23T00:59:13.8117797Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-11-23T00:59:13.8424569Z [ 49%] Linking CXX executable ../../bin/c10_ThreadLocal_test 2022-11-23T00:59:13.9087470Z [ 49%] Built target c10_SmallVectorTest 2022-11-23T00:59:13.9154649Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-11-23T00:59:13.9322101Z [ 49%] Built target c10_Synchronized_test 2022-11-23T00:59:13.9383961Z [ 49%] Linking CXX executable ../../bin/c10_TypeIndex_test 2022-11-23T00:59:13.9413919Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-11-23T00:59:13.9440380Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-11-23T00:59:13.9545946Z [ 49%] Built target c10_ThreadLocal_test 2022-11-23T00:59:13.9654863Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-11-23T00:59:14.0474281Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_bf16.o 2022-11-23T00:59:14.0523080Z [ 49%] Built target c10_TypeIndex_test 2022-11-23T00:59:14.0570041Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i8.o 2022-11-23T00:59:14.0842174Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u8.o 2022-11-23T00:59:14.1066756Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-11-23T00:59:14.2348916Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-11-23T00:59:14.2359946Z [ 49%] Linking CXX executable ../../bin/c10_TypeList_test 2022-11-23T00:59:14.3595437Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T00:59:14.3801928Z [ 49%] Built target c10_TypeList_test 2022-11-23T00:59:14.3888018Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-11-23T00:59:14.4549814Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T00:59:14.5040896Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-11-23T00:59:14.5483103Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-11-23T00:59:14.5804575Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-11-23T00:59:14.7023812Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T00:59:14.7994275Z [ 49%] Linking CXX executable ../../bin/c10_TypeTraits_test 2022-11-23T00:59:14.8122361Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-11-23T00:59:14.8962531Z [ 49%] Linking CXX executable ../../bin/c10_accumulate_test 2022-11-23T00:59:14.9212637Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T00:59:14.9226138Z [ 49%] Built target c10_TypeTraits_test 2022-11-23T00:59:14.9302385Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-11-23T00:59:15.0251803Z [ 49%] Built target c10_accumulate_test 2022-11-23T00:59:15.0317311Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-11-23T00:59:15.0579349Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-11-23T00:59:15.0732532Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-11-23T00:59:15.1474249Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:59:15.2176844Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:59:15.3004641Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:59:15.3607350Z [ 49%] Linking CXX executable ../../bin/c10_bfloat16_test 2022-11-23T00:59:15.3893542Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:59:15.4361409Z [ 49%] Linking CXX executable ../../bin/c10_complex_math_test 2022-11-23T00:59:15.4721937Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:59:15.4760276Z [ 49%] Built target c10_bfloat16_test 2022-11-23T00:59:15.4833877Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:59:15.5690803Z [ 49%] Built target c10_complex_math_test 2022-11-23T00:59:15.5801469Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:59:15.6043289Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-11-23T00:59:15.6258453Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i32.o 2022-11-23T00:59:15.6880198Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:59:15.8256408Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:59:15.8709352Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:59:15.9006027Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:59:15.9315636Z [ 49%] Linking CXX executable ../../bin/c10_complex_test 2022-11-23T00:59:15.9491898Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u32.o 2022-11-23T00:59:15.9687744Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-11-23T00:59:16.0107322Z [ 49%] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-11-23T00:59:16.0177300Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:59:16.0603734Z [ 49%] Built target c10_complex_test 2022-11-23T00:59:16.0722693Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:59:16.1482855Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i64.o 2022-11-23T00:59:16.2180049Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T00:59:16.3184936Z [ 49%] Linking CXX executable ../../bin/c10_exception_test 2022-11-23T00:59:16.3308805Z [ 49%] Linking CXX executable ../../bin/c10_either_test 2022-11-23T00:59:16.3604697Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:59:16.4556782Z [ 50%] Built target c10_exception_test 2022-11-23T00:59:16.4648813Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T00:59:16.4997755Z [ 50%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-11-23T00:59:16.5341120Z [ 50%] Built target c10_either_test 2022-11-23T00:59:16.5526182Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T00:59:16.5957097Z [ 50%] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-11-23T00:59:16.6807469Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T00:59:16.8132585Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T00:59:16.8312398Z [ 50%] Linking CXX executable ../../bin/c10_flags_test 2022-11-23T00:59:16.9508601Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:59:16.9851152Z [ 50%] Linking CXX executable ../../bin/c10_intrusive_ptr_test 2022-11-23T00:59:16.9940444Z [ 50%] Built target c10_flags_test 2022-11-23T00:59:17.0008715Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T00:59:17.0871232Z [ 50%] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-11-23T00:59:17.1370364Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T00:59:17.2504392Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T00:59:17.3150879Z [ 50%] Built target c10_intrusive_ptr_test 2022-11-23T00:59:17.3386606Z [ 50%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-11-23T00:59:17.3671840Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:59:17.4023671Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T00:59:17.4225417Z [ 50%] Linking CXX executable ../../bin/c10_irange_test 2022-11-23T00:59:17.4933575Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u64.o 2022-11-23T00:59:17.5083029Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T00:59:17.5784710Z [ 50%] Built target c10_irange_test 2022-11-23T00:59:17.6120205Z [ 50%] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-11-23T00:59:17.6257441Z [ 50%] Linking CXX executable ../../bin/c10_logging_test 2022-11-23T00:59:17.6314941Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T00:59:17.6744502Z [ 50%] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-11-23T00:59:17.7454133Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T00:59:17.7456955Z [ 50%] Built target c10_logging_test 2022-11-23T00:59:17.7544421Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f16.o 2022-11-23T00:59:17.8646617Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:59:17.9874540Z [ 50%] Linking CXX executable ../../bin/c10_optional_test 2022-11-23T00:59:18.0090560Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T00:59:18.0304999Z [ 50%] Linking CXX executable ../../bin/c10_ordered_preserving_dict_test 2022-11-23T00:59:18.0506679Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T00:59:18.1200387Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f32.o 2022-11-23T00:59:18.1422803Z [ 50%] Built target c10_optional_test 2022-11-23T00:59:18.1498498Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-11-23T00:59:18.1712072Z [ 50%] Built target c10_ordered_preserving_dict_test 2022-11-23T00:59:18.1788241Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T00:59:18.1937604Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:59:18.2587984Z [ 50%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-11-23T00:59:18.3054202Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:59:18.3120755Z [ 50%] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-11-23T00:59:18.4230451Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:59:18.5274057Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:59:18.5826354Z [ 50%] Linking CXX executable ../../bin/c10_registry_test 2022-11-23T00:59:18.6310036Z [ 50%] Linking CXX executable ../../bin/c10_string_view_test 2022-11-23T00:59:18.6497678Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:59:18.7074753Z [ 50%] Built target c10_registry_test 2022-11-23T00:59:18.7386993Z [ 50%] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-11-23T00:59:18.7671449Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:59:18.7718768Z [ 50%] Built target c10_string_view_test 2022-11-23T00:59:18.7775970Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:59:18.9173784Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:59:19.0136080Z [ 50%] Linking CXX executable ../../bin/c10_tempfile_test 2022-11-23T00:59:19.0604056Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-11-23T00:59:19.1262018Z [ 50%] Built target c10_tempfile_test 2022-11-23T00:59:19.1323062Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-11-23T00:59:19.1765350Z [ 50%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-11-23T00:59:19.2341101Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T00:59:19.3133098Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-11-23T00:59:19.3155864Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f64.o 2022-11-23T00:59:19.4205959Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T00:59:19.5024854Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_bf16.o 2022-11-23T00:59:19.5051503Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-11-23T00:59:19.5607849Z [ 50%] Linking CXX executable ../../bin/c10_typeid_test 2022-11-23T00:59:19.5960636Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T00:59:19.6651983Z [ 50%] Built target c10_typeid_test 2022-11-23T00:59:19.6717500Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-11-23T00:59:19.7238116Z [ 50%] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-11-23T00:59:19.7869899Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T00:59:19.9071409Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-11-23T00:59:19.9196327Z [ 50%] Linking CXX executable ../../bin/c10_intrusive_ptr_benchmark 2022-11-23T00:59:19.9936616Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i8.o 2022-11-23T00:59:19.9945981Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T00:59:20.0531983Z [ 50%] Built target c10_intrusive_ptr_benchmark 2022-11-23T00:59:20.0632517Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-11-23T00:59:20.0859663Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i32.o 2022-11-23T00:59:20.1636524Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T00:59:20.2653199Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-11-23T00:59:20.3789038Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T00:59:20.4598111Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-11-23T00:59:20.5428610Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T00:59:20.6296958Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-11-23T00:59:20.7380939Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T00:59:20.8347416Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-11-23T00:59:20.9189743Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T00:59:21.0316835Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-11-23T00:59:21.0639969Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T00:59:21.0688459Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u8.o 2022-11-23T00:59:21.1860744Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-11-23T00:59:21.2608539Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u32.o 2022-11-23T00:59:21.2609610Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T00:59:21.3827456Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-11-23T00:59:21.4792203Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T00:59:21.5732464Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-11-23T00:59:21.6883304Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T00:59:21.8051395Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-11-23T00:59:21.9010170Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T00:59:21.9823718Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i64.o 2022-11-23T00:59:21.9856684Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-11-23T00:59:21.9876015Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T00:59:22.1005209Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u64.o 2022-11-23T00:59:22.1065512Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-11-23T00:59:22.2425266Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T00:59:22.3479935Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x8.c.o 2022-11-23T00:59:22.4564352Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x16.c.o 2022-11-23T00:59:22.5574982Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x24.c.o 2022-11-23T00:59:22.6909652Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-11-23T00:59:22.7996600Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x40.c.o 2022-11-23T00:59:22.8176467Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f16.o 2022-11-23T00:59:22.9178552Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x48.c.o 2022-11-23T00:59:23.0015091Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x8.c.o 2022-11-23T00:59:23.0224477Z [ 50%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDACachingAllocator.cpp.o 2022-11-23T00:59:23.1125717Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x16.c.o 2022-11-23T00:59:23.2118159Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x24.c.o 2022-11-23T00:59:23.3080499Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x32.c.o 2022-11-23T00:59:23.4109212Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x40.c.o 2022-11-23T00:59:23.4178587Z [ 51%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAException.cpp.o 2022-11-23T00:59:23.5036371Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x48.c.o 2022-11-23T00:59:23.5210836Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-11-23T00:59:23.6408535Z [ 51%] Generating ../../../include/sleef.h 2022-11-23T00:59:23.6473108Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ 2022-11-23T00:59:23.6501690Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 2022-11-23T00:59:23.6525073Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 2022-11-23T00:59:23.6553526Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ 2022-11-23T00:59:23.6571589Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx 2022-11-23T00:59:23.6593381Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 2022-11-23T00:59:23.6597565Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-11-23T00:59:23.6620903Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 2022-11-23T00:59:23.6666104Z Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 2022-11-23T00:59:23.6698437Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ 2022-11-23T00:59:23.6743719Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f 2022-11-23T00:59:23.6800809Z [ 51%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAFunctions.cpp.o 2022-11-23T00:59:23.6878309Z Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma 2022-11-23T00:59:23.6910146Z Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec 2022-11-23T00:59:23.6977073Z Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma 2022-11-23T00:59:23.7173098Z [ 51%] Generating include/renameavx512fnofma.h 2022-11-23T00:59:23.7184698Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-11-23T00:59:23.7280066Z [ 51%] Generating include/renameavx512f.h 2022-11-23T00:59:23.7292971Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2022-11-23T00:59:23.7422025Z [ 51%] Generating include/renameavx2.h 2022-11-23T00:59:23.7434579Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2022-11-23T00:59:23.7577407Z [ 51%] Generating include/renameavx2128.h 2022-11-23T00:59:23.7589379Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2022-11-23T00:59:23.7678463Z [ 51%] Generating include/renamefma4.h 2022-11-23T00:59:23.7740215Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2022-11-23T00:59:23.7761304Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-11-23T00:59:23.7827676Z [ 51%] Generating include/renameavx.h 2022-11-23T00:59:23.7863281Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2022-11-23T00:59:23.7978525Z [ 51%] Generating include/renamesse4.h 2022-11-23T00:59:23.7995442Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2022-11-23T00:59:23.8158517Z [ 51%] Generating include/renamesse2.h 2022-11-23T00:59:23.8267004Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2022-11-23T00:59:23.8471016Z [ 51%] Generating include/renamepurec_scalar.h 2022-11-23T00:59:23.8484098Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2022-11-23T00:59:23.8602046Z [ 51%] Generating include/renamepurecfma_scalar.h 2022-11-23T00:59:23.8614750Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2022-11-23T00:59:23.8701657Z [ 51%] Generating include/renamecuda.h 2022-11-23T00:59:23.8713030Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2022-11-23T00:59:23.8801463Z [ 51%] Built target headers 2022-11-23T00:59:23.8853697Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-11-23T00:59:23.8878209Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-11-23T00:59:23.9909310Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-11-23T00:59:23.9945890Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-11-23T00:59:24.0077893Z [ 51%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAMiscFunctions.cpp.o 2022-11-23T00:59:24.0235279Z [ 51%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAStream.cpp.o 2022-11-23T00:59:24.0474912Z [ 51%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAMallocAsyncAllocator.cpp.o 2022-11-23T00:59:24.0981768Z [ 51%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/impl/CUDAGuardImpl.cpp.o 2022-11-23T00:59:24.1161837Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T00:59:24.1907933Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-11-23T00:59:24.2522538Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f32.o 2022-11-23T00:59:24.3080662Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T00:59:24.3364307Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-11-23T00:59:24.4005411Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T00:59:24.4206977Z [ 51%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/impl/CUDATest.cpp.o 2022-11-23T00:59:24.4443811Z [ 51%] Built target renameAVX512FNOFMA.h_generated 2022-11-23T00:59:24.4567353Z [ 51%] Generating alias_avx512f.h 2022-11-23T00:59:24.4689276Z [ 51%] Built target alias_avx512f.h_generated 2022-11-23T00:59:24.4713517Z [ 51%] Built target renameAVX512F.h_generated 2022-11-23T00:59:24.4898067Z [ 51%] Built target renameAVX2.h_generated 2022-11-23T00:59:24.5133973Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-11-23T00:59:24.5623208Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_bf16.o 2022-11-23T00:59:24.5635715Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T00:59:24.6267685Z [ 51%] Linking CXX shared library ../../lib/libc10_cuda.so 2022-11-23T00:59:24.6421307Z [ 51%] Built target renameAVX2128.h_generated 2022-11-23T00:59:24.6562391Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-11-23T00:59:24.7197985Z [ 51%] Built target c10_cuda 2022-11-23T00:59:24.7258328Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T00:59:24.7671555Z [ 51%] Built target renameFMA4.h_generated 2022-11-23T00:59:24.7751782Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-11-23T00:59:24.8447939Z [ 51%] Built target renameAVX.h_generated 2022-11-23T00:59:24.8508483Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T00:59:24.8781280Z [ 51%] Built target renameSSE4.h_generated 2022-11-23T00:59:24.8859537Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x8.c.o 2022-11-23T00:59:24.9457419Z [ 51%] Built target renameSSE2.h_generated 2022-11-23T00:59:24.9514289Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x16.c.o 2022-11-23T00:59:24.9802191Z [ 51%] Built target renamePUREC_SCALAR.h_generated 2022-11-23T00:59:24.9856627Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x24.c.o 2022-11-23T00:59:25.0442243Z [ 51%] Built target renamePURECFMA_SCALAR.h_generated 2022-11-23T00:59:25.0503166Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x32.c.o 2022-11-23T00:59:25.0893327Z [ 51%] Generating renamedsp128.h 2022-11-23T00:59:25.0998325Z [ 51%] Built target renamedsp128.h_generated 2022-11-23T00:59:25.1092137Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x40.c.o 2022-11-23T00:59:25.1565523Z [ 51%] Generating dispsse.c 2022-11-23T00:59:25.1711872Z [ 51%] Built target dispsse.c_generated 2022-11-23T00:59:25.1761907Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u8.o 2022-11-23T00:59:25.1946300Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x48.c.o 2022-11-23T00:59:25.2836578Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x56.c.o 2022-11-23T00:59:25.3922383Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x64.c.o 2022-11-23T00:59:25.4807507Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x72.c.o 2022-11-23T00:59:25.5981092Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x80.c.o 2022-11-23T00:59:25.6833143Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x8.c.o 2022-11-23T00:59:25.7777735Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x16.c.o 2022-11-23T00:59:25.8897308Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i8.o 2022-11-23T00:59:25.8907773Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x32.c.o 2022-11-23T00:59:25.8912025Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x24.c.o 2022-11-23T00:59:26.0217644Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-11-23T00:59:26.1113906Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i32.o 2022-11-23T00:59:26.1156192Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x48.c.o 2022-11-23T00:59:26.2337923Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x56.c.o 2022-11-23T00:59:26.3596867Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x64.c.o 2022-11-23T00:59:26.4448505Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x72.c.o 2022-11-23T00:59:26.5482707Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x80.c.o 2022-11-23T00:59:26.6380684Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T00:59:26.7076444Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u32.o 2022-11-23T00:59:26.7086460Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-11-23T00:59:26.8027934Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-11-23T00:59:26.9143966Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T00:59:27.0033935Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-11-23T00:59:27.1205887Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T00:59:27.2293378Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-11-23T00:59:27.3382912Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T00:59:27.4556349Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-11-23T00:59:27.5265504Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i64.o 2022-11-23T00:59:27.5317446Z [ 51%] Generating dispavx.c 2022-11-23T00:59:27.5463953Z [ 51%] Built target dispavx.c_generated 2022-11-23T00:59:27.5534982Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f64.o 2022-11-23T00:59:27.5544640Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-11-23T00:59:27.5657802Z [ 51%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-11-23T00:59:27.5981350Z [ 51%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-11-23T00:59:27.6523110Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-11-23T00:59:27.6947260Z [ 51%] Linking CXX executable ../../../bin/protoc 2022-11-23T00:59:27.7652728Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-11-23T00:59:27.8155056Z [ 51%] Linking CXX static library ../../../lib/libgmock_main.a 2022-11-23T00:59:27.8365731Z [ 51%] Built target gmock_main 2022-11-23T00:59:27.8820881Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-11-23T00:59:27.9903500Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-11-23T00:59:27.9950515Z [ 51%] Built target protoc 2022-11-23T00:59:28.0029428Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-11-23T00:59:28.1034033Z [ 51%] Linking CXX static library ../../lib/libfbgemm.a 2022-11-23T00:59:28.1075296Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-11-23T00:59:28.2181491Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:28.2314762Z [ 51%] Built target fbgemm 2022-11-23T00:59:28.2393937Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:28.3054158Z [ 51%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/cuda_buffer.cc.o 2022-11-23T00:59:28.3189784Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:28.3584216Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:28.3688296Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u64.o 2022-11-23T00:59:28.4472314Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:28.5129213Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:28.5349840Z [ 51%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/channel_impl.cc.o 2022-11-23T00:59:28.6356419Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:28.7096608Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:28.7839576Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:28.8003677Z [ 51%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/context_impl.cc.o 2022-11-23T00:59:28.9063948Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:29.0024937Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:29.0317991Z [ 51%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/factory.cc.o 2022-11-23T00:59:29.0844493Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:29.2000412Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f16.o 2022-11-23T00:59:29.2036399Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:29.2371111Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:29.2378318Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f32.o 2022-11-23T00:59:29.2845614Z [ 51%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/channel_impl.cc.o 2022-11-23T00:59:29.3082157Z [ 51%] Linking CXX static library ../../../../lib/libdnnl_graph.a 2022-11-23T00:59:29.3453226Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:29.4148840Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:29.4603400Z [ 52%] Built target dnnl_graph 2022-11-23T00:59:29.4722097Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:29.5292541Z [ 52%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/context_impl.cc.o 2022-11-23T00:59:29.5614745Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:29.6447647Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:29.7350762Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:29.7593218Z [ 52%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/factory.cc.o 2022-11-23T00:59:29.8042358Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:29.8819673Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:29.9591548Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f64.o 2022-11-23T00:59:29.9617127Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:29.9952949Z [ 52%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/cuda_loop.cc.o 2022-11-23T00:59:30.0363802Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:30.1092004Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:30.1976314Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:30.2182381Z [ 52%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/channel_impl.cc.o 2022-11-23T00:59:30.2663984Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:30.3485730Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:30.4274281Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:30.4737932Z [ 52%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/context_impl.cc.o 2022-11-23T00:59:30.4996723Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:30.5837139Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:30.6527750Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:30.7277405Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:30.7481179Z [ 52%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/factory.cc.o 2022-11-23T00:59:30.7969442Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:30.8641481Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:30.9328289Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:30.9787107Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_bf16.o 2022-11-23T00:59:31.0079865Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:31.0361549Z [ 52%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/ibv.cc.o 2022-11-23T00:59:31.0735142Z [ 52%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/channel_impl.cc.o 2022-11-23T00:59:31.0956797Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:31.1563807Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i8.o 2022-11-23T00:59:31.1869847Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:31.2505652Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:31.2691807Z [ 52%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/context_impl.cc.o 2022-11-23T00:59:31.3323866Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:31.3964286Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:31.4362614Z [ 52%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/factory.cc.o 2022-11-23T00:59:31.4853066Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:31.5698663Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:31.6126188Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:31.6319476Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:31.6532416Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u8.o 2022-11-23T00:59:31.7238087Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:31.7862284Z [ 52%] Linking CXX static library ../../../lib/libtensorpipe_cuda.a 2022-11-23T00:59:31.8020408Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:31.8330519Z [ 52%] Built target tensorpipe_cuda 2022-11-23T00:59:31.8430680Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:31.8901799Z [ 52%] Linking CXX static library ../../../lib/libkineto.a 2022-11-23T00:59:31.9141611Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:31.9523209Z [ 52%] Built target kineto 2022-11-23T00:59:31.9607980Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:31.9921431Z [ 52%] Building CXX object c10/cuda/test/CMakeFiles/c10_cuda_CUDATest.dir/impl/CUDATest.cpp.o 2022-11-23T00:59:32.0431954Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:32.1325980Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:32.2183563Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:32.2440907Z [ 52%] Linking CXX executable ../../../bin/c10_cuda_CUDATest 2022-11-23T00:59:32.2982892Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:32.3723617Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:32.3839790Z [ 52%] Built target c10_cuda_CUDATest 2022-11-23T00:59:32.3923823Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:32.4470154Z [ 52%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-11-23T00:59:32.4621055Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:32.4926427Z [ 52%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-11-23T00:59:32.5328300Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:32.5797868Z [ 52%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-11-23T00:59:32.6097998Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:32.6278214Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:32.6290711Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i32.o 2022-11-23T00:59:32.6918906Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u32.o 2022-11-23T00:59:32.7414448Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:32.8394005Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:32.9030018Z [ 52%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-11-23T00:59:32.9806286Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:33.0497274Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:33.1303992Z [ 52%] Running gen_proto.py on onnx/onnx.in.proto 2022-11-23T00:59:33.1356697Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:33.1675454Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2022-11-23T00:59:33.1683240Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:59:33.1696098Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2022-11-23T00:59:33.1713763Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2022-11-23T00:59:33.1714662Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2022-11-23T00:59:33.1881311Z [ 52%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:59:33.1949423Z [ 52%] Built target Caffe2_PROTO 2022-11-23T00:59:33.2142015Z [ 52%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T00:59:33.2687709Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:33.3578556Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:33.3765293Z [ 52%] Built target gen_onnx_proto 2022-11-23T00:59:33.3833604Z [ 52%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T00:59:33.3868130Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:33.4637702Z [ 52%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T00:59:33.4645548Z [ 52%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T00:59:33.4865714Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:33.5607480Z [ 52%] Built target sleefavx512fnofma 2022-11-23T00:59:33.5733692Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:33.5802427Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i64.o 2022-11-23T00:59:33.6320999Z [ 52%] Built target sleefdetavx512fnofma 2022-11-23T00:59:33.6327396Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u64.o 2022-11-23T00:59:33.6374917Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f16.o 2022-11-23T00:59:33.6638553Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:33.8030492Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:33.8885135Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:33.9847038Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:34.0583392Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:34.1919414Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:59:34.3153195Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:59:34.4382845Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:59:34.4555575Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:59:34.4799230Z [ 52%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-11-23T00:59:34.5311428Z [ 52%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-11-23T00:59:34.5511387Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:34.6397487Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:34.6660786Z [ 52%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-11-23T00:59:34.7353385Z [ 52%] Built target sleefavx512f 2022-11-23T00:59:34.7411020Z [ 52%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-11-23T00:59:34.7746146Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:34.8521540Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:34.8762881Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f32.o 2022-11-23T00:59:34.9251286Z [ 52%] Built target sleefdetavx512f 2022-11-23T00:59:34.9325701Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:34.9332958Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:35.0048423Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f64.o 2022-11-23T00:59:35.0257585Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:35.1118321Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:35.2174521Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:35.3046099Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:35.3566026Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:35.4035533Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-11-23T00:59:35.4336462Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:35.4787471Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-11-23T00:59:35.5105659Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:35.5645380Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:35.6182749Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-11-23T00:59:35.6220941Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-11-23T00:59:35.6549122Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:35.6716358Z [ 53%] Built target sleefavx2 2022-11-23T00:59:35.6810433Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:35.7418872Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_bf16.o 2022-11-23T00:59:35.7727247Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-11-23T00:59:35.7875930Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:35.8006449Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-11-23T00:59:35.8676260Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:35.9589236Z [ 53%] Built target sleefavx2128 2022-11-23T00:59:35.9645350Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i8.o 2022-11-23T00:59:35.9669998Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:35.9803313Z [ 53%] Built target sleefdetavx2 2022-11-23T00:59:35.9891987Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:36.0539960Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-11-23T00:59:36.0745442Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:36.1623944Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:36.2330871Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-11-23T00:59:36.2565422Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:36.3496485Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:36.3834333Z [ 53%] Built target sleefdetavx2128 2022-11-23T00:59:36.3917637Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:36.4363978Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u8.o 2022-11-23T00:59:36.4726174Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:36.5422856Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:36.5554527Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i32.o 2022-11-23T00:59:36.6165256Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:36.7015841Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:36.7850402Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u32.o 2022-11-23T00:59:36.7870113Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:36.8766639Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:36.9829148Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:37.0764191Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:37.1479452Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:37.2266558Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:37.2969045Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:37.3815524Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:37.4368781Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:37.5086574Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i64.o 2022-11-23T00:59:37.5134706Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:37.5870705Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:37.6725380Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:37.7578165Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:37.8402864Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:37.8462697Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:37.9330147Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u64.o 2022-11-23T00:59:37.9542609Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:38.0404461Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:38.1138322Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:38.2021638Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:38.2644727Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:38.2917723Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f16.o 2022-11-23T00:59:38.3503502Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:38.3662176Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:38.4281369Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f32.o 2022-11-23T00:59:38.4450032Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:38.4757999Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:38.5316700Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:38.5708181Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-11-23T00:59:38.6129294Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:38.7038591Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:59:38.7337209Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-11-23T00:59:38.7722669Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:38.8524911Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T00:59:38.9007136Z [ 53%] Built target sleeffma4 2022-11-23T00:59:38.9086440Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T00:59:38.9305211Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-11-23T00:59:38.9783979Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:59:39.0837329Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:59:39.1089451Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-11-23T00:59:39.1962893Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T00:59:39.2692063Z [ 53%] Built target sleefdetfma4 2022-11-23T00:59:39.2801993Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T00:59:39.3486520Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-11-23T00:59:39.3771715Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:59:39.4614164Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:39.4776109Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T00:59:39.5279204Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-11-23T00:59:39.5390784Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-11-23T00:59:39.5520407Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T00:59:39.6332838Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:59:39.6885984Z [ 53%] Built target sleefavx 2022-11-23T00:59:39.7001077Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:59:39.7220631Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-11-23T00:59:39.7744534Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-11-23T00:59:39.7911085Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T00:59:39.8321906Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T00:59:39.8868204Z [ 53%] Built target sleefdetavx 2022-11-23T00:59:39.8954718Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T00:59:39.9208924Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f64.o 2022-11-23T00:59:39.9465402Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_bf16.o 2022-11-23T00:59:39.9665040Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:39.9716486Z [ 53%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-11-23T00:59:40.0339702Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T00:59:40.0883743Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:40.1085023Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:40.1546480Z [ 53%] Built target sleefsse4 2022-11-23T00:59:40.1627371Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:40.1734231Z [ 54%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-11-23T00:59:40.1961820Z [ 54%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-11-23T00:59:40.2526154Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:40.3044816Z [ 54%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-11-23T00:59:40.3348075Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:40.3560462Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:40.3609082Z [ 54%] Built target sleefdetsse4 2022-11-23T00:59:40.3706087Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:40.4540910Z [ 54%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-11-23T00:59:40.4733883Z [ 54%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-11-23T00:59:40.4853665Z [ 54%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:59:40.5027356Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:40.5827771Z [ 54%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T00:59:40.5977417Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:40.6321293Z [ 54%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-11-23T00:59:40.6594026Z [ 54%] Built target sleefsse2 2022-11-23T00:59:40.6629853Z [ 54%] Built target sleefpurec_scalar 2022-11-23T00:59:40.6721425Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:59:40.6845101Z [ 54%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:59:40.7174727Z [ 54%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T00:59:40.7570942Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i8.o 2022-11-23T00:59:40.7800099Z [ 54%] Built target sleefdetsse2 2022-11-23T00:59:40.7919276Z [ 54%] Built target sleefdetpurec_scalar 2022-11-23T00:59:40.7926181Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u8.o 2022-11-23T00:59:40.7963618Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:59:40.7974188Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i32.o 2022-11-23T00:59:40.9114337Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:59:41.0087509Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:59:41.1002700Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:41.1713408Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:41.2553246Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:41.3424774Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:41.4253197Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:41.4993401Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:41.5871819Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:41.6795666Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:41.7646995Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:41.7722646Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:41.7888210Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:41.8524049Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u32.o 2022-11-23T00:59:41.8760247Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i64.o 2022-11-23T00:59:41.8847133Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:41.9755680Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:42.0602604Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:42.1485005Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:42.2549746Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:42.3370345Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:42.4243815Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:42.5215152Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:42.6107788Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:42.6257158Z [ 54%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:59:42.6469607Z [ 54%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T00:59:42.6742158Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:42.6958360Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u64.o 2022-11-23T00:59:42.7311387Z [ 55%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:59:42.7376487Z [ 55%] Built target sleefpurecfma_scalar 2022-11-23T00:59:42.7468894Z [ 55%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T00:59:42.7505424Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:42.8105233Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:42.8205468Z [ 55%] Built target sleefdetpurecfma_scalar 2022-11-23T00:59:42.8288182Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:42.8560169Z [ 55%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-11-23T00:59:42.9048099Z [ 55%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-11-23T00:59:42.9050091Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:42.9926134Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:43.0185074Z [ 55%] Built target dispsse_obj 2022-11-23T00:59:43.0243832Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:43.0455500Z [ 55%] Built target dispavx_obj 2022-11-23T00:59:43.0527783Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:43.0839231Z [ 55%] Linking CXX static library ../lib/libcaffe2_protos.a 2022-11-23T00:59:43.1162890Z [ 55%] Built target caffe2_protos 2022-11-23T00:59:43.1206217Z [ 55%] Running gen_proto.py on onnx/onnx-data.in.proto 2022-11-23T00:59:43.1234208Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:43.1310359Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f16.o 2022-11-23T00:59:43.1582789Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2022-11-23T00:59:43.1585501Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:59:43.1590140Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2022-11-23T00:59:43.1594453Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2022-11-23T00:59:43.1595507Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2022-11-23T00:59:43.1702526Z [ 55%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:59:43.2079956Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:43.2423812Z [ 55%] Built target gen_onnx_data_proto 2022-11-23T00:59:43.2597900Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f32.o 2022-11-23T00:59:43.2999681Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:43.3835235Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:43.4693033Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:43.5359122Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:43.5995627Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:43.6880826Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:43.7156646Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:43.7214918Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:43.7768150Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f64.o 2022-11-23T00:59:43.7927265Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_bf16.o 2022-11-23T00:59:43.8013882Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:43.8805052Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:43.9824022Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:44.0675909Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:44.1355077Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:44.2016836Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:44.2934214Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:59:44.3699896Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:44.4703419Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:59:44.5161049Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:59:44.5976779Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i8.o 2022-11-23T00:59:44.6482562Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:59:44.7124904Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:44.7483630Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:59:44.8094717Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u8.o 2022-11-23T00:59:44.8682133Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:59:44.9888846Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T00:59:45.0666091Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:45.1418874Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T00:59:45.1587031Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:45.2227631Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i32.o 2022-11-23T00:59:45.2468317Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-11-23T00:59:45.3611308Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-11-23T00:59:45.4739436Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-11-23T00:59:45.4845843Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T00:59:45.5774250Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u32.o 2022-11-23T00:59:45.6157627Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T00:59:45.6350237Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:59:45.7295764Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i64.o 2022-11-23T00:59:45.7454398Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T00:59:45.8602648Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-11-23T00:59:45.9624163Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-11-23T00:59:46.0835666Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-11-23T00:59:46.1950710Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T00:59:46.3336379Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-11-23T00:59:46.4221752Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-11-23T00:59:46.4399908Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u64.o 2022-11-23T00:59:46.5224439Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-11-23T00:59:46.6196896Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T00:59:46.6215021Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-11-23T00:59:46.7280780Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f16.o 2022-11-23T00:59:46.7631091Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T00:59:46.8562252Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-11-23T00:59:46.9545705Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T00:59:47.0764303Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-11-23T00:59:47.0821552Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f32.o 2022-11-23T00:59:47.1974039Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T00:59:47.3458023Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-11-23T00:59:47.4719897Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-11-23T00:59:47.5030607Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-11-23T00:59:47.5967031Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f64.o 2022-11-23T00:59:47.6222637Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-11-23T00:59:47.6299466Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_bf16.o 2022-11-23T00:59:47.7236738Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-11-23T00:59:47.8441827Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-11-23T00:59:47.9543881Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-11-23T00:59:48.0436160Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-11-23T00:59:48.1845220Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-11-23T00:59:48.2717069Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-11-23T00:59:48.3252959Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-11-23T00:59:48.3688934Z [ 56%] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-11-23T00:59:48.4110135Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2022-11-23T00:59:48.4120507Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:59:48.4125023Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2022-11-23T00:59:48.4131378Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2022-11-23T00:59:48.4133371Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2022-11-23T00:59:48.4267501Z [ 56%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:59:48.4510767Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-11-23T00:59:48.4817479Z [ 56%] Built target gen_onnx_operators_proto 2022-11-23T00:59:48.5156730Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-11-23T00:59:48.5432595Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-11-23T00:59:48.5565170Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-11-23T00:59:48.5920368Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i8.o 2022-11-23T00:59:48.6125632Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-11-23T00:59:48.6613179Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T00:59:48.6921743Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-11-23T00:59:48.7565567Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-11-23T00:59:48.7761113Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-11-23T00:59:48.8493732Z [ 56%] Linking C static library ../../lib/libsleef.a 2022-11-23T00:59:48.8881371Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T00:59:48.8919487Z [ 56%] Built target sleef 2022-11-23T00:59:48.9027939Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-11-23T00:59:48.9564080Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u8.o 2022-11-23T00:59:48.9859989Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i32.o 2022-11-23T00:59:49.0050407Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-11-23T00:59:49.1250460Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-11-23T00:59:49.2477973Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-11-23T00:59:49.3505512Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-11-23T00:59:49.4166031Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u32.o 2022-11-23T00:59:49.4607256Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-11-23T00:59:49.5184776Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i64.o 2022-11-23T00:59:49.5622693Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-11-23T00:59:49.6851786Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-11-23T00:59:49.8029825Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-11-23T00:59:49.9320255Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T00:59:50.0475555Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-11-23T00:59:50.1666232Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T00:59:50.2878448Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-11-23T00:59:50.4056535Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T00:59:50.5277558Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T00:59:50.6424717Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:59:50.7584264Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-11-23T00:59:50.8682125Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-11-23T00:59:50.9808767Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:51.1060618Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:51.2374795Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:51.3657000Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:51.4874585Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:51.5826686Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:51.7067314Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:51.8099544Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:51.8247678Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u64.o 2022-11-23T00:59:51.9089503Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:52.0409416Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:52.1044810Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:52.1801296Z [ 56%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-11-23T00:59:52.2397398Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:52.3006441Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:52.3565074Z [ 56%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-11-23T00:59:52.4411854Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:52.4474000Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:52.4769377Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:52.5697983Z [ 56%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-11-23T00:59:52.5782204Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:52.6274693Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f16.o 2022-11-23T00:59:52.6524698Z [ 56%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:59:52.7191731Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:52.7248863Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:52.8382033Z [ 56%] Linking CXX static library ../../lib/libonnx_proto.a 2022-11-23T00:59:52.8503023Z [ 56%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:59:52.8635324Z [ 56%] Built target onnx_proto 2022-11-23T00:59:52.8694804Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:52.8695850Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:53.0057508Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f32.o 2022-11-23T00:59:53.0106275Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:53.1363010Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:53.1596136Z [ 57%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:59:53.2327695Z [ 57%] Linking CXX executable ../bin/vec_test_all_types_DEFAULT 2022-11-23T00:59:53.2424157Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:53.3641488Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:53.4283045Z [ 57%] Built target vec_test_all_types_DEFAULT 2022-11-23T00:59:53.4350700Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:53.5124652Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f64.o 2022-11-23T00:59:53.5376300Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:53.6546514Z [ 57%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:59:53.6804396Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:53.7857257Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:53.9077587Z [ 57%] Linking CXX executable ../bin/vec_test_all_types_AVX2 2022-11-23T00:59:53.9223084Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:54.0276701Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:54.1541047Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:54.1665467Z [ 57%] Built target vec_test_all_types_AVX2 2022-11-23T00:59:54.1750376Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:54.2955278Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-11-23T00:59:54.3017922Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:54.4106740Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:54.5153364Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:54.6129941Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-11-23T00:59:54.6352406Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:54.7739161Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:54.9095913Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:54.9222146Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-11-23T00:59:55.0528104Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:55.1679912Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:55.1832565Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-11-23T00:59:55.2436881Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_bf16.o 2022-11-23T00:59:55.3062155Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:55.3370119Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-11-23T00:59:55.4410364Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:55.5253398Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-11-23T00:59:55.5846715Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:55.7037569Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:55.8458594Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:55.8838602Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-11-23T00:59:55.9721275Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:56.1084435Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:56.1506681Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-11-23T00:59:56.1819767Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-11-23T00:59:56.1923403Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:56.2369479Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-11-23T00:59:56.3071736Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-11-23T00:59:56.3422249Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:56.3834054Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:56.4723397Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-11-23T00:59:56.4724526Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-11-23T00:59:56.5044790Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:56.5757955Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:56.6310996Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:56.6674952Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-11-23T00:59:56.7265914Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-11-23T00:59:56.7651630Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:56.7691630Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-11-23T00:59:56.8163721Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:56.8909935Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i8.o 2022-11-23T00:59:56.9580873Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:57.0202047Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:57.0803478Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-11-23T00:59:57.0881457Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u8.o 2022-11-23T00:59:57.0913522Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:57.2208606Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:57.3518707Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:57.3537162Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-11-23T00:59:57.4841160Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:57.5826548Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-11-23T00:59:57.6137933Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:57.7441495Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:57.8582978Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-11-23T00:59:57.8684812Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:57.9987967Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:58.1069964Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-11-23T00:59:58.1266695Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:58.1306890Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i32.o 2022-11-23T00:59:58.2324733Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:58.3650230Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:58.4574994Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-11-23T00:59:58.5164990Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:58.6521861Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:58.7648902Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:58.7903426Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-11-23T00:59:58.8770095Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:58.9837957Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:59.0561073Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-11-23T00:59:59.0872931Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:59.2267758Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:59.2683475Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:59.3233394Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-11-23T00:59:59.3625617Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u32.o 2022-11-23T00:59:59.4120453Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:59.5543343Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:59.6109893Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-11-23T00:59:59.6764144Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:59.7755717Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:59.8997133Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:59.9283478Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-11-23T00:59:59.9612683Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-11-23T01:00:00.0285743Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:00.0666924Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-11-23T01:00:00.1672140Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:00.2441877Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:00:00.2818316Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i64.o 2022-11-23T01:00:00.2929119Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-11-23T01:00:00.3678632Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u64.o 2022-11-23T01:00:00.3795874Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:00.4864224Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:00.5872922Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:00:00.5932070Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-11-23T01:00:00.7030369Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:00.8071292Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:00.9076434Z [ 57%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-11-23T01:00:00.9193399Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T01:00:01.0541875Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:01.0762264Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:01.1644854Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f16.o 2022-11-23T01:00:01.2210741Z [ 58%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-11-23T01:00:01.2273148Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:00:01.3653637Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:01.5237809Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:01.5402921Z [ 58%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-11-23T01:00:01.6921206Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:00:01.8262237Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:01.9310174Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:02.0598372Z [ 58%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-11-23T01:00:02.0673797Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:02.2073829Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:02.3479839Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:02.3863649Z [ 58%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-11-23T01:00:02.5370904Z [ 58%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-11-23T01:00:02.6010354Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:02.6967757Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:02.9388713Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f32.o 2022-11-23T01:00:02.9654631Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:03.0310509Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:03.0536650Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:03.0761970Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f64.o 2022-11-23T01:00:03.1643576Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:03.3052444Z [ 58%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-11-23T01:00:03.3743492Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:03.7278906Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:03.8219224Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-11-23T01:00:03.8446077Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:03.9245125Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:03.9264604Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_bf16.o 2022-11-23T01:00:03.9682456Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-11-23T01:00:04.0567075Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:04.1133147Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:04.1923817Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:04.2223090Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-11-23T01:00:04.2571769Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-11-23T01:00:04.3125796Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:04.4279334Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:04.4987049Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:04.5413624Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-11-23T01:00:04.6086828Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:04.6299142Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:00:04.7357813Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-11-23T01:00:04.7613331Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:00:04.8546684Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T01:00:04.8917919Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-11-23T01:00:04.9893584Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T01:00:05.0404855Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:00:05.1166728Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:00:05.1432976Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i8.o 2022-11-23T01:00:05.1575299Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-11-23T01:00:05.2427132Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T01:00:05.3498284Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T01:00:05.4444267Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:00:05.5125490Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-11-23T01:00:05.5521382Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:00:05.6919751Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:00:05.6942696Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u8.o 2022-11-23T01:00:05.7051472Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:00:05.8169088Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:05.8557116Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-11-23T01:00:05.9233927Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:06.0371940Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:06.1223910Z [ 59%] Linking CXX static library ../../lib/libonnx.a 2022-11-23T01:00:06.1710136Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:06.1930347Z [ 59%] Built target onnx 2022-11-23T01:00:06.1998291Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:06.3033716Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:06.3971490Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-11-23T01:00:06.4013583Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:06.5292943Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:06.6286717Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:06.7161281Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-11-23T01:00:06.7290701Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:06.8136205Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i32.o 2022-11-23T01:00:06.8353499Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:06.9695151Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:07.0986601Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:07.2166203Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:07.3467334Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:07.4596375Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:07.4960706Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-11-23T01:00:07.5802621Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:07.7194333Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:07.7603353Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:07.8398008Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u32.o 2022-11-23T01:00:07.8585377Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-11-23T01:00:07.9058838Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:08.0164080Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:08.1551804Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:08.2870530Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:08.3890496Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:08.4301452Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-11-23T01:00:08.5303286Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:08.6659667Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:08.7091094Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-11-23T01:00:08.7725676Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:08.8577806Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:08.8598101Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-11-23T01:00:08.9042639Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-11-23T01:00:09.0028196Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:09.1432059Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:09.2787757Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:09.3346363Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i64.o 2022-11-23T01:00:09.3524639Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:09.4132484Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-11-23T01:00:09.4916468Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:09.5253668Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:09.6419826Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:09.6818066Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u64.o 2022-11-23T01:00:09.6863258Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:09.8125630Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:09.8704886Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-11-23T01:00:09.9236071Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:10.0524630Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:10.1868456Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:10.1921481Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-11-23T01:00:10.2882149Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:10.3971025Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:10.4764460Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:00:10.4765281Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f16.o 2022-11-23T01:00:10.5405953Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-11-23T01:00:10.5981749Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:00:10.7331296Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:00:10.8550546Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:00:10.9592808Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:00:11.0458655Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-11-23T01:00:11.0767864Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:00:11.1712256Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T01:00:11.2498165Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-11-23T01:00:11.2849269Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T01:00:11.4309542Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T01:00:11.5251499Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T01:00:11.5508084Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f32.o 2022-11-23T01:00:11.6367762Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T01:00:11.7722055Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T01:00:11.8669279Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-11-23T01:00:11.8998910Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T01:00:11.9207335Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T01:00:12.0257701Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f64.o 2022-11-23T01:00:12.0604914Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T01:00:12.1508036Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:00:12.1961890Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-11-23T01:00:12.2684532Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T01:00:12.3242881Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:00:12.4013506Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_bf16.o 2022-11-23T01:00:12.4481241Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T01:00:12.5685129Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:00:12.7455849Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T01:00:12.7896829Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-11-23T01:00:12.8532063Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T01:00:12.9485984Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-11-23T01:00:13.0627198Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-11-23T01:00:13.1886702Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-11-23T01:00:13.2833807Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-11-23T01:00:13.3899386Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-11-23T01:00:13.5390822Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-11-23T01:00:13.5575725Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-11-23T01:00:13.6724849Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-11-23T01:00:13.6947390Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-11-23T01:00:13.8338045Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-11-23T01:00:13.8738077Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-11-23T01:00:13.9426733Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T01:00:14.0366089Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-11-23T01:00:14.0522161Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T01:00:14.1429978Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-11-23T01:00:14.1694322Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-11-23T01:00:14.2941139Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T01:00:14.3164845Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T01:00:14.4057371Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T01:00:14.4734092Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T01:00:14.4788524Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T01:00:14.5225872Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i8.o 2022-11-23T01:00:14.5985771Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T01:00:14.7268930Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T01:00:14.8318000Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T01:00:14.8332690Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-11-23T01:00:14.9603776Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T01:00:15.0372864Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:00:15.0382373Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u8.o 2022-11-23T01:00:15.0701961Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T01:00:15.2010744Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-11-23T01:00:15.2028688Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:00:15.3162341Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T01:00:15.3259781Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-11-23T01:00:15.3791272Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:00:15.4737912Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-11-23T01:00:15.5034603Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T01:00:15.6008864Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T01:00:15.7072389Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:00:15.8087006Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:00:15.9478279Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:00:16.0861117Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:00:16.1005984Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-11-23T01:00:16.1843372Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:00:16.2842095Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:00:16.3179816Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i32.o 2022-11-23T01:00:16.3236310Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:00:16.4416903Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:00:16.5271437Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-11-23T01:00:16.5506040Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:00:16.7056338Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:00:16.8081383Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:00:16.8361824Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-11-23T01:00:16.9402197Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:00:17.0720197Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:00:17.0751977Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-11-23T01:00:17.2015490Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:00:17.3358539Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:17.3870684Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u32.o 2022-11-23T01:00:17.4211872Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-11-23T01:00:17.4726108Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:17.5247224Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:17.5778795Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-11-23T01:00:17.6635638Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:17.6921645Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:17.7963740Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:17.8317604Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i64.o 2022-11-23T01:00:17.9077949Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:17.9392500Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:18.0193288Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-11-23T01:00:18.0505895Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:18.1687115Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:18.2480980Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:18.2803041Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-11-23T01:00:18.3522227Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:18.4891972Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:18.6287778Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:18.6936179Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-11-23T01:00:18.7658318Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:18.9106077Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:18.9258184Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:18.9993441Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:19.0326828Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u64.o 2022-11-23T01:00:19.0539176Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-11-23T01:00:19.1276272Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:19.2358004Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:19.3642716Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:19.4844818Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:19.6018544Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-11-23T01:00:19.6218494Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:19.7536759Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:19.8841234Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:20.0126047Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:20.0618851Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f16.o 2022-11-23T01:00:20.0987244Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-11-23T01:00:20.1336038Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:20.1398019Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-11-23T01:00:20.2763801Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:20.4115198Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-11-23T01:00:20.4404089Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T01:00:20.5212875Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-11-23T01:00:20.5519253Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-11-23T01:00:20.5584341Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-11-23T01:00:20.6727847Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f32.o 2022-11-23T01:00:20.6875054Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-11-23T01:00:20.7895458Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-11-23T01:00:20.9188457Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-11-23T01:00:21.0021712Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-11-23T01:00:21.0275197Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-11-23T01:00:21.1300279Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-11-23T01:00:21.1351325Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-11-23T01:00:21.2323967Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-11-23T01:00:21.3580545Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-11-23T01:00:21.4684549Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-11-23T01:00:21.5550621Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-11-23T01:00:21.6762895Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-11-23T01:00:21.6783389Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f64.o 2022-11-23T01:00:21.7906035Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:21.8726300Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:21.8974911Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_bf16.o 2022-11-23T01:00:22.0182136Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:22.0269432Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-11-23T01:00:22.1220623Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:22.2532519Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:22.3181110Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-11-23T01:00:22.3856410Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:22.5209739Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:22.6592233Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:22.7799542Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:22.8236670Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-11-23T01:00:22.9074335Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:23.0346562Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:23.1424138Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:23.1983947Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:23.2736149Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:23.3753201Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:23.4164363Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-11-23T01:00:23.4872384Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:23.6121346Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:23.7151805Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:23.8178236Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:00:23.9295686Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:00:23.9907005Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-11-23T01:00:24.0309690Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T01:00:24.1319256Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:00:24.2242552Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:00:24.3244941Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:00:24.4262945Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T01:00:24.5444443Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:00:24.5640163Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-11-23T01:00:24.5805408Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-11-23T01:00:24.6426831Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-11-23T01:00:24.6521750Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-11-23T01:00:24.7491185Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T01:00:24.7630750Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-11-23T01:00:24.8925276Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-11-23T01:00:24.9126432Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T01:00:24.9998733Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-11-23T01:00:25.0559854Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-11-23T01:00:25.0790687Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-11-23T01:00:25.1524454Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-11-23T01:00:25.1853502Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T01:00:25.2826964Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-11-23T01:00:25.3205219Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-11-23T01:00:25.3431016Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-11-23T01:00:25.3508799Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u8.o 2022-11-23T01:00:25.3882605Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-11-23T01:00:25.3920621Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-11-23T01:00:25.4202794Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-11-23T01:00:25.4393279Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T01:00:25.5639255Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-11-23T01:00:25.6974500Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-11-23T01:00:25.7222426Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-11-23T01:00:25.7977228Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-11-23T01:00:25.8217289Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-11-23T01:00:25.8281834Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-11-23T01:00:25.9097500Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-11-23T01:00:26.0143758Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-11-23T01:00:26.1399625Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-11-23T01:00:26.1893145Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-11-23T01:00:26.3226590Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-11-23T01:00:26.4176549Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-11-23T01:00:26.5503662Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-11-23T01:00:26.6654081Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-11-23T01:00:26.6660533Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-11-23T01:00:26.6807986Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-11-23T01:00:26.7739751Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-11-23T01:00:26.7757138Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-11-23T01:00:26.8733687Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-11-23T01:00:26.9725626Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-11-23T01:00:27.0687191Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-11-23T01:00:27.1750899Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-11-23T01:00:27.2637290Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-11-23T01:00:27.3895768Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-11-23T01:00:27.4927416Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-11-23T01:00:27.4928375Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-11-23T01:00:27.5849513Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-11-23T01:00:27.6677147Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-11-23T01:00:27.7568103Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-11-23T01:00:27.8468612Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x8.c.o 2022-11-23T01:00:27.9297269Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x16.c.o 2022-11-23T01:00:28.0213081Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x24.c.o 2022-11-23T01:00:28.1131702Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-11-23T01:00:28.1538622Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x32.c.o 2022-11-23T01:00:28.2545373Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x40.c.o 2022-11-23T01:00:28.2561362Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u32.o 2022-11-23T01:00:28.2578216Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x48.c.o 2022-11-23T01:00:28.2600206Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i32.o 2022-11-23T01:00:28.3770717Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-11-23T01:00:28.4935254Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x64.c.o 2022-11-23T01:00:28.6289051Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x72.c.o 2022-11-23T01:00:28.7528067Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x80.c.o 2022-11-23T01:00:28.8244214Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-11-23T01:00:28.9073301Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x8.c.o 2022-11-23T01:00:29.0125448Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x16.c.o 2022-11-23T01:00:29.1029371Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x24.c.o 2022-11-23T01:00:29.2052393Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x32.c.o 2022-11-23T01:00:29.3055722Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x40.c.o 2022-11-23T01:00:29.3575916Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i64.o 2022-11-23T01:00:29.3962793Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x48.c.o 2022-11-23T01:00:29.4998250Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x56.c.o 2022-11-23T01:00:29.5340924Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-11-23T01:00:29.6005570Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x64.c.o 2022-11-23T01:00:29.7157703Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x72.c.o 2022-11-23T01:00:29.8311869Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x80.c.o 2022-11-23T01:00:29.9199511Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x8.c.o 2022-11-23T01:00:30.0030429Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x16.c.o 2022-11-23T01:00:30.0903795Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x24.c.o 2022-11-23T01:00:30.1837375Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x32.c.o 2022-11-23T01:00:30.2584445Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-11-23T01:00:30.2857612Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x40.c.o 2022-11-23T01:00:30.3636592Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i8.o 2022-11-23T01:00:30.3761363Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x48.c.o 2022-11-23T01:00:30.4705144Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x56.c.o 2022-11-23T01:00:30.5946751Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x64.c.o 2022-11-23T01:00:30.7237763Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x72.c.o 2022-11-23T01:00:30.8444713Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x80.c.o 2022-11-23T01:00:30.9582059Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-11-23T01:00:30.9722073Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-11-23T01:00:30.9897814Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-11-23T01:00:31.0829047Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-11-23T01:00:31.0963937Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-11-23T01:00:31.1792835Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-11-23T01:00:31.2407670Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u64.o 2022-11-23T01:00:31.2771297Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-11-23T01:00:31.4128071Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-11-23T01:00:31.5499380Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-11-23T01:00:31.6668686Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-11-23T01:00:31.8081741Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-11-23T01:00:31.9045060Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-11-23T01:00:31.9988261Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-11-23T01:00:32.0168282Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-11-23T01:00:32.1151424Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-11-23T01:00:32.2226477Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-11-23T01:00:32.3374952Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-11-23T01:00:32.3642649Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-11-23T01:00:32.3652587Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f16.o 2022-11-23T01:00:32.4827083Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-11-23T01:00:32.5979021Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-11-23T01:00:32.7183182Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-11-23T01:00:32.7601328Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-11-23T01:00:32.8148029Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-11-23T01:00:32.9383789Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T01:00:33.0342308Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T01:00:33.1542266Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T01:00:33.2689604Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-11-23T01:00:33.3856217Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T01:00:33.4571333Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-11-23T01:00:33.4690925Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f32.o 2022-11-23T01:00:33.5147189Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-11-23T01:00:33.6020415Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-11-23T01:00:33.6184890Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-11-23T01:00:33.7151009Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-11-23T01:00:33.7419201Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-11-23T01:00:33.8730106Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-11-23T01:00:33.9978084Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-11-23T01:00:34.0359398Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f64.o 2022-11-23T01:00:34.1564192Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-11-23T01:00:34.2609120Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-11-23T01:00:34.3336300Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-11-23T01:00:34.3885619Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-11-23T01:00:34.4768190Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-11-23T01:00:34.5267813Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-11-23T01:00:34.5738413Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-11-23T01:00:34.6933025Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x8.c.o 2022-11-23T01:00:34.8258479Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x16.c.o 2022-11-23T01:00:34.9554395Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x24.c.o 2022-11-23T01:00:35.0754618Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x32.c.o 2022-11-23T01:00:35.2032895Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-11-23T01:00:35.2450499Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-11-23T01:00:35.3244385Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x48.c.o 2022-11-23T01:00:35.4467539Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x56.c.o 2022-11-23T01:00:35.5657922Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x64.c.o 2022-11-23T01:00:35.6226601Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_bf16.o 2022-11-23T01:00:35.6649936Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x72.c.o 2022-11-23T01:00:35.6971417Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x80.c.o 2022-11-23T01:00:35.7930099Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x8.c.o 2022-11-23T01:00:35.8393519Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-11-23T01:00:35.8396565Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i8.o 2022-11-23T01:00:35.9210347Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x16.c.o 2022-11-23T01:00:36.0490839Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x24.c.o 2022-11-23T01:00:36.1653139Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x32.c.o 2022-11-23T01:00:36.1821195Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-11-23T01:00:36.2572300Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x40.c.o 2022-11-23T01:00:36.3857813Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x48.c.o 2022-11-23T01:00:36.4491446Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x56.c.o 2022-11-23T01:00:36.5084068Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-11-23T01:00:36.5606792Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x64.c.o 2022-11-23T01:00:36.6588369Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x72.c.o 2022-11-23T01:00:36.6962717Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-11-23T01:00:36.7763291Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x80.c.o 2022-11-23T01:00:36.8860902Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x8.c.o 2022-11-23T01:00:36.9181287Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x16.c.o 2022-11-23T01:00:36.9748307Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-11-23T01:00:37.0160256Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-11-23T01:00:37.0377961Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x24.c.o 2022-11-23T01:00:37.1147614Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x32.c.o 2022-11-23T01:00:37.1723272Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x40.c.o 2022-11-23T01:00:37.2265445Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u8.o 2022-11-23T01:00:37.3009136Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x48.c.o 2022-11-23T01:00:37.4362999Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x56.c.o 2022-11-23T01:00:37.5549084Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x64.c.o 2022-11-23T01:00:37.6709516Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-11-23T01:00:37.6956319Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x72.c.o 2022-11-23T01:00:37.8283527Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x80.c.o 2022-11-23T01:00:37.8579374Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-11-23T01:00:38.0656540Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-11-23T01:00:38.0793737Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-11-23T01:00:38.1820257Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-11-23T01:00:38.2075999Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i32.o 2022-11-23T01:00:38.3044398Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-11-23T01:00:38.4210084Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-11-23T01:00:38.5381715Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-11-23T01:00:38.6001556Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-11-23T01:00:38.6533557Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-11-23T01:00:38.7598982Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-11-23T01:00:38.8519691Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-11-23T01:00:38.9441167Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-11-23T01:00:39.0748176Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-div.c.o 2022-11-23T01:00:39.0976451Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-11-23T01:00:39.1781113Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2022-11-23T01:00:39.2933517Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2022-11-23T01:00:39.4043175Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2022-11-23T01:00:39.4626046Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-11-23T01:00:39.4980603Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-11-23T01:00:39.4996012Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-11-23T01:00:39.6142401Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-11-23T01:00:39.7208369Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-11-23T01:00:39.8310193Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-div.c.o 2022-11-23T01:00:39.8959106Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2022-11-23T01:00:39.9413923Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u32.o 2022-11-23T01:00:40.0124635Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2022-11-23T01:00:40.1194345Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2022-11-23T01:00:40.1575911Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-11-23T01:00:40.2124191Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-11-23T01:00:40.2405695Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-11-23T01:00:40.3086930Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-11-23T01:00:40.4060360Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-11-23T01:00:40.5152191Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:40.6419552Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:40.6765914Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-11-23T01:00:40.7205204Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-11-23T01:00:40.7495964Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:00:40.8554594Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:00:40.9565188Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:00:41.0650570Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:41.1024753Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:00:41.1332802Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:00:41.1403479Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-11-23T01:00:41.1925617Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-11-23T01:00:41.2183600Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i64.o 2022-11-23T01:00:41.2407926Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:00:41.3604176Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:41.4523468Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:41.5257878Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u64.o 2022-11-23T01:00:41.5279532Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:41.5959138Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-11-23T01:00:41.6368639Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:00:41.7606722Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:00:41.8804205Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:00:41.9465731Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-11-23T01:00:42.0050994Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:42.1276350Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:00:42.2517304Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:00:42.3509038Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-11-23T01:00:42.3747264Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:00:42.5540044Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f16.o 2022-11-23T01:00:42.5823733Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:42.6915964Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-11-23T01:00:42.7122342Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-11-23T01:00:42.7252534Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:42.8562971Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:00:42.9904441Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:43.0575952Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:00:43.0998170Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-11-23T01:00:43.2031074Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:43.2212679Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:00:43.3574066Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2022-11-23T01:00:43.3756318Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:43.4875441Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:43.4973976Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:43.6044664Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-11-23T01:00:43.6345497Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:43.7671343Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:43.8260606Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:00:43.8265641Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-11-23T01:00:43.8803788Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-11-23T01:00:43.9619809Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:00:43.9977328Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:00:44.0811397Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:44.1176544Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-11-23T01:00:44.2126641Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:00:44.3171900Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:00:44.3434125Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-11-23T01:00:44.3503471Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-11-23T01:00:44.3547815Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-11-23T01:00:44.3796984Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f32.o 2022-11-23T01:00:44.4365713Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:00:44.5745802Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:44.5776767Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:44.6633719Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f64.o 2022-11-23T01:00:44.7300652Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:44.7562654Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:00:44.8229679Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-11-23T01:00:44.8477822Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-11-23T01:00:44.8689828Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:00:44.9932822Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:00:45.1189438Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:45.1645172Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:00:45.2256522Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-11-23T01:00:45.2315497Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-11-23T01:00:45.2784576Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:00:45.4248143Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:00:45.5524321Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:45.6073576Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-11-23T01:00:45.6504219Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T01:00:45.7069265Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:00:45.7088985Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_bf16.o 2022-11-23T01:00:45.8198106Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T01:00:45.9242448Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:00:45.9903141Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-11-23T01:00:46.0304068Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.1096660Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.1131110Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i8.o 2022-11-23T01:00:46.1681333Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.2307459Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-11-23T01:00:46.2943313Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.4143308Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.4323089Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u8.o 2022-11-23T01:00:46.5216854Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.5369846Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-11-23T01:00:46.6205880Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.7143877Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.8430285Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.9010016Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-11-23T01:00:46.9730425Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:00:47.0636738Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:00:47.1673672Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T01:00:47.2815216Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i32.o 2022-11-23T01:00:47.2829099Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-11-23T01:00:47.2843871Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T01:00:47.3053729Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:00:47.4191544Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:00:47.5085477Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T01:00:47.5971704Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T01:00:47.6582450Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-11-23T01:00:47.6858267Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:47.7765783Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:47.8733069Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:47.9647010Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:48.0180643Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-11-23T01:00:48.0755071Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:48.2151357Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:48.3491647Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T01:00:48.4187911Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u32.o 2022-11-23T01:00:48.4443033Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-11-23T01:00:48.4515739Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:00:48.5767805Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T01:00:48.6741161Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:00:48.8141970Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:48.9224804Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:48.9562035Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-11-23T01:00:49.0359119Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:49.1361967Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:49.2635110Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:49.3964374Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:49.4389521Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-11-23T01:00:49.5248151Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:00:49.6902224Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:00:49.7224460Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:00:49.8184937Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-11-23T01:00:49.8247219Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i64.o 2022-11-23T01:00:49.8478704Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:00:49.9517432Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-11-23T01:00:49.9520563Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u64.o 2022-11-23T01:00:50.0456260Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-11-23T01:00:50.0690624Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-11-23T01:00:50.1801599Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-11-23T01:00:50.3014704Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T01:00:50.3428263Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-11-23T01:00:50.4194086Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-11-23T01:00:50.5283414Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T01:00:50.6268660Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-11-23T01:00:50.7376098Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T01:00:50.7847237Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-11-23T01:00:50.8339436Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-11-23T01:00:50.9599094Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T01:00:50.9660338Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-11-23T01:00:51.1064306Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-11-23T01:00:51.2142628Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T01:00:51.2258616Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-11-23T01:00:51.3363569Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-11-23T01:00:51.3603358Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-11-23T01:00:51.4524681Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-11-23T01:00:51.4723841Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-11-23T01:00:51.6046077Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-11-23T01:00:51.6558897Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f16.o 2022-11-23T01:00:51.6965436Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-11-23T01:00:51.7132281Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-11-23T01:00:51.8193292Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-11-23T01:00:51.9541557Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-11-23T01:00:52.0290789Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-11-23T01:00:52.0690816Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-11-23T01:00:52.1016698Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:52.1966263Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-11-23T01:00:52.2394140Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:52.3069871Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:52.3411010Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-11-23T01:00:52.4404075Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:52.5765524Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:52.6088075Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:52.6244539Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-11-23T01:00:52.7046463Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-11-23T01:00:52.7394671Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:52.8645233Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:52.9649238Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:53.0513045Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:53.0870883Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f32.o 2022-11-23T01:00:53.1012391Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:53.2042579Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:53.2880907Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f64.o 2022-11-23T01:00:53.2882030Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:53.4042076Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:53.4551191Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-11-23T01:00:53.5319433Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:53.6767749Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:53.8037824Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:53.9271899Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:53.9530386Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-11-23T01:00:54.0243223Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T01:00:54.1361767Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-11-23T01:00:54.2510753Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-11-23T01:00:54.3201676Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_bf16.o 2022-11-23T01:00:54.3704862Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-11-23T01:00:54.5004148Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:00:54.6194405Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-11-23T01:00:54.6220846Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-11-23T01:00:54.7348804Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:00:54.8602478Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-11-23T01:00:54.9797929Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-11-23T01:00:55.1382925Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:00:55.1712194Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-11-23T01:00:55.2367379Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-11-23T01:00:55.3549643Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-11-23T01:00:55.4713450Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-11-23T01:00:55.4751125Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:00:55.5834366Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-11-23T01:00:55.6040117Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-11-23T01:00:55.6484263Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-11-23T01:00:55.7359587Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-11-23T01:00:55.7686555Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:00:55.9031450Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-11-23T01:00:56.0309675Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:00:56.1567897Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-11-23T01:00:56.2136118Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-11-23T01:00:56.2905258Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:00:56.3002801Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i8.o 2022-11-23T01:00:56.4085443Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-11-23T01:00:56.4508235Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-11-23T01:00:56.5186839Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-11-23T01:00:56.5201386Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-11-23T01:00:56.5217992Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u8.o 2022-11-23T01:00:56.6531520Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:00:56.7763525Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc2.c.o 2022-11-23T01:00:56.8886306Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc4.c.o 2022-11-23T01:00:57.0030668Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128.c.o 2022-11-23T01:00:57.0326720Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-11-23T01:00:57.1053247Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144-acc3.c.o 2022-11-23T01:00:57.1926565Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144.c.o 2022-11-23T01:00:57.3044267Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc2.c.o 2022-11-23T01:00:57.4212202Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc5.c.o 2022-11-23T01:00:57.5275889Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160.c.o 2022-11-23T01:00:57.6160978Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i32.o 2022-11-23T01:00:57.6501027Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc2.c.o 2022-11-23T01:00:57.6841868Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-11-23T01:00:57.7895794Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc3.c.o 2022-11-23T01:00:57.9103265Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc6.c.o 2022-11-23T01:00:58.0368530Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192.c.o 2022-11-23T01:00:58.1540557Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-11-23T01:00:58.2638290Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-11-23T01:00:58.2673911Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-11-23T01:00:58.3599409Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T01:00:58.4754139Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-11-23T01:00:58.5749780Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T01:00:58.6949108Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-11-23T01:00:58.8163439Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T01:00:58.9371167Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-11-23T01:00:58.9606188Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-11-23T01:00:59.0469241Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T01:00:59.1676087Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-11-23T01:00:59.2885054Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T01:00:59.2945824Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u32.o 2022-11-23T01:00:59.3834691Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-11-23T01:00:59.4202125Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-11-23T01:00:59.4980762Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T01:00:59.6186483Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-11-23T01:00:59.7287008Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T01:00:59.7880530Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-11-23T01:00:59.8607926Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T01:00:59.9061776Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-11-23T01:00:59.9885933Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T01:01:00.0226427Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-11-23T01:01:00.0652312Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-11-23T01:01:00.1061865Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-11-23T01:01:00.1214655Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T01:01:00.2265824Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-11-23T01:01:00.2348770Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-11-23T01:01:00.4105547Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i64.o 2022-11-23T01:01:00.4949314Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T01:01:00.6215155Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-11-23T01:01:00.7254034Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T01:01:00.7728873Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-11-23T01:01:00.8406404Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-11-23T01:01:00.8959423Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u64.o 2022-11-23T01:01:00.8965786Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T01:01:01.0206232Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-11-23T01:01:01.1446032Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T01:01:01.2607066Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-11-23T01:01:01.3112498Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-11-23T01:01:01.3798648Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T01:01:01.4845186Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-11-23T01:01:01.6019151Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T01:01:01.7180411Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T01:01:01.8327977Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-11-23T01:01:01.8836925Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-11-23T01:01:01.9355834Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x16.c.o 2022-11-23T01:01:01.9526112Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f16.o 2022-11-23T01:01:02.0621535Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x32.c.o 2022-11-23T01:01:02.1885547Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x48.c.o 2022-11-23T01:01:02.2880603Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f32.o 2022-11-23T01:01:02.3317015Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-11-23T01:01:02.4644529Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x80.c.o 2022-11-23T01:01:02.4759895Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-11-23T01:01:02.5819129Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x96.c.o 2022-11-23T01:01:02.7215880Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x112.c.o 2022-11-23T01:01:02.8456305Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x128.c.o 2022-11-23T01:01:02.9727333Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x16.c.o 2022-11-23T01:01:03.0910090Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x32.c.o 2022-11-23T01:01:03.2275642Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x48.c.o 2022-11-23T01:01:03.2909852Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-11-23T01:01:03.3536362Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x64.c.o 2022-11-23T01:01:03.3853017Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x80.c.o 2022-11-23T01:01:03.4593306Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-11-23T01:01:03.5466605Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x96.c.o 2022-11-23T01:01:03.6712229Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x112.c.o 2022-11-23T01:01:03.7364072Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x128.c.o 2022-11-23T01:01:03.7988805Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T01:01:03.8374077Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-11-23T01:01:03.8668423Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T01:01:03.9324005Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-11-23T01:01:03.9646859Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-11-23T01:01:04.0267366Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f64.o 2022-11-23T01:01:04.0964161Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-11-23T01:01:04.1992797Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-11-23T01:01:04.2285728Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-11-23T01:01:04.3183109Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T01:01:04.4471948Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-11-23T01:01:04.5789183Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T01:01:04.6164015Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-11-23T01:01:04.7339882Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T01:01:04.7851020Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-11-23T01:01:04.8667025Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-11-23T01:01:04.9930734Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T01:01:05.1300173Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-11-23T01:01:05.2485673Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T01:01:05.3581939Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T01:01:05.3763438Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_bf16.o 2022-11-23T01:01:05.3777950Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T01:01:05.3868910Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-11-23T01:01:05.4030526Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-11-23T01:01:05.4735602Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-11-23T01:01:05.5037734Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T01:01:05.6307176Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T01:01:05.7259604Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T01:01:05.8380256Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T01:01:05.9557748Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:01:06.0860180Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:01:06.0944012Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:01:06.1247654Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T01:01:06.1750794Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-11-23T01:01:06.2075702Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-11-23T01:01:06.2234056Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-11-23T01:01:06.2277615Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:01:06.3753279Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T01:01:06.4971382Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T01:01:06.5539684Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T01:01:06.6283292Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i8.o 2022-11-23T01:01:06.6520358Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T01:01:06.7730000Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T01:01:06.8677646Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-11-23T01:01:06.8726363Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T01:01:06.9560161Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u8.o 2022-11-23T01:01:06.9573449Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T01:01:07.0576874Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:01:07.1518199Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:01:07.2441937Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:01:07.3597771Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T01:01:07.4746103Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:01:07.5204798Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-11-23T01:01:07.5803040Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x16.c.o 2022-11-23T01:01:07.6662261Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x32.c.o 2022-11-23T01:01:07.7519212Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x48.c.o 2022-11-23T01:01:07.8476138Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x64.c.o 2022-11-23T01:01:07.9574835Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x80.c.o 2022-11-23T01:01:07.9828125Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i32.o 2022-11-23T01:01:08.0736074Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x96.c.o 2022-11-23T01:01:08.1969151Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x112.c.o 2022-11-23T01:01:08.3282305Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x128.c.o 2022-11-23T01:01:08.4616856Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x16.c.o 2022-11-23T01:01:08.4663438Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-11-23T01:01:08.5806638Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x32.c.o 2022-11-23T01:01:08.6998397Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x48.c.o 2022-11-23T01:01:08.8146476Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x64.c.o 2022-11-23T01:01:08.9466878Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x80.c.o 2022-11-23T01:01:09.0784428Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x96.c.o 2022-11-23T01:01:09.1437623Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-11-23T01:01:09.1810017Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x112.c.o 2022-11-23T01:01:09.3031263Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x128.c.o 2022-11-23T01:01:09.4263946Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x16.c.o 2022-11-23T01:01:09.5544901Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x32.c.o 2022-11-23T01:01:09.6736862Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x48.c.o 2022-11-23T01:01:09.7502690Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-11-23T01:01:09.7941211Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x64.c.o 2022-11-23T01:01:09.8872706Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x80.c.o 2022-11-23T01:01:09.9643925Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x96.c.o 2022-11-23T01:01:09.9986795Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u32.o 2022-11-23T01:01:10.0756021Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x112.c.o 2022-11-23T01:01:10.1482194Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x128.c.o 2022-11-23T01:01:10.2030890Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-11-23T01:01:10.2366016Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-11-23T01:01:10.2724153Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x16.c.o 2022-11-23T01:01:10.3927861Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x32.c.o 2022-11-23T01:01:10.4538726Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x48.c.o 2022-11-23T01:01:10.5004229Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x64.c.o 2022-11-23T01:01:10.5769347Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-11-23T01:01:10.6367935Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x80.c.o 2022-11-23T01:01:10.7433864Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x96.c.o 2022-11-23T01:01:10.8287623Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x112.c.o 2022-11-23T01:01:10.8754801Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-11-23T01:01:10.9206003Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i64.o 2022-11-23T01:01:10.9449097Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x128.c.o 2022-11-23T01:01:11.0650491Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x16.c.o 2022-11-23T01:01:11.0811229Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x32.c.o 2022-11-23T01:01:11.1925629Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u64.o 2022-11-23T01:01:11.2006027Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x48.c.o 2022-11-23T01:01:11.2441537Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-11-23T01:01:11.3535109Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x80.c.o 2022-11-23T01:01:11.4596981Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x96.c.o 2022-11-23T01:01:11.5580273Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-11-23T01:01:11.5654413Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x112.c.o 2022-11-23T01:01:11.6872876Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x128.c.o 2022-11-23T01:01:11.8019710Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x16.c.o 2022-11-23T01:01:11.9207370Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x32.c.o 2022-11-23T01:01:12.0425072Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x48.c.o 2022-11-23T01:01:12.0544199Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-11-23T01:01:12.1709654Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x64.c.o 2022-11-23T01:01:12.2906184Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x80.c.o 2022-11-23T01:01:12.3124418Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f16.o 2022-11-23T01:01:12.4101691Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x96.c.o 2022-11-23T01:01:12.5340115Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x112.c.o 2022-11-23T01:01:12.6232223Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-11-23T01:01:12.6541328Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x128.c.o 2022-11-23T01:01:12.7784613Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-11-23T01:01:12.9042514Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-11-23T01:01:13.0209608Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-11-23T01:01:13.1652506Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-11-23T01:01:13.2077012Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-11-23T01:01:13.2921801Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f32.o 2022-11-23T01:01:13.3285390Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-11-23T01:01:13.3799759Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-11-23T01:01:13.4512260Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-11-23T01:01:13.5473987Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-11-23T01:01:13.6672312Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T01:01:13.7945816Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-11-23T01:01:13.8449491Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T01:01:13.9019720Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-11-23T01:01:13.9766077Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-11-23T01:01:14.0316313Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T01:01:14.0402559Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-11-23T01:01:14.1096609Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm-scalef.c.o 2022-11-23T01:01:14.1443399Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-11-23T01:01:14.1610079Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm.c.o 2022-11-23T01:01:14.2419118Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2022-11-23T01:01:14.2886716Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2.c.o 2022-11-23T01:01:14.3786495Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-11-23T01:01:14.4228688Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f64.o 2022-11-23T01:01:14.4981622Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-11-23T01:01:14.6124016Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-lut16-p3-perm.c.o 2022-11-23T01:01:14.7325624Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-11-23T01:01:14.7623434Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-11-23T01:01:14.8189284Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-11-23T01:01:14.8245154Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-11-23T01:01:14.8645671Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2022-11-23T01:01:14.9808359Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2022-11-23T01:01:15.1056219Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-11-23T01:01:15.2345785Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2022-11-23T01:01:15.3481303Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2022-11-23T01:01:15.4111017Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-11-23T01:01:15.4481489Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-11-23T01:01:15.4742822Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2022-11-23T01:01:15.5010658Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-11-23T01:01:15.5066860Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2022-11-23T01:01:15.5782033Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-11-23T01:01:15.6165697Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-11-23T01:01:15.7354186Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-div.c.o 2022-11-23T01:01:15.8606513Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma.c.o 2022-11-23T01:01:15.9334340Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2022-11-23T01:01:15.9730441Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-11-23T01:01:16.0040604Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-11-23T01:01:16.0610183Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2022-11-23T01:01:16.1730139Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2022-11-23T01:01:16.2465815Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-11-23T01:01:16.2804365Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-11-23T01:01:16.4081079Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2022-11-23T01:01:16.5196173Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2022-11-23T01:01:16.6185523Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-11-23T01:01:16.6406417Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-11-23T01:01:16.6486679Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2022-11-23T01:01:16.7587744Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-11-23T01:01:16.7681012Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2022-11-23T01:01:16.8909999Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-11-23T01:01:16.8928305Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-div.c.o 2022-11-23T01:01:16.9748071Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma.c.o 2022-11-23T01:01:17.0109229Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-11-23T01:01:17.0121105Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-11-23T01:01:17.0805398Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2022-11-23T01:01:17.2083094Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-11-23T01:01:17.3058826Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-11-23T01:01:17.3339688Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-11-23T01:01:17.3918816Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_bf16.o 2022-11-23T01:01:17.4225543Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-11-23T01:01:17.4396969Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:01:17.5282309Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i8.o 2022-11-23T01:01:17.5659716Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:01:17.6665204Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:01:17.8043588Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:01:17.8607302Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:01:17.9436733Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:01:17.9484061Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-11-23T01:01:17.9713856Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-11-23T01:01:18.0307807Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T01:01:18.0856610Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u8.o 2022-11-23T01:01:18.1405450Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:01:18.2632605Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:01:18.3910566Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:01:18.5090472Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T01:01:18.5561792Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:01:18.6256935Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-11-23T01:01:18.6275736Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-11-23T01:01:18.6579600Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:01:18.7827288Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:01:18.9137506Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:01:19.0473566Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:01:19.1058716Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:19.1664465Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i32.o 2022-11-23T01:01:19.2070462Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-11-23T01:01:19.2352207Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:19.3651255Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:19.5042555Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:19.6369598Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:19.7667277Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:19.9051356Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:19.9941578Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-11-23T01:01:20.0399963Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:20.1403918Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:01:20.2725193Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:01:20.3872086Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:01:20.5203724Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:01:20.5434486Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-11-23T01:01:20.6445737Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:01:20.7845641Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:01:20.9040782Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T01:01:21.0255480Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:01:21.1451232Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:21.2124071Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u32.o 2022-11-23T01:01:21.2559063Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:21.2822936Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-11-23T01:01:21.3836113Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-11-23T01:01:21.3902202Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:21.5228220Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:21.7453421Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:21.8918493Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:22.0016400Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:22.0061775Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-11-23T01:01:22.0345933Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:22.1207795Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-11-23T01:01:22.1599605Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:01:22.2925578Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:01:22.3526730Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-11-23T01:01:22.4222375Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:01:22.5548621Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:01:22.5589087Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:01:22.6991000Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i64.o 2022-11-23T01:01:22.7274783Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:01:22.7773602Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-11-23T01:01:22.8692792Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:01:22.9898943Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:01:22.9991835Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:01:23.0937291Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-11-23T01:01:23.0962108Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:01:23.2018824Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T01:01:23.3290534Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:01:23.3661915Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-11-23T01:01:23.4280206Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:23.5438343Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:23.6555238Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:23.6799249Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:23.7398337Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-11-23T01:01:23.7648423Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-11-23T01:01:23.7936817Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:23.9244066Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:24.0536618Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:24.0933415Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:24.0956493Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u64.o 2022-11-23T01:01:24.1926870Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:01:24.2362392Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-11-23T01:01:24.3264125Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:01:24.3602798Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:01:24.3782114Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:01:24.4234046Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-11-23T01:01:24.4765032Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T01:01:24.5099017Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-11-23T01:01:24.5996639Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-11-23T01:01:24.6404816Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-11-23T01:01:24.7503641Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-11-23T01:01:24.8868264Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T01:01:24.9386631Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T01:01:25.0041017Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T01:01:25.0665752Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T01:01:25.1194083Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T01:01:25.1735943Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T01:01:25.2279270Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T01:01:25.2924002Z [ 73%] Built target all_microkernels 2022-11-23T01:01:25.2980973Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-11-23T01:01:25.4603525Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-11-23T01:01:25.9868944Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-11-23T01:01:26.4200725Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-11-23T01:01:26.6820032Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_bf16.o 2022-11-23T01:01:26.6833794Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-11-23T01:01:27.1974923Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-11-23T01:01:27.6873793Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-11-23T01:01:27.9218437Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i8.o 2022-11-23T01:01:27.9251156Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f64.o 2022-11-23T01:01:27.9298380Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f32.o 2022-11-23T01:01:27.9344146Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f16.o 2022-11-23T01:01:28.2377604Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-11-23T01:01:28.8081772Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-11-23T01:01:29.2883405Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-11-23T01:01:29.9813102Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-11-23T01:01:30.7943604Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-11-23T01:01:30.9858669Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-11-23T01:01:31.1151761Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-11-23T01:01:31.4373178Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-11-23T01:01:31.4437433Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-11-23T01:01:31.5244539Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u8.o 2022-11-23T01:01:31.7435306Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i32.o 2022-11-23T01:01:31.7753161Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-11-23T01:01:32.0653137Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u32.o 2022-11-23T01:01:32.2236538Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-11-23T01:01:32.5145806Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i64.o 2022-11-23T01:01:32.6620802Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-11-23T01:01:32.9754753Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u64.o 2022-11-23T01:01:33.2862762Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-11-23T01:01:33.7412930Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-11-23T01:01:34.4173839Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-11-23T01:01:35.0383758Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-11-23T01:01:35.0666549Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f16.o 2022-11-23T01:01:35.6085994Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-11-23T01:01:35.7288510Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-11-23T01:01:35.7295501Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f32.o 2022-11-23T01:01:36.0006939Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-11-23T01:01:36.0109265Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-11-23T01:01:36.1972360Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f64.o 2022-11-23T01:01:36.7170612Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-11-23T01:01:36.9226846Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-11-23T01:01:37.4434973Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-11-23T01:01:37.5763247Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i8.o 2022-11-23T01:01:38.0501227Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-11-23T01:01:38.5832480Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_bf16.o 2022-11-23T01:01:38.6195485Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-11-23T01:01:38.6394819Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u8.o 2022-11-23T01:01:38.8392713Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-11-23T01:01:39.0315052Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i32.o 2022-11-23T01:01:39.0684119Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-11-23T01:01:39.3803422Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u32.o 2022-11-23T01:01:39.7009549Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-11-23T01:01:40.2425528Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-11-23T01:01:40.8988091Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-11-23T01:01:41.5774730Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-11-23T01:01:41.6534620Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-11-23T01:01:42.2662118Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i64.o 2022-11-23T01:01:42.3365096Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-11-23T01:01:42.3466366Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u64.o 2022-11-23T01:01:42.9447235Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-11-23T01:01:43.0066935Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f16.o 2022-11-23T01:01:43.1637124Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-11-23T01:01:43.6327988Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f32.o 2022-11-23T01:01:43.8138455Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-11-23T01:01:44.3627245Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-11-23T01:01:44.7841264Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-11-23T01:01:44.8494550Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f64.o 2022-11-23T01:01:45.4707022Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-11-23T01:01:45.5622114Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T01:01:45.5826387Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_bf16.o 2022-11-23T01:01:45.7833391Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-11-23T01:01:45.8564119Z Compiling functions.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/functions.o 2022-11-23T01:01:45.9196080Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-11-23T01:01:46.3226860Z Compiling onerank_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/onerank_reduce.o 2022-11-23T01:01:46.4696320Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T01:01:46.6798137Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T01:01:46.6831219Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-11-23T01:01:47.2726199Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-11-23T01:01:47.3243036Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-11-23T01:01:47.3645482Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-11-23T01:01:47.4600625Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2022-11-23T01:01:47.5669291Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-11-23T01:01:47.8726544Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-11-23T01:01:47.9545241Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-11-23T01:01:48.0059939Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-11-23T01:01:48.2761664Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-11-23T01:01:48.3686213Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-11-23T01:01:48.5151406Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-11-23T01:01:48.7507363Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-11-23T01:01:48.7533870Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-11-23T01:01:48.9823460Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-11-23T01:01:49.0609596Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-11-23T01:01:49.1133252Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-11-23T01:01:49.4425228Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2022-11-23T01:01:49.5128087Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2022-11-23T01:01:49.7808362Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-11-23T01:01:49.8299830Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2022-11-23T01:01:49.9338499Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-11-23T01:01:50.1728713Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2022-11-23T01:01:50.2469044Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-11-23T01:01:50.4850613Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-11-23T01:01:50.5309247Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T01:01:50.5727141Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-11-23T01:01:50.8260338Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-11-23T01:01:50.8936279Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-11-23T01:01:50.9416508Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-11-23T01:01:50.9484139Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-11-23T01:01:51.2262168Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-11-23T01:01:51.6673967Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-11-23T01:01:51.7496432Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-11-23T01:01:51.7804440Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-11-23T01:01:51.8235333Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-11-23T01:01:51.9008621Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-11-23T01:01:52.4628580Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-11-23T01:01:52.5406423Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-11-23T01:01:52.5808017Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-11-23T01:01:52.5849607Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-11-23T01:01:52.7301524Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-11-23T01:01:53.2392120Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-11-23T01:01:53.3244632Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-11-23T01:01:53.4663386Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-11-23T01:01:53.5227245Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-11-23T01:01:53.6022250Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-11-23T01:01:53.7437207Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-11-23T01:01:54.0396398Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-11-23T01:01:54.0802326Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-11-23T01:01:54.1083228Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-11-23T01:01:54.3198391Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-11-23T01:01:54.5977964Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T01:01:54.7682641Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-11-23T01:01:54.9558380Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-11-23T01:01:55.0300158Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-11-23T01:01:55.0317277Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-11-23T01:01:55.2641524Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-11-23T01:01:55.5168655Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-11-23T01:01:55.5992291Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-11-23T01:01:55.7604231Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-11-23T01:01:56.2653020Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-11-23T01:01:56.3977300Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-11-23T01:01:56.5231600Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-11-23T01:01:56.5640722Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-11-23T01:01:56.8233237Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-11-23T01:01:56.8692415Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-11-23T01:01:57.3229719Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-11-23T01:01:57.3230544Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-11-23T01:01:57.4364072Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T01:01:57.5029013Z Archiving objects > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/colldevice.a 2022-11-23T01:01:57.5106969Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T01:01:57.5431094Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-11-23T01:01:57.6172708Z Linking libnccl.so.2.14.3 > /var/lib/jenkins/workspace/build/nccl/lib/libnccl.so.2.14.3 2022-11-23T01:01:58.2570476Z Archiving libnccl_static.a > /var/lib/jenkins/workspace/build/nccl/lib/libnccl_static.a 2022-11-23T01:01:58.2583277Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-11-23T01:01:58.2965955Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-11-23T01:01:58.3497044Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-11-23T01:01:58.4042634Z [ 75%] No install step for 'nccl_external' 2022-11-23T01:01:58.4226246Z [ 75%] Completed 'nccl_external' 2022-11-23T01:01:58.4481106Z [ 75%] Built target nccl_external 2022-11-23T01:01:58.4556132Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-11-23T01:01:58.5005629Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-11-23T01:01:58.7037335Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-11-23T01:01:59.0181257Z [ 75%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/nccl/gloo_cuda_generated_nccl.cu.o 2022-11-23T01:01:59.1909694Z [ 75%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda.cu.o 2022-11-23T01:01:59.3218556Z [ 75%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda_private.cu.o 2022-11-23T01:01:59.3578615Z [ 75%] Slimming NCCL 2022-11-23T01:01:59.4645622Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-11-23T01:01:59.4739044Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-11-23T01:01:59.8703005Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-11-23T01:02:00.1639016Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-11-23T01:02:00.2557943Z /var/lib/jenkins/workspace/build 2022-11-23T01:02:00.2717350Z [ 75%] Built target nccl_slim_external 2022-11-23T01:02:00.2807554Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-11-23T01:02:00.8849478Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-11-23T01:02:00.9046085Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-11-23T01:02:01.0693282Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-11-23T01:02:01.3991614Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-11-23T01:02:01.8086575Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-11-23T01:02:01.8525094Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-11-23T01:02:01.9165135Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-11-23T01:02:01.9698647Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-11-23T01:02:02.2002131Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-11-23T01:02:02.4557628Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-11-23T01:02:02.6050813Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-11-23T01:02:02.6522948Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-11-23T01:02:02.7029230Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-11-23T01:02:02.7685234Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-11-23T01:02:02.8204348Z [ 75%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_bcube.cc.o 2022-11-23T01:02:03.1751112Z [ 75%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_halving_doubling.cc.o 2022-11-23T01:02:03.2437067Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-11-23T01:02:03.2805767Z [ 75%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_local.cc.o 2022-11-23T01:02:03.4297148Z [ 75%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring.cc.o 2022-11-23T01:02:03.4640850Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-11-23T01:02:03.5031027Z [ 75%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring_chunked.cc.o 2022-11-23T01:02:03.5366210Z [ 75%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_broadcast_one_to_all.cc.o 2022-11-23T01:02:03.5486446Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-11-23T01:02:03.7440610Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-11-23T01:02:03.7924070Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-11-23T01:02:03.8192029Z [ 75%] Linking CXX static library ../../../lib/libgloo_cuda.a 2022-11-23T01:02:03.8460991Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-11-23T01:02:03.9123689Z [ 75%] Built target gloo_cuda 2022-11-23T01:02:03.9365932Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-11-23T01:02:04.1906156Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-11-23T01:02:04.2508523Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-11-23T01:02:04.5097339Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-11-23T01:02:04.5563849Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-11-23T01:02:04.6083091Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-11-23T01:02:04.6366675Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-11-23T01:02:04.8217457Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-11-23T01:02:04.9115041Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-11-23T01:02:05.0484063Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-11-23T01:02:05.1213420Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-11-23T01:02:05.3259817Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-11-23T01:02:05.3731953Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-11-23T01:02:05.4083702Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-11-23T01:02:05.4938121Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-11-23T01:02:05.5372638Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-11-23T01:02:05.5641155Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-11-23T01:02:05.7543873Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-11-23T01:02:05.7638161Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-11-23T01:02:05.8119916Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-11-23T01:02:05.8685002Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-11-23T01:02:05.9326600Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-11-23T01:02:06.0469668Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-11-23T01:02:06.1039154Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-11-23T01:02:06.2640604Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-11-23T01:02:06.5137966Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-11-23T01:02:06.5154503Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-11-23T01:02:06.5155454Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-11-23T01:02:06.7046698Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-11-23T01:02:06.7493695Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-11-23T01:02:06.8695715Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-11-23T01:02:07.1127229Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-11-23T01:02:07.1509267Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-11-23T01:02:07.3947073Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-11-23T01:02:07.5459893Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-11-23T01:02:07.6083698Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-11-23T01:02:07.6174189Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-11-23T01:02:07.8615891Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-11-23T01:02:07.9129017Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-11-23T01:02:08.1248178Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-11-23T01:02:08.1787906Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-11-23T01:02:08.2397790Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-11-23T01:02:08.2839478Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-11-23T01:02:08.5306145Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-11-23T01:02:08.5727008Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-11-23T01:02:08.7679233Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-11-23T01:02:08.8946445Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-11-23T01:02:09.0350736Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-11-23T01:02:09.0467534Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-11-23T01:02:09.2248622Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-11-23T01:02:09.2381500Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-11-23T01:02:09.3017877Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-11-23T01:02:09.3840884Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-11-23T01:02:09.4661412Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-11-23T01:02:09.5005724Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-11-23T01:02:09.6928916Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-11-23T01:02:09.7879067Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-11-23T01:02:09.8997080Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-11-23T01:02:09.9295614Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-11-23T01:02:09.9708375Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-11-23T01:02:10.1583789Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:10.2225432Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:10.8566512Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:10.8960631Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-11-23T01:02:10.9091251Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:11.0173217Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:11.0519098Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:11.2195871Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:11.4869441Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-11-23T01:02:11.5325014Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:11.7768108Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:11.9122418Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:12.0230934Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:12.0855191Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-11-23T01:02:12.1023284Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:12.4265045Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:12.4843412Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:12.5789574Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:12.6187478Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:12.6563091Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:12.7004648Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:12.9703178Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:13.0215026Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:13.0723826Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:13.2854565Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:13.5706282Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:13.5902165Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-11-23T01:02:13.6074937Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:13.6219871Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:13.6523273Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:14.1398070Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:14.1502307Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:14.1774964Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:14.2301863Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:14.2513627Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:14.2836934Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-11-23T01:02:14.7360194Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:14.7590981Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:14.7965921Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:14.8013312Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:14.8954304Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:15.4219066Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:15.4758975Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:15.6940085Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:15.7293604Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:15.8063401Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:15.8575663Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:15.9885230Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:02:16.0864341Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-11-23T01:02:16.1122038Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-11-23T01:02:16.3613072Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-11-23T01:02:16.4340396Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-11-23T01:02:16.4734285Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-11-23T01:02:16.4757882Z [ 77%] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-11-23T01:02:16.6085345Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-11-23T01:02:16.6409180Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-11-23T01:02:16.7041445Z /var/lib/jenkins/workspace/third_party/miniz-2.1.0/miniz.c:3157:9: note: #pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. 2022-11-23T01:02:16.7042408Z #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-11-23T01:02:16.7042830Z ^~~~~~~ 2022-11-23T01:02:16.7167090Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-11-23T01:02:16.7866762Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-11-23T01:02:16.7912158Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-11-23T01:02:16.8202397Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-11-23T01:02:16.8693805Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-11-23T01:02:16.9835513Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-11-23T01:02:16.9848221Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-11-23T01:02:17.0552142Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-11-23T01:02:17.0735695Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-11-23T01:02:17.0780275Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-11-23T01:02:17.1132371Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-11-23T01:02:17.2794809Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-11-23T01:02:17.3072233Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-11-23T01:02:17.4967972Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/decompose_silu.cpp.o 2022-11-23T01:02:17.8871869Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-11-23T01:02:17.9452946Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-11-23T01:02:17.9570824Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-11-23T01:02:18.0861953Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-11-23T01:02:18.1786624Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-11-23T01:02:18.3100967Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-11-23T01:02:18.4600363Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-11-23T01:02:18.7154500Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaKernel(const torch::jit::Node*)’: 2022-11-23T01:02:18.7159269Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:106:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-11-23T01:02:18.7160801Z }; 2022-11-23T01:02:18.7161263Z ^ 2022-11-23T01:02:18.7210230Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5:0, 2022-11-23T01:02:18.7211264Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-11-23T01:02:18.7212239Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-11-23T01:02:18.7213079Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-11-23T01:02:18.7213955Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h:3, 2022-11-23T01:02:18.7214917Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-11-23T01:02:18.7215975Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-11-23T01:02:18.7297134Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-11-23T01:02:18.7297679Z ^~~~~~~~~ 2022-11-23T01:02:18.7299057Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaGuardKernel(const torch::jit::Node*)’: 2022-11-23T01:02:18.7302314Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:171:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaGuardKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-11-23T01:02:18.7303587Z }; 2022-11-23T01:02:18.7303951Z ^ 2022-11-23T01:02:18.7305637Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5:0, 2022-11-23T01:02:18.7306456Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-11-23T01:02:18.7309611Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-11-23T01:02:18.7310338Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-11-23T01:02:18.7311214Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h:3, 2022-11-23T01:02:18.7312157Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-11-23T01:02:18.7313118Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-11-23T01:02:18.7314069Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-11-23T01:02:18.7314935Z ^~~~~~~~~ 2022-11-23T01:02:18.7443773Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-11-23T01:02:18.7458200Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-11-23T01:02:18.8003972Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-11-23T01:02:18.8307513Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-11-23T01:02:18.9110831Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-11-23T01:02:19.3612161Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-11-23T01:02:19.8438069Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-11-23T01:02:19.8443364Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-11-23T01:02:19.8898771Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-11-23T01:02:19.9166473Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-11-23T01:02:19.9842002Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-11-23T01:02:20.1092610Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-11-23T01:02:20.6482950Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-11-23T01:02:20.6699115Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-11-23T01:02:20.7483723Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-11-23T01:02:20.7590211Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-11-23T01:02:20.7612474Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-11-23T01:02:20.8365400Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-11-23T01:02:21.3505025Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-11-23T01:02:21.4182601Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-11-23T01:02:21.4961030Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-11-23T01:02:21.5716927Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-11-23T01:02:21.5962529Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-11-23T01:02:21.6454606Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-11-23T01:02:22.0168838Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-11-23T01:02:22.0776120Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-11-23T01:02:22.0913872Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-11-23T01:02:22.1822516Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-11-23T01:02:22.2226696Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-11-23T01:02:22.3450138Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-11-23T01:02:22.4492238Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-11-23T01:02:22.7829956Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-11-23T01:02:22.8132945Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-11-23T01:02:22.9088540Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-11-23T01:02:22.9315881Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-11-23T01:02:22.9318428Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-11-23T01:02:23.0744896Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-11-23T01:02:23.2697612Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-11-23T01:02:23.4677874Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-11-23T01:02:23.6136218Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-11-23T01:02:23.6178094Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-11-23T01:02:23.8544008Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-11-23T01:02:23.8984632Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-11-23T01:02:23.9566465Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-11-23T01:02:24.1237335Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-11-23T01:02:24.1280728Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-11-23T01:02:24.1882478Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-11-23T01:02:24.3531941Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-11-23T01:02:24.4027418Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-11-23T01:02:24.4095668Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-11-23T01:02:24.6837299Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-11-23T01:02:24.9026635Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-11-23T01:02:24.9812190Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-11-23T01:02:25.2360217Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-11-23T01:02:25.2748938Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-11-23T01:02:25.2800763Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-11-23T01:02:25.3684954Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-11-23T01:02:25.4935199Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-11-23T01:02:25.5181206Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-11-23T01:02:25.5443116Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-11-23T01:02:25.7445778Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-11-23T01:02:25.8004819Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-11-23T01:02:25.8471903Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-11-23T01:02:25.9096258Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-11-23T01:02:25.9195863Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-11-23T01:02:26.0105631Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-11-23T01:02:26.3241734Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-11-23T01:02:26.3564698Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-11-23T01:02:26.3701195Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-11-23T01:02:26.5140186Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-11-23T01:02:26.5768498Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-11-23T01:02:26.6933485Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-11-23T01:02:26.8023699Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-11-23T01:02:26.8496146Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-11-23T01:02:26.9487688Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-11-23T01:02:27.0589459Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-11-23T01:02:27.1923889Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-11-23T01:02:27.1986761Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-11-23T01:02:27.3043504Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-11-23T01:02:27.3747295Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-11-23T01:02:27.5098395Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-11-23T01:02:27.6117526Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-11-23T01:02:27.6844600Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-11-23T01:02:27.7954761Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-11-23T01:02:27.7999252Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-11-23T01:02:28.0339649Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-11-23T01:02:28.0724322Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-11-23T01:02:28.1514243Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-11-23T01:02:28.2628942Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-11-23T01:02:28.2989873Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-11-23T01:02:28.3857106Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-11-23T01:02:28.4742531Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-11-23T01:02:28.5066367Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-11-23T01:02:28.5081955Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-11-23T01:02:28.6095994Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-11-23T01:02:28.8664264Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-11-23T01:02:28.8665146Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-11-23T01:02:29.0066882Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-11-23T01:02:29.1162746Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-11-23T01:02:29.2430427Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-11-23T01:02:29.3418958Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-11-23T01:02:29.4400150Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-11-23T01:02:29.6429297Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-11-23T01:02:29.7292062Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-11-23T01:02:29.7317966Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-11-23T01:02:29.8126996Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-11-23T01:02:29.8607203Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-11-23T01:02:29.9899744Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-11-23T01:02:30.2414757Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-11-23T01:02:30.3891062Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-11-23T01:02:30.4286645Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-11-23T01:02:30.5046214Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-11-23T01:02:30.5369137Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-11-23T01:02:30.5722263Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-11-23T01:02:30.7274171Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-11-23T01:02:31.0026523Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-11-23T01:02:31.0706773Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-11-23T01:02:31.1125834Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-11-23T01:02:31.1427332Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-11-23T01:02:31.3326643Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-11-23T01:02:31.5872049Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-11-23T01:02:31.5873000Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-11-23T01:02:31.7051302Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-11-23T01:02:31.7077922Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-11-23T01:02:31.8811935Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-11-23T01:02:32.0450278Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-11-23T01:02:32.1136349Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-11-23T01:02:32.2448253Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-11-23T01:02:32.4200520Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-11-23T01:02:32.5537244Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-11-23T01:02:32.5815237Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-11-23T01:02:32.6710058Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-11-23T01:02:32.7389115Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-11-23T01:02:32.8286547Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-11-23T01:02:32.9577813Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-11-23T01:02:33.0870837Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-11-23T01:02:33.1462298Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-11-23T01:02:33.1527608Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-11-23T01:02:33.3706405Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-11-23T01:02:33.5057472Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-11-23T01:02:33.5291823Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-11-23T01:02:33.6432419Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-11-23T01:02:33.7430642Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-11-23T01:02:33.8830688Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-11-23T01:02:33.9147132Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-11-23T01:02:34.1647895Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-11-23T01:02:34.2820601Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-11-23T01:02:34.3083483Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-11-23T01:02:34.3835630Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-11-23T01:02:34.4320402Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-11-23T01:02:34.4856232Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-11-23T01:02:34.7050628Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-11-23T01:02:34.8098454Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-11-23T01:02:34.8346291Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-11-23T01:02:34.9056372Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-11-23T01:02:35.0047742Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-11-23T01:02:35.2340155Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-11-23T01:02:35.2686093Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-11-23T01:02:35.2801870Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-11-23T01:02:35.4258745Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-11-23T01:02:35.4335170Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-11-23T01:02:35.4596334Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-11-23T01:02:35.8029937Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-11-23T01:02:35.8235036Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-11-23T01:02:35.9125116Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-11-23T01:02:35.9418452Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-11-23T01:02:36.0385683Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-11-23T01:02:36.0805168Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-11-23T01:02:36.3248176Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-11-23T01:02:36.3893233Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-11-23T01:02:36.4202982Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-11-23T01:02:36.4677226Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-11-23T01:02:36.8396810Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-11-23T01:02:36.8716655Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-11-23T01:02:36.8757603Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-11-23T01:02:36.9478203Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-11-23T01:02:36.9700861Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-11-23T01:02:37.2340617Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-11-23T01:02:37.4108112Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-11-23T01:02:37.4374576Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-11-23T01:02:37.4903783Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-11-23T01:02:37.5242911Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-11-23T01:02:37.6759150Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-11-23T01:02:37.7146777Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-11-23T01:02:37.7805277Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-11-23T01:02:37.8971007Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-11-23T01:02:37.9471428Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-11-23T01:02:38.2501798Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-11-23T01:02:38.2551328Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-11-23T01:02:38.3310629Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-11-23T01:02:38.4860906Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-11-23T01:02:38.4919295Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-11-23T01:02:38.5568095Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-11-23T01:02:38.6003286Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-11-23T01:02:38.9161594Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-11-23T01:02:39.0318536Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-11-23T01:02:39.1141336Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-11-23T01:02:39.1686685Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-11-23T01:02:39.2607950Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-11-23T01:02:39.3232020Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-11-23T01:02:39.3390942Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-11-23T01:02:39.4374016Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-11-23T01:02:39.8338277Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-11-23T01:02:39.8444977Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-11-23T01:02:39.9694080Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-11-23T01:02:40.0244899Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-11-23T01:02:40.0673375Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-11-23T01:02:40.1478814Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-11-23T01:02:40.2085418Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-11-23T01:02:40.4809161Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-11-23T01:02:40.5993289Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-11-23T01:02:40.6443736Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-11-23T01:02:40.7265214Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-11-23T01:02:41.0628384Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-11-23T01:02:41.2691205Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-11-23T01:02:41.3175940Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-11-23T01:02:41.3460097Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-11-23T01:02:41.4873079Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-11-23T01:02:41.5372113Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-11-23T01:02:41.7412656Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-11-23T01:02:41.7544974Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-11-23T01:02:41.9566645Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-11-23T01:02:41.9789111Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-11-23T01:02:42.0933507Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-11-23T01:02:42.2735883Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-11-23T01:02:42.3185490Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-11-23T01:02:42.3777392Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-11-23T01:02:42.4983496Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-11-23T01:02:42.5978776Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-11-23T01:02:42.8289758Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-11-23T01:02:42.8918272Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-11-23T01:02:43.0121507Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-11-23T01:02:43.2707970Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-11-23T01:02:43.3331247Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-11-23T01:02:43.3804920Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-11-23T01:02:43.6094898Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-11-23T01:02:43.6603177Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-11-23T01:02:43.7615096Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-11-23T01:02:43.9347792Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-11-23T01:02:44.0065276Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-11-23T01:02:44.0519705Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-11-23T01:02:44.3606537Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-11-23T01:02:44.3643275Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-11-23T01:02:44.4758920Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-11-23T01:02:44.6178690Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-11-23T01:02:44.7298072Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-11-23T01:02:44.7603735Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-11-23T01:02:44.8346047Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-11-23T01:02:45.1051644Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-11-23T01:02:45.2818763Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-11-23T01:02:45.3827037Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-11-23T01:02:45.4923153Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-11-23T01:02:45.5622102Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-11-23T01:02:45.6374253Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-11-23T01:02:46.0602639Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-11-23T01:02:46.1807586Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-11-23T01:02:46.1926910Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-11-23T01:02:46.3289307Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-11-23T01:02:46.3855968Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-11-23T01:02:46.5452509Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-11-23T01:02:46.8308680Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-11-23T01:02:46.9506998Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-11-23T01:02:47.0621888Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-11-23T01:02:47.2401049Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-11-23T01:02:47.2736426Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-11-23T01:02:47.3486884Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-11-23T01:02:47.6641345Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-11-23T01:02:47.6842558Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-11-23T01:02:47.7203652Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-11-23T01:02:47.8592074Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-11-23T01:02:47.8683249Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-11-23T01:02:48.0428178Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-11-23T01:02:48.0766104Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-11-23T01:02:48.1796298Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-11-23T01:02:48.2575106Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-11-23T01:02:48.3616815Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-11-23T01:02:48.4097170Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-11-23T01:02:48.4648310Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-11-23T01:02:48.5452592Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-11-23T01:02:48.5672665Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-11-23T01:02:48.7379597Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-11-23T01:02:48.8364383Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-11-23T01:02:48.9534624Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-11-23T01:02:49.0509768Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-11-23T01:02:49.0962659Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-11-23T01:02:49.1568570Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-11-23T01:02:49.2695123Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-11-23T01:02:49.2816629Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-11-23T01:02:49.4448997Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-11-23T01:02:49.5610305Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-11-23T01:02:49.5624527Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-11-23T01:02:49.6437400Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-11-23T01:02:49.7184044Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-11-23T01:02:49.8216882Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-11-23T01:02:50.1179036Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-11-23T01:02:50.1424241Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-11-23T01:02:50.1586485Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-11-23T01:02:50.1811208Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2022-11-23T01:02:50.1970525Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-11-23T01:02:50.3436686Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-11-23T01:02:50.4910541Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-11-23T01:02:50.5162212Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-11-23T01:02:50.7359929Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2022-11-23T01:02:50.7833505Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_graph_observer.cpp.o 2022-11-23T01:02:50.8336618Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2022-11-23T01:02:50.8771970Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2022-11-23T01:02:51.0594668Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2022-11-23T01:02:51.1348494Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-11-23T01:02:51.1448495Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-11-23T01:02:51.3838168Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-11-23T01:02:51.4228121Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-11-23T01:02:51.4265963Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-11-23T01:02:51.4520449Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-11-23T01:02:51.5016434Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-11-23T01:02:51.9594347Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-11-23T01:02:51.9608009Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-11-23T01:02:52.1340744Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-11-23T01:02:52.1727772Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-11-23T01:02:52.2077329Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-11-23T01:02:52.3992123Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-11-23T01:02:52.4755345Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-11-23T01:02:52.4772892Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-11-23T01:02:52.6798018Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-11-23T01:02:52.7465265Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-11-23T01:02:52.9692602Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-11-23T01:02:52.9943110Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-11-23T01:02:53.0727971Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-11-23T01:02:53.3120077Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-11-23T01:02:53.4043029Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-11-23T01:02:53.4871537Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-11-23T01:02:53.5404450Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-11-23T01:02:53.5735669Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-11-23T01:02:53.6179301Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-11-23T01:02:54.0485775Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-11-23T01:02:54.1007009Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-11-23T01:02:54.1297722Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-11-23T01:02:54.1747949Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-11-23T01:02:54.2404883Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-11-23T01:02:54.4429824Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-11-23T01:02:54.5555203Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-11-23T01:02:54.7669828Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-11-23T01:02:54.7915460Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-11-23T01:02:54.8104674Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-11-23T01:02:54.9399825Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-11-23T01:02:55.0116713Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-11-23T01:02:55.1156185Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-11-23T01:02:55.1427554Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-11-23T01:02:55.2636901Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-11-23T01:02:55.4278780Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-11-23T01:02:55.5342910Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-11-23T01:02:55.6161176Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-11-23T01:02:55.6198709Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-11-23T01:02:56.0143317Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-11-23T01:02:56.0455001Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-11-23T01:02:56.1177784Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-11-23T01:02:56.1231708Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-11-23T01:02:56.1763878Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/itt.cpp.o 2022-11-23T01:02:56.3895137Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-11-23T01:02:56.4167107Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-11-23T01:02:56.4604925Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-11-23T01:02:56.5470534Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-11-23T01:02:56.5991171Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-11-23T01:02:56.9056101Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-11-23T01:02:56.9087557Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-11-23T01:02:56.9185456Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-11-23T01:02:57.0232983Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-11-23T01:02:57.1922922Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-11-23T01:02:57.4725429Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-11-23T01:02:57.5463567Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-11-23T01:02:57.5722031Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-11-23T01:02:57.8399314Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-11-23T01:02:57.8620532Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-11-23T01:02:57.9121683Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-11-23T01:02:57.9417982Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/OpsImpl.cpp.o 2022-11-23T01:02:58.0044899Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-11-23T01:02:58.2441598Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-11-23T01:02:58.2722327Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-11-23T01:02:58.4527747Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-11-23T01:02:58.5761182Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-11-23T01:02:58.6435788Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-11-23T01:02:58.6729449Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-11-23T01:02:58.7859099Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-11-23T01:02:59.1366367Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-11-23T01:02:59.1834800Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-11-23T01:02:59.3618857Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-11-23T01:02:59.4360745Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-11-23T01:02:59.4452727Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-11-23T01:02:59.5478996Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-11-23T01:02:59.6602065Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-11-23T01:02:59.7758231Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-11-23T01:02:59.9571655Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-11-23T01:03:00.0477692Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-11-23T01:03:00.1404956Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-11-23T01:03:00.5014319Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-11-23T01:03:00.5639600Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-11-23T01:03:00.5897208Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-11-23T01:03:00.6169349Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-11-23T01:03:00.6605511Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-11-23T01:03:00.9022149Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-11-23T01:03:01.2283139Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-11-23T01:03:01.3902630Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-11-23T01:03:01.4725705Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-11-23T01:03:01.4974329Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-11-23T01:03:01.5753238Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-11-23T01:03:01.5824877Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-11-23T01:03:01.7059491Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-11-23T01:03:01.9500533Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-11-23T01:03:02.0370312Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-11-23T01:03:02.3859571Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-11-23T01:03:02.4335790Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-11-23T01:03:02.4659968Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-11-23T01:03:02.4720777Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-11-23T01:03:02.8524345Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-11-23T01:03:02.9863892Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-11-23T01:03:03.0204593Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-11-23T01:03:03.2944500Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-11-23T01:03:03.3569465Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-11-23T01:03:03.3661639Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-11-23T01:03:03.5983304Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-11-23T01:03:03.7266656Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-11-23T01:03:03.9129513Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-11-23T01:03:03.9394847Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-11-23T01:03:04.1555644Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-11-23T01:03:04.1993572Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-11-23T01:03:04.4358695Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-11-23T01:03:04.5006890Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-11-23T01:03:04.7648435Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-11-23T01:03:04.8453213Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-11-23T01:03:05.0130161Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-11-23T01:03:05.1435606Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-11-23T01:03:05.4007754Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-11-23T01:03:05.4751929Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-11-23T01:03:05.5722200Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-11-23T01:03:05.7226114Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-11-23T01:03:05.9791269Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-11-23T01:03:06.1692781Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-11-23T01:03:06.1693720Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-11-23T01:03:06.3562042Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-11-23T01:03:06.4229830Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-11-23T01:03:06.6945370Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-11-23T01:03:06.7378127Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-11-23T01:03:06.8952568Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-11-23T01:03:07.0692419Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-11-23T01:03:07.1943514Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-11-23T01:03:07.2035352Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-11-23T01:03:07.2180008Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-11-23T01:03:07.5701539Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-11-23T01:03:07.5928922Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-11-23T01:03:07.6174620Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-11-23T01:03:07.8921946Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-11-23T01:03:08.1000091Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-11-23T01:03:08.2510839Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-11-23T01:03:08.3895523Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-11-23T01:03:08.6845436Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-11-23T01:03:08.7128898Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-11-23T01:03:08.7825908Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-11-23T01:03:09.1653599Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-11-23T01:03:09.3144715Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-11-23T01:03:09.3394390Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-11-23T01:03:09.6443729Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-11-23T01:03:09.7079257Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-11-23T01:03:09.8559746Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-11-23T01:03:10.1796897Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-11-23T01:03:10.3799365Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-11-23T01:03:10.4407323Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-11-23T01:03:10.7227213Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-11-23T01:03:10.7995487Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-11-23T01:03:10.8505406Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-11-23T01:03:11.2427042Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-11-23T01:03:11.3697914Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-11-23T01:03:11.5404951Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-11-23T01:03:11.6291245Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-11-23T01:03:11.6475953Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-11-23T01:03:11.6492620Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-11-23T01:03:12.0927225Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-11-23T01:03:12.2167690Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-11-23T01:03:12.2513601Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-11-23T01:03:12.4748004Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-11-23T01:03:12.4798426Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-11-23T01:03:12.5253664Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-11-23T01:03:12.8145947Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-11-23T01:03:12.9758948Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-11-23T01:03:13.0684996Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-11-23T01:03:13.2482769Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-11-23T01:03:13.2914879Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-11-23T01:03:13.4962268Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-11-23T01:03:13.8225548Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-11-23T01:03:13.9872204Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-11-23T01:03:14.0795528Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-11-23T01:03:14.1245645Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-11-23T01:03:14.2596538Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-11-23T01:03:14.5529097Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-11-23T01:03:14.5807073Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-11-23T01:03:14.6444953Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-11-23T01:03:14.6501504Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-11-23T01:03:14.9516553Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2022-11-23T01:03:15.1501300Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2022-11-23T01:03:15.2047030Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:03:15.5690909Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:03:15.7200980Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:03:15.7647272Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-11-23T01:03:15.9276310Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:16.0291055Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:16.2291115Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:16.3732338Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:16.4650932Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-11-23T01:03:16.6043832Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:16.6621519Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:16.8100640Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:16.9988511Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:17.1115126Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-11-23T01:03:17.3160129Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:17.4226133Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:17.5238895Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:17.6079616Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:17.6755336Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:17.7015519Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:17.7597148Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:18.0322962Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:18.0585843Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:18.1805581Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:18.3460591Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:18.4897586Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:18.6005928Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-11-23T01:03:18.6286216Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:18.6714874Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:18.7913281Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:19.0675351Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:19.0787981Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:19.2818060Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:19.3031843Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:19.3231717Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:19.3351375Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-11-23T01:03:19.6887421Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:19.7803837Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:19.8125080Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:19.8925909Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:19.9162274Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:20.3599041Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:20.5607170Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:20.8002049Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:20.8005793Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:20.8530111Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:20.8966257Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:20.9325319Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:03:21.2066562Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-11-23T01:03:21.7137227Z [ 85%] Linking CXX shared library ../lib/libtorch_cpu.so 2022-11-23T01:03:40.3411301Z [ 85%] Built target torch_cpu 2022-11-23T01:03:40.3584909Z [ 85%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupMPITest.dir/ProcessGroupMPITest.cpp.o 2022-11-23T01:03:40.3594816Z [ 85%] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-11-23T01:03:40.3607095Z [ 85%] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-11-23T01:03:40.3609269Z [ 85%] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-11-23T01:03:40.3866584Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDAContext.cpp.o 2022-11-23T01:03:40.3867483Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDAGeneratorImpl.cpp.o 2022-11-23T01:03:40.7940646Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDAGraph.cpp.o 2022-11-23T01:03:40.8844206Z [ 85%] Linking CXX executable ../bin/FileStoreTest 2022-11-23T01:03:40.8955865Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDASparseDescriptors.cpp.o 2022-11-23T01:03:40.9451708Z [ 85%] Linking CXX executable ../bin/TCPStoreTest 2022-11-23T01:03:40.9673412Z [ 85%] Linking CXX executable ../bin/HashStoreTest 2022-11-23T01:03:41.1550401Z [ 85%] Linking CXX executable ../bin/ProcessGroupMPITest 2022-11-23T01:03:41.5251127Z [ 85%] Built target FileStoreTest 2022-11-23T01:03:41.5326036Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CachingHostAllocator.cpp.o 2022-11-23T01:03:41.5565224Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CuSparseHandlePool.cpp.o 2022-11-23T01:03:41.5782013Z [ 85%] Built target HashStoreTest 2022-11-23T01:03:41.5840758Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/EmptyTensor.cpp.o 2022-11-23T01:03:41.5993977Z [ 85%] Built target TCPStoreTest 2022-11-23T01:03:41.6053163Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/Exceptions.cpp.o 2022-11-23T01:03:41.6221489Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/PeerToPeerAccess.cpp.o 2022-11-23T01:03:41.7286923Z [ 85%] Built target ProcessGroupMPITest 2022-11-23T01:03:41.7350354Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/PinnedMemoryAllocator.cpp.o 2022-11-23T01:03:41.9742955Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/detail/CUDAHooks.cpp.o 2022-11-23T01:03:42.0158936Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/detail/LazyNVRTC.cpp.o 2022-11-23T01:03:42.0269879Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/llvm_basic.cpp.o 2022-11-23T01:03:42.1059242Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/llvm_complex.cpp.o 2022-11-23T01:03:42.1066929Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Resize.cpp.o 2022-11-23T01:03:42.2079612Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SpectralOps.cpp.o 2022-11-23T01:03:42.3316677Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorCompare.cpp.o 2022-11-23T01:03:42.4993770Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/AffineGridGenerator.cpp.o 2022-11-23T01:03:42.5058874Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/BatchNorm.cpp.o 2022-11-23T01:03:42.5571995Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/ConvPlaceholders.cpp.o 2022-11-23T01:03:42.6487519Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/ConvShared.cpp.o 2022-11-23T01:03:42.7758254Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/Conv_v7.cpp.o 2022-11-23T01:03:43.0542633Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/Conv_v8.cpp.o 2022-11-23T01:03:43.2423509Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/GridSampler.cpp.o 2022-11-23T01:03:43.3147745Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/LossCTC.cpp.o 2022-11-23T01:03:43.3402390Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cudnn/RNN.cpp.o 2022-11-23T01:03:43.4898928Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/miopen/BatchNorm_miopen.cpp.o 2022-11-23T01:03:43.5526272Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/miopen/Conv_miopen.cpp.o 2022-11-23T01:03:44.0167124Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/miopen/RNN_miopen.cpp.o 2022-11-23T01:03:44.0602138Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/Activation.cpp.o 2022-11-23T01:03:44.2123092Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/BinaryOps.cpp.o 2022-11-23T01:03:44.2128606Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/Conv.cpp.o 2022-11-23T01:03:44.2225499Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/ConvPrepack.cpp.o 2022-11-23T01:03:44.3478082Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/ConvUnpackImpl.cpp.o 2022-11-23T01:03:44.7062347Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/Linear.cpp.o 2022-11-23T01:03:44.7816400Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/LinearPrepack.cpp.o 2022-11-23T01:03:45.0085283Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/LinearUnpackImpl.cpp.o 2022-11-23T01:03:45.2135716Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cudnn/Pooling.cpp.o 2022-11-23T01:03:45.2508447Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cpp.o 2022-11-23T01:03:45.2670342Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cudnn/AutocastRNN.cpp.o 2022-11-23T01:03:45.6029114Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cudnn/Descriptors.cpp.o 2022-11-23T01:03:45.7261840Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cudnn/Handle.cpp.o 2022-11-23T01:03:45.8796828Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cudnn/Types.cpp.o 2022-11-23T01:03:46.0355560Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/cuda/nccl.cpp.o 2022-11-23T01:03:46.1589136Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/reducer_cuda.cpp.o 2022-11-23T01:03:46.1717865Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/NCCLUtils.cpp.o 2022-11-23T01:03:46.2161575Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp.o 2022-11-23T01:03:46.4313063Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp.o 2022-11-23T01:03:46.4919139Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/UCCTracing.cpp.o 2022-11-23T01:03:46.5758068Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/UCCUtils.cpp.o 2022-11-23T01:03:46.6949984Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp.o 2022-11-23T01:03:46.8315563Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/distributed/c10d/quantization/quantization_gpu.cu.o 2022-11-23T01:03:47.1727365Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorFactories.cu.o 2022-11-23T01:03:47.3000279Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/Sleep.cu.o 2022-11-23T01:03:47.3844891Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/cub-RadixSortKeys.cu.o 2022-11-23T01:03:47.4180955Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/cub-RadixSortPairs.cu.o 2022-11-23T01:03:47.8382710Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/cub.cu.o 2022-11-23T01:03:48.2487727Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/detail/IndexUtils.cu.o 2022-11-23T01:03:49.2603546Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/jiterator.cu.o 2022-11-23T01:03:49.5366661Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AbsKernel.cu.o 2022-11-23T01:03:49.6108387Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationEluKernel.cu.o 2022-11-23T01:03:49.6583513Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationGeluKernel.cu.o 2022-11-23T01:03:49.7710969Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationGluKernel.cu.o 2022-11-23T01:03:49.9378405Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationHardshrinkKernel.cu.o 2022-11-23T01:03:51.0427697Z [ 85%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationHardsigmoidKernel.cu.o 2022-11-23T01:03:51.0864415Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationHardswishKernel.cu.o 2022-11-23T01:03:51.1297293Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationHardtanhKernel.cu.o 2022-11-23T01:03:51.2811512Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationLeakyReluKernel.cu.o 2022-11-23T01:03:51.6927733Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationLogSigmoidKernel.cu.o 2022-11-23T01:03:51.9030410Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationMishKernel.cu.o 2022-11-23T01:03:52.5844658Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationPreluKernel.cu.o 2022-11-23T01:03:52.6623721Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationSiluKernel.cu.o 2022-11-23T01:03:52.7849075Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationSoftplusKernel.cu.o 2022-11-23T01:03:53.1325469Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationSoftshrinkKernel.cu.o 2022-11-23T01:03:53.4043177Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ActivationThresholdKernel.cu.o 2022-11-23T01:03:53.6409346Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AdaptiveAveragePooling.cu.o 2022-11-23T01:03:54.1488975Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AdaptiveAveragePooling3d.cu.o 2022-11-23T01:03:54.2741491Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AdaptiveMaxPooling2d.cu.o 2022-11-23T01:03:54.5365740Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu.o 2022-11-23T01:03:54.9885988Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AmpKernels.cu.o 2022-11-23T01:03:55.1303799Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AveragePool2d.cu.o 2022-11-23T01:03:56.2711599Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/AveragePool3d.cu.o 2022-11-23T01:03:56.5930829Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryBitwiseOpsKernels.cu.o 2022-11-23T01:03:56.6517393Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryDivFloorKernel.cu.o 2022-11-23T01:03:57.0705979Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryDivTrueKernel.cu.o 2022-11-23T01:03:57.1114451Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryDivTruncKernel.cu.o 2022-11-23T01:03:58.1045349Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryGeometricKernels.cu.o 2022-11-23T01:03:58.1903399Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryLogicalOpsKernels.cu.o 2022-11-23T01:03:58.4887893Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryMiscBackwardOpsKernels.cu.o 2022-11-23T01:03:58.7236311Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryMiscOpsKernels.cu.o 2022-11-23T01:03:58.8450226Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryMulKernel.cu.o 2022-11-23T01:03:59.2255842Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryRemainderKernel.cu.o 2022-11-23T01:03:59.7070048Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/BinaryShiftOpsKernels.cu.o 2022-11-23T01:03:59.7725863Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Bucketization.cu.o 2022-11-23T01:03:59.9807231Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CUDAScalar.cu.o 2022-11-23T01:04:00.3009462Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Col2Im.cu.o 2022-11-23T01:04:00.6366542Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CompareEQKernel.cu.o 2022-11-23T01:04:00.8565466Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CompareKernels.cu.o 2022-11-23T01:04:01.2346152Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ComplexKernel.cu.o 2022-11-23T01:04:01.8965325Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ConvolutionMM2d.cu.o 2022-11-23T01:04:02.1856074Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Copy.cu.o 2022-11-23T01:04:02.2502728Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CopysignKernel.cu.o 2022-11-23T01:04:02.7548512Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CrossKernel.cu.o 2022-11-23T01:04:02.8971213Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CumminmaxKernel.cu.o 2022-11-23T01:04:03.9899076Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CumprodKernel.cu.o 2022-11-23T01:04:04.1560744Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/CumsumKernel.cu.o 2022-11-23T01:04:04.3963673Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DepthwiseConv2d.cu.o 2022-11-23T01:04:04.4556481Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DepthwiseConv3d.cu.o 2022-11-23T01:04:04.5915820Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DilatedMaxPool2d.cu.o 2022-11-23T01:04:05.0448219Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DilatedMaxPool3d.cu.o 2022-11-23T01:04:05.8517410Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistanceKernel.cu.o 2022-11-23T01:04:06.0765576Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionBernoulli.cu.o 2022-11-23T01:04:06.8735084Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionCauchyKernel.cu.o 2022-11-23T01:04:06.8964262Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionExponentialKernel.cu.o 2022-11-23T01:04:07.0404804Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionGeometricKernel.cu.o 2022-11-23T01:04:07.8893236Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionLogNormalKernel.cu.o 2022-11-23T01:04:08.0008040Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionNormal.cu.o 2022-11-23T01:04:08.2053000Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionRandomKernel.cu.o 2022-11-23T01:04:08.6405817Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/DistributionUniform.cu.o 2022-11-23T01:04:08.9647085Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Distributions.cu.o 2022-11-23T01:04:09.2096057Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Dropout.cu.o 2022-11-23T01:04:09.6902487Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Embedding.cu.o 2022-11-23T01:04:09.7808190Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cu.o 2022-11-23T01:04:10.2233310Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/EmbeddingBag.cu.o 2022-11-23T01:04:10.4846817Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FillKernel.cu.o 2022-11-23T01:04:10.8815079Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpList.cu.o 2022-11-23T01:04:12.0646499Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpScalar.cu.o 2022-11-23T01:04:12.5347408Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpScalarList.cu.o 2022-11-23T01:04:12.5792720Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachPointwiseOp.cu.o 2022-11-23T01:04:12.5930105Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachReduceOp.cu.o 2022-11-23T01:04:13.1821702Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ForeachUnaryOp.cu.o 2022-11-23T01:04:13.2936152Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FractionalMaxPool2d.cu.o 2022-11-23T01:04:13.9259097Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FractionalMaxPool3d.cu.o 2022-11-23T01:04:14.4045178Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FunctionOfAMatrixUtilsKernel.cu.o 2022-11-23T01:04:14.5232596Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/FusedAdamKernel.cu.o 2022-11-23T01:04:15.2142674Z [ 86%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/GcdLcmKernel.cu.o 2022-11-23T01:04:15.5044350Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/GridSampler.cu.o 2022-11-23T01:04:15.5321979Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/IGammaKernel.cu.o 2022-11-23T01:04:16.0656243Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Im2Col.cu.o 2022-11-23T01:04:16.3774977Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/IndexKernel.cu.o 2022-11-23T01:04:16.7909932Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Indexing.cu.o 2022-11-23T01:04:16.9707679Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LegacyThrustHelpers.cu.o 2022-11-23T01:04:17.1062201Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Lerp.cu.o 2022-11-23T01:04:17.3493336Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LinearAlgebra.cu.o 2022-11-23T01:04:17.9452498Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LogAddExpKernel.cu.o 2022-11-23T01:04:18.6289701Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LogcumsumexpKernel.cu.o 2022-11-23T01:04:18.9607219Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Loss.cu.o 2022-11-23T01:04:19.3488600Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LossCTC.cu.o 2022-11-23T01:04:19.5047569Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MaxMinElementwiseKernel.cu.o 2022-11-23T01:04:19.7645893Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MaxUnpooling.cu.o 2022-11-23T01:04:20.6456604Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MultiLabelMarginCriterion.cu.o 2022-11-23T01:04:20.6810551Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MultiMarginLoss.cu.o 2022-11-23T01:04:21.2117458Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/MultinomialKernel.cu.o 2022-11-23T01:04:21.4486646Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/NLLLoss2d.cu.o 2022-11-23T01:04:21.8047676Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu.o 2022-11-23T01:04:22.8614245Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/NaiveConvolutionTranspose3d.cu.o 2022-11-23T01:04:22.8981838Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/NaiveDilatedConvolution.cu.o 2022-11-23T01:04:23.0685006Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Nonzero.cu.o 2022-11-23T01:04:23.3227759Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Normalization.cu.o 2022-11-23T01:04:24.3584056Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/PointwiseOpsKernel.cu.o 2022-11-23T01:04:24.5656429Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/PowKernel.cu.o 2022-11-23T01:04:25.1929841Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RNN.cu.o 2022-11-23T01:04:25.4488213Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Randperm.cu.o 2022-11-23T01:04:25.5405741Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RangeFactories.cu.o 2022-11-23T01:04:25.9271027Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RecordStream.cu.o 2022-11-23T01:04:26.6475918Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Reduce.cu.o 2022-11-23T01:04:26.8806890Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceAMinMaxKernel.cu.o 2022-11-23T01:04:27.5434371Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceArgMaxKernel.cu.o 2022-11-23T01:04:28.0218249Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceArgMinKernel.cu.o 2022-11-23T01:04:28.0337889Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceLogicKernel.cu.o 2022-11-23T01:04:28.1812976Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceMaxValuesKernel.cu.o 2022-11-23T01:04:28.2684925Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceMinValuesKernel.cu.o 2022-11-23T01:04:28.7514230Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceMomentKernel.cu.o 2022-11-23T01:04:29.1449131Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceNormKernel.cu.o 2022-11-23T01:04:29.5209606Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceSumProdKernel.cu.o 2022-11-23T01:04:29.7221903Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReflectionPad.cu.o 2022-11-23T01:04:29.8347816Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RenormKernel.cu.o 2022-11-23T01:04:30.2072044Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Repeat.cu.o 2022-11-23T01:04:30.4726311Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReplicationPadding.cu.o 2022-11-23T01:04:30.8065909Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/RreluWithNoise.cu.o 2022-11-23T01:04:31.0125286Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ScatterGatherKernel.cu.o 2022-11-23T01:04:31.5964344Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SegmentReduce.cu.o 2022-11-23T01:04:32.2512508Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Shape.cu.o 2022-11-23T01:04:32.7422068Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SoftMax.cu.o 2022-11-23T01:04:33.0639239Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Sort.cu.o 2022-11-23T01:04:33.6250760Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SortImpl.cu.o 2022-11-23T01:04:33.8048947Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SortStable.cu.o 2022-11-23T01:04:34.7274210Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Sorting.cu.o 2022-11-23T01:04:34.8022216Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SparseBinaryOpIntersectionKernel.cu.o 2022-11-23T01:04:35.2558197Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SparseMM.cu.o 2022-11-23T01:04:35.5110203Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SpectralOps.cu.o 2022-11-23T01:04:36.1187348Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/StepKernel.cu.o 2022-11-23T01:04:36.2104198Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/SummaryOps.cu.o 2022-11-23T01:04:36.2472405Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorCompare.cu.o 2022-11-23T01:04:37.0007954Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorModeKernel.cu.o 2022-11-23T01:04:37.1405996Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorTopK.cu.o 2022-11-23T01:04:37.6756529Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorTransformations.cu.o 2022-11-23T01:04:37.6924920Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TriangularOps.cu.o 2022-11-23T01:04:38.2806747Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryComplexKernels.cu.o 2022-11-23T01:04:38.9687616Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryFractionKernels.cu.o 2022-11-23T01:04:39.4992638Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGammaKernels.cu.o 2022-11-23T01:04:39.6480988Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAcosKernel.cu.o 2022-11-23T01:04:40.0166599Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAcoshKernel.cu.o 2022-11-23T01:04:40.1089927Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAsinKernel.cu.o 2022-11-23T01:04:40.5526576Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAsinhKernel.cu.o 2022-11-23T01:04:40.7088314Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAtanKernel.cu.o 2022-11-23T01:04:41.1003963Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAtanhKernel.cu.o 2022-11-23T01:04:41.1203768Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricCosKernel.cu.o 2022-11-23T01:04:41.5327765Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricCoshKernel.cu.o 2022-11-23T01:04:41.8978629Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricSinKernel.cu.o 2022-11-23T01:04:42.1052897Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricSinhKernel.cu.o 2022-11-23T01:04:42.3736332Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricTanKernel.cu.o 2022-11-23T01:04:42.8555775Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryGeometricTanhKernel.cu.o 2022-11-23T01:04:42.8837472Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryLogKernels.cu.o 2022-11-23T01:04:43.2572368Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnaryOpsKernel.cu.o 2022-11-23T01:04:43.5009364Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnarySignKernels.cu.o 2022-11-23T01:04:43.6144745Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnarySpecialOpsKernel.cu.o 2022-11-23T01:04:43.9841161Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UnfoldBackwardKernel.cu.o 2022-11-23T01:04:44.4504112Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UniqueCub.cu.o 2022-11-23T01:04:44.7084730Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleBicubic2d.cu.o 2022-11-23T01:04:45.0413877Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleLinear1d.cu.o 2022-11-23T01:04:45.0489590Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleBilinear2d.cu.o 2022-11-23T01:04:45.5581505Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleNearest1d.cu.o 2022-11-23T01:04:46.4838927Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleNearest2d.cu.o 2022-11-23T01:04:47.0622322Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleNearest3d.cu.o 2022-11-23T01:04:47.1868343Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/UpSampleTrilinear3d.cu.o 2022-11-23T01:04:47.4971084Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ValidateCompressedIndicesKernel.cu.o 2022-11-23T01:04:47.8740353Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/WeightNorm.cu.o 2022-11-23T01:04:48.4243112Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ZetaKernel.cu.o 2022-11-23T01:04:49.0888100Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/airy_ai.cu.o 2022-11-23T01:04:49.4614360Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/bessel_j0.cu.o 2022-11-23T01:04:49.7890973Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/bessel_j1.cu.o 2022-11-23T01:04:50.1849155Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/bessel_y0.cu.o 2022-11-23T01:04:50.5061590Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/bessel_y1.cu.o 2022-11-23T01:04:50.7687555Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_t.cu.o 2022-11-23T01:04:50.9332831Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_u.cu.o 2022-11-23T01:04:51.2195710Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_v.cu.o 2022-11-23T01:04:51.3701189Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_w.cu.o 2022-11-23T01:04:51.7929661Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cu.o 2022-11-23T01:04:52.1007604Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/fused_adam_impl.cu.o 2022-11-23T01:04:52.4170896Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/group_norm_kernel.cu.o 2022-11-23T01:04:52.8332342Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/hermite_polynomial_h.cu.o 2022-11-23T01:04:52.9375217Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/hermite_polynomial_he.cu.o 2022-11-23T01:04:53.1605999Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/laguerre_polynomial_l.cu.o 2022-11-23T01:04:53.8653177Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/layer_norm_kernel.cu.o 2022-11-23T01:04:53.9958679Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/legendre_polynomial_p.cu.o 2022-11-23T01:04:54.3543164Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/modified_bessel_i0.cu.o 2022-11-23T01:04:54.6068502Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/modified_bessel_i1.cu.o 2022-11-23T01:04:54.7178657Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/modified_bessel_k0.cu.o 2022-11-23T01:04:55.1491192Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/modified_bessel_k1.cu.o 2022-11-23T01:04:55.4770412Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/scaled_modified_bessel_k0.cu.o 2022-11-23T01:04:56.0246939Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/scaled_modified_bessel_k1.cu.o 2022-11-23T01:04:56.3199438Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_t.cu.o 2022-11-23T01:04:56.4979377Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_u.cu.o 2022-11-23T01:04:56.6271421Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_v.cu.o 2022-11-23T01:04:56.8527181Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_w.cu.o 2022-11-23T01:04:57.2969626Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/spherical_bessel_j0.cu.o 2022-11-23T01:04:57.6715028Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorBinaryOps.cu.o 2022-11-23T01:04:57.8668306Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorMatmul.cu.o 2022-11-23T01:04:58.1409165Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cu.o 2022-11-23T01:04:58.2972580Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SoftMax.cu.o 2022-11-23T01:04:58.7261702Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cu.o 2022-11-23T01:04:59.0886923Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu.o 2022-11-23T01:05:00.1696089Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu.o 2022-11-23T01:05:01.1209420Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseMatMul.cu.o 2022-11-23T01:05:01.1726254Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/Activation.cu.o 2022-11-23T01:05:02.1356913Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/AffineQuantizer.cu.o 2022-11-23T01:05:02.5288727Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/EmbeddingBag.cu.o 2022-11-23T01:05:03.4250363Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu: In function ‘at::Tensor& at::native::bmm_out_sparse_cuda(const SparseTensor&, const at::Tensor&, at::Tensor&)’: 2022-11-23T01:05:03.4251812Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu:835:44: warning: ‘CUSPARSE_COOMM_ALG2’ is deprecated: please use CUSPARSE_SPMM_COO_ALG2 instead [-Wdeprecated-declarations] 2022-11-23T01:05:03.4252650Z cusparseSpMMAlg_t mm_alg = deterministic ? CUSPARSE_COOMM_ALG2 : CUSPARSE_COOMM_ALG1; 2022-11-23T01:05:03.4253260Z ^~~~~~~~~~~~~~~~~~~ 2022-11-23T01:05:03.4467873Z /usr/local/cuda/include/cusparse.h:6550:1: note: declared here 2022-11-23T01:05:03.4468388Z CUSPARSE_COOMM_ALG2 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_COO_ALG2) = 2, 2022-11-23T01:05:03.4468999Z ^ ~~~~~~~~~~~~~~~ 2022-11-23T01:05:03.4470286Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu:835:66: warning: ‘CUSPARSE_COOMM_ALG1’ is deprecated: please use CUSPARSE_SPMM_COO_ALG1 instead [-Wdeprecated-declarations] 2022-11-23T01:05:03.4471145Z cusparseSpMMAlg_t mm_alg = deterministic ? CUSPARSE_COOMM_ALG2 : CUSPARSE_COOMM_ALG1; 2022-11-23T01:05:03.4471619Z ^~~~~~~~~~~~~~~~~~~ 2022-11-23T01:05:03.4472024Z /usr/local/cuda/include/cusparse.h:6549:1: note: declared here 2022-11-23T01:05:03.4472521Z CUSPARSE_COOMM_ALG1 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_COO_ALG1) = 1, 2022-11-23T01:05:03.4472890Z ^ ~~~~~~~~~~~~~~~ 2022-11-23T01:05:03.4817230Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/FakeQuantizeCore.cu.o 2022-11-23T01:05:04.3461972Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/FusedObsFakeQuant.cu.o 2022-11-23T01:05:04.4291774Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/IntReprQuant.cu.o 2022-11-23T01:05:04.5939846Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/quantized/cuda/MakePerTensorQuantizedTensor.cu.o 2022-11-23T01:05:04.8806268Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/attention.cu.o 2022-11-23T01:05:05.2843692Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/attention_backward.cu.o 2022-11-23T01:05:05.7845434Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_fprop_kernel_dispatch.cu.o 2022-11-23T01:05:06.6205868Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16.cu.o 2022-11-23T01:05:07.0890924Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_aligned.cu.o 2022-11-23T01:05:07.2130494Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_aligned_k128.cu.o 2022-11-23T01:05:08.0863717Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_aligned_k64.cu.o 2022-11-23T01:05:08.1763771Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_k128.cu.o 2022-11-23T01:05:08.9527791Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_k64.cu.o 2022-11-23T01:05:10.0094425Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16.cu.o 2022-11-23T01:05:10.4044459Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_aligned.cu.o 2022-11-23T01:05:10.4206088Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_aligned_k128.cu.o 2022-11-23T01:05:11.0484986Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_aligned_k64.cu.o 2022-11-23T01:05:11.8137644Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_k128.cu.o 2022-11-23T01:05:12.5606458Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_k64.cu.o 2022-11-23T01:05:13.1179459Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32.cu.o 2022-11-23T01:05:13.5809467Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_aligned.cu.o 2022-11-23T01:05:14.0602294Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_aligned_k128.cu.o 2022-11-23T01:05:14.7076788Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_aligned_k64.cu.o 2022-11-23T01:05:15.2046534Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_k128.cu.o 2022-11-23T01:05:15.7246290Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_k64.cu.o 2022-11-23T01:05:16.3375466Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_bf16.cu.o 2022-11-23T01:05:16.8652849Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_bf16_aligned.cu.o 2022-11-23T01:05:17.5287865Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f16.cu.o 2022-11-23T01:05:17.9133439Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f16_aligned.cu.o 2022-11-23T01:05:18.6928693Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f32.cu.o 2022-11-23T01:05:19.2366747Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f32_aligned.cu.o 2022-11-23T01:05:19.6531671Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterCUDA.cpp.o 2022-11-23T01:05:20.3986002Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterNestedTensorCUDA.cpp.o 2022-11-23T01:05:20.6421067Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterQuantizedCUDA.cpp.o 2022-11-23T01:05:21.0799206Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterSparseCUDA.cpp.o 2022-11-23T01:05:21.3499919Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/RegisterSparseCsrCUDA.cpp.o 2022-11-23T01:05:21.3541840Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/UfuncCUDA_add.cu.o 2022-11-23T01:05:21.5531055Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDABlas.cpp.o 2022-11-23T01:05:21.7337491Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CUDASparseBlas.cpp.o 2022-11-23T01:05:21.9407918Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/cuda/CublasHandlePool.cpp.o 2022-11-23T01:05:22.1451920Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Activation.cpp.o 2022-11-23T01:05:22.1489646Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/LinearAlgebraStubs.cpp.o 2022-11-23T01:05:22.2915916Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Blas.cpp.o 2022-11-23T01:05:22.3799881Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Distributions.cpp.o 2022-11-23T01:05:22.4114486Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Equal.cpp.o 2022-11-23T01:05:22.6618456Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/GridSampler.cpp.o 2022-11-23T01:05:22.8069976Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/IndexKernel.cpp.o 2022-11-23T01:05:22.8153371Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ReduceOps.cpp.o 2022-11-23T01:05:22.8508265Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/ScanKernels.cpp.o 2022-11-23T01:05:23.0854237Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Sort.cpp.o 2022-11-23T01:05:23.0983653Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Sorting.cpp.o 2022-11-23T01:05:23.3065897Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorModeKernel.cpp.o 2022-11-23T01:05:23.5312053Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorShapeCUDA.cpp.o 2022-11-23T01:05:23.5706119Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/TensorTopK.cpp.o 2022-11-23T01:05:23.6105356Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/jit_utils.cpp.o 2022-11-23T01:05:23.7647368Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cpp.o 2022-11-23T01:05:23.8347401Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlas.cpp.o 2022-11-23T01:05:23.9136733Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlasImpl.cpp.o 2022-11-23T01:05:24.0915770Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.cpp.o 2022-11-23T01:05:24.1253126Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp.o 2022-11-23T01:05:24.2965435Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_api.cpp.o 2022-11-23T01:05:24.5333822Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/CudaIPCTypes.cpp.o 2022-11-23T01:05:24.5838976Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/cuda/comm.cpp.o 2022-11-23T01:05:24.6123921Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:17:0, 2022-11-23T01:05:24.6124803Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-11-23T01:05:24.6126275Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp: In function ‘void at::native::sparse::cuda::{anonymous}::_csrmm2(char, char, int64_t, int64_t, int64_t, int64_t, T*, T*, int*, int*, T*, int64_t, T*, T*, int64_t, cudaDataType)’: 2022-11-23T01:05:24.6127889Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:167:5: warning: ‘CUSPARSE_CSRMM_ALG1’ is deprecated: please use CUSPARSE_SPMM_CSR_ALG1 instead [-Wdeprecated-declarations] 2022-11-23T01:05:24.6137526Z CUSPARSE_CSRMM_ALG1, /* default computing algorithm for CSR sparse matrix format */ 2022-11-23T01:05:24.6137967Z ^ 2022-11-23T01:05:24.6138445Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.h:60:30: note: in definition of macro ‘TORCH_CUDASPARSE_CHECK’ 2022-11-23T01:05:24.6139112Z cusparseStatus_t __err = EXPR; \ 2022-11-23T01:05:24.6139406Z ^~~~ 2022-11-23T01:05:24.6139772Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:6:0, 2022-11-23T01:05:24.6140237Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-11-23T01:05:24.6140668Z /usr/local/cuda/include/cusparse.h:6552:5: note: declared here 2022-11-23T01:05:24.6141079Z CUSPARSE_CSRMM_ALG1 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_CSR_ALG1) = 4, 2022-11-23T01:05:24.6141388Z ^~~~~~~~~~~~~~~~~~~ 2022-11-23T01:05:24.6141753Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:17:0, 2022-11-23T01:05:24.6142218Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-11-23T01:05:24.6142925Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:181:5: warning: ‘CUSPARSE_CSRMM_ALG1’ is deprecated: please use CUSPARSE_SPMM_CSR_ALG1 instead [-Wdeprecated-declarations] 2022-11-23T01:05:24.6143580Z CUSPARSE_CSRMM_ALG1, /* default computing algorithm for CSR sparse matrix format */ 2022-11-23T01:05:24.6143886Z ^ 2022-11-23T01:05:24.6144334Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.h:60:30: note: in definition of macro ‘TORCH_CUDASPARSE_CHECK’ 2022-11-23T01:05:24.6144755Z cusparseStatus_t __err = EXPR; \ 2022-11-23T01:05:24.6145054Z ^~~~ 2022-11-23T01:05:24.6145425Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:6:0, 2022-11-23T01:05:24.6145889Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-11-23T01:05:24.6146300Z /usr/local/cuda/include/cusparse.h:6552:5: note: declared here 2022-11-23T01:05:24.6146707Z CUSPARSE_CSRMM_ALG1 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_CSR_ALG1) = 4, 2022-11-23T01:05:24.6147017Z ^~~~~~~~~~~~~~~~~~~ 2022-11-23T01:05:24.6272567Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/cuda/memory_snapshot.cpp.o 2022-11-23T01:05:24.7112289Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp.o 2022-11-23T01:05:24.7542588Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/profiler/stubs/cuda.cpp.o 2022-11-23T01:05:24.9298703Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/autograd/functions/comm.cpp.o 2022-11-23T01:05:25.0771734Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/arith.cpp.o 2022-11-23T01:05:25.0803444Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/compute_at.cpp.o 2022-11-23T01:05:25.4136957Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/inlining.cpp.o 2022-11-23T01:05:25.4238039Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/compute_at_map.cpp.o 2022-11-23T01:05:25.6425039Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/codegen.cpp.o 2022-11-23T01:05:25.7206103Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/contiguity.cpp.o 2022-11-23T01:05:25.8870308Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/dispatch.cpp.o 2022-11-23T01:05:25.9485679Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/expr_evaluator.cpp.o 2022-11-23T01:05:26.2490536Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/executor.cpp.o 2022-11-23T01:05:26.2877155Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/executor_kernel_arg.cpp.o 2022-11-23T01:05:26.4093700Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/executor_launch_params.cpp.o 2022-11-23T01:05:26.5407793Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/evaluator_common.cpp.o 2022-11-23T01:05:26.7790822Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/executor_utils.cpp.o 2022-11-23T01:05:26.7828284Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/fusion.cpp.o 2022-11-23T01:05:26.8149830Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/graph_fuser.cpp.o 2022-11-23T01:05:27.1224210Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/grouped_reduction.cpp.o 2022-11-23T01:05:27.1679602Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/index_compute.cpp.o 2022-11-23T01:05:27.3603160Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_index_compute.cpp.o 2022-11-23T01:05:27.6876702Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/instrumentation.cpp.o 2022-11-23T01:05:27.7300275Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_base_nodes.cpp.o 2022-11-23T01:05:27.8239491Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_builder.cpp.o 2022-11-23T01:05:27.9023450Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_cloner.cpp.o 2022-11-23T01:05:28.0370390Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_container.cpp.o 2022-11-23T01:05:28.2082212Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_graphviz.cpp.o 2022-11-23T01:05:28.5209517Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_nodes.cpp.o 2022-11-23T01:05:28.5407539Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_iostream.cpp.o 2022-11-23T01:05:28.6273644Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ir_utils.cpp.o 2022-11-23T01:05:28.6556564Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/iter_visitor.cpp.o 2022-11-23T01:05:28.7626540Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel.cpp.o 2022-11-23T01:05:28.9582108Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel_cache.cpp.o 2022-11-23T01:05:29.3880651Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.cpp.o 2022-11-23T01:05:29.4094984Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir.cpp.o 2022-11-23T01:05:29.4297536Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.cpp.o 2022-11-23T01:05:29.5122247Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_alias_memory.cpp.o 2022-11-23T01:05:29.6864694Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_allocation.cpp.o 2022-11-23T01:05:29.7301201Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_double_buffer.cpp.o 2022-11-23T01:05:30.1064423Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_divisible_split.cpp.o 2022-11-23T01:05:30.1969973Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_expr_sort.cpp.o 2022-11-23T01:05:30.2792016Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_fused_reduction.cpp.o 2022-11-23T01:05:30.3565049Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.cpp.o 2022-11-23T01:05:30.5485310Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_index.cpp.o 2022-11-23T01:05:30.5804831Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_index_hoist.cpp.o 2022-11-23T01:05:30.9492291Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_insert_syncs.cpp.o 2022-11-23T01:05:31.0865804Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_instrument.cpp.o 2022-11-23T01:05:31.1240421Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_loops.cpp.o 2022-11-23T01:05:31.1683555Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_magic_zero.cpp.o 2022-11-23T01:05:31.2845005Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.cpp.o 2022-11-23T01:05:31.3316122Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate.cpp.o 2022-11-23T01:05:31.7804515Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.cpp.o 2022-11-23T01:05:31.8048494Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_replace_size.cpp.o 2022-11-23T01:05:31.9706821Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_shift.cpp.o 2022-11-23T01:05:32.0582361Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_sync_information.cpp.o 2022-11-23T01:05:32.1666997Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_thread_predicate.cpp.o 2022-11-23T01:05:32.1732070Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.cpp.o 2022-11-23T01:05:32.5746561Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.cpp.o 2022-11-23T01:05:32.6256062Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_unroll.cpp.o 2022-11-23T01:05:32.7709866Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_utils.cpp.o 2022-11-23T01:05:32.8920786Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_validation.cpp.o 2022-11-23T01:05:32.9341701Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_warp_reduce.cpp.o 2022-11-23T01:05:33.0320199Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower2device.cpp.o 2022-11-23T01:05:33.4131247Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/lower_bank_conflict.cpp.o 2022-11-23T01:05:33.4508148Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/manager.cpp.o 2022-11-23T01:05:33.6269278Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/maxinfo_propagator.cpp.o 2022-11-23T01:05:33.8531099Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/mutator.cpp.o 2022-11-23T01:05:33.8952507Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/non_divisible_split.cpp.o 2022-11-23T01:05:33.9293841Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ops/alias.cpp.o 2022-11-23T01:05:34.2078844Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ops/composite.cpp.o 2022-11-23T01:05:34.3491321Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/ops/normalization.cpp.o 2022-11-23T01:05:34.4286001Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/parallel_dimension_map.cpp.o 2022-11-23T01:05:34.5772191Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.cpp.o 2022-11-23T01:05:34.6766852Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/parser.cpp.o 2022-11-23T01:05:34.7796448Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/partial_split_map.cpp.o 2022-11-23T01:05:34.8985212Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/partition.cpp.o 2022-11-23T01:05:35.0093096Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/predicate_compute.cpp.o 2022-11-23T01:05:35.1780723Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.cpp.o 2022-11-23T01:05:35.1806398Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.cpp.o 2022-11-23T01:05:35.5315387Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.cpp.o 2022-11-23T01:05:35.5761247Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/register_interface.cpp.o 2022-11-23T01:05:35.6908041Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/root_domain_map.cpp.o 2022-11-23T01:05:35.8025525Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise.cpp.o 2022-11-23T01:05:36.0013431Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.cpp.o 2022-11-23T01:05:36.0364445Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/transpose.cpp.o 2022-11-23T01:05:36.3975113Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/normalization.cpp.o 2022-11-23T01:05:36.4178410Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp.o 2022-11-23T01:05:36.4411922Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/matmul.cpp.o 2022-11-23T01:05:36.7669729Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.cpp.o 2022-11-23T01:05:36.8089319Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/registry.cpp.o 2022-11-23T01:05:36.9533062Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/utils.cpp.o 2022-11-23T01:05:37.2659224Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.cpp.o 2022-11-23T01:05:37.2928610Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/type_inference.cpp.o 2022-11-23T01:05:37.2958981Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/type_promotion.cpp.o 2022-11-23T01:05:37.6244127Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/fusion_segmenter.cpp.o 2022-11-23T01:05:37.7583433Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/tensor_view.cpp.o 2022-11-23T01:05:37.7727617Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/transform_iter.cpp.o 2022-11-23T01:05:37.9779015Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/transform_replay.cpp.o 2022-11-23T01:05:38.1537082Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/transform_rfactor.cpp.o 2022-11-23T01:05:38.2289515Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/transform_view.cpp.o 2022-11-23T01:05:38.4189616Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/type.cpp.o 2022-11-23T01:05:38.5685424Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/utils.cpp.o 2022-11-23T01:05:38.6466330Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/mma_type.cpp.o 2022-11-23T01:05:38.7860761Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.cpp.o 2022-11-23T01:05:38.8109876Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp.o 2022-11-23T01:05:39.0031949Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/tensorexpr/cuda_codegen.cpp.o 2022-11-23T01:05:39.0474521Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/torch/csrc/jit/runtime/register_cuda_ops.cpp.o 2022-11-23T01:05:39.3798956Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda.dir/__/aten/src/ATen/native/cuda/Unique.cu.o 2022-11-23T01:05:41.3726761Z [ 91%] Linking CXX shared library ../lib/libtorch_cuda.so 2022-11-23T01:05:45.5425522Z [ 91%] Built target torch_cuda 2022-11-23T01:05:45.5570621Z [ 91%] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-11-23T01:05:45.5581223Z [ 91%] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-11-23T01:05:45.5588276Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp.o 2022-11-23T01:05:45.5589199Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp.o 2022-11-23T01:05:45.5595255Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/CUDASolver.cpp.o 2022-11-23T01:05:45.5637433Z [ 91%] Building CUDA object test_cpp_c10d/CMakeFiles/c10d_cuda_test.dir/CUDATest.cu.o 2022-11-23T01:05:45.6029366Z [ 91%] Linking CXX shared library ../lib/libtorch.so 2022-11-23T01:05:46.2291322Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/CusolverDnHandlePool.cpp.o 2022-11-23T01:05:46.2973006Z [ 91%] Built target torch 2022-11-23T01:05:46.3139138Z [ 91%] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-11-23T01:05:46.3509882Z [ 91%] Linking CXX executable ../bin/example_allreduce 2022-11-23T01:05:46.4702862Z [ 91%] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-11-23T01:05:46.5768103Z [ 91%] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-11-23T01:05:46.6460936Z [ 91%] Linking CXX shared library ../lib/libtorch_cuda_linalg.so 2022-11-23T01:05:46.7277446Z [ 91%] Linking CXX shared library ../lib/libc10d_cuda_test.so 2022-11-23T01:05:46.7849271Z [ 91%] Linking CXX executable ../bin/Dimname_test 2022-11-23T01:05:46.9713218Z [ 91%] Built target example_allreduce 2022-11-23T01:05:46.9869888Z [ 91%] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-11-23T01:05:47.1270148Z [ 91%] Linking CXX executable ../bin/Dict_test 2022-11-23T01:05:47.3334069Z [ 91%] Linking CXX executable ../bin/MaybeOwned_test 2022-11-23T01:05:47.5489298Z [ 91%] Linking CXX executable ../bin/NamedTensor_test 2022-11-23T01:05:47.7273192Z [ 91%] Built target c10d_cuda_test 2022-11-23T01:05:47.7431079Z [ 91%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-11-23T01:05:47.8751151Z [ 91%] Built target Dimname_test 2022-11-23T01:05:47.8962771Z [ 91%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-11-23T01:05:48.2011872Z [ 91%] Built target Dict_test 2022-11-23T01:05:48.2201472Z [ 91%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-11-23T01:05:48.2822155Z [ 91%] Built target MaybeOwned_test 2022-11-23T01:05:48.3012474Z [ 91%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-11-23T01:05:48.3069638Z [ 91%] Built target torch_cuda_linalg 2022-11-23T01:05:48.3225850Z [ 91%] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-11-23T01:05:48.3811248Z [ 91%] Linking CXX executable ../bin/apply_utils_test 2022-11-23T01:05:48.5937197Z [ 91%] Built target NamedTensor_test 2022-11-23T01:05:48.6119871Z [ 91%] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-11-23T01:05:48.6467928Z [ 91%] Linking CXX executable ../bin/atest 2022-11-23T01:05:48.8985882Z [ 91%] Linking CXX executable ../bin/basic 2022-11-23T01:05:49.0547816Z [ 91%] Linking CXX executable ../bin/broadcast_test 2022-11-23T01:05:49.0938559Z [ 91%] Linking CXX executable ../bin/cpu_generator_test 2022-11-23T01:05:49.3233025Z [ 91%] Linking CXX executable ../bin/cpu_profiling_allocator_test 2022-11-23T01:05:49.4714042Z [ 91%] Built target apply_utils_test 2022-11-23T01:05:49.4893945Z [ 91%] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-11-23T01:05:49.7505327Z [ 91%] Built target atest 2022-11-23T01:05:49.7693038Z [ 91%] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-11-23T01:05:49.8592451Z [ 91%] Built target basic 2022-11-23T01:05:49.8802326Z [ 91%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-11-23T01:05:50.0008446Z [ 91%] Built target cpu_generator_test 2022-11-23T01:05:50.0165323Z [ 91%] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-11-23T01:05:50.1005966Z [ 91%] Built target broadcast_test 2022-11-23T01:05:50.1328239Z [ 91%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-11-23T01:05:50.4036382Z [ 91%] Built target cpu_profiling_allocator_test 2022-11-23T01:05:50.4217177Z [ 91%] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-11-23T01:05:50.4225120Z [ 92%] Linking CXX executable ../bin/cpu_rng_test 2022-11-23T01:05:50.5557864Z [ 92%] Linking CXX executable ../bin/dispatch_key_set_test 2022-11-23T01:05:50.6398357Z [ 92%] Linking CXX executable ../bin/dlconvertor_test 2022-11-23T01:05:50.8137965Z [ 92%] Linking CXX executable ../bin/extension_backend_test 2022-11-23T01:05:50.8847045Z [ 92%] Linking CXX executable ../bin/half_test 2022-11-23T01:05:51.3373854Z [ 92%] Linking CXX executable ../bin/ivalue_test 2022-11-23T01:05:51.4775538Z [ 92%] Built target cpu_rng_test 2022-11-23T01:05:51.4964490Z [ 92%] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-11-23T01:05:51.6662030Z [ 92%] Built target dispatch_key_set_test 2022-11-23T01:05:51.6850702Z [ 92%] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-11-23T01:05:51.7332318Z [ 92%] Built target dlconvertor_test 2022-11-23T01:05:51.7545774Z [ 92%] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-11-23T01:05:51.7563521Z [ 92%] Built target extension_backend_test 2022-11-23T01:05:51.7752842Z [ 92%] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-11-23T01:05:51.8036032Z [ 92%] Built target half_test 2022-11-23T01:05:51.8412007Z [ 92%] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-11-23T01:05:52.2109056Z [ 92%] Linking CXX executable ../bin/lazy_tensor_test 2022-11-23T01:05:52.3844958Z [ 92%] Built target ivalue_test 2022-11-23T01:05:52.4026017Z [ 92%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-11-23T01:05:52.4864740Z [ 92%] Linking CXX executable ../bin/math_kernel_test 2022-11-23T01:05:52.5089336Z [ 92%] Linking CXX executable ../bin/memory_format_test 2022-11-23T01:05:52.5685752Z [ 92%] Linking CXX executable ../bin/memory_overlapping_test 2022-11-23T01:05:52.8736905Z [ 92%] Linking CXX executable ../bin/mobile_memory_cleanup 2022-11-23T01:05:53.0337786Z [ 92%] Linking CXX executable ../bin/native_test 2022-11-23T01:05:53.1895554Z [ 92%] Built target lazy_tensor_test 2022-11-23T01:05:53.2103657Z [ 92%] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-11-23T01:05:53.4399431Z [ 92%] Built target memory_overlapping_test 2022-11-23T01:05:53.4563336Z [ 92%] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-11-23T01:05:53.5168555Z [ 92%] Linking CXX executable ../bin/operator_name_test 2022-11-23T01:05:53.6175159Z [ 92%] Built target math_kernel_test 2022-11-23T01:05:53.6367798Z [ 92%] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-11-23T01:05:53.6482325Z [ 92%] Built target memory_format_test 2022-11-23T01:05:53.6672401Z [ 92%] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-11-23T01:05:53.8577849Z [ 92%] Built target mobile_memory_cleanup 2022-11-23T01:05:53.8764806Z [ 92%] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-11-23T01:05:53.9971407Z [ 92%] Built target native_test 2022-11-23T01:05:54.0164075Z [ 92%] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-11-23T01:05:54.1761256Z [ 92%] Linking CXX executable ../bin/operators_test 2022-11-23T01:05:54.3255948Z [ 92%] Linking CXX executable ../bin/packedtensoraccessor_test 2022-11-23T01:05:54.4010059Z [ 92%] Built target operator_name_test 2022-11-23T01:05:54.4312800Z [ 92%] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-11-23T01:05:54.6536873Z [ 92%] Linking CXX executable ../bin/pow_test 2022-11-23T01:05:54.6539722Z [ 92%] Linking CXX executable ../bin/quantized_test 2022-11-23T01:05:54.9757000Z [ 92%] Linking CXX executable ../bin/reduce_ops_test 2022-11-23T01:05:55.1001751Z [ 92%] Built target operators_test 2022-11-23T01:05:55.1223855Z [ 92%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-11-23T01:05:55.1953305Z [ 92%] Linking CXX executable ../bin/reportMemoryUsage_test 2022-11-23T01:05:55.3090358Z [ 92%] Built target packedtensoraccessor_test 2022-11-23T01:05:55.3240345Z [ 92%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-11-23T01:05:55.5890449Z [ 92%] Built target pow_test 2022-11-23T01:05:55.6086842Z [ 92%] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-11-23T01:05:55.7040093Z [ 92%] Built target quantized_test 2022-11-23T01:05:55.7233159Z [ 92%] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-11-23T01:05:55.8565096Z [ 92%] Linking CXX executable ../bin/scalar_tensor_test 2022-11-23T01:05:55.9559875Z [ 92%] Built target reduce_ops_test 2022-11-23T01:05:55.9797328Z [ 92%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-11-23T01:05:56.0909154Z [ 92%] Linking CXX executable ../bin/scalar_test 2022-11-23T01:05:56.1673805Z [ 92%] Built target reportMemoryUsage_test 2022-11-23T01:05:56.1906597Z [ 92%] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-11-23T01:05:56.4162637Z [ 92%] Linking CXX executable ../bin/stride_properties_test 2022-11-23T01:05:56.6141924Z [ 92%] Linking CXX executable ../bin/tensor_iterator_test 2022-11-23T01:05:56.7162665Z [ 92%] Linking CXX executable ../bin/thread_init_test 2022-11-23T01:05:56.8892050Z [ 92%] Built target scalar_tensor_test 2022-11-23T01:05:56.9067991Z [ 92%] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-11-23T01:05:57.1685423Z [ 92%] Linking CXX executable ../bin/test_parallel 2022-11-23T01:05:57.1972437Z [ 92%] Built target scalar_test 2022-11-23T01:05:57.2184726Z [ 92%] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-11-23T01:05:57.3174007Z [ 92%] Built target stride_properties_test 2022-11-23T01:05:57.3323657Z [ 92%] Linking CXX executable ../bin/type_ptr_test 2022-11-23T01:05:57.3348111Z [ 92%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-11-23T01:05:57.7375607Z [ 92%] Built target thread_init_test 2022-11-23T01:05:57.7604051Z [ 92%] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-11-23T01:05:57.7732200Z [ 92%] Built target tensor_iterator_test 2022-11-23T01:05:57.7963538Z [ 92%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-11-23T01:05:58.0561546Z [ 92%] Linking CXX executable ../bin/undefined_tensor_test 2022-11-23T01:05:58.0991428Z [ 92%] Linking CXX executable ../bin/variant_test 2022-11-23T01:05:58.1408309Z [ 92%] Linking CXX executable ../bin/type_test 2022-11-23T01:05:58.1662669Z [ 92%] Built target test_parallel 2022-11-23T01:05:58.1949955Z [ 92%] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-11-23T01:05:58.3251001Z [ 92%] Linking CXX executable ../bin/verify_api_visibility 2022-11-23T01:05:58.4112298Z [ 92%] Built target type_ptr_test 2022-11-23T01:05:58.4409782Z [ 92%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-11-23T01:05:58.8496498Z [ 92%] Linking CXX executable ../bin/vmap_test 2022-11-23T01:05:58.9395733Z [ 92%] Built target undefined_tensor_test 2022-11-23T01:05:58.9691877Z [ 92%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-11-23T01:05:59.1594609Z [ 92%] Built target variant_test 2022-11-23T01:05:59.1784547Z [ 92%] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-11-23T01:05:59.1834071Z [ 92%] Linking CXX executable ../bin/weakref_test 2022-11-23T01:05:59.2736285Z [ 92%] Built target type_test 2022-11-23T01:05:59.2934034Z [ 92%] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-11-23T01:05:59.3536873Z [ 92%] Built target verify_api_visibility 2022-11-23T01:05:59.3731371Z [ 92%] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-11-23T01:05:59.6593688Z [ 92%] Linking CXX executable ../bin/wrapdim_test 2022-11-23T01:05:59.8126022Z [ 92%] Linking CXX executable ../bin/List_test 2022-11-23T01:05:59.8540442Z [ 92%] Built target vmap_test 2022-11-23T01:05:59.8804048Z [ 92%] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-11-23T01:05:59.8996149Z [ 92%] Linking CXX executable ../bin/IListRef_test 2022-11-23T01:05:59.9184232Z [ 93%] Linking CXX executable ../bin/xla_tensor_test 2022-11-23T01:06:00.1340066Z [ 93%] Built target weakref_test 2022-11-23T01:06:00.1526743Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2022-11-23T01:06:00.4755599Z [ 93%] Linking CXX executable ../bin/KernelFunction_test 2022-11-23T01:06:00.6183983Z [ 93%] Linking CXX executable ../bin/kernel_function_legacy_test 2022-11-23T01:06:00.7723359Z [ 93%] Built target wrapdim_test 2022-11-23T01:06:00.7910863Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-11-23T01:06:00.8704283Z [ 93%] Built target xla_tensor_test 2022-11-23T01:06:00.8919443Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2022-11-23T01:06:00.9543736Z [ 93%] Built target List_test 2022-11-23T01:06:00.9807014Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-11-23T01:06:01.0206254Z [ 93%] Built target IListRef_test 2022-11-23T01:06:01.0429661Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-11-23T01:06:01.3057887Z [ 93%] Linking CXX executable ../bin/kernel_function_test 2022-11-23T01:06:01.3726148Z [ 93%] Linking CXX executable ../bin/kernel_lambda_legacy_test 2022-11-23T01:06:01.3794828Z [ 93%] Built target KernelFunction_test 2022-11-23T01:06:01.4013541Z [ 93%] Building CXX object caffe2/CMakeFiles/make_boxed_from_unboxed_functor_test.dir/__/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp.o 2022-11-23T01:06:01.5376521Z [ 93%] Linking CXX executable ../bin/kernel_lambda_test 2022-11-23T01:06:01.5925508Z [ 93%] Built target kernel_function_legacy_test 2022-11-23T01:06:01.6099093Z [ 93%] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-11-23T01:06:01.6439359Z [ 93%] Linking CXX executable ../bin/kernel_stackbased_test 2022-11-23T01:06:01.8559155Z [ 93%] Linking CXX executable ../bin/make_boxed_from_unboxed_functor_test 2022-11-23T01:06:01.9573576Z [ 93%] Linking CXX executable ../bin/CppSignature_test 2022-11-23T01:06:02.2438693Z [ 93%] Built target kernel_function_test 2022-11-23T01:06:02.2584667Z [ 93%] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-11-23T01:06:02.4380474Z [ 93%] Built target kernel_lambda_legacy_test 2022-11-23T01:06:02.4568111Z [ 93%] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-11-23T01:06:02.6162303Z [ 93%] Built target kernel_lambda_test 2022-11-23T01:06:02.6338532Z [ 93%] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-11-23T01:06:02.6646085Z [ 93%] Built target kernel_stackbased_test 2022-11-23T01:06:02.6905356Z [ 93%] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-11-23T01:06:02.7513853Z [ 93%] Built target make_boxed_from_unboxed_functor_test 2022-11-23T01:06:02.7557501Z [ 93%] Linking CXX executable ../bin/op_allowlist_test 2022-11-23T01:06:02.7711478Z [ 93%] Building CXX object caffe2/CMakeFiles/cuda_apply_test.dir/__/aten/src/ATen/test/cuda_apply_test.cpp.o 2022-11-23T01:06:02.8814939Z [ 93%] Linking CXX executable ../bin/backend_fallback_test 2022-11-23T01:06:03.0332153Z [ 93%] Built target CppSignature_test 2022-11-23T01:06:03.0508353Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_atomic_ops_test.dir/__/aten/src/ATen/test/cuda_atomic_ops_test.cu.o 2022-11-23T01:06:03.0812789Z [ 93%] Linking CXX executable ../bin/inline_container_test 2022-11-23T01:06:03.2188379Z [ 93%] Linking CXX executable ../bin/op_registration_test 2022-11-23T01:06:03.2189061Z [ 93%] Linking CXX executable ../bin/cuda_apply_test 2022-11-23T01:06:03.7392603Z [ 93%] Built target op_allowlist_test 2022-11-23T01:06:03.7537616Z [ 93%] Building CXX object caffe2/CMakeFiles/cuda_caching_host_allocator_test.dir/__/aten/src/ATen/test/cuda_caching_host_allocator_test.cpp.o 2022-11-23T01:06:04.0023282Z [ 93%] Built target backend_fallback_test 2022-11-23T01:06:04.0191830Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_complex_math_test.dir/__/aten/src/ATen/test/cuda_complex_math_test.cu.o 2022-11-23T01:06:04.1712852Z [ 93%] Built target inline_container_test 2022-11-23T01:06:04.1982714Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_complex_test.dir/__/aten/src/ATen/test/cuda_complex_test.cu.o 2022-11-23T01:06:04.1989387Z [ 93%] Built target cuda_apply_test 2022-11-23T01:06:04.2240469Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_cub_test.dir/__/aten/src/ATen/test/cuda_cub_test.cu.o 2022-11-23T01:06:04.3762429Z [ 93%] Built target op_registration_test 2022-11-23T01:06:04.4002360Z [ 93%] Building CXX object caffe2/CMakeFiles/cuda_device_test.dir/__/aten/src/ATen/test/cuda_device_test.cpp.o 2022-11-23T01:06:04.4365723Z [ 93%] Linking CXX executable ../bin/cuda_atomic_ops_test 2022-11-23T01:06:04.6463748Z [ 93%] Linking CXX executable ../bin/cuda_caching_host_allocator_test 2022-11-23T01:06:05.1047632Z [ 93%] Linking CXX executable ../bin/cuda_device_test 2022-11-23T01:06:05.3592747Z [ 93%] Linking CXX executable ../bin/cuda_complex_math_test 2022-11-23T01:06:05.6158784Z [ 93%] Linking CXX executable ../bin/cuda_complex_test 2022-11-23T01:06:05.6284622Z [ 93%] Built target cuda_atomic_ops_test 2022-11-23T01:06:05.6441115Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_distributions_test.dir/__/aten/src/ATen/test/cuda_distributions_test.cu.o 2022-11-23T01:06:05.6941827Z [ 93%] Built target cuda_caching_host_allocator_test 2022-11-23T01:06:05.7172546Z [ 93%] Building CXX object caffe2/CMakeFiles/cuda_dlconvertor_test.dir/__/aten/src/ATen/test/cuda_dlconvertor_test.cpp.o 2022-11-23T01:06:06.0428669Z [ 93%] Linking CXX executable ../bin/cuda_cub_test 2022-11-23T01:06:06.1930977Z [ 93%] Built target cuda_device_test 2022-11-23T01:06:06.2384573Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_generator_test.dir/__/aten/src/ATen/test/cuda_generator_test.cu.o 2022-11-23T01:06:06.5400588Z [ 93%] Built target cuda_complex_math_test 2022-11-23T01:06:06.5990035Z [ 93%] Built target cuda_complex_test 2022-11-23T01:06:06.6102041Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_half_test.dir/__/aten/src/ATen/test/cuda_half_test.cu.o 2022-11-23T01:06:06.6423443Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_integer_divider_test.dir/__/aten/src/ATen/test/cuda_integer_divider_test.cu.o 2022-11-23T01:06:06.7591181Z [ 93%] Linking CXX executable ../bin/cuda_dlconvertor_test 2022-11-23T01:06:07.2449275Z [ 93%] Built target cuda_cub_test 2022-11-23T01:06:07.3681790Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_optional_test.dir/__/aten/src/ATen/test/cuda_optional_test.cu.o 2022-11-23T01:06:08.0548379Z [ 93%] Built target cuda_dlconvertor_test 2022-11-23T01:06:08.0805695Z [ 93%] Building CUDA object caffe2/CMakeFiles/cuda_packedtensoraccessor_test.dir/__/aten/src/ATen/test/cuda_packedtensoraccessor_test.cu.o 2022-11-23T01:06:08.2922227Z [ 93%] Linking CXX executable ../bin/cuda_integer_divider_test 2022-11-23T01:06:08.4014541Z [ 93%] Linking CXX executable ../bin/cuda_distributions_test 2022-11-23T01:06:08.7134365Z [ 93%] Linking CXX executable ../bin/cuda_generator_test 2022-11-23T01:06:09.1106434Z [ 93%] Linking CXX executable ../bin/cuda_half_test 2022-11-23T01:06:09.4637759Z [ 93%] Built target cuda_integer_divider_test 2022-11-23T01:06:09.4824764Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_reportMemoryUsage_test.dir/__/aten/src/ATen/test/cuda_reportMemoryUsage_test.cpp.o 2022-11-23T01:06:09.6747900Z [ 94%] Linking CXX executable ../bin/cuda_optional_test 2022-11-23T01:06:09.6940103Z [ 94%] Built target cuda_distributions_test 2022-11-23T01:06:09.7225077Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_stream_test.dir/__/aten/src/ATen/test/cuda_stream_test.cpp.o 2022-11-23T01:06:09.8916163Z [ 94%] Built target cuda_generator_test 2022-11-23T01:06:09.9112845Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_vectorized_test.dir/__/aten/src/ATen/test/cuda_vectorized_test.cu.o 2022-11-23T01:06:10.0131298Z [ 94%] Built target cuda_half_test 2022-11-23T01:06:10.0319677Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_cudnn_test.dir/__/aten/src/ATen/test/cuda_cudnn_test.cpp.o 2022-11-23T01:06:10.0670495Z [ 94%] Linking CXX executable ../bin/cuda_packedtensoraccessor_test 2022-11-23T01:06:10.1829632Z [ 94%] Linking CXX executable ../bin/cuda_stream_test 2022-11-23T01:06:10.1848644Z [ 94%] Linking CXX executable ../bin/cuda_reportMemoryUsage_test 2022-11-23T01:06:10.7560526Z [ 94%] Built target cuda_optional_test 2022-11-23T01:06:10.7737008Z [ 94%] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-11-23T01:06:10.8041683Z [ 94%] Linking CXX executable ../bin/cuda_cudnn_test 2022-11-23T01:06:11.2817503Z [ 94%] Built target cuda_packedtensoraccessor_test 2022-11-23T01:06:11.3005647Z [ 94%] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-11-23T01:06:11.3261727Z [ 94%] Built target cuda_stream_test 2022-11-23T01:06:11.3476910Z [ 94%] Built target cuda_reportMemoryUsage_test 2022-11-23T01:06:11.3530640Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-11-23T01:06:11.3545611Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-11-23T01:06:11.4283705Z [ 94%] Linking CXX shared library ../lib/libtorchbind_test.so 2022-11-23T01:06:11.7399499Z [ 94%] Linking CXX shared library ../lib/libjitbackend_test.so 2022-11-23T01:06:11.8380726Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-11-23T01:06:11.9069638Z [ 94%] Built target cuda_cudnn_test 2022-11-23T01:06:11.9142298Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-11-23T01:06:11.9331206Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-11-23T01:06:11.9909496Z [ 94%] Linking CXX executable ../bin/cuda_vectorized_test 2022-11-23T01:06:12.1050770Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-11-23T01:06:12.2430779Z [ 94%] Built target torchbind_test 2022-11-23T01:06:12.2493886Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-11-23T01:06:12.5242238Z [ 94%] Linking CXX shared library ../lib/libbackend_with_compiler.so 2022-11-23T01:06:12.5477370Z [ 94%] Built target jitbackend_test 2022-11-23T01:06:12.5555306Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-11-23T01:06:12.6405114Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-11-23T01:06:12.9578892Z [ 94%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-11-23T01:06:13.0362759Z [ 94%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooAsyncTest.dir/ProcessGroupGlooAsyncTest.cpp.o 2022-11-23T01:06:13.0804574Z [ 94%] Built target cuda_vectorized_test 2022-11-23T01:06:13.1092714Z [ 94%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupNCCLTest.dir/ProcessGroupNCCLTest.cpp.o 2022-11-23T01:06:13.2522712Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-11-23T01:06:13.2801379Z [ 94%] Built target backend_with_compiler 2022-11-23T01:06:13.2893410Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-11-23T01:06:13.6690432Z [ 94%] Linking CXX executable ../bin/tutorial_tensorexpr 2022-11-23T01:06:13.9573687Z [ 94%] Linking CXX executable ../bin/ProcessGroupGlooTest 2022-11-23T01:06:14.0782237Z [ 94%] Linking CXX executable ../bin/ProcessGroupGlooAsyncTest 2022-11-23T01:06:14.1566189Z [ 94%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupNCCLErrorsTest.dir/ProcessGroupNCCLErrorsTest.cpp.o 2022-11-23T01:06:14.2051411Z [ 94%] Linking CXX executable ../bin/ProcessGroupNCCLTest 2022-11-23T01:06:14.2229358Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-11-23T01:06:14.7153907Z [ 94%] Built target tutorial_tensorexpr 2022-11-23T01:06:14.7381240Z [ 94%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupUCCTest.dir/ProcessGroupUCCTest.cpp.o 2022-11-23T01:06:14.8176660Z [ 94%] Built target ProcessGroupGlooTest 2022-11-23T01:06:14.8272193Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-11-23T01:06:15.0070984Z [ 94%] Built target ProcessGroupGlooAsyncTest 2022-11-23T01:06:15.0137912Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-11-23T01:06:15.0813970Z [ 94%] Linking CXX executable ../bin/ProcessGroupNCCLErrorsTest 2022-11-23T01:06:15.0857931Z [ 94%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-11-23T01:06:15.3663744Z [ 94%] Built target ProcessGroupNCCLTest 2022-11-23T01:06:15.3747049Z [ 94%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-11-23T01:06:15.4205431Z [ 94%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-11-23T01:06:15.5244647Z [ 94%] Linking CXX executable ../bin/ProcessGroupUCCTest 2022-11-23T01:06:15.6527924Z [ 94%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-11-23T01:06:15.6946392Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-11-23T01:06:15.9734649Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-11-23T01:06:16.2012749Z [ 95%] Built target ProcessGroupNCCLErrorsTest 2022-11-23T01:06:16.2245290Z [ 95%] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-11-23T01:06:16.2710447Z [ 95%] Built target ProcessGroupUCCTest 2022-11-23T01:06:16.2778015Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-11-23T01:06:16.3194352Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-11-23T01:06:16.3490224Z [ 95%] Linking CXX executable ../bin/test_dist_autograd 2022-11-23T01:06:16.5165621Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-11-23T01:06:16.7272553Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-11-23T01:06:17.2523890Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-11-23T01:06:17.2524705Z [ 95%] Linking CXX executable ../bin/parallel_benchmark 2022-11-23T01:06:17.3265967Z [ 95%] Built target test_dist_autograd 2022-11-23T01:06:17.3324331Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-11-23T01:06:17.3785197Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/__/__/cpp/lite_interpreter_runtime/main.cpp.o 2022-11-23T01:06:17.4664668Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_context.cpp.o 2022-11-23T01:06:17.5286847Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-11-23T01:06:17.7632200Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-11-23T01:06:18.0369837Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-11-23T01:06:18.0664875Z [ 95%] Built target parallel_benchmark 2022-11-23T01:06:18.0765262Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-11-23T01:06:18.1870151Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_nnc_backend.cpp.o 2022-11-23T01:06:18.3940012Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-11-23T01:06:18.6800518Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-11-23T01:06:18.8927687Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-11-23T01:06:18.9464627Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/aot_model_compiler_test.dir/__/__/__/binaries/aot_model_compiler.cc.o 2022-11-23T01:06:19.0066501Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-11-23T01:06:19.0486201Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_registry.cpp.o 2022-11-23T01:06:19.3306459Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-11-23T01:06:19.3342286Z [ 95%] Linking CXX executable ../bin/test_cpp_rpc 2022-11-23T01:06:19.4602326Z [ 95%] Linking CXX executable ../bin/test_mobile_nnc 2022-11-23T01:06:19.7376768Z [ 95%] Linking CXX executable ../bin/aot_model_compiler_test 2022-11-23T01:06:19.7517280Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-11-23T01:06:19.9449935Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-11-23T01:06:20.3403822Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-11-23T01:06:20.3681267Z [ 95%] Built target test_cpp_rpc 2022-11-23T01:06:20.3746883Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-11-23T01:06:20.4649344Z [ 95%] Built target test_mobile_nnc 2022-11-23T01:06:20.4729123Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-11-23T01:06:20.6049287Z [ 95%] Built target aot_model_compiler_test 2022-11-23T01:06:20.6207386Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-11-23T01:06:20.7996416Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-11-23T01:06:20.8654120Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-11-23T01:06:20.9364363Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-11-23T01:06:21.0002056Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-11-23T01:06:21.0391433Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-11-23T01:06:21.0611593Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-11-23T01:06:21.1892738Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-11-23T01:06:21.7231962Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-11-23T01:06:21.7492612Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-11-23T01:06:21.8367409Z [ 95%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-11-23T01:06:21.8585161Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-11-23T01:06:21.9378943Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-11-23T01:06:22.0071131Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-11-23T01:06:22.0932455Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-11-23T01:06:22.2646326Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-11-23T01:06:22.8710800Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-11-23T01:06:22.9402344Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-11-23T01:06:22.9598336Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-11-23T01:06:23.0508927Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp: In lambda function: 2022-11-23T01:06:23.0510617Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:959:30: warning: ‘bool c10::isIntegralType(c10::ScalarType)’ is deprecated: isIntegralType is deprecated. Please use the overload with 'includeBool' parameter instead. [-Wdeprecated-declarations] 2022-11-23T01:06:23.0512125Z isIntegralType(type) ? torch::Scalar(1) : torch::Scalar(1.0); 2022-11-23T01:06:23.0512742Z ^ 2022-11-23T01:06:23.0513317Z In file included from /var/lib/jenkins/workspace/c10/core/Scalar.h:11:0, 2022-11-23T01:06:23.0514097Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:16, 2022-11-23T01:06:23.0600853Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:06:23.0601570Z from /var/lib/jenkins/workspace/aten/src/ATen/Tensor.h:3, 2022-11-23T01:06:23.0602310Z from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h:7, 2022-11-23T01:06:23.0603059Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:4, 2022-11-23T01:06:23.0603783Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-11-23T01:06:23.0604529Z /var/lib/jenkins/workspace/c10/core/ScalarType.h:242:20: note: declared here 2022-11-23T01:06:23.0605180Z static inline bool isIntegralType(ScalarType t) { 2022-11-23T01:06:23.0605709Z ^~~~~~~~~~~~~~ 2022-11-23T01:06:23.0700612Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-11-23T01:06:23.0839136Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cuda.cpp.o 2022-11-23T01:06:23.0842467Z [ 96%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-11-23T01:06:23.4216848Z [ 96%] Linking CXX shared library ../../../../lib/libshm.so 2022-11-23T01:06:23.4422778Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_llvm.cpp.o 2022-11-23T01:06:23.9325740Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-11-23T01:06:23.9758742Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-11-23T01:06:24.0708910Z [ 96%] Linking CXX executable ../bin/test_lazy 2022-11-23T01:06:24.0798636Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-11-23T01:06:24.1284161Z [ 96%] Built target shm 2022-11-23T01:06:24.1347559Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-11-23T01:06:24.1406787Z [ 96%] Linking CXX executable ../bin/test_tensorexpr 2022-11-23T01:06:24.8005847Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-11-23T01:06:25.0445042Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-11-23T01:06:25.1491263Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-11-23T01:06:25.2180175Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-11-23T01:06:25.2493248Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-11-23T01:06:25.5453947Z [ 96%] Built target test_lazy 2022-11-23T01:06:25.5724389Z [ 96%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-11-23T01:06:25.8459970Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-11-23T01:06:25.8683365Z [ 96%] Linking CXX executable ../../../../bin/torch_shm_manager 2022-11-23T01:06:25.9606663Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-11-23T01:06:26.1310303Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-11-23T01:06:26.1750711Z [ 96%] Built target test_tensorexpr 2022-11-23T01:06:26.1843163Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-11-23T01:06:26.3534769Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-11-23T01:06:26.6692231Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-11-23T01:06:26.7802998Z [ 96%] Built target torch_shm_manager 2022-11-23T01:06:26.7884860Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-11-23T01:06:27.0195307Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-11-23T01:06:27.1175516Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-11-23T01:06:27.1429522Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-11-23T01:06:27.2848422Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-11-23T01:06:27.5217476Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-11-23T01:06:27.8833087Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-11-23T01:06:28.1580647Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-11-23T01:06:28.2819761Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-11-23T01:06:28.2902805Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-11-23T01:06:28.3076790Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-11-23T01:06:28.3304837Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-11-23T01:06:28.7188488Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-11-23T01:06:29.0744252Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-11-23T01:06:29.2270421Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-11-23T01:06:29.3428912Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-11-23T01:06:29.4339092Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-11-23T01:06:29.4764992Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-11-23T01:06:29.5802683Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-11-23T01:06:29.9441417Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-11-23T01:06:30.0405529Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-11-23T01:06:30.3345341Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-11-23T01:06:30.3470671Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-11-23T01:06:30.5058771Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-11-23T01:06:30.5530454Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-11-23T01:06:30.7670322Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-11-23T01:06:30.8866460Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-11-23T01:06:30.8939897Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-11-23T01:06:31.0940344Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-11-23T01:06:31.4052978Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-11-23T01:06:31.4111360Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-11-23T01:06:31.5734923Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-11-23T01:06:31.7185068Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-11-23T01:06:31.7589714Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-11-23T01:06:32.1648259Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-11-23T01:06:32.2645136Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-11-23T01:06:32.4293078Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-11-23T01:06:32.4903002Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-11-23T01:06:32.6413493Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-11-23T01:06:32.7107126Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-11-23T01:06:32.7847747Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-11-23T01:06:32.9326360Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-11-23T01:06:33.2382188Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-11-23T01:06:33.5132943Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-11-23T01:06:33.5572684Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-11-23T01:06:33.8679462Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-11-23T01:06:33.9707221Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-11-23T01:06:34.1163741Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-11-23T01:06:34.1254113Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-11-23T01:06:34.3193153Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-11-23T01:06:34.9793581Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-11-23T01:06:35.0028627Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-11-23T01:06:35.0088739Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-11-23T01:06:35.2215857Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-11-23T01:06:35.3255901Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-11-23T01:06:35.5022062Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-11-23T01:06:35.8682600Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-11-23T01:06:36.1236967Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-11-23T01:06:36.1604001Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-11-23T01:06:36.3677535Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-11-23T01:06:36.4164995Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-11-23T01:06:36.9559976Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-11-23T01:06:36.9965029Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-11-23T01:06:37.0715309Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-11-23T01:06:37.3441209Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-11-23T01:06:37.4025525Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-11-23T01:06:37.4889083Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-11-23T01:06:37.5371979Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-11-23T01:06:38.1337429Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-11-23T01:06:38.3952340Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-11-23T01:06:38.4405320Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-11-23T01:06:38.5077556Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-11-23T01:06:38.6610393Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-11-23T01:06:38.9019680Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/parallel.cpp.o 2022-11-23T01:06:38.9599845Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-11-23T01:06:39.2532349Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-11-23T01:06:39.4817015Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-11-23T01:06:39.7116864Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-11-23T01:06:39.9753486Z [ 97%] Linking CXX executable ../bin/test_api 2022-11-23T01:06:40.0634088Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-11-23T01:06:40.1591836Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-11-23T01:06:40.2304687Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-11-23T01:06:40.4534886Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-11-23T01:06:40.6452347Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-11-23T01:06:41.1033574Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-11-23T01:06:41.5215279Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-11-23T01:06:41.5311335Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-11-23T01:06:41.5958000Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-11-23T01:06:41.6889616Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-11-23T01:06:41.9631350Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-11-23T01:06:42.0245888Z [ 97%] Built target test_api 2022-11-23T01:06:42.0330768Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-11-23T01:06:42.0730254Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-11-23T01:06:42.3188579Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-11-23T01:06:42.3843468Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-11-23T01:06:42.6846007Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-11-23T01:06:42.8467764Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-11-23T01:06:42.9495783Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-11-23T01:06:42.9950018Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-11-23T01:06:43.4045934Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-11-23T01:06:43.4285932Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-11-23T01:06:43.5607825Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-11-23T01:06:43.5662210Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-11-23T01:06:43.6004460Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-11-23T01:06:43.8564155Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-11-23T01:06:44.2040415Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-11-23T01:06:44.2147748Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-11-23T01:06:44.3678184Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-11-23T01:06:44.3901738Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-11-23T01:06:44.4844209Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-11-23T01:06:44.7484104Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-11-23T01:06:44.9948340Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-11-23T01:06:45.0546687Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-11-23T01:06:45.3058407Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-11-23T01:06:45.3334724Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2022-11-23T01:06:45.3856524Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-11-23T01:06:45.7829091Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-11-23T01:06:45.7843963Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-11-23T01:06:45.8404490Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_definition.cpp.o 2022-11-23T01:06:46.1811347Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_cache.cpp.o 2022-11-23T01:06:46.2256919Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-11-23T01:06:46.3514955Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_record.cpp.o 2022-11-23T01:06:46.4327699Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu1.cpp.o 2022-11-23T01:06:46.9624297Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-11-23T01:06:47.1127166Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu2.cpp.o 2022-11-23T01:06:47.3207609Z [ 98%] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2022-11-23T01:06:47.3402352Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu3.cpp.o 2022-11-23T01:06:47.5428005Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2022-11-23T01:06:47.7121683Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2022-11-23T01:06:47.7584455Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2022-11-23T01:06:47.9125535Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-11-23T01:06:48.2889022Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_tensor_factories.cpp.o 2022-11-23T01:06:48.4110154Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-11-23T01:06:48.7217665Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_fused_reduction.cpp.o 2022-11-23T01:06:48.7218294Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-11-23T01:06:48.7523827Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_shift.cpp.o 2022-11-23T01:06:48.9423479Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_tensorcore.cpp.o 2022-11-23T01:06:49.4076077Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-11-23T01:06:49.5329375Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-11-23T01:06:49.8800907Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_view.cpp.o 2022-11-23T01:06:50.0911324Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-11-23T01:06:50.0914357Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_transpose.cpp.o 2022-11-23T01:06:50.1261689Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-11-23T01:06:50.1981462Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-11-23T01:06:50.4929577Z [ 98%] Building CUDA object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_rng.cu.o 2022-11-23T01:06:50.6435742Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-11-23T01:06:50.9447159Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-11-23T01:06:51.1490183Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_utils.cpp.o 2022-11-23T01:06:51.3142008Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-11-23T01:06:51.4007593Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-11-23T01:06:51.4788803Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-11-23T01:06:51.5062793Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-11-23T01:06:51.9727543Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-11-23T01:06:52.0285067Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-11-23T01:06:52.3031032Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-11-23T01:06:52.3608489Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-11-23T01:06:52.4313634Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-11-23T01:06:52.7542052Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-11-23T01:06:52.8282781Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-11-23T01:06:52.8704815Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-11-23T01:06:52.8970086Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-11-23T01:06:53.0930939Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-11-23T01:06:53.1564714Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-11-23T01:06:53.2381184Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(35): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::IterVisitor" 2022-11-23T01:06:53.2381581Z 2022-11-23T01:06:53.2383401Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(162): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::BackwardVisitor" 2022-11-23T01:06:53.2384165Z 2022-11-23T01:06:53.2385161Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(269): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::StmtSort" 2022-11-23T01:06:53.2385768Z 2022-11-23T01:06:53.2386762Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(333): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::InputsOf" 2022-11-23T01:06:53.2387352Z 2022-11-23T01:06:53.2388313Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h(82): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerVal" is only partially overridden in class "torch::jit::fuser::cuda::Fusion" 2022-11-23T01:06:53.2388887Z 2022-11-23T01:06:53.2389832Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h(82): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerExpr" is only partially overridden in class "torch::jit::fuser::cuda::Fusion" 2022-11-23T01:06:53.2390410Z 2022-11-23T01:06:53.2391556Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.h(32): warning #811-D: const variable "torch::jit::fuser::cuda::TypePromotion::comparison_op_config" requires an initializer -- class "torch::jit::fuser::cuda::TypePromotionConfig" has no user-provided default constructor 2022-11-23T01:06:53.2392419Z 2022-11-23T01:06:53.2393626Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.h(33): warning #811-D: const variable "torch::jit::fuser::cuda::TypePromotion::default_op_config" requires an initializer -- class "torch::jit::fuser::cuda::TypePromotionConfig" has no user-provided default constructor 2022-11-23T01:06:53.2394325Z 2022-11-23T01:06:53.2395289Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.h(157): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerVal" is only partially overridden in class "torch::jit::fuser::cuda::kir::Kernel" 2022-11-23T01:06:53.2395871Z 2022-11-23T01:06:53.2396836Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.h(157): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerExpr" is only partially overridden in class "torch::jit::fuser::cuda::kir::Kernel" 2022-11-23T01:06:53.2397423Z 2022-11-23T01:06:53.2398429Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.h(21): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::ExpressionEvaluator" 2022-11-23T01:06:53.2399059Z 2022-11-23T01:06:53.2400148Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h(40): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::kir::ExpressionEvaluator" 2022-11-23T01:06:53.2400815Z 2022-11-23T01:06:53.2401792Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h(23): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::IrCloner" 2022-11-23T01:06:53.2402394Z 2022-11-23T01:06:53.2403393Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h(116): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::RecomputeTv" 2022-11-23T01:06:53.2404004Z 2022-11-23T01:06:53.2404945Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_printer.h(29): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrPrinter::handle" is only partially overridden in class "torch::jit::fuser::cuda::IrMathPrinter" 2022-11-23T01:06:53.2405524Z 2022-11-23T01:06:53.2406500Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_printer.h(46): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrPrinter::handle" is only partially overridden in class "torch::jit::fuser::cuda::IrTransformPrinter" 2022-11-23T01:06:53.2407097Z 2022-11-23T01:06:53.2408087Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(35): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::IterVisitor" 2022-11-23T01:06:53.2408703Z 2022-11-23T01:06:53.2409716Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(162): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::BackwardVisitor" 2022-11-23T01:06:53.2410328Z 2022-11-23T01:06:53.2411302Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(269): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::StmtSort" 2022-11-23T01:06:53.2411965Z 2022-11-23T01:06:53.2412958Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(333): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::InputsOf" 2022-11-23T01:06:53.2413545Z 2022-11-23T01:06:53.2414670Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h(82): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerVal" is only partially overridden in class "torch::jit::fuser::cuda::Fusion" 2022-11-23T01:06:53.2415246Z 2022-11-23T01:06:53.2416379Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h(82): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerExpr" is only partially overridden in class "torch::jit::fuser::cuda::Fusion" 2022-11-23T01:06:53.2416950Z 2022-11-23T01:06:53.2418087Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.h(32): warning #811-D: const variable "torch::jit::fuser::cuda::TypePromotion::comparison_op_config" requires an initializer -- class "torch::jit::fuser::cuda::TypePromotionConfig" has no user-provided default constructor 2022-11-23T01:06:53.2418790Z 2022-11-23T01:06:53.2419907Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.h(33): warning #811-D: const variable "torch::jit::fuser::cuda::TypePromotion::default_op_config" requires an initializer -- class "torch::jit::fuser::cuda::TypePromotionConfig" has no user-provided default constructor 2022-11-23T01:06:53.2420602Z 2022-11-23T01:06:53.2421568Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.h(157): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerVal" is only partially overridden in class "torch::jit::fuser::cuda::kir::Kernel" 2022-11-23T01:06:53.2422147Z 2022-11-23T01:06:53.2423124Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.h(157): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerExpr" is only partially overridden in class "torch::jit::fuser::cuda::kir::Kernel" 2022-11-23T01:06:53.2423710Z 2022-11-23T01:06:53.2424752Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.h(21): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::ExpressionEvaluator" 2022-11-23T01:06:53.2425387Z 2022-11-23T01:06:53.2426475Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h(40): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::kir::ExpressionEvaluator" 2022-11-23T01:06:53.2427138Z 2022-11-23T01:06:53.2428150Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h(23): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::IrCloner" 2022-11-23T01:06:53.2428747Z 2022-11-23T01:06:53.2429754Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h(116): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::RecomputeTv" 2022-11-23T01:06:53.2430368Z 2022-11-23T01:06:53.2431351Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_printer.h(29): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrPrinter::handle" is only partially overridden in class "torch::jit::fuser::cuda::IrMathPrinter" 2022-11-23T01:06:53.2431923Z 2022-11-23T01:06:53.2432915Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_printer.h(46): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrPrinter::handle" is only partially overridden in class "torch::jit::fuser::cuda::IrTransformPrinter" 2022-11-23T01:06:53.2433513Z 2022-11-23T01:06:53.2536511Z [ 98%] Linking CXX executable ../bin/test_jit 2022-11-23T01:06:53.4111611Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-11-23T01:06:53.4149094Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-11-23T01:06:53.5606079Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-11-23T01:06:53.8277152Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-11-23T01:06:53.9157879Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-11-23T01:06:54.0420573Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-11-23T01:06:54.1167443Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-11-23T01:06:54.2188986Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-11-23T01:06:54.8061875Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-11-23T01:06:54.8634423Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-11-23T01:06:54.9336019Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-11-23T01:06:55.1168466Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-11-23T01:06:55.3701127Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-11-23T01:06:55.6282334Z [ 98%] Built target test_jit 2022-11-23T01:06:55.6343968Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-11-23T01:06:55.7804980Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-11-23T01:06:55.9357856Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-11-23T01:06:55.9373496Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-11-23T01:06:56.0125774Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-11-23T01:06:56.1251859Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-11-23T01:06:56.3207423Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-11-23T01:06:56.5930433Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-11-23T01:06:56.6587318Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-11-23T01:06:56.7978136Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-11-23T01:06:56.9820607Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-11-23T01:06:57.0143050Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-11-23T01:06:57.0447189Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-11-23T01:06:57.7046205Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-11-23T01:06:57.7900768Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-11-23T01:06:57.8496369Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-11-23T01:06:57.8562787Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2022-11-23T01:06:58.1681108Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-11-23T01:06:58.2611767Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-11-23T01:06:58.3530631Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-11-23T01:06:58.4356085Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2022-11-23T01:06:58.4435212Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2022-11-23T01:06:58.5844153Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-11-23T01:06:58.9904970Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-11-23T01:06:59.0188076Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-11-23T01:06:59.0482381Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-11-23T01:06:59.1437754Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-11-23T01:06:59.2060263Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-11-23T01:06:59.3790181Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-11-23T01:06:59.5580751Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-11-23T01:06:59.6517283Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-11-23T01:06:59.7105485Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-11-23T01:06:59.8162310Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-11-23T01:06:59.9665556Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-11-23T01:07:00.1737434Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-11-23T01:07:00.2896324Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-11-23T01:07:00.3751736Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-11-23T01:07:00.5149085Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-11-23T01:07:00.5544395Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-11-23T01:07:00.6864753Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Event.cpp.o 2022-11-23T01:07:00.9487328Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Module.cpp.o 2022-11-23T01:07:01.0645314Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_comm.cpp.o 2022-11-23T01:07:01.1296731Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Stream.cpp.o 2022-11-23T01:07:01.3620696Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Graph.cpp.o 2022-11-23T01:07:01.4702271Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudart.cpp.o 2022-11-23T01:07:01.5437976Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/nvtx.cpp.o 2022-11-23T01:07:01.9652591Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/utils.cpp.o 2022-11-23T01:07:01.9753113Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudnn.cpp.o 2022-11-23T01:07:02.1132858Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-11-23T01:07:02.1395890Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp: In function ‘void torch::cuda::shared::initCudartBindings(PyObject*)’: 2022-11-23T01:07:02.1397183Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp:99:7: warning: ‘cudaError_t cudaProfilerInitialize(const char*, const char*, cudaOutputMode_t)’ is deprecated [-Wdeprecated-declarations] 2022-11-23T01:07:02.1398142Z cudaProfilerInitialize); 2022-11-23T01:07:02.1398600Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:07:02.1399185Z In file included from /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp:5:0: 2022-11-23T01:07:02.1399908Z /usr/local/cuda/include/cuda_profiler_api.h:134:57: note: declared here 2022-11-23T01:07:02.1400636Z extern __CUDA_DEPRECATED __host__ cudaError_t CUDARTAPI cudaProfilerInitialize(const char *configFile, 2022-11-23T01:07:02.1401271Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:07:02.1539941Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-11-23T01:07:02.2004894Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-11-23T01:07:02.3158587Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-11-23T01:07:02.5649391Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-11-23T01:07:02.9521015Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-11-23T01:07:03.1814845Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-11-23T01:07:03.2380150Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-11-23T01:07:03.6116380Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-11-23T01:07:03.6885935Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-11-23T01:07:03.7626953Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-11-23T01:07:04.0155873Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-11-23T01:07:04.2705449Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_nccl.cpp.o 2022-11-23T01:07:05.0882394Z [100%] Linking CXX shared library ../../lib/libtorch_python.so 2022-11-23T01:07:06.9566106Z [100%] Built target torch_python 2022-11-23T01:07:06.9704455Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-11-23T01:07:06.9705223Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2022-11-23T01:07:06.9720605Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-11-23T01:07:06.9721200Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-11-23T01:07:07.8439523Z [100%] Linking CXX shared module functorch.so 2022-11-23T01:07:07.8601109Z [100%] Linking CXX shared library ../../lib/libnnapi_backend.so 2022-11-23T01:07:08.4341768Z [100%] Built target functorch 2022-11-23T01:07:08.4647900Z [100%] Built target nnapi_backend 2022-11-23T01:07:08.4930069Z Install the project... 2022-11-23T01:07:08.4980044Z -- Install configuration: "Release" 2022-11-23T01:07:08.5343374Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2022-11-23T01:07:08.7787004Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2022-11-23T01:07:08.8005814Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2022-11-23T01:07:08.8012683Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2022-11-23T01:07:08.8020456Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2022-11-23T01:07:08.8028617Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2022-11-23T01:07:08.8035602Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2022-11-23T01:07:08.8042823Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2022-11-23T01:07:08.8050467Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2022-11-23T01:07:08.8058532Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2022-11-23T01:07:08.8066876Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2022-11-23T01:07:08.8073732Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Array_test" to "$ORIGIN" 2022-11-23T01:07:08.8081153Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2022-11-23T01:07:08.8101931Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_C++17_test" to "$ORIGIN" 2022-11-23T01:07:08.8108850Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2022-11-23T01:07:08.8116006Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2022-11-23T01:07:08.8122970Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2022-11-23T01:07:08.8130937Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2022-11-23T01:07:08.8140355Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2022-11-23T01:07:08.8159362Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SmallVectorTest" to "$ORIGIN" 2022-11-23T01:07:08.8167014Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2022-11-23T01:07:08.8175662Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2022-11-23T01:07:08.8184123Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2022-11-23T01:07:08.8191422Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2022-11-23T01:07:08.8198557Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2022-11-23T01:07:08.8206035Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2022-11-23T01:07:08.8214068Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2022-11-23T01:07:08.8222247Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2022-11-23T01:07:08.8229766Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2022-11-23T01:07:08.8244570Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_either_test" to "$ORIGIN" 2022-11-23T01:07:08.8252032Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2022-11-23T01:07:08.8259710Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2022-11-23T01:07:08.8281250Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2022-11-23T01:07:08.8289254Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2022-11-23T01:07:08.8297409Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2022-11-23T01:07:08.8307279Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2022-11-23T01:07:08.8316044Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2022-11-23T01:07:08.8323867Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2022-11-23T01:07:08.8332143Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2022-11-23T01:07:08.8339975Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2022-11-23T01:07:08.8347934Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2022-11-23T01:07:08.8357603Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2022-11-23T01:07:08.8366651Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10_cuda.so" to "$ORIGIN:/usr/local/cuda/lib64" 2022-11-23T01:07:08.8380146Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_cuda_CUDATest" to "$ORIGIN:/usr/local/cuda/lib64" 2022-11-23T01:07:09.3487105Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_nvrtc.so" to "$ORIGIN:/usr/local/cuda/lib64" 2022-11-23T01:07:09.4154856Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cuda_linalg.so" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:07:09.7671447Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so" to "$ORIGIN:/usr/lib/x86_64-linux-gnu/openmpi/lib:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9302244Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cuda.so" to "$ORIGIN:/usr/local/cuda/lib64:/usr/lib/x86_64-linux-gnu/openmpi/lib:/opt/conda/lib" 2022-11-23T01:07:09.9305132Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9310200Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_global_deps.so" to "$ORIGIN:/usr/lib/x86_64-linux-gnu/openmpi/lib:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9320742Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9329038Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9338633Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9347870Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9356990Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/apply_utils_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9365825Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9374677Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9383726Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9407052Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_generator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9416109Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_profiling_allocator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9427875Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_rng_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9436460Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dispatch_key_set_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9445027Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9454274Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/extension_backend_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9463001Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9475490Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9484096Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/lazy_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9492958Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_kernel_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9501282Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_format_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9510280Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_overlapping_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9518930Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_memory_cleanup" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9527787Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9536154Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_name_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9544623Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9553468Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9563061Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9571295Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9579308Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reduce_ops_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9589079Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9597024Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9606284Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9615081Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stride_properties_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9626766Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_iterator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9635439Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9639045Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/thread_init_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9648043Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_ptr_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9657554Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9665887Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/undefined_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9673643Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/variant_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9678215Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/verify_api_visibility" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9688101Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/vmap_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9696450Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9704287Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9712703Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/xla_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9721851Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9737218Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9746681Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9762336Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_legacy_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9775173Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9792188Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_legacy_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9806096Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9815843Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_stackbased_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9828939Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/make_boxed_from_unboxed_functor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9837187Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9845516Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_fallback_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9868681Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_allowlist_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9906950Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_registration_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9916264Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/inline_container_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9924856Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_apply_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9934873Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_atomic_ops_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9943967Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_caching_host_allocator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9953840Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_complex_math_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9962695Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_complex_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9971641Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_cub_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9981643Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_device_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9990866Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_distributions_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:09.9999628Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_dlconvertor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.0009159Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_generator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.0017900Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_half_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.0026392Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_integer_divider_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.0034249Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_optional_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.0043067Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.0052816Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.0062399Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_stream_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.0070599Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_vectorized_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.0079148Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_cudnn_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.2813100Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorchbind_test.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.2816407Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libjitbackend_test.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.2821907Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libbackend_with_compiler.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.2931516Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:07:10.3015193Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:07:10.3020317Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:07:10.3032566Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:07:10.3041254Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:07:10.3049200Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:07:10.3060965Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupGlooTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:07:10.3070490Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupNCCLTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:07:10.3078879Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupNCCLErrorsTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:07:10.3084688Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10d_cuda_test.so" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:07:10.3092903Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupUCCTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:07:10.3103083Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupMPITest" to "$ORIGIN:/usr/lib/x86_64-linux-gnu/openmpi/lib:/opt/conda/lib" 2022-11-23T01:07:10.3123638Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:07:10.3134915Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:07:10.3259728Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:07:10.3270827Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_mobile_nnc" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.3275613Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/aot_model_compiler_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.3320752Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:07:10.3483938Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_python.so" to "$ORIGIN:/usr/lib/x86_64-linux-gnu/openmpi/lib:/usr/local/cuda/lib64:/opt/conda/lib" 2022-11-23T01:07:10.3489289Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.3497482Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/torch_shm_manager" to "$ORIGIN/../lib:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.3506403Z -- Set runtime path of "/var/lib/jenkins/workspace/functorch/functorch.so" to "$ORIGIN/../torch/lib:/opt/conda/lib:/usr/local/cuda/lib64" 2022-11-23T01:07:10.4171487Z running bdist_wheel 2022-11-23T01:07:10.6123345Z running build 2022-11-23T01:07:10.6123545Z running build_py 2022-11-23T01:07:10.6169097Z creating build/lib.linux-x86_64-cpython-310 2022-11-23T01:07:10.6169464Z creating build/lib.linux-x86_64-cpython-310/functorch 2022-11-23T01:07:10.6169814Z copying functorch/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch 2022-11-23T01:07:10.6184772Z creating build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6185221Z copying torch/_VF.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6190285Z copying torch/__config__.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6195223Z copying torch/__future__.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6199652Z copying torch/__init__.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6217643Z copying torch/_appdirs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6225927Z copying torch/_classes.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6234071Z copying torch/_deploy.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6244864Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6262652Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6270624Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6286024Z copying torch/_lowrank.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6296286Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6321053Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6326777Z copying torch/_ops.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6339556Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6346190Z copying torch/_six.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6352656Z copying torch/_sources.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6364931Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6369066Z copying torch/_tensor.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6384620Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6409948Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6419355Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6459243Z copying torch/_utils.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6471703Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6472389Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6482832Z copying torch/_weights_only_unpickler.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6489949Z copying torch/functional.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6509758Z copying torch/hub.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6519351Z copying torch/library.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6526064Z copying torch/overrides.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6549028Z copying torch/quasirandom.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6558789Z copying torch/random.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6566293Z copying torch/return_types.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6570379Z copying torch/serialization.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6594448Z copying torch/storage.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6609475Z copying torch/torch_version.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6615605Z copying torch/types.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6619984Z copying torch/version.py -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:10.6623315Z creating build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:07:10.6623814Z copying torchgen/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:07:10.6624543Z copying torchgen/code_template.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:07:10.6625379Z copying torchgen/context.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:07:10.6626399Z copying torchgen/gen.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:07:10.6628414Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:07:10.6629839Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:07:10.6631542Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:07:10.6632012Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:07:10.6633105Z copying torchgen/local.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:07:10.6634126Z copying torchgen/model.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:07:10.6636230Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:07:10.6636988Z copying torchgen/utils.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-11-23T01:07:10.6640840Z creating build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6641397Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6649067Z copying functorch/_src/aot_autograd.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6669452Z copying functorch/_src/benchmark_utils.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6673255Z copying functorch/_src/compile_utils.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6682008Z copying functorch/_src/compilers.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6692559Z copying functorch/_src/config.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6698692Z copying functorch/_src/eager_transforms.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6715761Z copying functorch/_src/fx_minifier.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6721607Z copying functorch/_src/make_functional.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6731471Z copying functorch/_src/named_members_polyfill.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6735554Z copying functorch/_src/partitioners.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6744564Z copying functorch/_src/python_key.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6748160Z copying functorch/_src/pytree_hacks.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6751719Z copying functorch/_src/top_operators_github_usage.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6759975Z copying functorch/_src/vmap.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-11-23T01:07:10.6770594Z creating build/lib.linux-x86_64-cpython-310/functorch/compile 2022-11-23T01:07:10.6772045Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/compile 2022-11-23T01:07:10.6778880Z creating build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:07:10.6779370Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:07:10.6783207Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:07:10.6791206Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:07:10.6794480Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:07:10.6798722Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:07:10.6802078Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:07:10.6811195Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:07:10.6823728Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:07:10.6843373Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-11-23T01:07:10.6848549Z creating build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-11-23T01:07:10.6849017Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-11-23T01:07:10.6853931Z copying functorch/experimental/_map.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-11-23T01:07:10.6864548Z copying functorch/experimental/batch_norm_replacement.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-11-23T01:07:10.6868128Z copying functorch/experimental/cond.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-11-23T01:07:10.6875310Z copying functorch/experimental/control_flow.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-11-23T01:07:10.6887791Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-11-23T01:07:10.6894549Z creating build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-11-23T01:07:10.6894954Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-11-23T01:07:10.6900361Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-11-23T01:07:10.6920831Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-11-23T01:07:10.6930610Z creating build/lib.linux-x86_64-cpython-310/torch/_dispatch 2022-11-23T01:07:10.6931363Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_dispatch 2022-11-23T01:07:10.6932230Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-cpython-310/torch/_dispatch 2022-11-23T01:07:10.6944057Z creating build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.6944736Z copying torch/_dynamo/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.6951876Z copying torch/_dynamo/allowed_functions.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.6963592Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.6970548Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.6979721Z copying torch/_dynamo/codegen.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.6989348Z copying torch/_dynamo/config.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.6993900Z copying torch/_dynamo/convert_frame.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7002245Z copying torch/_dynamo/debug_utils.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7010367Z copying torch/_dynamo/eval_frame.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7020332Z copying torch/_dynamo/exc.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7024309Z copying torch/_dynamo/guards.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7036393Z copying torch/_dynamo/logging.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7040505Z copying torch/_dynamo/mutation_guard.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7044196Z copying torch/_dynamo/output_graph.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7056920Z copying torch/_dynamo/profiler.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7065497Z copying torch/_dynamo/replay_record.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7071412Z copying torch/_dynamo/resume_execution.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7079606Z copying torch/_dynamo/side_effects.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7085867Z copying torch/_dynamo/skipfiles.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7098356Z copying torch/_dynamo/source.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7103080Z copying torch/_dynamo/symbolic_convert.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7125605Z copying torch/_dynamo/test_case.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7130459Z copying torch/_dynamo/test_minifier_common.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7138536Z copying torch/_dynamo/testing.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7151376Z copying torch/_dynamo/utils.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo 2022-11-23T01:07:10.7165729Z creating build/lib.linux-x86_64-cpython-310/torch/_functorch 2022-11-23T01:07:10.7166358Z copying torch/_functorch/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_functorch 2022-11-23T01:07:10.7167135Z copying torch/_functorch/pyfunctorch.py -> build/lib.linux-x86_64-cpython-310/torch/_functorch 2022-11-23T01:07:10.7172106Z copying torch/_functorch/utils.py -> build/lib.linux-x86_64-cpython-310/torch/_functorch 2022-11-23T01:07:10.7187031Z creating build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7187526Z copying torch/_inductor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7188384Z copying torch/_inductor/codecache.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7200367Z copying torch/_inductor/compile_fx.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7209241Z copying torch/_inductor/config.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7213928Z copying torch/_inductor/cuda_properties.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7217457Z copying torch/_inductor/debug.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7239738Z copying torch/_inductor/decomposition.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7247780Z copying torch/_inductor/dependencies.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7252867Z copying torch/_inductor/exc.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7262938Z copying torch/_inductor/graph.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7274945Z copying torch/_inductor/ir.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7294589Z copying torch/_inductor/lowering.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7318536Z copying torch/_inductor/metrics.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7321706Z copying torch/_inductor/overrides.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7338236Z copying torch/_inductor/scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7355770Z copying torch/_inductor/sizevars.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7365889Z copying torch/_inductor/utils.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7371179Z copying torch/_inductor/virtualized.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor 2022-11-23T01:07:10.7381280Z creating build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:07:10.7381937Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:07:10.7387302Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:07:10.7391162Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:07:10.7402476Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:07:10.7406756Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:07:10.7410414Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:07:10.7415221Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:07:10.7427827Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:07:10.7438263Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:07:10.7450583Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:07:10.7455567Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-11-23T01:07:10.7467628Z creating build/lib.linux-x86_64-cpython-310/torch/_prims 2022-11-23T01:07:10.7468039Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-11-23T01:07:10.7486953Z copying torch/_prims/context.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-11-23T01:07:10.7499343Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-11-23T01:07:10.7503048Z copying torch/_prims/nvfuser_executor.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-11-23T01:07:10.7510474Z copying torch/_prims/nvfuser_prims.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-11-23T01:07:10.7523802Z creating build/lib.linux-x86_64-cpython-310/torch/_prims_common 2022-11-23T01:07:10.7524194Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_prims_common 2022-11-23T01:07:10.7545383Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-cpython-310/torch/_prims_common 2022-11-23T01:07:10.7555529Z creating build/lib.linux-x86_64-cpython-310/torch/_refs 2022-11-23T01:07:10.7556187Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs 2022-11-23T01:07:10.7579433Z copying torch/_refs/_conversions.py -> build/lib.linux-x86_64-cpython-310/torch/_refs 2022-11-23T01:07:10.7585669Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-cpython-310/torch/_refs 2022-11-23T01:07:10.7596689Z creating build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-11-23T01:07:10.7597225Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-11-23T01:07:10.7601115Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-11-23T01:07:10.7616496Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-11-23T01:07:10.7628434Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-11-23T01:07:10.7637180Z creating build/lib.linux-x86_64-cpython-310/torch/amp 2022-11-23T01:07:10.7637557Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/amp 2022-11-23T01:07:10.7647082Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-310/torch/amp 2022-11-23T01:07:10.7660929Z creating build/lib.linux-x86_64-cpython-310/torch/ao 2022-11-23T01:07:10.7661312Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao 2022-11-23T01:07:10.7667757Z creating build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:07:10.7668173Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:07:10.7679987Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:07:10.7683593Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:07:10.7692107Z copying torch/autograd/function.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:07:10.7701405Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:07:10.7721499Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:07:10.7725669Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:07:10.7743804Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:07:10.7753364Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:07:10.7764258Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:07:10.7775615Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:07:10.7790255Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-11-23T01:07:10.7795091Z creating build/lib.linux-x86_64-cpython-310/torch/backends 2022-11-23T01:07:10.7795572Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends 2022-11-23T01:07:10.7800693Z creating build/lib.linux-x86_64-cpython-310/torch/contrib 2022-11-23T01:07:10.7801325Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/contrib 2022-11-23T01:07:10.7802245Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-cpython-310/torch/contrib 2022-11-23T01:07:10.7812211Z creating build/lib.linux-x86_64-cpython-310/torch/cpu 2022-11-23T01:07:10.7812599Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cpu 2022-11-23T01:07:10.7818659Z creating build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7819053Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7831691Z copying torch/cuda/_dynamo_graphs.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7834905Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7847276Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7858950Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7862513Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7866631Z copying torch/cuda/error.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7867532Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7880680Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7885712Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7898841Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7902539Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7906851Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7910565Z copying torch/cuda/random.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7922246Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7927773Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-11-23T01:07:10.7941114Z creating build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:07:10.7941556Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:07:10.7946958Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:07:10.7951323Z copying torch/distributed/c10d_error_logger.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:07:10.7955914Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:07:10.7966303Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:07:10.7984482Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:07:10.7988966Z copying torch/distributed/logging_handlers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:07:10.7993041Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:07:10.8004884Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:07:10.8009083Z copying torch/distributed/run.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:07:10.8017902Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-11-23T01:07:10.8025738Z creating build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8026240Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8036847Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8041342Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8048690Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8068087Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8073617Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8079096Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8091342Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8097627Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8110271Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8115342Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8132149Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8142237Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8147775Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8152375Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8158955Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8169638Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8175225Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8179882Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8192222Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8199299Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8206205Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8215819Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8219663Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8223343Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8232084Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8239425Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8242597Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8250874Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8257235Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8269391Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8275466Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8282542Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8286544Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8290937Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8298741Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8302496Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8307771Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8316406Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8320419Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8332951Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8349748Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8353846Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8366374Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8370918Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8375649Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-11-23T01:07:10.8385197Z creating build/lib.linux-x86_64-cpython-310/torch/fft 2022-11-23T01:07:10.8385576Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fft 2022-11-23T01:07:10.8406256Z creating build/lib.linux-x86_64-cpython-310/torch/futures 2022-11-23T01:07:10.8406746Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/futures 2022-11-23T01:07:10.8417201Z creating build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8417553Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8421995Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8427635Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8431766Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8447482Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8455872Z copying torch/fx/graph.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8477994Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8486802Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8491799Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8500724Z copying torch/fx/node.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8522522Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8532846Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8543406Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8547008Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8554643Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-11-23T01:07:10.8561904Z creating build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8562552Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8567146Z copying torch/jit/_async.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8579149Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8582873Z copying torch/jit/_check.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8591134Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8599876Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8604333Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8611964Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8617750Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8625693Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8629744Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8633596Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8641988Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8647590Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8663055Z copying torch/jit/_script.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8684133Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8689167Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8702186Z copying torch/jit/_state.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8708043Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8728510Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8741179Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8758870Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8768205Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8776829Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8781942Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-11-23T01:07:10.8794930Z creating build/lib.linux-x86_64-cpython-310/torch/linalg 2022-11-23T01:07:10.8795326Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/linalg 2022-11-23T01:07:10.8821680Z creating build/lib.linux-x86_64-cpython-310/torch/masked 2022-11-23T01:07:10.8822180Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/masked 2022-11-23T01:07:10.8826765Z copying torch/masked/_docs.py -> build/lib.linux-x86_64-cpython-310/torch/masked 2022-11-23T01:07:10.8843137Z copying torch/masked/_ops.py -> build/lib.linux-x86_64-cpython-310/torch/masked 2022-11-23T01:07:10.8860618Z creating build/lib.linux-x86_64-cpython-310/torch/monitor 2022-11-23T01:07:10.8860984Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/monitor 2022-11-23T01:07:10.8866389Z creating build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-11-23T01:07:10.8866841Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-11-23T01:07:10.8873021Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-11-23T01:07:10.8877660Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-11-23T01:07:10.8886368Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-11-23T01:07:10.8892078Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-11-23T01:07:10.8901177Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-11-23T01:07:10.8907794Z creating build/lib.linux-x86_64-cpython-310/torch/nested 2022-11-23T01:07:10.8908177Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nested 2022-11-23T01:07:10.8922383Z creating build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:07:10.8922749Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:07:10.8926662Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:07:10.8930666Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:07:10.8936094Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:07:10.8946658Z copying torch/nn/functional.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:07:10.8970226Z copying torch/nn/grad.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:07:10.8977119Z copying torch/nn/init.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:07:10.8985360Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:07:10.8992943Z creating build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.8993394Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9004428Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9008665Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9015078Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9019076Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9027134Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9030395Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9034340Z copying torch/onnx/_patch_torch.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9042127Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9048827Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9060572Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9065774Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9077758Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9100143Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9110459Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9126953Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9137491Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9150076Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9153566Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9156725Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9161182Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9174097Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9178049Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9191490Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9216608Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9239163Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-11-23T01:07:10.9250744Z creating build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9251679Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9255850Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9260008Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9270826Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9279187Z copying torch/optim/adam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9291055Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9297468Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9311902Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9319314Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9329205Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9359241Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9367093Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9377094Z copying torch/optim/radam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9386550Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9396056Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9405621Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9417047Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9423601Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:10.9439134Z creating build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9439660Z copying torch/package/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9445717Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9450967Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9459091Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9464585Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9468281Z copying torch/package/_mock.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9472495Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9485430Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9494062Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9507888Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9512840Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9525380Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9529644Z copying torch/package/importer.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9542299Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9565191Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-11-23T01:07:10.9575459Z creating build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:07:10.9576360Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:07:10.9580373Z copying torch/profiler/_memory_profiler.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:07:10.9592480Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:07:10.9603061Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:07:10.9615596Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:07:10.9619425Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:07:10.9632787Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-11-23T01:07:10.9638214Z creating build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9638606Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9645081Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9648941Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9659653Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9663638Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9668121Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9672094Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9684433Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9688744Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9692844Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9696658Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9707117Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9711643Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9715356Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9719192Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-11-23T01:07:10.9729047Z creating build/lib.linux-x86_64-cpython-310/torch/signal 2022-11-23T01:07:10.9729468Z copying torch/signal/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/signal 2022-11-23T01:07:10.9734919Z creating build/lib.linux-x86_64-cpython-310/torch/sparse 2022-11-23T01:07:10.9735301Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/sparse 2022-11-23T01:07:10.9746811Z creating build/lib.linux-x86_64-cpython-310/torch/special 2022-11-23T01:07:10.9747453Z copying torch/special/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/special 2022-11-23T01:07:10.9761301Z creating build/lib.linux-x86_64-cpython-310/torch/testing 2022-11-23T01:07:10.9761957Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-11-23T01:07:10.9766061Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-11-23T01:07:10.9791103Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-11-23T01:07:10.9796823Z copying torch/testing/_deprecated.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-11-23T01:07:10.9808200Z creating build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9809012Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9814188Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9817791Z copying torch/utils/_crash_handler.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9821584Z copying torch/utils/_cuda_trace.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9831008Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9835669Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9848306Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9866327Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9877811Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9883265Z copying torch/utils/backend_registration.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9886556Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9894956Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9907222Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9919457Z copying torch/utils/cpp_backtrace.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9923692Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9949482Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9955139Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9958969Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9970403Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9975246Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9986327Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9990393Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:10.9993925Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-11-23T01:07:11.0008072Z creating build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:07:11.0008520Z copying torch/_dynamo/optimizations/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:07:11.0012756Z copying torch/_dynamo/optimizations/analysis.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:07:11.0016393Z copying torch/_dynamo/optimizations/backends.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:07:11.0029555Z copying torch/_dynamo/optimizations/distributed.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:07:11.0037963Z copying torch/_dynamo/optimizations/inference.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:07:11.0041865Z copying torch/_dynamo/optimizations/log_args.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:07:11.0046133Z copying torch/_dynamo/optimizations/normalize.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:07:11.0055937Z copying torch/_dynamo/optimizations/subgraph.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:07:11.0060058Z copying torch/_dynamo/optimizations/torchxla_integration.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:07:11.0072368Z copying torch/_dynamo/optimizations/training.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations 2022-11-23T01:07:11.0094226Z creating build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:07:11.0094825Z copying torch/_dynamo/variables/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:07:11.0101023Z copying torch/_dynamo/variables/base.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:07:11.0110414Z copying torch/_dynamo/variables/builder.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:07:11.0121140Z copying torch/_dynamo/variables/builtin.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:07:11.0137282Z copying torch/_dynamo/variables/constant.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:07:11.0145092Z copying torch/_dynamo/variables/dicts.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:07:11.0159262Z copying torch/_dynamo/variables/functions.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:07:11.0172371Z copying torch/_dynamo/variables/lists.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:07:11.0184270Z copying torch/_dynamo/variables/misc.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:07:11.0198120Z copying torch/_dynamo/variables/nn_module.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:07:11.0210726Z copying torch/_dynamo/variables/tensor.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:07:11.0224649Z copying torch/_dynamo/variables/torch.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:07:11.0237356Z copying torch/_dynamo/variables/user_defined.py -> build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables 2022-11-23T01:07:11.0248164Z creating build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:07:11.0248982Z copying torch/_inductor/codegen/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:07:11.0249755Z copying torch/_inductor/codegen/autotuner.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:07:11.0258295Z copying torch/_inductor/codegen/common.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:07:11.0272987Z copying torch/_inductor/codegen/cpp.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:07:11.0302421Z copying torch/_inductor/codegen/triton.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:07:11.0324556Z copying torch/_inductor/codegen/triton_template.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:07:11.0334242Z copying torch/_inductor/codegen/wrapper.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:07:11.0345945Z creating build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:07:11.0346409Z copying torch/_inductor/triton_ops/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:07:11.0353239Z copying torch/_inductor/triton_ops/autotune.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:07:11.0361689Z copying torch/_inductor/triton_ops/batched_matmul.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:07:11.0365995Z copying torch/_inductor/triton_ops/conv.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:07:11.0380885Z copying torch/_inductor/triton_ops/conv1x1.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:07:11.0385858Z copying torch/_inductor/triton_ops/conv_perf_model.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:07:11.0397078Z copying torch/_inductor/triton_ops/matmul.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:07:11.0403269Z copying torch/_inductor/triton_ops/mm_perf_model.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:07:11.0408180Z copying torch/_inductor/triton_ops/utils.py -> build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops 2022-11-23T01:07:11.0422591Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/linalg 2022-11-23T01:07:11.0423338Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/linalg 2022-11-23T01:07:11.0428226Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/nn 2022-11-23T01:07:11.0428880Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/nn 2022-11-23T01:07:11.0440625Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/special 2022-11-23T01:07:11.0441600Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/special 2022-11-23T01:07:11.0447377Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/nn/functional 2022-11-23T01:07:11.0448055Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/nn/functional 2022-11-23T01:07:11.0461148Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn 2022-11-23T01:07:11.0461578Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn 2022-11-23T01:07:11.0466796Z creating build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-11-23T01:07:11.0467397Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-11-23T01:07:11.0468061Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-11-23T01:07:11.0480775Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-11-23T01:07:11.0492178Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning 2022-11-23T01:07:11.0492676Z copying torch/ao/pruning/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning 2022-11-23T01:07:11.0497833Z copying torch/ao/pruning/_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning 2022-11-23T01:07:11.0511297Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0511769Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0521717Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0526561Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0538411Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0545950Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0554956Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0559453Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0572713Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0593544Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0602895Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0610474Z copying torch/ao/quantization/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0614421Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0617667Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0627796Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0635832Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0647930Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0660716Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0666088Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-11-23T01:07:11.0678591Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic 2022-11-23T01:07:11.0679010Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic 2022-11-23T01:07:11.0684651Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat 2022-11-23T01:07:11.0685033Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat 2022-11-23T01:07:11.0691810Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable 2022-11-23T01:07:11.0692271Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable 2022-11-23T01:07:11.0698246Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized 2022-11-23T01:07:11.0698675Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized 2022-11-23T01:07:11.0709039Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized 2022-11-23T01:07:11.0720408Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse 2022-11-23T01:07:11.0720826Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse 2022-11-23T01:07:11.0726006Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules 2022-11-23T01:07:11.0726541Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules 2022-11-23T01:07:11.0732349Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules 2022-11-23T01:07:11.0743049Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat 2022-11-23T01:07:11.0743530Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat 2022-11-23T01:07:11.0749012Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized 2022-11-23T01:07:11.0749501Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized 2022-11-23T01:07:11.0757294Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:07:11.0758042Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:07:11.0762982Z copying torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:07:11.0772936Z copying torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:07:11.0777432Z copying torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:07:11.0782463Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:07:11.0782969Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:07:11.0791219Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:07:11.0791717Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:07:11.0797926Z copying torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:07:11.0803334Z copying torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:07:11.0811364Z copying torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:07:11.0821612Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:07:11.0822137Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:07:11.0828480Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:07:11.0833581Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic 2022-11-23T01:07:11.0834120Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic 2022-11-23T01:07:11.0846935Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-11-23T01:07:11.0847372Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-11-23T01:07:11.0852081Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-11-23T01:07:11.0861661Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-11-23T01:07:11.0866624Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-11-23T01:07:11.0871359Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:07:11.0871830Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:07:11.0880191Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:07:11.0885584Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-11-23T01:07:11.0886113Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-11-23T01:07:11.0901509Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-11-23T01:07:11.0915708Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-11-23T01:07:11.0924804Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic 2022-11-23T01:07:11.0925282Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic 2022-11-23T01:07:11.0931167Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:07:11.0932256Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:07:11.0937571Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:07:11.0951989Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:07:11.0959657Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:07:11.0976535Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:07:11.0981521Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:07:11.0995004Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:07:11.1005171Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:07:11.1017379Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:07:11.1023079Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:07:11.1031296Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-11-23T01:07:11.1037308Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference 2022-11-23T01:07:11.1037839Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference 2022-11-23T01:07:11.1043038Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:07:11.1043580Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:07:11.1052713Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:07:11.1063821Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:07:11.1068310Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:07:11.1088914Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-11-23T01:07:11.1089434Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-11-23T01:07:11.1094471Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-11-23T01:07:11.1107468Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-11-23T01:07:11.1110974Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-11-23T01:07:11.1120848Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-11-23T01:07:11.1125341Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-11-23T01:07:11.1134922Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-11-23T01:07:11.1135550Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-11-23T01:07:11.1142433Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-11-23T01:07:11.1149711Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-11-23T01:07:11.1155097Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:07:11.1155681Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:07:11.1162280Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:07:11.1184370Z creating build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:07:11.1184881Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:07:11.1185556Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:07:11.1201262Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:07:11.1212922Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:07:11.1226992Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:07:11.1240686Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:07:11.1244730Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:07:11.1254823Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:07:11.1260257Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:07:11.1272007Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-11-23T01:07:11.1284539Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental 2022-11-23T01:07:11.1284999Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental 2022-11-23T01:07:11.1287047Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler 2022-11-23T01:07:11.1287725Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler 2022-11-23T01:07:11.1288343Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler 2022-11-23T01:07:11.1297815Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler 2022-11-23T01:07:11.1302939Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler 2022-11-23T01:07:11.1308946Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier 2022-11-23T01:07:11.1309450Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier 2022-11-23T01:07:11.1310340Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier 2022-11-23T01:07:11.1323528Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier 2022-11-23T01:07:11.1332142Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier 2022-11-23T01:07:11.1336206Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier 2022-11-23T01:07:11.1349358Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:07:11.1350043Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:07:11.1350986Z copying torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:07:11.1364895Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:07:11.1365483Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:07:11.1374783Z copying torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:07:11.1381778Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:07:11.1382310Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:07:11.1395236Z copying torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:07:11.1403399Z copying torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:07:11.1410675Z copying torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:07:11.1425197Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/pruner 2022-11-23T01:07:11.1425711Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/pruner 2022-11-23T01:07:11.1430896Z copying torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/pruner 2022-11-23T01:07:11.1439591Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/pruner 2022-11-23T01:07:11.1445800Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:07:11.1446406Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:07:11.1447900Z creating build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:07:11.1449013Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:07:11.1449872Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:07:11.1456898Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:07:11.1470450Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:07:11.1470951Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:07:11.1475773Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:07:11.1488873Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:07:11.1502484Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:07:11.1508892Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:07:11.1519239Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:07:11.1523908Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:07:11.1524777Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:07:11.1534844Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:07:11.1540616Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:07:11.1557525Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-11-23T01:07:11.1568909Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1569490Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1575923Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1580986Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1597169Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1613460Z copying torch/ao/quantization/fx/backend_config_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1625588Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1647557Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1657944Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1665522Z copying torch/ao/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1676296Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1681272Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1685650Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1694716Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1700655Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1713283Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1740062Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1750928Z copying torch/ao/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1762474Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1769877Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-11-23T01:07:11.1792977Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-11-23T01:07:11.1793692Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-11-23T01:07:11.1794647Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-11-23T01:07:11.1817448Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-11-23T01:07:11.1827463Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-11-23T01:07:11.1831673Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-11-23T01:07:11.1845527Z creating build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-11-23T01:07:11.1846169Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-11-23T01:07:11.1853061Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-11-23T01:07:11.1857186Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-11-23T01:07:11.1862389Z creating build/lib.linux-x86_64-cpython-310/torch/backends/_coreml 2022-11-23T01:07:11.1862953Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_coreml 2022-11-23T01:07:11.1863418Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_coreml 2022-11-23T01:07:11.1874919Z creating build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-11-23T01:07:11.1875560Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-11-23T01:07:11.1876278Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-11-23T01:07:11.1884421Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-11-23T01:07:11.1907010Z creating build/lib.linux-x86_64-cpython-310/torch/backends/cuda 2022-11-23T01:07:11.1907542Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/cuda 2022-11-23T01:07:11.1914209Z creating build/lib.linux-x86_64-cpython-310/torch/backends/cudnn 2022-11-23T01:07:11.1914630Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/cudnn 2022-11-23T01:07:11.1924751Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/backends/cudnn 2022-11-23T01:07:11.1931451Z creating build/lib.linux-x86_64-cpython-310/torch/backends/mkl 2022-11-23T01:07:11.1932226Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/mkl 2022-11-23T01:07:11.1938456Z creating build/lib.linux-x86_64-cpython-310/torch/backends/mkldnn 2022-11-23T01:07:11.1939327Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/mkldnn 2022-11-23T01:07:11.1945519Z creating build/lib.linux-x86_64-cpython-310/torch/backends/mps 2022-11-23T01:07:11.1945944Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/mps 2022-11-23T01:07:11.1961282Z creating build/lib.linux-x86_64-cpython-310/torch/backends/openmp 2022-11-23T01:07:11.1961699Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/openmp 2022-11-23T01:07:11.1978082Z creating build/lib.linux-x86_64-cpython-310/torch/backends/opt_einsum 2022-11-23T01:07:11.1978508Z copying torch/backends/opt_einsum/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/opt_einsum 2022-11-23T01:07:11.1985216Z creating build/lib.linux-x86_64-cpython-310/torch/backends/quantized 2022-11-23T01:07:11.1985642Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/quantized 2022-11-23T01:07:11.1993361Z creating build/lib.linux-x86_64-cpython-310/torch/backends/xeon 2022-11-23T01:07:11.1993971Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/xeon 2022-11-23T01:07:11.1994841Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-cpython-310/torch/backends/xeon 2022-11-23T01:07:11.2007847Z creating build/lib.linux-x86_64-cpython-310/torch/backends/xnnpack 2022-11-23T01:07:11.2008294Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/xnnpack 2022-11-23T01:07:11.2013863Z creating build/lib.linux-x86_64-cpython-310/torch/cpu/amp 2022-11-23T01:07:11.2014249Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cpu/amp 2022-11-23T01:07:11.2018982Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-310/torch/cpu/amp 2022-11-23T01:07:11.2033315Z creating build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-11-23T01:07:11.2033716Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-11-23T01:07:11.2039047Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-11-23T01:07:11.2042661Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-11-23T01:07:11.2054365Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-11-23T01:07:11.2063047Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_composable 2022-11-23T01:07:11.2063510Z copying torch/distributed/_composable/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_composable 2022-11-23T01:07:11.2067241Z copying torch/distributed/_composable/_ddp.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_composable 2022-11-23T01:07:11.2087174Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_composable 2022-11-23T01:07:11.2091589Z copying torch/distributed/_composable/contract.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_composable 2022-11-23T01:07:11.2104425Z copying torch/distributed/_composable/fully_shard.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_composable 2022-11-23T01:07:11.2109551Z copying torch/distributed/_composable/replicate.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_composable 2022-11-23T01:07:11.2117793Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:07:11.2118294Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:07:11.2123410Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:07:11.2136667Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:07:11.2144322Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:07:11.2148719Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:07:11.2152797Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:07:11.2156879Z copying torch/distributed/_shard/partial_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:07:11.2165497Z copying torch/distributed/_shard/replicated_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:07:11.2171455Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-11-23T01:07:11.2176205Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_sharded_tensor 2022-11-23T01:07:11.2177146Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_sharded_tensor 2022-11-23T01:07:11.2190294Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_sharding_spec 2022-11-23T01:07:11.2191015Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_sharding_spec 2022-11-23T01:07:11.2195575Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd 2022-11-23T01:07:11.2196308Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd 2022-11-23T01:07:11.2197219Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd 2022-11-23T01:07:11.2206581Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:07:11.2207366Z copying torch/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:07:11.2212482Z copying torch/distributed/_tensor/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:07:11.2223974Z copying torch/distributed/_tensor/device_mesh.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:07:11.2236505Z copying torch/distributed/_tensor/dispatch.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:07:11.2243079Z copying torch/distributed/_tensor/placement_types.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:07:11.2251205Z copying torch/distributed/_tensor/redistribute.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:07:11.2255153Z copying torch/distributed/_tensor/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor 2022-11-23T01:07:11.2265942Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms 2022-11-23T01:07:11.2266471Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms 2022-11-23T01:07:11.2271265Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms 2022-11-23T01:07:11.2284896Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/autograd 2022-11-23T01:07:11.2285499Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/autograd 2022-11-23T01:07:11.2291245Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2292076Z copying torch/distributed/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2298043Z copying torch/distributed/checkpoint/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2302995Z copying torch/distributed/checkpoint/dedup_tensors.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2312896Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2317873Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2329571Z copying torch/distributed/checkpoint/metadata.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2334132Z copying torch/distributed/checkpoint/planner.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2347443Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2351018Z copying torch/distributed/checkpoint/resharding.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2355579Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2367116Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2368327Z copying torch/distributed/checkpoint/storage.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2379822Z copying torch/distributed/checkpoint/traverse.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2384578Z copying torch/distributed/checkpoint/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint 2022-11-23T01:07:11.2393974Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic 2022-11-23T01:07:11.2394749Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic 2022-11-23T01:07:11.2403188Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2403868Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2409082Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2422605Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2433422Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2438477Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2449037Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2453637Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2477367Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2492040Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2500658Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2509281Z copying torch/distributed/fsdp/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2513907Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2522037Z copying torch/distributed/fsdp/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2526844Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2536736Z copying torch/distributed/fsdp/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2544612Z copying torch/distributed/fsdp/flat_param.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2566738Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2586580Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2599991Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-11-23T01:07:11.2613542Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/launcher 2022-11-23T01:07:11.2614096Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/launcher 2022-11-23T01:07:11.2619850Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/launcher 2022-11-23T01:07:11.2632703Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn 2022-11-23T01:07:11.2633155Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn 2022-11-23T01:07:11.2637632Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn 2022-11-23T01:07:11.2646731Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2647252Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2651837Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2657754Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2661009Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2669062Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2673835Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2683686Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2688225Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2697410Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2702244Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2706649Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2715476Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2720102Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2726270Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-11-23T01:07:11.2747981Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline 2022-11-23T01:07:11.2748467Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline 2022-11-23T01:07:11.2750821Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:07:11.2751594Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:07:11.2776083Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:07:11.2785609Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:07:11.2806821Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:07:11.2819287Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:07:11.2823163Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:07:11.2827397Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:07:11.2835363Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:07:11.2840208Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:07:11.2844734Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-11-23T01:07:11.2858834Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-11-23T01:07:11.2859623Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-11-23T01:07:11.2865958Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim 2022-11-23T01:07:11.2866682Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim 2022-11-23T01:07:11.2871168Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim 2022-11-23T01:07:11.2879877Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-11-23T01:07:11.2880785Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-11-23T01:07:11.2894475Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-11-23T01:07:11.2918190Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-11-23T01:07:11.2922305Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-11-23T01:07:11.2930941Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-11-23T01:07:11.2936626Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-11-23T01:07:11.2949962Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan 2022-11-23T01:07:11.2950682Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan 2022-11-23T01:07:11.2956766Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan 2022-11-23T01:07:11.2962073Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-11-23T01:07:11.2962605Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-11-23T01:07:11.2968380Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-11-23T01:07:11.2980808Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-11-23T01:07:11.2996851Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-11-23T01:07:11.3008357Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:11.3008884Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:11.3012972Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:11.3017467Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:11.3030009Z copying torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:11.3035658Z copying torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:11.3039597Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:11.3047719Z copying torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:11.3052483Z copying torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:11.3056993Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:11.3062601Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:11.3076389Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:11.3077473Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:11.3078617Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:11.3091018Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:11.3096273Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:11.3105100Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:11.3114907Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:11.3118880Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:11.3130247Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:11.3140757Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:07:11.3141415Z copying torch/distributed/_tensor/ops/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:07:11.3145835Z copying torch/distributed/_tensor/ops/common_rules.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:07:11.3155765Z copying torch/distributed/_tensor/ops/math_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:07:11.3160038Z copying torch/distributed/_tensor/ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:07:11.3172705Z copying torch/distributed/_tensor/ops/pointwise_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:07:11.3179269Z copying torch/distributed/_tensor/ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:07:11.3192806Z copying torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:07:11.3195950Z copying torch/distributed/_tensor/ops/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:07:11.3199880Z copying torch/distributed/_tensor/ops/view_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops 2022-11-23T01:07:11.3210717Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:07:11.3211465Z copying torch/distributed/_tensor/parallel/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:07:11.3217099Z copying torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:07:11.3221787Z copying torch/distributed/_tensor/parallel/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:07:11.3230086Z copying torch/distributed/_tensor/parallel/fsdp.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:07:11.3235074Z copying torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:07:11.3244777Z copying torch/distributed/_tensor/parallel/style.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:07:11.3250087Z copying torch/distributed/_tensor/parallel/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel 2022-11-23T01:07:11.3263491Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint 2022-11-23T01:07:11.3264191Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint 2022-11-23T01:07:11.3264984Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint 2022-11-23T01:07:11.3272506Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:07:11.3273010Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:07:11.3281931Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:07:11.3289157Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:07:11.3290204Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:07:11.3295656Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:07:11.3304372Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization 2022-11-23T01:07:11.3305066Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization 2022-11-23T01:07:11.3305791Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization 2022-11-23T01:07:11.3313516Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:11.3314072Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:11.3318468Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:11.3329075Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:11.3334050Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:11.3339346Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:11.3348036Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:11.3356456Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:11.3371260Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:11.3384946Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-11-23T01:07:11.3385719Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-11-23T01:07:11.3386716Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-11-23T01:07:11.3392820Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-11-23T01:07:11.3404067Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-11-23T01:07:11.3410019Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent 2022-11-23T01:07:11.3411000Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent 2022-11-23T01:07:11.3412150Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-11-23T01:07:11.3412661Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-11-23T01:07:11.3417432Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-11-23T01:07:11.3421670Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-11-23T01:07:11.3432027Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics 2022-11-23T01:07:11.3432533Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics 2022-11-23T01:07:11.3437014Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics 2022-11-23T01:07:11.3449742Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-11-23T01:07:11.3450351Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-11-23T01:07:11.3455798Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-11-23T01:07:11.3464647Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-11-23T01:07:11.3469056Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-11-23T01:07:11.3475964Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:07:11.3476550Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:07:11.3490066Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:07:11.3495122Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:07:11.3502555Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:07:11.3514681Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:07:11.3532034Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:07:11.3540115Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:07:11.3545096Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:07:11.3557284Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:07:11.3561945Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:07:11.3565028Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-11-23T01:07:11.3577987Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-11-23T01:07:11.3578577Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-11-23T01:07:11.3582929Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-11-23T01:07:11.3592728Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-11-23T01:07:11.3602029Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-11-23T01:07:11.3609202Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-11-23T01:07:11.3609659Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-11-23T01:07:11.3615937Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-11-23T01:07:11.3628315Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-11-23T01:07:11.3635246Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-11-23T01:07:11.3639123Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-11-23T01:07:11.3650987Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-11-23T01:07:11.3656213Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-11-23T01:07:11.3656713Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-11-23T01:07:11.3662474Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-11-23T01:07:11.3686328Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-11-23T01:07:11.3698013Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:07:11.3698573Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:07:11.3709445Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:07:11.3713750Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:07:11.3718942Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-11-23T01:07:11.3719734Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-11-23T01:07:11.3743121Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-11-23T01:07:11.3747030Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-11-23T01:07:11.3753218Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api 2022-11-23T01:07:11.3753714Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api 2022-11-23T01:07:11.3754658Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api 2022-11-23T01:07:11.3766374Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit 2022-11-23T01:07:11.3766948Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit 2022-11-23T01:07:11.3767762Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit 2022-11-23T01:07:11.3776114Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates 2022-11-23T01:07:11.3776713Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates 2022-11-23T01:07:11.3777505Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates 2022-11-23T01:07:11.3787398Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:07:11.3787903Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:07:11.3795848Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:07:11.3801770Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:07:11.3814697Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:07:11.3818855Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:07:11.3825971Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:07:11.3836321Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:07:11.3839893Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:07:11.3849521Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:07:11.3855961Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:07:11.3864580Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:07:11.3869895Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-11-23T01:07:11.3876358Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-11-23T01:07:11.3877307Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-11-23T01:07:11.3890385Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-11-23T01:07:11.3905273Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-11-23T01:07:11.3910507Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-11-23T01:07:11.3910998Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-11-23T01:07:11.3917604Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-11-23T01:07:11.3925299Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-11-23T01:07:11.3929913Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-11-23T01:07:11.3935771Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-11-23T01:07:11.3942883Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-11-23T01:07:11.3950584Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing 2022-11-23T01:07:11.3951212Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing 2022-11-23T01:07:11.3956228Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing 2022-11-23T01:07:11.3971778Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.3972522Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.3973424Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.3997998Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.4003865Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.4017857Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.4028026Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.4031669Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.4042882Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.4047916Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.4061374Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.4073393Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.4086861Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.4091193Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.4097775Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.4107973Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.4121095Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-11-23T01:07:11.4126571Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4126983Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4132381Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4136978Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4147242Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4151141Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4162029Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4166579Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4173571Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4195548Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4208842Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4214241Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4225013Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4229759Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4242659Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-11-23T01:07:11.4251056Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:11.4251783Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:11.4252725Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:11.4267488Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:11.4299866Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:11.4312124Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:11.4315868Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:11.4325176Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:11.4330750Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:11.4337552Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:07:11.4338077Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:07:11.4343546Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:07:11.4356090Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:07:11.4359937Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:07:11.4366679Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:07:11.4370693Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:07:11.4383520Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:07:11.4389417Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-11-23T01:07:11.4397221Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:07:11.4397797Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:07:11.4405758Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:07:11.4417968Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:07:11.4424061Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:07:11.4433556Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:07:11.4440575Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:07:11.4451330Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends 2022-11-23T01:07:11.4452220Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends 2022-11-23T01:07:11.4453327Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends 2022-11-23T01:07:11.4464894Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect 2022-11-23T01:07:11.4465370Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect 2022-11-23T01:07:11.4467541Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-11-23T01:07:11.4467969Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-11-23T01:07:11.4479119Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-11-23T01:07:11.4495937Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-11-23T01:07:11.4503321Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-11-23T01:07:11.4516575Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests 2022-11-23T01:07:11.4517042Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests 2022-11-23T01:07:11.4518045Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests 2022-11-23T01:07:11.4526301Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-11-23T01:07:11.4526755Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-11-23T01:07:11.4534944Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-11-23T01:07:11.4540818Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-11-23T01:07:11.4551478Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-11-23T01:07:11.4563277Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common 2022-11-23T01:07:11.4563805Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common 2022-11-23T01:07:11.4564932Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common 2022-11-23T01:07:11.4573681Z creating build/lib.linux-x86_64-cpython-310/torch/jit/_passes 2022-11-23T01:07:11.4574265Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/jit/_passes 2022-11-23T01:07:11.4574809Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-cpython-310/torch/jit/_passes 2022-11-23T01:07:11.4582047Z creating build/lib.linux-x86_64-cpython-310/torch/jit/mobile 2022-11-23T01:07:11.4582439Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/jit/mobile 2022-11-23T01:07:11.4598533Z creating build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:07:11.4598976Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:07:11.4604481Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:07:11.4617734Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:07:11.4625584Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:07:11.4639444Z copying torch/masked/maskedtensor/creation.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:07:11.4648822Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:07:11.4656597Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:07:11.4668851Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-11-23T01:07:11.4675892Z creating build/lib.linux-x86_64-cpython-310/torch/nn/backends 2022-11-23T01:07:11.4676341Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/backends 2022-11-23T01:07:11.4677154Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/backends 2022-11-23T01:07:11.4686038Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic 2022-11-23T01:07:11.4686455Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic 2022-11-23T01:07:11.4697262Z creating build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4697724Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4704398Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4716356Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4740570Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4746420Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4759368Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4763775Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4778153Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4803270Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4809372Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4821748Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4828132Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4837612Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4850150Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4854504Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4873730Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4898041Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4924154Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4932267Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4941398Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4945601Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4967642Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.4994088Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.5007136Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.5024123Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.5035247Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-11-23T01:07:11.5044491Z creating build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.5045209Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.5051265Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.5061651Z copying torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.5067687Z copying torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.5071454Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.5083777Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.5089490Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.5114084Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.5120794Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.5128341Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.5139058Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat 2022-11-23T01:07:11.5139731Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat 2022-11-23T01:07:11.5146638Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantizable 2022-11-23T01:07:11.5147286Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable 2022-11-23T01:07:11.5153670Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized 2022-11-23T01:07:11.5154377Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized 2022-11-23T01:07:11.5160593Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized 2022-11-23T01:07:11.5174707Z creating build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5175537Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5179440Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5184029Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5196209Z copying torch/nn/utils/_stateless.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5200547Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5204643Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5209430Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5221432Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5226862Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5231538Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5239338Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5254115Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5273245Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5285876Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5295065Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5302636Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-11-23T01:07:11.5315102Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules 2022-11-23T01:07:11.5315578Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules 2022-11-23T01:07:11.5322862Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules 2022-11-23T01:07:11.5328576Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat 2022-11-23T01:07:11.5329005Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat 2022-11-23T01:07:11.5335213Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized 2022-11-23T01:07:11.5335860Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized 2022-11-23T01:07:11.5349789Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-11-23T01:07:11.5350230Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-11-23T01:07:11.5356120Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-11-23T01:07:11.5361001Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-11-23T01:07:11.5365464Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-11-23T01:07:11.5374736Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:07:11.5375208Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:07:11.5380571Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-11-23T01:07:11.5381051Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-11-23T01:07:11.5385801Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-11-23T01:07:11.5390189Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-11-23T01:07:11.5399247Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-11-23T01:07:11.5404104Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:07:11.5404631Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:07:11.5409063Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:07:11.5414956Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic 2022-11-23T01:07:11.5415672Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic 2022-11-23T01:07:11.5428998Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-11-23T01:07:11.5429413Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-11-23T01:07:11.5433779Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-11-23T01:07:11.5437345Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-11-23T01:07:11.5442427Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-11-23T01:07:11.5452463Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules 2022-11-23T01:07:11.5453018Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules 2022-11-23T01:07:11.5457902Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules 2022-11-23T01:07:11.5462956Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-11-23T01:07:11.5463490Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-11-23T01:07:11.5468652Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-11-23T01:07:11.5477126Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-11-23T01:07:11.5483573Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference 2022-11-23T01:07:11.5484048Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference 2022-11-23T01:07:11.5488906Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic 2022-11-23T01:07:11.5489436Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic 2022-11-23T01:07:11.5495958Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:07:11.5496415Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:07:11.5506005Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:07:11.5510152Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:07:11.5513978Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:07:11.5520143Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:07:11.5533543Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:07:11.5537885Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:07:11.5542148Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:07:11.5546432Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:07:11.5558979Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:07:11.5562872Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-11-23T01:07:11.5572699Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-11-23T01:07:11.5573187Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-11-23T01:07:11.5579598Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-11-23T01:07:11.5590793Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-11-23T01:07:11.5594838Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-11-23T01:07:11.5599167Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-11-23T01:07:11.5604317Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-11-23T01:07:11.5618518Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-11-23T01:07:11.5619075Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-11-23T01:07:11.5626767Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-11-23T01:07:11.5630392Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-11-23T01:07:11.5637014Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-11-23T01:07:11.5651237Z creating build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:07:11.5652005Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:07:11.5656431Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:07:11.5660076Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:07:11.5668322Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:07:11.5672972Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:07:11.5676557Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:07:11.5685641Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:07:11.5689300Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:07:11.5693720Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:07:11.5698252Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-11-23T01:07:11.5713266Z creating build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-11-23T01:07:11.5714031Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-11-23T01:07:11.5714782Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-11-23T01:07:11.5734025Z copying torch/onnx/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-11-23T01:07:11.5744436Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-11-23T01:07:11.5752846Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-11-23T01:07:11.5761524Z creating build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics 2022-11-23T01:07:11.5762022Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics 2022-11-23T01:07:11.5767649Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics 2022-11-23T01:07:11.5774085Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics 2022-11-23T01:07:11.5788979Z creating build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:07:11.5789486Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:07:11.5800283Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:07:11.5812821Z copying torch/onnx/_internal/diagnostics/infra/engine.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:07:11.5820228Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:07:11.5826441Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:07:11.5837321Z creating build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5837874Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5846824Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5858724Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5862309Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5867552Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5875713Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5880047Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5884430Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5891089Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5902275Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5906066Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5911410Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5916080Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5924778Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5929545Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5933762Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5939674Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5952572Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5956857Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5960789Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5971190Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5977114Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5981202Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5985841Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.5998310Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6007371Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6010984Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6018267Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6027084Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6031032Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6037765Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6042497Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6055558Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6059151Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6063382Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6068997Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6078525Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6084571Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6090208Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6098479Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6102008Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6106496Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6110771Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6120250Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6124697Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6130533Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6135020Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6148167Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6152400Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6161165Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6172392Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6176002Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6180787Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6185160Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6194024Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:11.6200394Z creating build/lib.linux-x86_64-cpython-310/torch/optim/_multi_tensor 2022-11-23T01:07:11.6201516Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/optim/_multi_tensor 2022-11-23T01:07:11.6206814Z creating build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-11-23T01:07:11.6207914Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-11-23T01:07:11.6214695Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-11-23T01:07:11.6221924Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-11-23T01:07:11.6225264Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-11-23T01:07:11.6230650Z creating build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:07:11.6231180Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:07:11.6236404Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:07:11.6245022Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:07:11.6248911Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:07:11.6252805Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:07:11.6258393Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:07:11.6270917Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:07:11.6276389Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:07:11.6279774Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:07:11.6284109Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:07:11.6292584Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:07:11.6297249Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-11-23T01:07:11.6304022Z creating build/lib.linux-x86_64-cpython-310/torch/signal/windows 2022-11-23T01:07:11.6304456Z copying torch/signal/windows/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/signal/windows 2022-11-23T01:07:11.6314393Z copying torch/signal/windows/windows.py -> build/lib.linux-x86_64-cpython-310/torch/signal/windows 2022-11-23T01:07:11.6324959Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6325403Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6326490Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6339450Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6343407Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6355024Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6374797Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6390403Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6394876Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6409730Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6420477Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6490346Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6510579Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6545230Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6567942Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6572302Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6583864Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6604365Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6617309Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6622369Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6632419Z copying torch/testing/_internal/inductor_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6637296Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6650830Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6661460Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6665445Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6674567Z copying torch/testing/_internal/schema_check_mode.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-11-23T01:07:11.6682038Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen 2022-11-23T01:07:11.6682724Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen 2022-11-23T01:07:11.6683618Z copying torch/testing/_internal/codegen/random_topo_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen 2022-11-23T01:07:11.6697451Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-11-23T01:07:11.6698078Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-11-23T01:07:11.6698972Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-11-23T01:07:11.6702748Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-11-23T01:07:11.6707797Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:07:11.6708636Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:07:11.6709606Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:07:11.6722376Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:07:11.6761532Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:07:11.6765146Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:07:11.6773695Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:07:11.6779883Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-11-23T01:07:11.6792972Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated 2022-11-23T01:07:11.6793531Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated 2022-11-23T01:07:11.6794497Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated 2022-11-23T01:07:11.6799574Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-11-23T01:07:11.6800185Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-11-23T01:07:11.6804662Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-11-23T01:07:11.6825689Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-11-23T01:07:11.6830619Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-11-23T01:07:11.6842158Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-11-23T01:07:11.6842968Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-11-23T01:07:11.6843935Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-11-23T01:07:11.6848323Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-11-23T01:07:11.6853231Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard 2022-11-23T01:07:11.6854084Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard 2022-11-23T01:07:11.6855070Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard 2022-11-23T01:07:11.6861732Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor 2022-11-23T01:07:11.6862484Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor 2022-11-23T01:07:11.6863483Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor 2022-11-23T01:07:11.6873114Z copying torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor 2022-11-23T01:07:11.6880487Z copying torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor 2022-11-23T01:07:11.6900363Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn 2022-11-23T01:07:11.6900860Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn 2022-11-23T01:07:11.6902268Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/pipeline 2022-11-23T01:07:11.6902793Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/pipeline 2022-11-23T01:07:11.6905452Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:11.6906066Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:11.6907060Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:11.6924754Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:11.6936089Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:11.6945454Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:11.6949561Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:11.6956008Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:11.6982819Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:11.6987762Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:07:11.6988358Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:07:11.6993924Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:07:11.6998771Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:07:11.7011363Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api 2022-11-23T01:07:11.7012020Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api 2022-11-23T01:07:11.7012859Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api 2022-11-23T01:07:11.7026918Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:07:11.7027540Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:07:11.7028615Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:07:11.7033547Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:07:11.7047702Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:07:11.7048315Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:07:11.7049219Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:07:11.7053901Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:07:11.7073964Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:07:11.7079700Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-11-23T01:07:11.7080219Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-11-23T01:07:11.7086063Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-11-23T01:07:11.7106044Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-11-23T01:07:11.7115075Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-11-23T01:07:11.7136711Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-11-23T01:07:11.7146668Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-11-23T01:07:11.7160915Z creating build/lib.linux-x86_64-cpython-310/torch/utils/backcompat 2022-11-23T01:07:11.7161358Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/backcompat 2022-11-23T01:07:11.7166126Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark 2022-11-23T01:07:11.7166550Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark 2022-11-23T01:07:11.7172191Z creating build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck 2022-11-23T01:07:11.7172915Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck 2022-11-23T01:07:11.7173581Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck 2022-11-23T01:07:11.7186327Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:07:11.7187000Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:07:11.7192078Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:07:11.7196999Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:07:11.7218084Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:07:11.7229638Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:07:11.7233542Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:07:11.7241390Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:07:11.7247550Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-11-23T01:07:11.7261177Z creating build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-11-23T01:07:11.7261579Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-11-23T01:07:11.7267171Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-11-23T01:07:11.7270598Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-11-23T01:07:11.7300199Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-11-23T01:07:11.7313559Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-11-23T01:07:11.7323602Z creating build/lib.linux-x86_64-cpython-310/torch/utils/jit 2022-11-23T01:07:11.7324011Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/jit 2022-11-23T01:07:11.7331088Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-cpython-310/torch/utils/jit 2022-11-23T01:07:11.7336268Z creating build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-11-23T01:07:11.7336712Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-11-23T01:07:11.7346995Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-11-23T01:07:11.7355105Z creating build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:07:11.7355547Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:07:11.7360245Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:07:11.7373531Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:07:11.7377637Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:07:11.7382979Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:07:11.7386776Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:07:11.7394159Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:07:11.7406647Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:07:11.7411245Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:07:11.7424996Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-11-23T01:07:11.7445647Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:07:11.7446345Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:07:11.7446849Z copying torch/utils/benchmark/examples/blas_compare.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:07:11.7451615Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:07:11.7459562Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:07:11.7463365Z copying torch/utils/benchmark/examples/end_to_end.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:07:11.7472096Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:07:11.7475995Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:07:11.7479378Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:07:11.7487367Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-11-23T01:07:11.7494512Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-11-23T01:07:11.7495054Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-11-23T01:07:11.7495922Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-11-23T01:07:11.7503630Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-11-23T01:07:11.7507329Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-11-23T01:07:11.7513818Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-11-23T01:07:11.7521659Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-11-23T01:07:11.7527252Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:07:11.7527712Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:07:11.7528665Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:07:11.7533297Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:07:11.7542301Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:07:11.7551008Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:07:11.7554672Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:07:11.7565054Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:07:11.7570131Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:07:11.7579934Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:07:11.7580627Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:07:11.7581274Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:07:11.7595538Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:07:11.7595975Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:07:11.7600355Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:07:11.7607937Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:07:11.7612731Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:07:11.7618568Z copying torch/utils/data/_utils/serialization.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:07:11.7623289Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:07:11.7633333Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-11-23T01:07:11.7644793Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:07:11.7645239Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:07:11.7662619Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:07:11.7667380Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:07:11.7675288Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:07:11.7688808Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:07:11.7699359Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:07:11.7701673Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-11-23T01:07:11.7702317Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-11-23T01:07:11.7706427Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-11-23T01:07:11.7710597Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-11-23T01:07:11.7718848Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-11-23T01:07:11.7722503Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-11-23T01:07:11.7728396Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:07:11.7729176Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:07:11.7737033Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:07:11.7738346Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:07:11.7739292Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:07:11.7740572Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:07:11.7741733Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:07:11.7742753Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:07:11.7743907Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:07:11.7744942Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:07:11.7745908Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:07:11.7746858Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-11-23T01:07:11.7752237Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-11-23T01:07:11.7752939Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-11-23T01:07:11.7757885Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-11-23T01:07:11.7759640Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-11-23T01:07:11.7760398Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-11-23T01:07:11.7761139Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-11-23T01:07:11.7761723Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-11-23T01:07:11.7767507Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-11-23T01:07:11.7768151Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-11-23T01:07:11.7768666Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-11-23T01:07:11.7779407Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-11-23T01:07:11.7783895Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-11-23T01:07:11.7797893Z creating build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7798441Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7799100Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7800586Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7801451Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7802620Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7803470Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7804905Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7805859Z copying torchgen/api/native.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7806486Z copying torchgen/api/python.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7807968Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7809028Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7810202Z copying torchgen/api/types.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7811291Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7813081Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-11-23T01:07:11.7820636Z creating build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-11-23T01:07:11.7821361Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-11-23T01:07:11.7822963Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-11-23T01:07:11.7823504Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-11-23T01:07:11.7824766Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-11-23T01:07:11.7825683Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-11-23T01:07:11.7827163Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-11-23T01:07:11.7829367Z creating build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-11-23T01:07:11.7830084Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-11-23T01:07:11.7830599Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-11-23T01:07:11.7839137Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-11-23T01:07:11.7844005Z creating build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-11-23T01:07:11.7845117Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-11-23T01:07:11.7846062Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-11-23T01:07:11.7846716Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-11-23T01:07:11.7848757Z creating build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-11-23T01:07:11.7849293Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-11-23T01:07:11.7850086Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-11-23T01:07:11.7862657Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-11-23T01:07:11.7867191Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-11-23T01:07:11.8247416Z copying torch/py.typed -> build/lib.linux-x86_64-cpython-310/torch 2022-11-23T01:07:11.8248334Z creating build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8248696Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8282541Z copying torch/bin/protoc -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8315931Z copying torch/bin/test_jit -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8396520Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8455940Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8457017Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8461589Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8466455Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8470804Z copying torch/bin/ProcessGroupGlooTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8475517Z copying torch/bin/ProcessGroupNCCLTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8480239Z copying torch/bin/ProcessGroupNCCLErrorsTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8484856Z copying torch/bin/ProcessGroupUCCTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8488944Z copying torch/bin/ProcessGroupMPITest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8490802Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8495719Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8501352Z copying torch/bin/test_api -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8589339Z copying torch/bin/test_mobile_nnc -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8594548Z copying torch/bin/aot_model_compiler_test -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8596239Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8625029Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-11-23T01:07:11.8626542Z creating build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8627264Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8631157Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8635180Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8639195Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8643896Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8647762Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8651811Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8656624Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8661101Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8665546Z copying torch/test/c10_Array_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8669423Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8674154Z copying torch/test/c10_C++17_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8678143Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8681993Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8685964Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8689963Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8695043Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8700677Z copying torch/test/c10_SmallVectorTest -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8714684Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8719008Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8724271Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8729290Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8733897Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8738422Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8743119Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8748652Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8753607Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8758499Z copying torch/test/c10_either_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8768836Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8773262Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8778068Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8793726Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8798157Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8803289Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8809548Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8815007Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8819960Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8824871Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8829311Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8834266Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8839107Z copying torch/test/c10_cuda_CUDATest -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8843353Z copying torch/test/Dict_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8849377Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8853802Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8859451Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8863993Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8868725Z copying torch/test/atest -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8873476Z copying torch/test/basic -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8878246Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8882625Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8887444Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8891657Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8899147Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8903305Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8907377Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8912045Z copying torch/test/half_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8916587Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8923575Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8927654Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8932058Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8936843Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8941148Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8945484Z copying torch/test/native_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8950015Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8954187Z copying torch/test/operators_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8958323Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8962581Z copying torch/test/pow_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8967719Z copying torch/test/quantized_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8972410Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8976771Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8980919Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8985359Z copying torch/test/scalar_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8990006Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.8994253Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9001096Z copying torch/test/test_parallel -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9006150Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9006969Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9011830Z copying torch/test/type_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9017085Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9021728Z copying torch/test/variant_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9026232Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9027375Z copying torch/test/vmap_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9034302Z copying torch/test/weakref_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9038788Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9043492Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9047729Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9052549Z copying torch/test/List_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9061930Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9067305Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9077484Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9084980Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9095723Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9104366Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9109566Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9116870Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9120883Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9125377Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9129851Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9156297Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9160098Z copying torch/test/cuda_apply_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9164469Z copying torch/test/cuda_atomic_ops_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9169534Z copying torch/test/cuda_caching_host_allocator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9173937Z copying torch/test/cuda_complex_math_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9179518Z copying torch/test/cuda_complex_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9185101Z copying torch/test/cuda_cub_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9189578Z copying torch/test/cuda_device_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9193428Z copying torch/test/cuda_distributions_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9198765Z copying torch/test/cuda_dlconvertor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9202984Z copying torch/test/cuda_generator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9208292Z copying torch/test/cuda_half_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9212706Z copying torch/test/cuda_integer_divider_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9217092Z copying torch/test/cuda_optional_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9221332Z copying torch/test/cuda_packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9225671Z copying torch/test/cuda_reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9229940Z copying torch/test/cuda_stream_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9235305Z copying torch/test/cuda_vectorized_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9239322Z copying torch/test/cuda_cudnn_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-11-23T01:07:11.9243626Z creating build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9244180Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9248579Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9254646Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9259999Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9271994Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9285556Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9290405Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9303601Z copying torch/_C/_functorch.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9312469Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9320782Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9326153Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9332675Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9338699Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9347470Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9356749Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9369527Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9381282Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9383415Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9385765Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-11-23T01:07:11.9386978Z creating build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer 2022-11-23T01:07:11.9387622Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer 2022-11-23T01:07:11.9393085Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9398922Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9407819Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9413517Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9425198Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9432306Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9450083Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9460549Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9467770Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9477670Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9486238Z copying torch/optim/optimizer.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9497531Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9505573Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9511787Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9516760Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9523349Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9537349Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-11-23T01:07:11.9543878Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:07:11.9550687Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-11-23T01:07:11.9551746Z copying torch/nn/parallel/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.9560783Z copying torch/nn/parallel/common_types.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.9574187Z copying torch/nn/parallel/data_parallel.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.9579910Z copying torch/nn/parallel/parallel_apply.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.9584996Z copying torch/nn/parallel/replicate.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.9590488Z copying torch/nn/parallel/scatter_gather.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-11-23T01:07:11.9604850Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-11-23T01:07:11.9605985Z creating build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:11.9606344Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:11.9612290Z copying torch/lib/libc10_cuda.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:11.9616786Z copying torch/lib/libcaffe2_nvrtc.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:11.9618033Z copying torch/lib/libtorch_cuda_linalg.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:12.0126394Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:12.1762510Z copying torch/lib/libtorch_cuda.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:12.2980715Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:12.2981393Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:12.2981807Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:12.2986905Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:12.2989474Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:12.2992691Z copying torch/lib/libc10d_cuda_test.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:12.2993658Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:12.3112409Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-11-23T01:07:12.3113258Z creating build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3113768Z copying torch/include/pthreadpool.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3115491Z copying torch/include/fxdiv.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3116399Z copying torch/include/cpuinfo.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3117767Z copying torch/include/clog.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3119464Z copying torch/include/qnnpack.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3120070Z copying torch/include/psimd.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3121517Z copying torch/include/fp16.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3123199Z copying torch/include/qnnpack_func.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3123611Z copying torch/include/nnpack.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3124733Z copying torch/include/xnnpack.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3126652Z copying torch/include/dnnl.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3127720Z copying torch/include/dnnl_config.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3128480Z copying torch/include/dnnl_debug.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3129526Z copying torch/include/dnnl_ocl.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3130751Z copying torch/include/dnnl_sycl.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3131517Z copying torch/include/dnnl_sycl_types.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3132791Z copying torch/include/dnnl_threadpool.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3133784Z copying torch/include/dnnl_types.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3134811Z copying torch/include/dnnl_version.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3137252Z copying torch/include/sleef.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3139383Z copying torch/include/libshm.h -> build/lib.linux-x86_64-cpython-310/torch/include 2022-11-23T01:07:12.3140619Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3141067Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3141992Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3143063Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3144140Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3144971Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3146447Z copying torch/include/ATen/BatchedFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3148063Z copying torch/include/ATen/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3149082Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3150125Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3151219Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3151860Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3153063Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3154132Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3155275Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3156277Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3157529Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3158585Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3160080Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3161256Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3162763Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3164029Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3165186Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3167182Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3168761Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3170140Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3171738Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3173020Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3174373Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3175746Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3177271Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3178471Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3179883Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3181285Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3182533Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3183871Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3185179Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3186729Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3188148Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3189489Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3190649Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3191987Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3193345Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3194561Z copying torch/include/ATen/PadNd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3195809Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3197033Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3198734Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3199730Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3201013Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3202289Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3203550Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3204745Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3205990Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3207413Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3208852Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3210434Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3211886Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3213277Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3214567Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3216126Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3217818Z copying torch/include/ATen/SparseTensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3219004Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3220277Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3221620Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3222945Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3224372Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3225884Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3229086Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3229925Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3231137Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3232365Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3233594Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3235535Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3236802Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3238101Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3239365Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3240857Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3242185Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3243425Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3244720Z copying torch/include/ATen/VmapMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3246188Z copying torch/include/ATen/VmapTransforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3247534Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3248838Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3250028Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3251340Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3253415Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3254244Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3255521Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3256776Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3258364Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3259826Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3261091Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3262771Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3264331Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3268018Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3269015Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3272442Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3273433Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3277182Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3278196Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3280665Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3281781Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3283165Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3295695Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3296843Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3299880Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3304705Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3309228Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3310701Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3323532Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3336446Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3342862Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3354536Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3355376Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-11-23T01:07:12.3358647Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu 2022-11-23T01:07:12.3359333Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu 2022-11-23T01:07:12.3360374Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu 2022-11-23T01:07:12.3361699Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-11-23T01:07:12.3362087Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:12.3362944Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:12.3363530Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:12.3364753Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:12.3365930Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:12.3367310Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:12.3368918Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:12.3369946Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:12.3370827Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:12.3372360Z copying torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:12.3373546Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:12.3375827Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:12.3376695Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:12.3379685Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:12.3380359Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:12.3381279Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:12.3383278Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:12.3383953Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:12.3384904Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:12.3385883Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:12.3387439Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:12.3388702Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-11-23T01:07:12.3389848Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-11-23T01:07:12.3391051Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-11-23T01:07:12.3392226Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-11-23T01:07:12.3393237Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-11-23T01:07:12.3394325Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-11-23T01:07:12.3395661Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3396447Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3397582Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3398617Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3399702Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3400714Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3401601Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3403210Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3404486Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3405385Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3406409Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3407796Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3408639Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3409834Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3411309Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3412581Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3413831Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3414869Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3416015Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3417110Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3418091Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3419132Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3420233Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3421344Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3422656Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3423860Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3424739Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3425753Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3426664Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3428042Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3428901Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3443940Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3444710Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3445343Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3445921Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3446490Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3447121Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3447717Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3448374Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3448900Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3449522Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3449989Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3450534Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3451027Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3451652Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3452164Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3452663Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3453235Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3453734Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3454310Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3454816Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3455618Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3456128Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3456715Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3457251Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3457888Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3458514Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3460007Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3461711Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3462436Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3464359Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3466045Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3467030Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3467760Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3469296Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3469741Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3470650Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3471579Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3472537Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3473476Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3476380Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3478100Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-11-23T01:07:12.3479698Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3480193Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3481679Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3482204Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3483246Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3484267Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3485347Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3486183Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3487202Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3488367Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3489960Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3490849Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3492094Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3493220Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3494339Z copying torch/include/ATen/cuda/CUDAConfig.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3496554Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3497511Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3499380Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3500256Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3501340Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3502758Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3504144Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3505351Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3506667Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3507913Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3509223Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3510590Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3511803Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3513128Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3514465Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3515671Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3516932Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3518066Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3519342Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3520671Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3522070Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-11-23T01:07:12.3523271Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:07:12.3524118Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:07:12.3525433Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:07:12.3526723Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:07:12.3529113Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:07:12.3530216Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:07:12.3531333Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:07:12.3532677Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:07:12.3534073Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:07:12.3535736Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:07:12.3537110Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-11-23T01:07:12.3538341Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:07:12.3539157Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:07:12.3540560Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:07:12.3541813Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:07:12.3542664Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:07:12.3543466Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:07:12.3544347Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:07:12.3545531Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-11-23T01:07:12.3546420Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:07:12.3547264Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:07:12.3548190Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:07:12.3549142Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:07:12.3550109Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:07:12.3551134Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:07:12.3552138Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:07:12.3553203Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:07:12.3554161Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:07:12.3555210Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:07:12.3556196Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:07:12.3557342Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:07:12.3558349Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:07:12.3559342Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-11-23T01:07:12.3560484Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:07:12.3561007Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:07:12.3564452Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-11-23T01:07:12.3564947Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip 2022-11-23T01:07:12.3565459Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-11-23T01:07:12.3566004Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-11-23T01:07:12.3566879Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-11-23T01:07:12.3567628Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-11-23T01:07:12.3568441Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-11-23T01:07:12.3569041Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-11-23T01:07:12.3569693Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-11-23T01:07:12.3570258Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-11-23T01:07:12.3571130Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-11-23T01:07:12.3572529Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-11-23T01:07:12.3573577Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3574103Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3574874Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3576064Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3578050Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3578690Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3579501Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3580376Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3581367Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3582387Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3583456Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3584899Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3585404Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3586371Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3587404Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3588997Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3589718Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3590851Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3592024Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3593148Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3594353Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3595710Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3596593Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3598322Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3599484Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3600210Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3602143Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3604446Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3605347Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3606234Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3607090Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3607940Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3609028Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3610455Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3611923Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3614934Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3615951Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3617347Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3618715Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3620006Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3621289Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3622667Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3623938Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3625271Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3626567Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3627924Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3629135Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3630440Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3631711Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3633090Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3634368Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3635737Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3636999Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3638227Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3639637Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3640950Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3642233Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3643535Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3644915Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3646257Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3647537Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3648871Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3650052Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3651394Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3652735Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3654183Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3655244Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3656885Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3658113Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3659390Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3660739Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3661955Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3663240Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3664475Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3665731Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3666974Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3668289Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3669536Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3670841Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3672135Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3673579Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3674882Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3676363Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3677552Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3678855Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3680193Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3681504Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-11-23T01:07:12.3683640Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3684483Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3685572Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3687022Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3688241Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3689427Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3690654Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3692193Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3693418Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3694798Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3696161Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3697340Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3698926Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3700265Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3701535Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3703026Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3704468Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3705710Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3707083Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3708359Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3709825Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3711140Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3712388Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3713762Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-11-23T01:07:12.3714987Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3715805Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3717169Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3718441Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3719559Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3720831Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3722316Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3723810Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3725181Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3726448Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3727818Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3730067Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3730993Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3731975Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3733031Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3734211Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3735576Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3737151Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3738658Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3739930Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3741155Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3742387Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3743703Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3745746Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3747021Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3748447Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3749952Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3751085Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3752458Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3753823Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3755215Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3756494Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3757882Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3760565Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3761809Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3763158Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3765304Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3766531Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3767889Z copying torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3769228Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3770556Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3772802Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3773869Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3775289Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3776735Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3778913Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3780088Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3781509Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3782927Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3784266Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3785520Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3786825Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3788074Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3789553Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3790910Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-11-23T01:07:12.3792534Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-11-23T01:07:12.3793378Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-11-23T01:07:12.3794617Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-11-23T01:07:12.3796063Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-11-23T01:07:12.3797056Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-11-23T01:07:12.3797699Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-11-23T01:07:12.3798705Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-11-23T01:07:12.3800009Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:12.3800513Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:12.3802367Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:12.3803099Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:12.3804055Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:12.3805224Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:12.3806363Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:12.3807333Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:12.3808497Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:12.3809286Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:12.3810768Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:12.3811936Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:12.3812919Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:12.3814496Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:12.3815309Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized 2022-11-23T01:07:12.3816137Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized 2022-11-23T01:07:12.3828179Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized 2022-11-23T01:07:12.3828991Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2 2022-11-23T01:07:12.3829576Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:07:12.3830626Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:07:12.3831424Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:07:12.3832248Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:07:12.3833000Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:07:12.3833707Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:07:12.3834446Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:07:12.3835095Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-11-23T01:07:12.3835712Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10 2022-11-23T01:07:12.3836122Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-11-23T01:07:12.3836681Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-11-23T01:07:12.3837271Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-11-23T01:07:12.3837803Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-11-23T01:07:12.3838224Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3838804Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3839357Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3839876Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3840496Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3840990Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3841653Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3842124Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3842762Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3843253Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3843757Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3844190Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3844773Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3845292Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3846365Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3847729Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3849008Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3850572Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3851491Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3853674Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3854459Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3855528Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3857443Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3858065Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3859061Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3860130Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3861159Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3862250Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3863275Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3864868Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3865682Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3867174Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3868234Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3870168Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3870619Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3872053Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3872981Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3873815Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3874623Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3876672Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3877849Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3878844Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3880008Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3882472Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-11-23T01:07:12.3882884Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-11-23T01:07:12.3883420Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-11-23T01:07:12.3884424Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-11-23T01:07:12.3885564Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-11-23T01:07:12.3886345Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-11-23T01:07:12.3887891Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-11-23T01:07:12.3889007Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-11-23T01:07:12.3890864Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-11-23T01:07:12.3891608Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-11-23T01:07:12.3892306Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-11-23T01:07:12.3893001Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-11-23T01:07:12.3894455Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-11-23T01:07:12.3895734Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:07:12.3896495Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:07:12.3897758Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:07:12.3899121Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:07:12.3900304Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:07:12.3901301Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:07:12.3902876Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:07:12.3904025Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-11-23T01:07:12.3904952Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-11-23T01:07:12.3905719Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-11-23T01:07:12.3907006Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-11-23T01:07:12.3908030Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-11-23T01:07:12.3909065Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-11-23T01:07:12.3910443Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3912596Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3913529Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3914258Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3915564Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3916701Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3918326Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3919132Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3920954Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3922781Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3923407Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3924110Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3925195Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3926216Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3927795Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-11-23T01:07:12.3928449Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3928995Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3930548Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3931729Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3932749Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3933988Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3935054Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3936173Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3938188Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3939415Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3940676Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3942045Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3943598Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3944939Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3946202Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3947503Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3948994Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3950445Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3951957Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3953516Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3954757Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3956119Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3957591Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3958912Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3960198Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3961679Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3963108Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3964384Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3965906Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3967292Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3969010Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3970317Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3971788Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3973155Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3975899Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3977362Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3978762Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3980156Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3981423Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3982592Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3983854Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3985142Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3986691Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3988261Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3989622Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3990892Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3992183Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3993339Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3994732Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3995982Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3997543Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.3998841Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4000176Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4001464Z copying torch/include/c10/util/either.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4002745Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4004032Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4006078Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4007243Z copying torch/include/c10/util/in_place.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4008602Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4009972Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4011709Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4013055Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4014705Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4016112Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4017653Z copying torch/include/c10/util/math_compat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4018998Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4020569Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4022590Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4023995Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4025168Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4026428Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4027725Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4029072Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4030270Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4032412Z copying torch/include/c10/util/reverse_iterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4032937Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4034025Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4035580Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4036543Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4037650Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4038768Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4039841Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4041607Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4042092Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4043260Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4044364Z copying torch/include/c10/util/variant.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4046064Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-11-23T01:07:12.4046976Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:07:12.4047468Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:07:12.4048610Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:07:12.4049550Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:07:12.4050518Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:07:12.4051480Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:07:12.4052519Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:07:12.4053963Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:07:12.4055039Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:07:12.4056077Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:07:12.4056982Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-11-23T01:07:12.4058719Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-11-23T01:07:12.4059237Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-11-23T01:07:12.4060143Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-11-23T01:07:12.4061271Z copying torch/include/c10/cuda/impl/cuda_cmake_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-11-23T01:07:12.4062329Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-11-23T01:07:12.4063218Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-11-23T01:07:12.4064172Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-11-23T01:07:12.4065019Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-11-23T01:07:12.4066710Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-11-23T01:07:12.4067922Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-11-23T01:07:12.4068794Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4069376Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4070403Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4071691Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4072432Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4073488Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4074869Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4075734Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4076941Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4078122Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4079973Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4080872Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4081659Z copying torch/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4082560Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4083604Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4084917Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4085882Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4086810Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4087541Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4089345Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4090077Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4091244Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4093036Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4093597Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4094618Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4095208Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4096996Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4098369Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4098924Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-11-23T01:07:12.4100608Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api 2022-11-23T01:07:12.4101146Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include 2022-11-23T01:07:12.4101585Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4102126Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4103136Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4104245Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4105150Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4107211Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4107722Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4108502Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4109231Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4110518Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4111410Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4112945Z copying torch/include/torch/csrc/api/include/torch/linalg.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4114027Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4114963Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4116428Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4117138Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4118497Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4119388Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4120540Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4121468Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4122714Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4123667Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4124794Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4125945Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:12.4126937Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:12.4127807Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:12.4129064Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:12.4130125Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:12.4131247Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:12.4132177Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:12.4134120Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:12.4138575Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:12.4139644Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:12.4140562Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:07:12.4141376Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:07:12.4142627Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:07:12.4143893Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:07:12.4144541Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:12.4145379Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:12.4146408Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:12.4147359Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:12.4149741Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:12.4150213Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:12.4151197Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:12.4152100Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:12.4153409Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:07:12.4153974Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:07:12.4154877Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:07:12.4155791Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:07:12.4156944Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:12.4157575Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:12.4158529Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:12.4159732Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:12.4161874Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:12.4162707Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:12.4163800Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:12.4164838Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:12.4165814Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:07:12.4166667Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:07:12.4167830Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:07:12.4168990Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:07:12.4170196Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:07:12.4172282Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:07:12.4172792Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:07:12.4173290Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:07:12.4174468Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:07:12.4175279Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:12.4176323Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:12.4177885Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:12.4178979Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:12.4180245Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:12.4181969Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:12.4182838Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:12.4183990Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:12.4184850Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:12.4185799Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:12.4186806Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4187641Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4188868Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4189828Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4190844Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4192088Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4193006Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4194186Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4195161Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4196012Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4196998Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4198960Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4199731Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4201726Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4202973Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4203991Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4205426Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:12.4207137Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4208547Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4209100Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4210106Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4210988Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4212477Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4213367Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4214535Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4215936Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4217244Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4218278Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4219567Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4220548Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4222476Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4223459Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4224679Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4225844Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4227040Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4228141Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4229314Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4230535Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4231690Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:12.4232718Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4233409Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4234431Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4235617Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4236813Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4237989Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4239239Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4240560Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4241655Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4242818Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4243969Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4245163Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4246286Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4247432Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4248784Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4250025Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4251152Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4252343Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4253441Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4255003Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4256404Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4257887Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4258886Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4259838Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:12.4260965Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:12.4261616Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:12.4263447Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:12.4264191Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:12.4265194Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:12.4266289Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:12.4267212Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:12.4268346Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:12.4269074Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:12.4270034Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:12.4275572Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:12.4276020Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:07:12.4276664Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:07:12.4277084Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:07:12.4277669Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:07:12.4278316Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:07:12.4278910Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:07:12.4279501Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:12.4280162Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:12.4280701Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:12.4281114Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:12.4281764Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:12.4282643Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:12.4284459Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:12.4285276Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:12.4286520Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:12.4287237Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:07:12.4288083Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:07:12.4289805Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:07:12.4290441Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:07:12.4290950Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:07:12.4291951Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:07:12.4293256Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:07:12.4294294Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:07:12.4295539Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4296117Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4297487Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4298288Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4299436Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4300377Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4301679Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4302593Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4304240Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4304871Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4306372Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4307010Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4308265Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4309984Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4310517Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4311151Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4312651Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4313449Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4314971Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4315838Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4317182Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4318508Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4320036Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4320618Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4322332Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4323188Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4324224Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4325165Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4326253Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4327557Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4328390Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4329444Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4330552Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4331699Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4332648Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4333989Z copying torch/include/torch/csrc/autograd/python_return_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4335558Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4336061Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4337868Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4338452Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4339932Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4340344Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4341597Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4342084Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4343387Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4344594Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4345739Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-11-23T01:07:12.4347344Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-11-23T01:07:12.4347685Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-11-23T01:07:12.4349290Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-11-23T01:07:12.4350908Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-11-23T01:07:12.4351634Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-11-23T01:07:12.4352593Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-11-23T01:07:12.4353658Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-11-23T01:07:12.4354737Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-11-23T01:07:12.4355316Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-11-23T01:07:12.4356236Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-11-23T01:07:12.4357138Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-11-23T01:07:12.4360372Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-11-23T01:07:12.4362384Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-11-23T01:07:12.4363137Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-11-23T01:07:12.4363876Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-11-23T01:07:12.4365188Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-11-23T01:07:12.4366497Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-11-23T01:07:12.4367785Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-11-23T01:07:12.4369134Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-11-23T01:07:12.4370323Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:07:12.4371344Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:07:12.4373416Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:07:12.4378231Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:07:12.4379248Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:07:12.4380271Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:07:12.4381487Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:07:12.4382854Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:07:12.4384199Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:07:12.4385643Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:07:12.4386890Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-11-23T01:07:12.4388881Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed 2022-11-23T01:07:12.4389727Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4390076Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4392045Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4392679Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4394258Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4395105Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4396216Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4397675Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4398814Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4399630Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4401056Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4402053Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4403309Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4404681Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4405595Z copying torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4406621Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4407711Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4408537Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4409967Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4411072Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4412140Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4413750Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4414657Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4416238Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4417921Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4418731Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4420020Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4421096Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4422164Z copying torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4423329Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4426825Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4427307Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4427663Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4428072Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4429338Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4430431Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4431322Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4432865Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4433444Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4435171Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4435933Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:12.4437673Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4438014Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4438940Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4440641Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4441822Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4442647Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4443638Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4444662Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4445669Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4447252Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4448051Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4449016Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4450470Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4451650Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4452568Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4453514Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4455231Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4456815Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4457768Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4459080Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4460854Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4462522Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4463454Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4464438Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4465811Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4466370Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4467617Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4469182Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:12.4469909Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-11-23T01:07:12.4470306Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-11-23T01:07:12.4472207Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-11-23T01:07:12.4473522Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-11-23T01:07:12.4474720Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:12.4475624Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:12.4476725Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:12.4477994Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:12.4479362Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:12.4480663Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:12.4481956Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:12.4483247Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:12.4485293Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:12.4486495Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:12.4488353Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4488917Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4490622Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4492042Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4493843Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4495122Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4496638Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4498123Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4499501Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4500292Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4502754Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4503350Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4504014Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4505142Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4506384Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4507333Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4508398Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4509789Z copying torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4510892Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4511905Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4512784Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4513682Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4514942Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4516139Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4516959Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4518210Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4518892Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4520514Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4521617Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4522765Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4524007Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4525411Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4526655Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4527976Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4528966Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4531637Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4532189Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4532810Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4533820Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4534828Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4535913Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4537058Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4537915Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4539085Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4540176Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4541260Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4542233Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4543106Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4544062Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4545143Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4546052Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4547237Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4548251Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4549488Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4550872Z copying torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4551786Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4552565Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4553858Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4554889Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4555584Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4557351Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4557873Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4558783Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4560718Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4562499Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4563079Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4564199Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4565272Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4566183Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4567452Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4568815Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4569757Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4570902Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4572109Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4572958Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4574162Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4576483Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4578042Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4579050Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4580416Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4582025Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4584465Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4584878Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4585293Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4585757Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4586630Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4587568Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:12.4589346Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:12.4589749Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:12.4590772Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:12.4591578Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:12.4593163Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:12.4594041Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:12.4594993Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:12.4596025Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:12.4597619Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:12.4598503Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:12.4599333Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:07:12.4600200Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:07:12.4602314Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:07:12.4602931Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:07:12.4604726Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:07:12.4605046Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:07:12.4606600Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4606966Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4608338Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4609151Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4610203Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4610713Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4611807Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4612745Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4613669Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4614953Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4615993Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4616999Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4619188Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4619894Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4621560Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4622497Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4623339Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4624783Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4625810Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4626952Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4627956Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4628964Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4630461Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4632148Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4633420Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4634379Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4635664Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4636538Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4637437Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4638443Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4639463Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4640750Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:12.4641488Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:12.4642431Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:12.4643617Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:12.4644536Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:12.4645589Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:12.4646578Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:12.4648278Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:12.4649369Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:12.4650571Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:12.4651885Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:12.4652663Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:12.4654316Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:12.4655486Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:12.4656726Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4657126Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4658757Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4659494Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4661257Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4662049Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4663256Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4664891Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4665555Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4667114Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4668044Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4669216Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4670700Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4671684Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4673407Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4674257Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4675772Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4676745Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4678736Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4679101Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4680928Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4681771Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4682951Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4684049Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4685382Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4687152Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4688377Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4690209Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4692784Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:12.4693688Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-11-23T01:07:12.4694234Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-11-23T01:07:12.4696034Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-11-23T01:07:12.4697355Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-11-23T01:07:12.4698848Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-11-23T01:07:12.4700431Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-11-23T01:07:12.4701612Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4702276Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4703822Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4704759Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4706280Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4707096Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4708712Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4709683Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4710695Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4712005Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4713734Z copying torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4714149Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4715081Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4716614Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4718155Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4719188Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4720235Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4721630Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4722462Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4723800Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4725387Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4726003Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4726791Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:12.4728228Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4728594Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4730277Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4730938Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4731994Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4733875Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4734835Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4735723Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4736612Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4738382Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4739211Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4740503Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4741403Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4742434Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4743627Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4744653Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-11-23T01:07:12.4746436Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4746989Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4748051Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4749309Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4750647Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4751962Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4753290Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4754560Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4755898Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4757209Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4758574Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4759841Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4761151Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4762809Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4763977Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4765166Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4766468Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4767788Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4769506Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4770687Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4772093Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4773605Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4774950Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:12.4776428Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing 2022-11-23T01:07:12.4776977Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing 2022-11-23T01:07:12.4778502Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing 2022-11-23T01:07:12.4780030Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4780607Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4781917Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4783364Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4784654Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4785892Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4787176Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4788684Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4789958Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4791615Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4792642Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4794336Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4796387Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4797046Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4797934Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4799094Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4800283Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4801592Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4802635Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4803540Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4804748Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4805671Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4807395Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4808346Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4809477Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4810629Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4811778Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4812585Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4813910Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4814821Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4816277Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4817104Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4818143Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4819405Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4820391Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4821798Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4823225Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4825129Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4825905Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4826892Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4828167Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4829590Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4830830Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:12.4832153Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:12.4832979Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:12.4834425Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:12.4835913Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:12.4837323Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:12.4839087Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:12.4840412Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:12.4841669Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:12.4842884Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:12.4844181Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:12.4845422Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen 2022-11-23T01:07:12.4845829Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4846755Z copying torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4848510Z copying torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4849612Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4850981Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4852395Z copying torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4854175Z copying torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4855605Z copying torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4856904Z copying torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4858576Z copying torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4859798Z copying torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4861644Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4862899Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4864104Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4865664Z copying torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4866795Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4868231Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4870870Z copying torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4871654Z copying torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4873453Z copying torch/include/torch/csrc/jit/codegen/cuda/inlining.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4874633Z copying torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4875987Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4877338Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4878797Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4880290Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4881994Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4883178Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4884466Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4885790Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4887567Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4889278Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4890596Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4892039Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4893392Z copying torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4894854Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4896389Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4898104Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4899362Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4900950Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4902264Z copying torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4903678Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4904974Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4906354Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4907671Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4908983Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4910343Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4911719Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4913022Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4914289Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4916093Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4917180Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4918572Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4919817Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4921037Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4922405Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4923768Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4925080Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4926972Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4927908Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4929206Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4930680Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4931937Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4933454Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4934790Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4936128Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4938402Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4939785Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4941007Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4942241Z copying torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4943474Z copying torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4945144Z copying torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4946531Z copying torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4947830Z copying torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4949048Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4950497Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4951908Z copying torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4953221Z copying torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4954539Z copying torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4955877Z copying torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4957160Z copying torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4958929Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4961087Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4962108Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4963547Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4964943Z copying torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4966693Z copying torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4968025Z copying torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4969291Z copying torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4970644Z copying torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:12.4972177Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:07:12.4972657Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:07:12.4974381Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:07:12.4975201Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:07:12.4977536Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:07:12.4978515Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4978997Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4980597Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4981623Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4982606Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4984510Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4985382Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4986665Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4987963Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4989266Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4990594Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4991903Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4993343Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4994657Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4995960Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4997338Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.4999330Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.5000498Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.5001998Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:12.5003183Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx 2022-11-23T01:07:12.5003954Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx 2022-11-23T01:07:12.5005254Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx 2022-11-23T01:07:12.5006538Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:07:12.5007063Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:07:12.5008681Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:07:12.5009878Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:07:12.5011109Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:07:12.5012080Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:07:12.5013650Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:07:12.5014533Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:07:12.5015934Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:07:12.5017216Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-11-23T01:07:12.5018589Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:07:12.5019025Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:07:12.5020357Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:07:12.5021988Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:07:12.5022896Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:07:12.5023345Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5023679Z copying torch/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5025142Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5026003Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5026855Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5027880Z copying torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5028848Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5029640Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5031132Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5032235Z copying torch/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5033149Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5034166Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5035142Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5036106Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5037693Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5038680Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5039468Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5041110Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5042305Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5043265Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5044212Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5045587Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5046317Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5047730Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5048573Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5049854Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5050701Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5051885Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5053273Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5054132Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5054976Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5056331Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5057609Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5058631Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5059888Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5060879Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5062461Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5063319Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5064310Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5066081Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5066556Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5068341Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5068630Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-11-23T01:07:12.5070224Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/tensor 2022-11-23T01:07:12.5070595Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/tensor 2022-11-23T01:07:12.5071208Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy 2022-11-23T01:07:12.5071437Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-11-23T01:07:12.5072509Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-11-23T01:07:12.5073809Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-11-23T01:07:12.5074727Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-11-23T01:07:12.5075866Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-11-23T01:07:12.5077372Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5077821Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5079267Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5080113Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5081715Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5083085Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5084262Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5086194Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5086639Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5087190Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5089145Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5089525Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5090707Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5091821Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5092834Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5094092Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5094964Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5096259Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5098138Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5099337Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5100786Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5101296Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5102343Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5103284Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5104323Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:12.5105889Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:07:12.5106242Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:07:12.5107676Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:07:12.5108261Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:07:12.5109682Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:07:12.5111729Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:12.5112481Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:12.5114576Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:12.5116660Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:12.5117696Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:12.5118985Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:12.5120264Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:12.5121659Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:12.5122973Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:12.5124757Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:12.5126861Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:12.5127841Z creating build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5128418Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5130325Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5130946Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5133314Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5134003Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5135877Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5136776Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5138216Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5139088Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5141214Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5142275Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5143069Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5144541Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5146198Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5147145Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5148552Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5150601Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5152415Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5153363Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-11-23T01:07:12.5155123Z creating build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:07:12.5155401Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:07:12.5157202Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:07:12.5159570Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:07:12.5160383Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:07:12.5161787Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:07:12.5162991Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:07:12.5164623Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-11-23T01:07:12.5165492Z creating build/lib.linux-x86_64-cpython-310/torch/include/THC 2022-11-23T01:07:12.5166373Z copying torch/include/THC/THCAtomics.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/THC 2022-11-23T01:07:12.5167595Z copying torch/include/THC/THCDeviceUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/THC 2022-11-23T01:07:12.5168595Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:07:12.5173897Z copying torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:07:12.5178834Z copying torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:07:12.5184170Z copying torch/_inductor/codegen/triton_mm.j2 -> build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen 2022-11-23T01:07:12.5191010Z creating build/lib.linux-x86_64-cpython-310/torch/share 2022-11-23T01:07:12.5191311Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake 2022-11-23T01:07:12.5191638Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/ATen 2022-11-23T01:07:12.5192159Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/ATen 2022-11-23T01:07:12.5193403Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-11-23T01:07:12.5193987Z copying torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-11-23T01:07:12.5195487Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-11-23T01:07:12.5196352Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-11-23T01:07:12.5197320Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-11-23T01:07:12.5198154Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:07:12.5199080Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:07:12.5200520Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:07:12.5201462Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:07:12.5202544Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:07:12.5203654Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:07:12.5204644Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:07:12.5206378Z copying torch/share/cmake/Caffe2/public/threads.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:07:12.5207154Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:07:12.5208563Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-11-23T01:07:12.5209546Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:07:12.5210317Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:07:12.5211111Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:07:12.5212282Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:07:12.5212739Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:07:12.5214092Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:07:12.5215964Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:07:12.5216762Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:07:12.5217867Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:07:12.5218257Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:07:12.5219704Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:07:12.5220597Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:07:12.5222611Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:07:12.5223158Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe 2022-11-23T01:07:12.5223782Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe 2022-11-23T01:07:12.5225300Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe 2022-11-23T01:07:12.5226107Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch 2022-11-23T01:07:12.5226386Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch 2022-11-23T01:07:12.5227754Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch 2022-11-23T01:07:12.5228669Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-11-23T01:07:12.5234620Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:07:12.5240082Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:07:12.5249460Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:07:12.5250388Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:07:12.5254135Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-11-23T01:07:12.5258669Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-11-23T01:07:12.5268128Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-11-23T01:07:12.5273282Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-11-23T01:07:12.5283602Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged 2022-11-23T01:07:12.5283976Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen 2022-11-23T01:07:12.5284336Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native 2022-11-23T01:07:12.5284873Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native 2022-11-23T01:07:12.5289781Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native 2022-11-23T01:07:12.5290389Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5291105Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5292062Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5293352Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5294487Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5295512Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5296445Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5297784Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5298667Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5300065Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5301001Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5301746Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5303145Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5304047Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5305583Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5306424Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5307808Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5308414Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5309536Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5311186Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5312233Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5313288Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5314320Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5315489Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5316366Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5317589Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5318881Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5319755Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5321087Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5322193Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5323401Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5325190Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5325564Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5327091Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5328155Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5328755Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5330682Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5331480Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5332564Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5333817Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-11-23T01:07:12.5568905Z running build_ext 2022-11-23T01:07:12.5615774Z -- Building with NumPy bindings 2022-11-23T01:07:12.5615961Z -- Detected cuDNN at , 2022-11-23T01:07:12.5616173Z -- Detected CUDA at /usr/local/cuda 2022-11-23T01:07:12.5616339Z -- Using MKLDNN 2022-11-23T01:07:12.5616721Z -- Not using Compute Library for the Arm architecture with MKLDNN 2022-11-23T01:07:12.5616906Z -- Not using CBLAS in MKLDNN 2022-11-23T01:07:12.5617018Z -- Building NCCL library 2022-11-23T01:07:12.5617159Z -- Building with distributed package: 2022-11-23T01:07:12.5617271Z -- USE_TENSORPIPE=True 2022-11-23T01:07:12.5617355Z -- USE_GLOO=True 2022-11-23T01:07:12.5617452Z -- USE_MPI=False 2022-11-23T01:07:12.5617540Z -- Using ITT 2022-11-23T01:07:12.7332407Z Copying functorch._C from functorch/functorch.so to /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-310/functorch/_C.cpython-310-x86_64-linux-gnu.so 2022-11-23T01:07:12.7333032Z copying functorch/functorch.so -> /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-310/functorch/_C.cpython-310-x86_64-linux-gnu.so 2022-11-23T01:07:12.7338607Z building 'torch._C' extension 2022-11-23T01:07:12.7339752Z creating build/temp.linux-x86_64-cpython-310 2022-11-23T01:07:12.7340319Z creating build/temp.linux-x86_64-cpython-310/torch 2022-11-23T01:07:12.7340898Z creating build/temp.linux-x86_64-cpython-310/torch/csrc 2022-11-23T01:07:12.7342894Z gcc -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/include/python3.10 -c torch/csrc/stub.c -o build/temp.linux-x86_64-cpython-310/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-11-23T01:07:12.8323422Z gcc -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib build/temp.linux-x86_64-cpython-310/torch/csrc/stub.o -L/var/lib/jenkins/workspace/torch/lib -L/usr/local/cuda/lib64/stubs -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch/_C.cpython-310-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-11-23T01:07:13.0286182Z building 'torch._C_flatbuffer' extension 2022-11-23T01:07:13.0287450Z gcc -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/include/python3.10 -c torch/csrc/stub_with_flatbuffer.c -o build/temp.linux-x86_64-cpython-310/torch/csrc/stub_with_flatbuffer.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-11-23T01:07:13.1104545Z gcc -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib build/temp.linux-x86_64-cpython-310/torch/csrc/stub_with_flatbuffer.o -L/var/lib/jenkins/workspace/torch/lib -L/usr/local/cuda/lib64/stubs -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer.cpython-310-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-11-23T01:07:13.1454318Z /opt/conda/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-11-23T01:07:13.1454739Z warnings.warn( 2022-11-23T01:07:13.1618612Z installing to build/bdist.linux-x86_64/wheel 2022-11-23T01:07:13.1619014Z running install 2022-11-23T01:07:13.1670411Z running install_lib 2022-11-23T01:07:13.1793670Z creating build/bdist.linux-x86_64 2022-11-23T01:07:13.1794051Z creating build/bdist.linux-x86_64/wheel 2022-11-23T01:07:13.1794633Z creating build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:07:13.1795053Z copying build/lib.linux-x86_64-cpython-310/functorch/__init__.py -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:07:13.1796141Z creating build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1796583Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1797630Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/aot_autograd.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1798853Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/benchmark_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1799684Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/compile_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1800792Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/compilers.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1801660Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/config.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1803223Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/eager_transforms.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1804392Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/fx_minifier.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1805297Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/make_functional.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1806336Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/named_members_polyfill.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1807168Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/partitioners.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1808995Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/python_key.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1809646Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/pytree_hacks.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1810399Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/top_operators_github_usage.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1811292Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/vmap.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:07:13.1812858Z creating build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T01:07:13.1813635Z copying build/lib.linux-x86_64-cpython-310/functorch/compile/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T01:07:13.1814392Z creating build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:07:13.1815187Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:07:13.1816171Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/batch_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:07:13.1817270Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/delayed_mul_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:07:13.1818136Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/dim.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:07:13.1818998Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/magic_trace.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:07:13.1819854Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/op_properties.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:07:13.1820762Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/reference.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:07:13.1821709Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/tree_map.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:07:13.1822735Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/wrap_type.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:07:13.1823779Z creating build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:07:13.1824602Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:07:13.1825457Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/_map.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:07:13.1826489Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/batch_norm_replacement.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:07:13.1827362Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/cond.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:07:13.1828273Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/control_flow.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:07:13.1829232Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/ops.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:07:13.1830303Z copying build/lib.linux-x86_64-cpython-310/functorch/_C.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:07:13.1832856Z creating build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1833347Z copying build/lib.linux-x86_64-cpython-310/torch/_VF.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1834252Z copying build/lib.linux-x86_64-cpython-310/torch/__config__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1834993Z copying build/lib.linux-x86_64-cpython-310/torch/__future__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1835852Z copying build/lib.linux-x86_64-cpython-310/torch/__init__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1837131Z copying build/lib.linux-x86_64-cpython-310/torch/_appdirs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1838009Z copying build/lib.linux-x86_64-cpython-310/torch/_classes.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1839017Z copying build/lib.linux-x86_64-cpython-310/torch/_deploy.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1839658Z copying build/lib.linux-x86_64-cpython-310/torch/_jit_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1841121Z copying build/lib.linux-x86_64-cpython-310/torch/_linalg_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1841651Z copying build/lib.linux-x86_64-cpython-310/torch/_lobpcg.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1842926Z copying build/lib.linux-x86_64-cpython-310/torch/_lowrank.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1843896Z copying build/lib.linux-x86_64-cpython-310/torch/_meta_registrations.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1845042Z copying build/lib.linux-x86_64-cpython-310/torch/_namedtensor_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1845971Z copying build/lib.linux-x86_64-cpython-310/torch/_ops.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1847161Z copying build/lib.linux-x86_64-cpython-310/torch/_python_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1847955Z copying build/lib.linux-x86_64-cpython-310/torch/_six.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1849721Z copying build/lib.linux-x86_64-cpython-310/torch/_sources.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1850803Z copying build/lib.linux-x86_64-cpython-310/torch/_storage_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1851638Z copying build/lib.linux-x86_64-cpython-310/torch/_tensor.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1852862Z copying build/lib.linux-x86_64-cpython-310/torch/_tensor_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1854633Z copying build/lib.linux-x86_64-cpython-310/torch/_tensor_str.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1856123Z copying build/lib.linux-x86_64-cpython-310/torch/_torch_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1859501Z copying build/lib.linux-x86_64-cpython-310/torch/_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1860743Z copying build/lib.linux-x86_64-cpython-310/torch/_utils_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1861639Z copying build/lib.linux-x86_64-cpython-310/torch/_vmap_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1862408Z copying build/lib.linux-x86_64-cpython-310/torch/_weights_only_unpickler.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1863546Z copying build/lib.linux-x86_64-cpython-310/torch/functional.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1865095Z copying build/lib.linux-x86_64-cpython-310/torch/hub.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1865957Z copying build/lib.linux-x86_64-cpython-310/torch/library.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1866774Z copying build/lib.linux-x86_64-cpython-310/torch/overrides.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1868863Z copying build/lib.linux-x86_64-cpython-310/torch/quasirandom.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1869489Z copying build/lib.linux-x86_64-cpython-310/torch/random.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1869977Z copying build/lib.linux-x86_64-cpython-310/torch/return_types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1870828Z copying build/lib.linux-x86_64-cpython-310/torch/serialization.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1872292Z copying build/lib.linux-x86_64-cpython-310/torch/storage.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1873142Z copying build/lib.linux-x86_64-cpython-310/torch/torch_version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1874196Z copying build/lib.linux-x86_64-cpython-310/torch/types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1875332Z copying build/lib.linux-x86_64-cpython-310/torch/version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.1876397Z creating build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:07:13.1877631Z copying build/lib.linux-x86_64-cpython-310/torch/_decomp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:07:13.1878558Z copying build/lib.linux-x86_64-cpython-310/torch/_decomp/decompositions.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:07:13.1880315Z copying build/lib.linux-x86_64-cpython-310/torch/_decomp/decompositions_for_jvp.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:07:13.1881717Z creating build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:07:13.1882569Z copying build/lib.linux-x86_64-cpython-310/torch/_dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:07:13.1883523Z copying build/lib.linux-x86_64-cpython-310/torch/_dispatch/python.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:07:13.1885683Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1886431Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1887938Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/allowed_functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1889217Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/bytecode_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1890299Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/bytecode_transformation.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1891515Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/codegen.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1892264Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/config.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1893659Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/convert_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1894529Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/debug_utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1895801Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/eval_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1897411Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/exc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1898205Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/guards.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1899294Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/logging.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1900158Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/mutation_guard.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1902531Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/output_graph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1903237Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/profiler.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1903979Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/replay_record.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1904619Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/resume_execution.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1905331Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/side_effects.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1906003Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/skipfiles.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1906717Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/source.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1907257Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/symbolic_convert.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1909504Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/test_case.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1910355Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/test_minifier_common.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1921995Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/testing.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1922802Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:07:13.1923218Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:07:13.1923856Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:07:13.1924524Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:07:13.1925335Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/backends.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:07:13.1926219Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/distributed.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:07:13.1926950Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/inference.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:07:13.1927855Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/log_args.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:07:13.1928612Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/normalize.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:07:13.1929305Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/subgraph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:07:13.1929980Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/torchxla_integration.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:07:13.1930663Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/optimizations/training.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:07:13.1931183Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:07:13.1931787Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:07:13.1932457Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/base.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:07:13.1933022Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/builder.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:07:13.1933605Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/builtin.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:07:13.1936288Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/constant.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:07:13.1937073Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/dicts.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:07:13.1937774Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:07:13.1938300Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/lists.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:07:13.1938917Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/misc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:07:13.1939493Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/nn_module.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:07:13.1940003Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/tensor.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:07:13.1940626Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/torch.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:07:13.1941304Z copying build/lib.linux-x86_64-cpython-310/torch/_dynamo/variables/user_defined.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:07:13.1941776Z creating build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:07:13.1942283Z copying build/lib.linux-x86_64-cpython-310/torch/_functorch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:07:13.1942781Z copying build/lib.linux-x86_64-cpython-310/torch/_functorch/pyfunctorch.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:07:13.1943358Z copying build/lib.linux-x86_64-cpython-310/torch/_functorch/utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:07:13.1943946Z creating build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1944434Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1944976Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codecache.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1945716Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/compile_fx.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1946711Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/config.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1947374Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/cuda_properties.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1947946Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/debug.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1948624Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/decomposition.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1949224Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/dependencies.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1949743Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/exc.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1950693Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/graph.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1951424Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/ir.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1953076Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/lowering.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1954681Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1955268Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/overrides.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1956359Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/scheduler.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1957589Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/sizevars.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1958565Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1959350Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/virtualized.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:07:13.1961137Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:07:13.1961765Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:07:13.1962446Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/autotuner.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:07:13.1963109Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/common.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:07:13.1964120Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/cpp.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:07:13.1965323Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/triton.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:07:13.1966534Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/triton_template.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:07:13.1967599Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/wrapper.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:07:13.1968349Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/cpp_prefix.h -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:07:13.1969222Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:07:13.1970909Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:07:13.1971966Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/codegen/triton_mm.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:07:13.1972459Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:07:13.1972963Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:07:13.1973619Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/autotune.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:07:13.1974864Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/batched_matmul.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:07:13.1975939Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/conv.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:07:13.1977014Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/conv1x1.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:07:13.1977880Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/conv_perf_model.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:07:13.1978853Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/matmul.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:07:13.1979799Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/mm_perf_model.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:07:13.1980677Z copying build/lib.linux-x86_64-cpython-310/torch/_inductor/triton_ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:07:13.1981544Z creating build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:07:13.1981979Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:07:13.1983600Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/closure.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:07:13.1984477Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/computation.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:07:13.1985339Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/config.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:07:13.1986167Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/debug.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:07:13.1987105Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/device_context.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:07:13.1988045Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/extract_compiled_graph.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:07:13.1988880Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/ir_cache.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:07:13.1989959Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:07:13.1990937Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/tensor_factory_functions.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:07:13.1991818Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/ts_backend.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:07:13.1992790Z creating build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:07:13.1993512Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:07:13.1995192Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/context.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:07:13.1997183Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:07:13.1998235Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/nvfuser_executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:07:13.1999205Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/nvfuser_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:07:13.2000453Z creating build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:07:13.2001256Z copying build/lib.linux-x86_64-cpython-310/torch/_prims_common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:07:13.2002694Z copying build/lib.linux-x86_64-cpython-310/torch/_prims_common/wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:07:13.2003883Z creating build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:07:13.2004728Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:07:13.2007242Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/_conversions.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:07:13.2008202Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/fft.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:07:13.2009222Z creating build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T01:07:13.2009893Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T01:07:13.2011328Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T01:07:13.2012193Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T01:07:13.2013055Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T01:07:13.2014022Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/nn/functional/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T01:07:13.2015658Z creating build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T01:07:13.2016153Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T01:07:13.2017075Z creating build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:07:13.2017645Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:07:13.2018435Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:07:13.2019471Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/fake_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:07:13.2020311Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/meta_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:07:13.2021481Z creating build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:07:13.2021962Z copying build/lib.linux-x86_64-cpython-310/torch/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:07:13.2022927Z copying build/lib.linux-x86_64-cpython-310/torch/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:07:13.2024297Z creating build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T01:07:13.2024702Z copying build/lib.linux-x86_64-cpython-310/torch/ao/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T01:07:13.2025760Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T01:07:13.2026303Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T01:07:13.2027346Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T01:07:13.2027878Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T01:07:13.2028901Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:07:13.2030027Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:07:13.2031172Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:07:13.2032100Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T01:07:13.2032962Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T01:07:13.2034153Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:07:13.2034966Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:07:13.2036693Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:07:13.2037464Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:07:13.2038183Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:07:13.2039696Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T01:07:13.2040264Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T01:07:13.2041188Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:07:13.2041770Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:07:13.2042783Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:07:13.2043373Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:07:13.2044340Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:07:13.2045415Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:07:13.2045929Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:07:13.2047204Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:07:13.2047935Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:07:13.2048664Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:07:13.2049720Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T01:07:13.2050134Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T01:07:13.2051613Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T01:07:13.2052324Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T01:07:13.2053499Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:07:13.2054342Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:07:13.2055508Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:07:13.2056233Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:07:13.2057044Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:07:13.2057985Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:07:13.2058903Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:07:13.2059821Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:07:13.2060721Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T01:07:13.2061544Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T01:07:13.2062242Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:07:13.2063133Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:07:13.2064070Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:07:13.2065054Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:07:13.2065807Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T01:07:13.2066832Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T01:07:13.2067723Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T01:07:13.2068763Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T01:07:13.2069549Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T01:07:13.2070498Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:07:13.2071308Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:07:13.2072278Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:07:13.2073342Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:07:13.2074344Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:07:13.2075248Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:07:13.2076147Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:07:13.2077107Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:07:13.2078169Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:07:13.2079070Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:07:13.2080052Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:07:13.2080916Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:07:13.2081587Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:07:13.2082384Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:07:13.2083418Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:07:13.2084336Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:07:13.2085127Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:07:13.2086166Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T01:07:13.2086725Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T01:07:13.2088019Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:07:13.2088708Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:07:13.2089456Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:07:13.2090359Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:07:13.2091320Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:07:13.2092480Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:07:13.2093442Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:07:13.2094346Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T01:07:13.2095070Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T01:07:13.2096107Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:07:13.2096682Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:07:13.2097794Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:07:13.2098755Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:07:13.2099797Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:07:13.2100550Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:07:13.2101466Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:07:13.2102377Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:07:13.2103054Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:07:13.2103718Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:07:13.2104900Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:07:13.2105984Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:07:13.2106822Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:07:13.2107731Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/graph_matcher.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:07:13.2108720Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/graph_passes.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:07:13.2109839Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:07:13.2110806Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/n_shadows_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:07:13.2111952Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/ns_types.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:07:13.2112850Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:07:13.2113770Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/qconfig_multi_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:07:13.2114679Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:07:13.2115653Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/weight_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:07:13.2116525Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:07:13.2117336Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:07:13.2118258Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:07:13.2119137Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T01:07:13.2120146Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T01:07:13.2121038Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:07:13.2122159Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:07:13.2123143Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:07:13.2124131Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:07:13.2124771Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:07:13.2125660Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:07:13.2126302Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:07:13.2126865Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:07:13.2128034Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:07:13.2128774Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:07:13.2129699Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:07:13.2130978Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:07:13.2131670Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:07:13.2132590Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:07:13.2133430Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:07:13.2134393Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:07:13.2135248Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:07:13.2136180Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:07:13.2137312Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/pruner/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:07:13.2138379Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:07:13.2139324Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/_experimental/pruner/parametrization.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:07:13.2140441Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:07:13.2141313Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:07:13.2142104Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler/base_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:07:13.2142897Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler/cubic_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:07:13.2143565Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/scheduler/lambda_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:07:13.2144969Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:07:13.2145738Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:07:13.2146558Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier/base_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:07:13.2147478Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:07:13.2148233Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:07:13.2149212Z copying build/lib.linux-x86_64-cpython-310/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:07:13.2150951Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2151618Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2152367Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/_correct_bias.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2153035Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2153854Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2154627Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2155432Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2156329Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2157139Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2158757Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2159558Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/qconfig_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2160528Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2161374Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2162267Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2163151Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2164241Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2165093Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2165923Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2167042Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:07:13.2168120Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:07:13.2169123Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:07:13.2170380Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:07:13.2171188Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:07:13.2172027Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/executorch.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:07:13.2172717Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:07:13.2173540Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/native.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:07:13.2175785Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/observation_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:07:13.2176545Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:07:13.2177224Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:07:13.2177823Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:07:13.2178695Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/x86.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:07:13.2179651Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2180197Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2180825Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_decomposed.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2181717Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2183704Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2184356Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/backend_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2185600Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2187783Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/custom_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2188411Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2189008Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2189626Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2190324Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2191364Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2192186Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2193149Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2194236Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2196023Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2196640Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2198618Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/tracer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2199425Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:07:13.2200701Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:07:13.2201376Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:07:13.2202118Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:07:13.2203529Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:07:13.2204716Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:07:13.2205596Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:07:13.2206826Z creating build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:07:13.2207684Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:07:13.2208591Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/anomaly_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:07:13.2209855Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/forward_ad.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:07:13.2210737Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/function.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:07:13.2211288Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/functional.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:07:13.2212853Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/grad_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:07:13.2213904Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/gradcheck.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:07:13.2216482Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/graph.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:07:13.2217712Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/profiler.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:07:13.2218864Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/profiler_legacy.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:07:13.2219871Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/profiler_util.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:07:13.2221160Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/variable.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:07:13.2222296Z creating build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:07:13.2223127Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/_functions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:07:13.2224529Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/_functions/tensor.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:07:13.2225985Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/_functions/utils.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:07:13.2227630Z creating build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T01:07:13.2228407Z copying build/lib.linux-x86_64-cpython-310/torch/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T01:07:13.2229204Z creating build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:07:13.2230051Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_coreml/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:07:13.2230993Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_coreml/preprocess.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:07:13.2231606Z creating build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:07:13.2232131Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:07:13.2233236Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi/prepare.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:07:13.2233898Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi/serializer.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:07:13.2235825Z creating build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T01:07:13.2236633Z copying build/lib.linux-x86_64-cpython-310/torch/backends/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T01:07:13.2237493Z creating build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:07:13.2237947Z copying build/lib.linux-x86_64-cpython-310/torch/backends/cudnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:07:13.2238825Z copying build/lib.linux-x86_64-cpython-310/torch/backends/cudnn/rnn.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:07:13.2240401Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T01:07:13.2240901Z copying build/lib.linux-x86_64-cpython-310/torch/backends/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T01:07:13.2241513Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T01:07:13.2242026Z copying build/lib.linux-x86_64-cpython-310/torch/backends/mkldnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T01:07:13.2242944Z creating build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T01:07:13.2243454Z copying build/lib.linux-x86_64-cpython-310/torch/backends/mps/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T01:07:13.2244553Z creating build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T01:07:13.2245018Z copying build/lib.linux-x86_64-cpython-310/torch/backends/openmp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T01:07:13.2246871Z creating build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T01:07:13.2247435Z copying build/lib.linux-x86_64-cpython-310/torch/backends/opt_einsum/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T01:07:13.2248172Z creating build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T01:07:13.2248926Z copying build/lib.linux-x86_64-cpython-310/torch/backends/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T01:07:13.2249686Z creating build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:07:13.2250472Z copying build/lib.linux-x86_64-cpython-310/torch/backends/xeon/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:07:13.2251294Z copying build/lib.linux-x86_64-cpython-310/torch/backends/xeon/run_cpu.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:07:13.2252577Z creating build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T01:07:13.2253309Z copying build/lib.linux-x86_64-cpython-310/torch/backends/xnnpack/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T01:07:13.2253902Z creating build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:07:13.2254702Z copying build/lib.linux-x86_64-cpython-310/torch/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:07:13.2255716Z copying build/lib.linux-x86_64-cpython-310/torch/contrib/_tensorboard_vis.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:07:13.2256665Z creating build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T01:07:13.2257502Z copying build/lib.linux-x86_64-cpython-310/torch/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T01:07:13.2258251Z creating build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:07:13.2258956Z copying build/lib.linux-x86_64-cpython-310/torch/cpu/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:07:13.2259670Z copying build/lib.linux-x86_64-cpython-310/torch/cpu/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:07:13.2260700Z creating build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2261129Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2262344Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_dynamo_graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2263297Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_memory_viz.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2263935Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_sanitizer.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2264860Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_utils.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2265758Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/comm.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2266422Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/error.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2267318Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2268266Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/jiterator.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2269323Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/memory.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2270196Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/nccl.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2271139Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/nvtx.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2271852Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/profiler.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2273143Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/random.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2273995Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/sparse.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2274832Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/streams.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:07:13.2275673Z creating build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:07:13.2276536Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:07:13.2277451Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:07:13.2278307Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/common.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:07:13.2279166Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:07:13.2279770Z creating build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:07:13.2280254Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:07:13.2281210Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/argparse_util.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:07:13.2282096Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/c10d_error_logger.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:07:13.2282739Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:07:13.2283381Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/distributed_c10d.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:07:13.2285481Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/launch.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:07:13.2286163Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/logging_handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:07:13.2286805Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/remote_device.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:07:13.2287576Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:07:13.2288347Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/run.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:07:13.2289584Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:07:13.2290693Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:07:13.2291318Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_composable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:07:13.2292332Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_composable/_ddp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:07:13.2293645Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_composable/checkpoint_activation.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:07:13.2294607Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_composable/contract.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:07:13.2295824Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_composable/fully_shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:07:13.2296712Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_composable/replicate.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:07:13.2297850Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:07:13.2298402Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:07:13.2299462Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:07:13.2300353Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:07:13.2301328Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/common_op_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:07:13.2302149Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:07:13.2302814Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/op_registry_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:07:13.2303521Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/partial_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:07:13.2304242Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/replicated_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:07:13.2305214Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharder.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:07:13.2306213Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T01:07:13.2306782Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T01:07:13.2307918Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T01:07:13.2308557Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T01:07:13.2309437Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T01:07:13.2310588Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:07:13.2311262Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:07:13.2312113Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:07:13.2313292Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:07:13.2313994Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:07:13.2314771Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:07:13.2315779Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:07:13.2316769Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:13.2317586Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:13.2318435Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:13.2319242Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:13.2320148Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:13.2321018Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:13.2321734Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:13.2322488Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:13.2323248Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:13.2324095Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:13.2324794Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:07:13.2325695Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T01:07:13.2326381Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T01:07:13.2327081Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T01:07:13.2328153Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:07:13.2328746Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:07:13.2329739Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:07:13.2330513Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:07:13.2331432Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:07:13.2332477Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:13.2333173Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:13.2334293Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:13.2335181Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:13.2336342Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:13.2337393Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:13.2338595Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:13.2339689Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:13.2340527Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:07:13.2341314Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T01:07:13.2341932Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T01:07:13.2342579Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T01:07:13.2343296Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T01:07:13.2344144Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:07:13.2344800Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:07:13.2345563Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd/comm_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:07:13.2346689Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:07:13.2347421Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:07:13.2348664Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:07:13.2349668Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/device_mesh.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:07:13.2350643Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:07:13.2351595Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/placement_types.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:07:13.2352481Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/redistribute.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:07:13.2353224Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:07:13.2354558Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:07:13.2355039Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:07:13.2355879Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/common_rules.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:07:13.2356584Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:07:13.2357425Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:07:13.2358133Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/pointwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:07:13.2358997Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:07:13.2360023Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:07:13.2360830Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:07:13.2361751Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/ops/view_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:07:13.2363037Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:07:13.2363989Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:07:13.2364793Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:07:13.2365643Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:07:13.2366529Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel/fsdp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:07:13.2367299Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:07:13.2368108Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel/style.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:07:13.2368875Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_tensor/parallel/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:07:13.2370048Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:07:13.2370970Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:07:13.2372010Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/join.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:07:13.2372968Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T01:07:13.2373816Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T01:07:13.2374829Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T01:07:13.2375935Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:07:13.2376706Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:07:13.2377574Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:07:13.2378622Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:07:13.2379434Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:07:13.2380323Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:07:13.2381481Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T01:07:13.2382273Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T01:07:13.2383061Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T01:07:13.2383863Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:13.2384441Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:13.2385370Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:13.2386209Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:13.2386863Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:13.2388214Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:13.2388998Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:13.2389840Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:13.2390666Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:07:13.2391880Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:07:13.2392481Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:07:13.2393439Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:07:13.2394450Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:07:13.2395181Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:07:13.2395904Z creating build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T01:07:13.2396668Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T01:07:13.2397836Z creating build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2398516Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2399380Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2400216Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/dedup_tensors.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2401263Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/default_planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2401979Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/filesystem.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2403299Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2404434Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2405712Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/planner_helpers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2406767Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/resharding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2407842Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/state_dict_loader.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2409129Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/state_dict_saver.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2410191Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/storage.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2411395Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/traverse.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2412493Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/checkpoint/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:07:13.2413562Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T01:07:13.2414725Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T01:07:13.2415759Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T01:07:13.2416519Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T01:07:13.2417547Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:07:13.2418321Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:07:13.2419275Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:07:13.2420177Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:07:13.2421240Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:07:13.2421829Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:07:13.2422910Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:07:13.2423722Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:07:13.2424704Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T01:07:13.2425527Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T01:07:13.2426500Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T01:07:13.2427398Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:07:13.2428031Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:07:13.2429010Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:07:13.2430139Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:07:13.2431183Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:07:13.2432331Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:07:13.2433039Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:07:13.2433911Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:07:13.2434598Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:07:13.2435397Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:07:13.2436019Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:07:13.2437136Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:07:13.2437947Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:07:13.2438705Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:07:13.2440127Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:07:13.2440921Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:07:13.2441990Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:07:13.2442854Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:07:13.2443653Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:07:13.2444697Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:07:13.2445522Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:07:13.2446419Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:07:13.2447174Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:07:13.2448166Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:07:13.2448904Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:07:13.2450093Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer/local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:07:13.2451090Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:07:13.2452283Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:07:13.2453269Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:07:13.2454049Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/distributed.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:07:13.2454907Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/log_level.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:07:13.2455954Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/logging.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:07:13.2456905Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:07:13.2458874Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:07:13.2459454Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:07:13.2460468Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:07:13.2461209Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:07:13.2461889Z creating build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2462680Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2463658Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_common_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2464651Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_exec_order_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2465592Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2466456Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_init_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2467372Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_limiter_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2468431Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_optim_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2469367Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_runtime_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2470375Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_shard_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2471461Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_state_dict_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2472483Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2473448Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_unshard_param_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2474415Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2475417Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_wrap_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2476358Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2477285Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/flat_param.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2478773Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2480209Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2481353Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/wrap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:07:13.2482380Z creating build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:07:13.2483138Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/launcher/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:07:13.2484182Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/launcher/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:07:13.2485124Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:07:13.2485950Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:07:13.2486752Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:07:13.2487695Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T01:07:13.2488364Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T01:07:13.2489173Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api/remote_module.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T01:07:13.2490300Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T01:07:13.2491042Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T01:07:13.2491839Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/instantiator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T01:07:13.2492960Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T01:07:13.2493610Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T01:07:13.2494494Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T01:07:13.2495651Z creating build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2496515Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2497529Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/apply_optimizer_in_backward.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2498525Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adadelta.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2499486Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adagrad.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2500493Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adam.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2501544Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adamax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2502389Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adamw.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2503449Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2504361Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_rprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2505386Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_sgd.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2506244Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2506898Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2507835Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2508817Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:07:13.2509858Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T01:07:13.2510754Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T01:07:13.2511817Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:07:13.2513145Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:07:13.2514320Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:07:13.2515483Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:07:13.2516627Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/copy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:07:13.2517761Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/dependency.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:07:13.2519092Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/microbatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:07:13.2520217Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/phony.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:07:13.2521347Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/pipe.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:07:13.2522473Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/pipeline.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:07:13.2523607Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/stream.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:07:13.2524683Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:07:13.2525824Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/worker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:07:13.2526729Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:07:13.2527755Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:07:13.2528947Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:07:13.2530169Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance/profile.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:07:13.2531101Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:07:13.2532189Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:07:13.2533302Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/layout.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:07:13.2534470Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/namespace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:07:13.2535768Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/portal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:07:13.2536938Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/skippable.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:07:13.2538113Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/tracker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:07:13.2538905Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:07:13.2539733Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:07:13.2540695Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:07:13.2541655Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:07:13.2542644Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:07:13.2543745Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:07:13.2544784Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/functions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:07:13.2545754Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/internal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:07:13.2546709Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/options.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:07:13.2547668Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/rref_proxy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:07:13.2548726Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:07:13.2549544Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T01:07:13.2550428Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T01:07:13.2551497Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T01:07:13.2552322Z creating build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2553149Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2554117Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2555039Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/beta.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2556011Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2557001Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2557969Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2558904Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/chi2.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2559872Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/constraint_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2561165Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/constraints.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2562175Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/continuous_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2563166Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/dirichlet.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2564150Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2565114Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/exp_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2566093Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/exponential.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2567055Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/fishersnedecor.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2568012Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2569114Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/geometric.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2569996Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/gumbel.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2570804Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/half_cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2572219Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/half_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2573054Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/independent.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2574207Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/kl.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2575888Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/kumaraswamy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2576958Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/laplace.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2577964Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/lkj_cholesky.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2578928Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/log_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2579547Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/logistic_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2580620Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2581985Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/mixture_same_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2583644Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/multinomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2584375Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2585383Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/negative_binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2586575Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2587370Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/one_hot_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2588489Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/pareto.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2589381Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/poisson.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2590381Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/relaxed_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2591462Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/relaxed_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2592382Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/studentT.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2593474Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/transformed_distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2594610Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/transforms.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2595560Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/uniform.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2596860Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2597737Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/von_mises.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2598846Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/weibull.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2599694Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/wishart.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:07:13.2601613Z creating build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T01:07:13.2602028Z copying build/lib.linux-x86_64-cpython-310/torch/fft/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T01:07:13.2604039Z creating build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T01:07:13.2604819Z copying build/lib.linux-x86_64-cpython-310/torch/futures/__init__.py -> build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T01:07:13.2606028Z creating build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2606762Z copying build/lib.linux-x86_64-cpython-310/torch/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2607915Z copying build/lib.linux-x86_64-cpython-310/torch/fx/_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2609253Z copying build/lib.linux-x86_64-cpython-310/torch/fx/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2610291Z copying build/lib.linux-x86_64-cpython-310/torch/fx/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2611624Z copying build/lib.linux-x86_64-cpython-310/torch/fx/annotate.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2612633Z copying build/lib.linux-x86_64-cpython-310/torch/fx/graph.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2614287Z copying build/lib.linux-x86_64-cpython-310/torch/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2615725Z copying build/lib.linux-x86_64-cpython-310/torch/fx/immutable_collections.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2616754Z copying build/lib.linux-x86_64-cpython-310/torch/fx/interpreter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2619737Z copying build/lib.linux-x86_64-cpython-310/torch/fx/node.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2620739Z copying build/lib.linux-x86_64-cpython-310/torch/fx/operator_schemas.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2621954Z copying build/lib.linux-x86_64-cpython-310/torch/fx/proxy.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2623125Z copying build/lib.linux-x86_64-cpython-310/torch/fx/subgraph_rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2624263Z copying build/lib.linux-x86_64-cpython-310/torch/fx/tensor_type.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2625300Z copying build/lib.linux-x86_64-cpython-310/torch/fx/traceback.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:07:13.2626721Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2627587Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2628732Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2629950Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/const_fold.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2631001Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/debug.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2632043Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2633561Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/merge_matmul.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2634609Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/meta_tracer.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2635521Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/normalize.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2636418Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/optimization.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2637462Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/partitioner_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2638440Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/proxy_tensor.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2640003Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/refinement_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2641083Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2642137Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/schema_type_annotation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2643312Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/symbolic_shapes.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2644562Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unify_refinements.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:07:13.2645724Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:13.2646757Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:13.2647943Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:13.2649168Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:13.2650462Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:13.2651791Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:13.2653018Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:13.2654266Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:13.2655008Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:07:13.2656197Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:07:13.2657108Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:07:13.2658419Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:07:13.2659175Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:07:13.2659874Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/match.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:07:13.2660768Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/more.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:07:13.2661710Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/unification_tools.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:07:13.2662551Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:07:13.2663185Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/variable.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:07:13.2664304Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:07:13.2665062Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:07:13.2666222Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:07:13.2667044Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:07:13.2667996Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:07:13.2668900Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:07:13.2669722Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:07:13.2670521Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2671073Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2671809Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/fake_tensor_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2672599Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/graph_drawer.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2673632Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/graph_manipulation.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2674283Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/net_min_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2675257Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/operator_support.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2676203Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/param_fetch.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2676986Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2677723Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/reinplace.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2679034Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/shape_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2679866Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/split_module.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2680479Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/split_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2681288Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/splitter_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2682383Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/tools_common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:07:13.2683858Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T01:07:13.2684955Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T01:07:13.2685923Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends/cudagraphs.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T01:07:13.2686618Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T01:07:13.2687493Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T01:07:13.2688171Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T01:07:13.2689595Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T01:07:13.2690579Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T01:07:13.2691499Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:07:13.2692385Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:07:13.2693134Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra/partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:07:13.2694136Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra/pass_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:07:13.2695101Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:07:13.2696265Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T01:07:13.2697524Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T01:07:13.2698297Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T01:07:13.2699015Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:07:13.2699849Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:07:13.2700796Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:07:13.2701735Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils/fuser_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:07:13.2702726Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils/matcher_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:07:13.2703437Z creating build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2704097Z copying build/lib.linux-x86_64-cpython-310/torch/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2704843Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_async.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2705446Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_builtins.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2706082Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_check.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2707138Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_dataclass_impls.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2707992Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_decomposition_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2709029Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_decompositions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2709696Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2711004Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_fuser.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2711763Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_ir_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2712372Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_logging.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2712924Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_monkeytype_config.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2713636Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_pickle.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2714689Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_recursive.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2716246Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_script.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2717484Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_serialization.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2718307Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_shape_functions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2719348Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_state.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2720112Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_trace.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2721439Z copying build/lib.linux-x86_64-cpython-310/torch/jit/annotations.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2722331Z copying build/lib.linux-x86_64-cpython-310/torch/jit/frontend.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2723526Z copying build/lib.linux-x86_64-cpython-310/torch/jit/generate_bytecode.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2724314Z copying build/lib.linux-x86_64-cpython-310/torch/jit/quantized.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2725434Z copying build/lib.linux-x86_64-cpython-310/torch/jit/supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2726358Z copying build/lib.linux-x86_64-cpython-310/torch/jit/unsupported_tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:07:13.2727776Z creating build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:07:13.2728468Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:07:13.2729144Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_passes/_property_propagation.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:07:13.2730045Z creating build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T01:07:13.2730467Z copying build/lib.linux-x86_64-cpython-310/torch/jit/mobile/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T01:07:13.2731699Z creating build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T01:07:13.2732227Z copying build/lib.linux-x86_64-cpython-310/torch/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T01:07:13.2734143Z creating build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:07:13.2734551Z copying build/lib.linux-x86_64-cpython-310/torch/masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:07:13.2735619Z copying build/lib.linux-x86_64-cpython-310/torch/masked/_docs.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:07:13.2736879Z copying build/lib.linux-x86_64-cpython-310/torch/masked/_ops.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:07:13.2738454Z creating build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:07:13.2739110Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:07:13.2739874Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:07:13.2740850Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/binary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:07:13.2741514Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/core.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:07:13.2742799Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/creation.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:07:13.2743621Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/passthrough.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:07:13.2744684Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/reductions.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:07:13.2745526Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/unary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:07:13.2747051Z creating build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T01:07:13.2747484Z copying build/lib.linux-x86_64-cpython-310/torch/monitor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T01:07:13.2748690Z creating build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:07:13.2749299Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:07:13.2750141Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/_atfork.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:07:13.2750861Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/pool.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:07:13.2751871Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/queue.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:07:13.2752893Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/reductions.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:07:13.2753787Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/spawn.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:07:13.2755105Z creating build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T01:07:13.2755631Z copying build/lib.linux-x86_64-cpython-310/torch/nested/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T01:07:13.2756477Z creating build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:07:13.2757044Z copying build/lib.linux-x86_64-cpython-310/torch/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:07:13.2758189Z copying build/lib.linux-x86_64-cpython-310/torch/nn/_reduction.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:07:13.2758795Z copying build/lib.linux-x86_64-cpython-310/torch/nn/common_types.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:07:13.2759706Z copying build/lib.linux-x86_64-cpython-310/torch/nn/cpp.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:07:13.2760162Z copying build/lib.linux-x86_64-cpython-310/torch/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:07:13.2762654Z copying build/lib.linux-x86_64-cpython-310/torch/nn/grad.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:07:13.2763259Z copying build/lib.linux-x86_64-cpython-310/torch/nn/init.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:07:13.2764639Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parameter.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:07:13.2765529Z creating build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:07:13.2766153Z copying build/lib.linux-x86_64-cpython-310/torch/nn/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:07:13.2767101Z copying build/lib.linux-x86_64-cpython-310/torch/nn/backends/thnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:07:13.2768514Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T01:07:13.2769183Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T01:07:13.2770047Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T01:07:13.2770888Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T01:07:13.2771985Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T01:07:13.2773200Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T01:07:13.2773572Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T01:07:13.2774562Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:07:13.2775112Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:07:13.2776331Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:07:13.2777503Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:07:13.2778313Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:07:13.2779572Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T01:07:13.2780371Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T01:07:13.2781329Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:07:13.2781979Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:07:13.2783542Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:07:13.2784204Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:07:13.2785482Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:07:13.2786700Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:07:13.2787665Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:07:13.2788834Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:07:13.2789861Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:07:13.2790816Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:07:13.2791935Z creating build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2792688Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2793818Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2795136Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2796496Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/adaptive.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2797700Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2799163Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/channelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2800075Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/container.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2801367Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2803087Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/distance.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2803483Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2805168Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/flatten.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2805539Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/fold.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2806610Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/instancenorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2807782Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/lazy.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2808714Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2809852Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/loss.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2811813Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/module.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2813355Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2814621Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/padding.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2815770Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/pixelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2817008Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/pooling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2818487Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2819804Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2820714Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/transformer.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2822481Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/upsampling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2823537Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:07:13.2825048Z creating build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2825594Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2826858Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2828085Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2829110Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2829939Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/comm.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2830930Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2832103Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/distributed.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2834016Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/parallel_apply.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2835078Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/replicate.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2835889Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/scatter_gather.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2836999Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2838069Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/common_types.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2839065Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/data_parallel.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2840128Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/parallel_apply.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2841375Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/replicate.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2842555Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/scatter_gather.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:07:13.2844057Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T01:07:13.2844552Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T01:07:13.2846151Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T01:07:13.2846683Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T01:07:13.2847840Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T01:07:13.2848509Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T01:07:13.2849638Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T01:07:13.2850798Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:07:13.2851217Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:07:13.2852244Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:07:13.2853299Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:07:13.2854289Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:07:13.2855888Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T01:07:13.2856655Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T01:07:13.2857623Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:07:13.2858285Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:07:13.2859429Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:07:13.2860580Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:07:13.2861643Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:07:13.2862495Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:07:13.2863672Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:07:13.2864841Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T01:07:13.2865624Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T01:07:13.2867291Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:07:13.2867925Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:07:13.2868626Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:07:13.2869654Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:07:13.2870372Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:07:13.2871039Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:07:13.2872021Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:07:13.2872888Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T01:07:13.2873706Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T01:07:13.2874609Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:07:13.2876100Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:07:13.2876766Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:07:13.2877494Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:07:13.2878383Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:07:13.2879779Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:07:13.2880135Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:07:13.2881830Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:07:13.2882267Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:07:13.2883169Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:07:13.2883904Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:07:13.2885914Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:07:13.2886373Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:07:13.2886709Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:07:13.2887123Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:07:13.2888326Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:07:13.2889331Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:07:13.2890258Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2890748Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2891927Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_deprecation_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2892920Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_per_sample_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2893816Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2894602Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/clip_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2895581Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/convert_parameters.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2896383Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/fusion.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2897731Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/init.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2898422Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/memory_format.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2899573Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/parametrizations.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2900421Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/parametrize.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2901665Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/prune.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2902829Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2903943Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/spectral_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2904937Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2905869Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/weight_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:07:13.2907550Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:07:13.2907966Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:07:13.2909083Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:07:13.2909554Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:07:13.2910619Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:07:13.2911744Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:07:13.2912559Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:07:13.2913136Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:07:13.2914201Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:07:13.2914802Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:07:13.2916165Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:07:13.2916726Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parameter.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:07:13.2917602Z copying build/lib.linux-x86_64-cpython-310/torch/nn/functional.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:07:13.2919363Z creating build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2919672Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2920889Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_constants.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2921414Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_deprecation.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2922146Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_experimental.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2923103Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_exporter_states.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2923702Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_globals.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2925348Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_onnx_supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2926113Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_patch_torch.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2927002Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2927987Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/errors.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2928812Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/operators.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2929641Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_caffe2.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2930814Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_helper.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2932328Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset10.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2933184Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset11.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2934799Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset12.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2935783Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset13.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2937560Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset14.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2938249Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset15.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2939109Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset16.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2940039Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset17.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2940861Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset7.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2941680Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset8.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2942710Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset9.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2944973Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2946319Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/verification.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:07:13.2947949Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:07:13.2948503Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:07:13.2949328Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/_beartype.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:07:13.2949862Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:07:13.2950950Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/onnx_proto_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:07:13.2951389Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/registration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:07:13.2952807Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:07:13.2953250Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:07:13.2954020Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/_diagnostic.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:07:13.2954998Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/_rules.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:07:13.2955942Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:07:13.2956777Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:07:13.2957602Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/_infra.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:07:13.2958772Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/engine.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:07:13.2959438Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/formatter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:07:13.2960273Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:07:13.2961897Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2962531Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2963273Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2963931Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2965059Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2966346Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2967000Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2967641Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2968255Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2968800Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2969344Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2970388Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2971184Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2971638Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2974159Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2974977Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2975989Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2976674Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2977523Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2979022Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2980187Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2981173Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2982276Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2983278Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2984318Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2985532Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2986532Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2987454Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2988553Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2989708Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2990737Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2991876Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2992988Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2994232Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2995278Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2996314Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2997298Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2998385Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.2999531Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3000626Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3001662Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3002665Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3003728Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3004777Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3005822Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3006911Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3007887Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3009038Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3010077Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3011266Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3012580Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3013517Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3014663Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3015774Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3016771Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3017767Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:07:13.3019193Z creating build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3019935Z copying build/lib.linux-x86_64-cpython-310/torch/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3021219Z copying build/lib.linux-x86_64-cpython-310/torch/optim/_functional.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3022041Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adadelta.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3022938Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adagrad.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3023757Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3024900Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamax.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3025491Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamw.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3027131Z copying build/lib.linux-x86_64-cpython-310/torch/optim/asgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3027691Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lbfgs.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3028792Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lr_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3030305Z copying build/lib.linux-x86_64-cpython-310/torch/optim/nadam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3031249Z copying build/lib.linux-x86_64-cpython-310/torch/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3032123Z copying build/lib.linux-x86_64-cpython-310/torch/optim/radam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3033027Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3034012Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3034805Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3035838Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sparse_adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3036748Z copying build/lib.linux-x86_64-cpython-310/torch/optim/swa_utils.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3038235Z creating build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T01:07:13.3038773Z copying build/lib.linux-x86_64-cpython-310/torch/optim/_multi_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T01:07:13.3039644Z copying build/lib.linux-x86_64-cpython-310/torch/optim/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3040590Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adadelta.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3041526Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adagrad.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3042594Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3043367Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamax.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3044574Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamw.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3045439Z copying build/lib.linux-x86_64-cpython-310/torch/optim/asgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3046547Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lbfgs.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3047445Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lr_scheduler.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3048579Z copying build/lib.linux-x86_64-cpython-310/torch/optim/nadam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3049196Z copying build/lib.linux-x86_64-cpython-310/torch/optim/optimizer.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3050950Z copying build/lib.linux-x86_64-cpython-310/torch/optim/radam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3051513Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rmsprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3052446Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3053462Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3054382Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sparse_adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3055222Z copying build/lib.linux-x86_64-cpython-310/torch/optim/swa_utils.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:07:13.3057512Z creating build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3057851Z copying build/lib.linux-x86_64-cpython-310/torch/package/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3058410Z copying build/lib.linux-x86_64-cpython-310/torch/package/_digraph.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3059650Z copying build/lib.linux-x86_64-cpython-310/torch/package/_directory_reader.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3060208Z copying build/lib.linux-x86_64-cpython-310/torch/package/_importlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3061518Z copying build/lib.linux-x86_64-cpython-310/torch/package/_mangling.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3062199Z copying build/lib.linux-x86_64-cpython-310/torch/package/_mock.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3063520Z copying build/lib.linux-x86_64-cpython-310/torch/package/_package_pickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3064521Z copying build/lib.linux-x86_64-cpython-310/torch/package/_package_unpickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3065563Z copying build/lib.linux-x86_64-cpython-310/torch/package/_stdlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3066749Z copying build/lib.linux-x86_64-cpython-310/torch/package/file_structure_representation.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3067739Z copying build/lib.linux-x86_64-cpython-310/torch/package/find_file_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3069614Z copying build/lib.linux-x86_64-cpython-310/torch/package/glob_group.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3070126Z copying build/lib.linux-x86_64-cpython-310/torch/package/importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3070855Z copying build/lib.linux-x86_64-cpython-310/torch/package/package_exporter.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3072613Z copying build/lib.linux-x86_64-cpython-310/torch/package/package_importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:07:13.3074095Z creating build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:07:13.3074589Z copying build/lib.linux-x86_64-cpython-310/torch/package/analyze/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:07:13.3075877Z copying build/lib.linux-x86_64-cpython-310/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:07:13.3076915Z copying build/lib.linux-x86_64-cpython-310/torch/package/analyze/is_from_package.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:07:13.3077940Z copying build/lib.linux-x86_64-cpython-310/torch/package/analyze/trace_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:07:13.3079110Z creating build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:07:13.3079715Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:07:13.3081405Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/_memory_profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:07:13.3082157Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/_pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:07:13.3083418Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/_utils.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:07:13.3084265Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/itt.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:07:13.3086201Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:07:13.3086630Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/python_tracer.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:07:13.3088149Z creating build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3088862Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3089448Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3090505Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3091725Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3092631Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3093777Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3094827Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3095954Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3097073Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3097978Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3099009Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3100272Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3101186Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3102173Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3103223Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:07:13.3104996Z creating build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:07:13.3105509Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:07:13.3106344Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:07:13.3107437Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:07:13.3108694Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:07:13.3109774Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:07:13.3110779Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:07:13.3111673Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:07:13.3112718Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:07:13.3113770Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:07:13.3114785Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:07:13.3115877Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:07:13.3116775Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:07:13.3117868Z creating build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T01:07:13.3118646Z copying build/lib.linux-x86_64-cpython-310/torch/signal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T01:07:13.3120149Z creating build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:07:13.3120741Z copying build/lib.linux-x86_64-cpython-310/torch/signal/windows/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:07:13.3121882Z copying build/lib.linux-x86_64-cpython-310/torch/signal/windows/windows.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:07:13.3123296Z creating build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T01:07:13.3123869Z copying build/lib.linux-x86_64-cpython-310/torch/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T01:07:13.3125523Z creating build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T01:07:13.3125863Z copying build/lib.linux-x86_64-cpython-310/torch/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T01:07:13.3127414Z creating build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:07:13.3128118Z copying build/lib.linux-x86_64-cpython-310/torch/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:07:13.3128955Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_comparison.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:07:13.3130583Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_creation.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:07:13.3131633Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_deprecated.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:07:13.3133268Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3133705Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3134498Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/autocast_test_lists.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3136364Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/check_kernel_launches.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3138073Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_cuda.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3138678Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_device_type.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3140665Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_distributed.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3141508Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_dtype.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3142690Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_fsdp.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3144044Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_jit.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3145249Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_methods_invocations.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3152640Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_modules.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3153617Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_nn.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3157020Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_quantization.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3158496Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_quantized.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3159779Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_subclass.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3160675Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3163443Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/composite_compliance.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3164392Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/dist_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3165480Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/hypothesis_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3166564Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/inductor_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3167573Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3168846Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3170561Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/logging_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3171601Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3172555Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/schema_check_mode.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:07:13.3173783Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T01:07:13.3174777Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T01:07:13.3175764Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen/random_topo_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T01:07:13.3177334Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:07:13.3177913Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:07:13.3178415Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data/network1.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:07:13.3179844Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data/network2.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:07:13.3181073Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:07:13.3181486Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:07:13.3182440Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:07:13.3183818Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:07:13.3187812Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:07:13.3188728Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/multi_threaded_pg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:07:13.3189747Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:07:13.3190842Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:07:13.3191904Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T01:07:13.3193080Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T01:07:13.3193912Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T01:07:13.3195020Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:07:13.3195912Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:07:13.3196830Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:07:13.3197628Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:07:13.3199112Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:07:13.3199875Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:07:13.3201208Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:07:13.3202059Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:07:13.3203563Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:07:13.3204318Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T01:07:13.3204992Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T01:07:13.3206501Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T01:07:13.3207460Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T01:07:13.3208168Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T01:07:13.3209520Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T01:07:13.3210145Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T01:07:13.3211620Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:13.3212444Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:13.3213058Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:13.3214903Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:13.3215754Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:13.3216718Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:13.3217241Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:13.3218118Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:13.3220615Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:07:13.3221853Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:07:13.3222573Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:07:13.3223529Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:07:13.3226064Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:07:13.3226498Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:07:13.3227186Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:07:13.3227633Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:07:13.3228408Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:07:13.3229669Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:07:13.3231028Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T01:07:13.3231694Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T01:07:13.3232071Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T01:07:13.3235267Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:07:13.3235871Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:07:13.3236487Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/core.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:07:13.3237735Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/refs.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:07:13.3238488Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:07:13.3239565Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:07:13.3240326Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:07:13.3241671Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:07:13.3242406Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:07:13.3243331Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:07:13.3244731Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/signal.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:07:13.3245617Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:07:13.3246926Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:07:13.3247533Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:07:13.3249011Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module/future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:07:13.3249699Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:07:13.3250448Z creating build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3250862Z copying build/lib.linux-x86_64-cpython-310/torch/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3251970Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_cpp_extension_versioner.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3252951Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_crash_handler.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3253919Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_cuda_trace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3254517Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3255522Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_mode_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3256370Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_python_dispatch.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3257241Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3258344Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_zip.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3259147Z copying build/lib.linux-x86_64-cpython-310/torch/utils/backend_registration.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3259913Z copying build/lib.linux-x86_64-cpython-310/torch/utils/bundled_inputs.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3260927Z copying build/lib.linux-x86_64-cpython-310/torch/utils/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3262030Z copying build/lib.linux-x86_64-cpython-310/torch/utils/collect_env.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3263273Z copying build/lib.linux-x86_64-cpython-310/torch/utils/cpp_backtrace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3264359Z copying build/lib.linux-x86_64-cpython-310/torch/utils/cpp_extension.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3265932Z copying build/lib.linux-x86_64-cpython-310/torch/utils/dlpack.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3266648Z copying build/lib.linux-x86_64-cpython-310/torch/utils/file_baton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3267514Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hooks.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3268380Z copying build/lib.linux-x86_64-cpython-310/torch/utils/mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3269247Z copying build/lib.linux-x86_64-cpython-310/torch/utils/mobile_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3270022Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_zoo.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3270845Z copying build/lib.linux-x86_64-cpython-310/torch/utils/show_pickle.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3271689Z copying build/lib.linux-x86_64-cpython-310/torch/utils/throughput_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:07:13.3273025Z creating build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T01:07:13.3273946Z copying build/lib.linux-x86_64-cpython-310/torch/utils/backcompat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T01:07:13.3275114Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T01:07:13.3275893Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T01:07:13.3276770Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:07:13.3277389Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:07:13.3278687Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/blas_compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:07:13.3279358Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/blas_compare_setup.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:07:13.3280099Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:07:13.3281035Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/end_to_end.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:07:13.3282108Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:07:13.3282996Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:07:13.3284088Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:07:13.3285048Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:07:13.3286245Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:07:13.3286802Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:07:13.3287404Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:07:13.3288393Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:07:13.3289595Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:07:13.3290175Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:07:13.3290855Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:07:13.3292206Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:07:13.3292523Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:07:13.3293971Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/_stubs.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:07:13.3294577Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:07:13.3295292Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:07:13.3296509Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:07:13.3298047Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:07:13.3298983Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:07:13.3299693Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/timer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:07:13.3300625Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:07:13.3301673Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:07:13.3302216Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:07:13.3303886Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:07:13.3304600Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:07:13.3305087Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:07:13.3306100Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:07:13.3309669Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:07:13.3310626Z creating build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:07:13.3311209Z copying build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:07:13.3311952Z copying build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:07:13.3312743Z creating build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:07:13.3314271Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:07:13.3314689Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/backward_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:07:13.3315406Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/dataloader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:07:13.3316917Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/dataset.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:07:13.3317446Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/distributed.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:07:13.3318451Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:07:13.3319016Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/graph_settings.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:07:13.3320048Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/sampler.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:07:13.3320929Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:07:13.3321489Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:07:13.3322537Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/collate.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:07:13.3323281Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/fetch.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:07:13.3324319Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/pin_memory.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:07:13.3325164Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/serialization.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:07:13.3325905Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/signal_handling.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:07:13.3326762Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/worker.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:07:13.3327958Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:07:13.3328436Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:07:13.3329468Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/_decorator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:07:13.3330511Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:07:13.3331257Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/_typing.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:07:13.3332497Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/datapipe.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:07:13.3333455Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:07:13.3334933Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:07:13.3335281Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:07:13.3336285Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:07:13.3337724Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:07:13.3338323Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:07:13.3339397Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:07:13.3340826Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:07:13.3341203Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:07:13.3341716Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:07:13.3343147Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:07:13.3343597Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:07:13.3344796Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:07:13.3345449Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:07:13.3346421Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:07:13.3347413Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:07:13.3348217Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:07:13.3349198Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:07:13.3350034Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:07:13.3351332Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:07:13.3351901Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:07:13.3352889Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:07:13.3353746Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:07:13.3354447Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:07:13.3355494Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:07:13.3356053Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:07:13.3357619Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:07:13.3358122Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:07:13.3358679Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:07:13.3359707Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:07:13.3361279Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:07:13.3361816Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:07:13.3362994Z creating build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:07:13.3363295Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:07:13.3364415Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/constants.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:07:13.3365272Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:07:13.3368381Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/hipify_python.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:07:13.3369767Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/version.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:07:13.3370468Z creating build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:07:13.3370989Z copying build/lib.linux-x86_64-cpython-310/torch/utils/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:07:13.3372125Z copying build/lib.linux-x86_64-cpython-310/torch/utils/jit/log_extract.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:07:13.3372875Z creating build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:07:13.3373637Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:07:13.3374631Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:07:13.3375507Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/skeleton.html -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:07:13.3376234Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/code.js -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:07:13.3377201Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/htm.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:07:13.3377969Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/preact.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:07:13.3379343Z creating build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:07:13.3379676Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:07:13.3380640Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_caffe2_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:07:13.3381740Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_convert_np.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:07:13.3382592Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_embedding.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:07:13.3383151Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:07:13.3384214Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_proto_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:07:13.3384731Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:07:13.3386137Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:07:13.3387017Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/summary.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:07:13.3388884Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/writer.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:07:13.3389484Z copying build/lib.linux-x86_64-cpython-310/torch/py.typed -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:13.3390259Z creating build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3390879Z copying build/lib.linux-x86_64-cpython-310/torch/bin/protoc-3.13.0.0 -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3422417Z copying build/lib.linux-x86_64-cpython-310/torch/bin/protoc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3452294Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_jit -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3531940Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3592533Z copying build/lib.linux-x86_64-cpython-310/torch/bin/tutorial_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3594156Z copying build/lib.linux-x86_64-cpython-310/torch/bin/FileStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3598313Z copying build/lib.linux-x86_64-cpython-310/torch/bin/TCPStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3602971Z copying build/lib.linux-x86_64-cpython-310/torch/bin/HashStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3607154Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupGlooTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3612176Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupNCCLTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3617182Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupNCCLErrorsTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3621526Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupUCCTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3626272Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupMPITest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3628167Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_dist_autograd -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3632828Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_cpp_rpc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3638894Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_api -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3726843Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_mobile_nnc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3732123Z copying build/lib.linux-x86_64-cpython-310/torch/bin/aot_model_compiler_test -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3734135Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_lazy -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3763376Z copying build/lib.linux-x86_64-cpython-310/torch/bin/torch_shm_manager -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:07:13.3765958Z creating build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3766305Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3770747Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_DeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3774999Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3778874Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_DispatchKeySet_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3783252Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_StreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3787046Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_SymInt_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3791281Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_InlineDeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3795552Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_InlineStreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3799845Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_SizesAndStrides_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3804196Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Array_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3807861Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Bitset_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3812044Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_C++17_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3816379Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_ConstexprCrc_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3820160Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_DeadlockDetection_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3823884Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3827728Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_LeftRight_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3832036Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Metaprogramming_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3836941Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_SmallVectorTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3849619Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Synchronized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3853780Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_ThreadLocal_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3858642Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_TypeIndex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3862651Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_TypeList_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3866567Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_TypeTraits_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3870332Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_accumulate_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3874448Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_bfloat16_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3878700Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3882895Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3887172Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_either_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3896759Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_exception_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3900715Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_flags_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3904644Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_intrusive_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3919026Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_irange_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3922923Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_logging_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3927394Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3933370Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_ordered_preserving_dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3938199Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_registry_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3942626Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_string_view_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3946920Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_tempfile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3951067Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_typeid_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3955288Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_intrusive_ptr_benchmark -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3959473Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_cuda_CUDATest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3963379Z copying build/lib.linux-x86_64-cpython-310/torch/test/Dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3969285Z copying build/lib.linux-x86_64-cpython-310/torch/test/Dimname_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3973503Z copying build/lib.linux-x86_64-cpython-310/torch/test/MaybeOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3978805Z copying build/lib.linux-x86_64-cpython-310/torch/test/NamedTensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3983087Z copying build/lib.linux-x86_64-cpython-310/torch/test/apply_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3987618Z copying build/lib.linux-x86_64-cpython-310/torch/test/atest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3992053Z copying build/lib.linux-x86_64-cpython-310/torch/test/basic -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.3996669Z copying build/lib.linux-x86_64-cpython-310/torch/test/broadcast_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4000872Z copying build/lib.linux-x86_64-cpython-310/torch/test/cpu_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4019683Z copying build/lib.linux-x86_64-cpython-310/torch/test/cpu_profiling_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4020253Z copying build/lib.linux-x86_64-cpython-310/torch/test/cpu_rng_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4020552Z copying build/lib.linux-x86_64-cpython-310/torch/test/dispatch_key_set_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4020822Z copying build/lib.linux-x86_64-cpython-310/torch/test/dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4024250Z copying build/lib.linux-x86_64-cpython-310/torch/test/extension_backend_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4028663Z copying build/lib.linux-x86_64-cpython-310/torch/test/half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4032988Z copying build/lib.linux-x86_64-cpython-310/torch/test/ivalue_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4039787Z copying build/lib.linux-x86_64-cpython-310/torch/test/lazy_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4043514Z copying build/lib.linux-x86_64-cpython-310/torch/test/math_kernel_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4047655Z copying build/lib.linux-x86_64-cpython-310/torch/test/memory_format_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4051792Z copying build/lib.linux-x86_64-cpython-310/torch/test/memory_overlapping_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4056188Z copying build/lib.linux-x86_64-cpython-310/torch/test/mobile_memory_cleanup -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4060255Z copying build/lib.linux-x86_64-cpython-310/torch/test/native_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4064617Z copying build/lib.linux-x86_64-cpython-310/torch/test/operator_name_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4068509Z copying build/lib.linux-x86_64-cpython-310/torch/test/operators_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4072448Z copying build/lib.linux-x86_64-cpython-310/torch/test/packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4076395Z copying build/lib.linux-x86_64-cpython-310/torch/test/pow_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4081546Z copying build/lib.linux-x86_64-cpython-310/torch/test/quantized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4085948Z copying build/lib.linux-x86_64-cpython-310/torch/test/reduce_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4089811Z copying build/lib.linux-x86_64-cpython-310/torch/test/reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4094406Z copying build/lib.linux-x86_64-cpython-310/torch/test/scalar_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4098958Z copying build/lib.linux-x86_64-cpython-310/torch/test/scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4103287Z copying build/lib.linux-x86_64-cpython-310/torch/test/stride_properties_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4107360Z copying build/lib.linux-x86_64-cpython-310/torch/test/tensor_iterator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4113753Z copying build/lib.linux-x86_64-cpython-310/torch/test/test_parallel -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4118071Z copying build/lib.linux-x86_64-cpython-310/torch/test/thread_init_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4119283Z copying build/lib.linux-x86_64-cpython-310/torch/test/type_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4123673Z copying build/lib.linux-x86_64-cpython-310/torch/test/type_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4128331Z copying build/lib.linux-x86_64-cpython-310/torch/test/undefined_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4132444Z copying build/lib.linux-x86_64-cpython-310/torch/test/variant_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4136659Z copying build/lib.linux-x86_64-cpython-310/torch/test/verify_api_visibility -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4137470Z copying build/lib.linux-x86_64-cpython-310/torch/test/vmap_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4143031Z copying build/lib.linux-x86_64-cpython-310/torch/test/weakref_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4157399Z copying build/lib.linux-x86_64-cpython-310/torch/test/wrapdim_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4161471Z copying build/lib.linux-x86_64-cpython-310/torch/test/xla_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4165521Z copying build/lib.linux-x86_64-cpython-310/torch/test/IListRef_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4170184Z copying build/lib.linux-x86_64-cpython-310/torch/test/List_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4179833Z copying build/lib.linux-x86_64-cpython-310/torch/test/KernelFunction_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4185023Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_function_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4194463Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_function_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4201959Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_lambda_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4212216Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_lambda_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4220970Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_stackbased_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4225593Z copying build/lib.linux-x86_64-cpython-310/torch/test/make_boxed_from_unboxed_functor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4232889Z copying build/lib.linux-x86_64-cpython-310/torch/test/CppSignature_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4236902Z copying build/lib.linux-x86_64-cpython-310/torch/test/backend_fallback_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4241219Z copying build/lib.linux-x86_64-cpython-310/torch/test/op_allowlist_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4245269Z copying build/lib.linux-x86_64-cpython-310/torch/test/op_registration_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4270516Z copying build/lib.linux-x86_64-cpython-310/torch/test/inline_container_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4275047Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_apply_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4279029Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_atomic_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4284356Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_caching_host_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4288650Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4293945Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4298670Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_cub_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4303276Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4311467Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_distributions_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4316276Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4320372Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4324862Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4328988Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_integer_divider_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4333214Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4337422Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4341369Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4345482Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_stream_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4350135Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_vectorized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4354263Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_cudnn_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:07:13.4359367Z creating build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4359908Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4360727Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_cudnn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4361895Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4362842Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_c10d.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4363889Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_rpc.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4365109Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4366081Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_functions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4367064Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_functorch.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4368165Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_itt.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4369201Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_lazy.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4370302Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_lazy_ts_backend.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4371354Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_monitor.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4372256Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_nvtx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4373257Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_onnx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4374183Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_profiler.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4376993Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_verbose.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4377476Z copying build/lib.linux-x86_64-cpython-310/torch/_C/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4380096Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_VariableFunctions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4383697Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_nn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:07:13.4384627Z creating build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T01:07:13.4385484Z copying build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T01:07:13.4387113Z creating build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:13.4387788Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libc10.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:13.4393628Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libc10_cuda.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:13.4397871Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libcaffe2_nvrtc.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:13.4398642Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cuda_linalg.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:13.4899919Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cpu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:13.6533366Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cuda.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:14.1983252Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:14.1983813Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_global_deps.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:14.1984321Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorchbind_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:14.1989633Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libjitbackend_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:14.1992258Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libbackend_with_compiler.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:14.1995314Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libc10d_cuda_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:14.1996781Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_python.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:14.2942630Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libshm.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:07:14.2943191Z creating build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2943612Z copying build/lib.linux-x86_64-cpython-310/torch/include/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2944989Z copying build/lib.linux-x86_64-cpython-310/torch/include/fxdiv.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2945764Z copying build/lib.linux-x86_64-cpython-310/torch/include/cpuinfo.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2947417Z copying build/lib.linux-x86_64-cpython-310/torch/include/clog.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2948623Z copying build/lib.linux-x86_64-cpython-310/torch/include/qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2949516Z copying build/lib.linux-x86_64-cpython-310/torch/include/psimd.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2950669Z copying build/lib.linux-x86_64-cpython-310/torch/include/fp16.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2951734Z copying build/lib.linux-x86_64-cpython-310/torch/include/qnnpack_func.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2952757Z copying build/lib.linux-x86_64-cpython-310/torch/include/nnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2954252Z copying build/lib.linux-x86_64-cpython-310/torch/include/xnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2956614Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2957487Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_config.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2958449Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_debug.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2959336Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_ocl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2960262Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_sycl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2961458Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_sycl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2962644Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_threadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2963641Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2964605Z copying build/lib.linux-x86_64-cpython-310/torch/include/dnnl_version.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2965954Z copying build/lib.linux-x86_64-cpython-310/torch/include/sleef.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2969221Z copying build/lib.linux-x86_64-cpython-310/torch/include/libshm.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:07:14.2971267Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2972140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ATen.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2973374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/AccumulateType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2974490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2975985Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2976912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2977852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2979017Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2980007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUApplyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2981159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2982160Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2983117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CollapseDims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2984044Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Config.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2984959Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Context.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2986087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DLConvertor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2986867Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2987981Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2989056Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2989773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2990619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2992430Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DynamicLibrary.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2993229Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2995069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ExpandBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2995777Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ExpandUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2996455Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2997159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/FuncTorchTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2997721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2998783Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.2999639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3000249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/InferSize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3001100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/InitialTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3001958Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3002771Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/LinalgBackend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3003452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MapAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3004138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MatrixRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3004866Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MemoryOverlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3005785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3006618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NamedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3007966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NestedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3008669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NumericUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3009691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/OpMathType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3010792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3011528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/PTThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3012437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/PadNd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3013080Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Parallel-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3014199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3014823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelFuture.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3016155Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelNative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3017294Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelNativeTBB.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3018347Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelOpenMP.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3019477Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3020302Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SavedTensorHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3020977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3022192Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ScalarOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3022869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3024071Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SequenceNumber.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3025269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3026002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3026842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3027823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3028836Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3029739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3031008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3031614Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3032450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorGeometry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3033217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3034633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3035713Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3036802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3037600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorNames.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3038431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3039390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3040050Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3040843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3041635Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ThreadLocalState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3042677Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TracerMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3043470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TypeDefault.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3044303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3045266Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3046038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/VmapMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3047230Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/VmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3048305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/WrapDimUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3049301Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3050290Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/autocast_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3051230Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ceil_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3052521Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/code_template.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3053468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3054471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/div_rtn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3055780Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3056951Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/jit_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3057810Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/jiterator_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3058654Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/record_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3059743Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3060431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3063301Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3064088Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3067012Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3068098Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3069171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3069883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3071264Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3072182Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3073601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3085753Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3086646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3088525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3092587Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3096655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3098265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Operators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3259622Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3272693Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3278790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3423841Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3424390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:07:14.3427264Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T01:07:14.3427861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T01:07:14.3428637Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vml.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T01:07:14.3430096Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:07:14.3431053Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:14.3431965Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:14.3432851Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:14.3433700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:14.3434904Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:14.3436097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:14.3437144Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:14.3438203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:14.3439264Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:14.3440349Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:14.3441388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:14.3442768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:07:14.3444288Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:14.3445032Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:14.3445976Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:14.3447040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:14.3448177Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:14.3449311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:14.3450311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:14.3451460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:14.3452882Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:07:14.3453904Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:07:14.3454835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:07:14.3455875Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:07:14.3457071Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:07:14.3458065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:07:14.3459026Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:07:14.3460339Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3461298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ATenGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3462244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ATenOpList.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3463212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ATen_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3464148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ATen_pch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3465062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3465864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3466863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3467683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3468734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3469705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Dict.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3470688Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Dict_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3471578Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3472547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3473311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3473923Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3474771Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3475416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/IListRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3477514Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/IListRef_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3478254Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3479182Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/List.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3480114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/List_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3481075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3482078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3483213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3484319Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3485349Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3486271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/QuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3487256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3488214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3489172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3490078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3491013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3492042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3492960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TensorBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3493965Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3494928Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TransformationHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3496121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3497111Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3497995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3498923Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3499755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Vitals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3500704Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/alias_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3501455Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3502415Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/builtin_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3503015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/class_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3503636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3504168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3504701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/enum_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3505438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3506140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/function_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3506798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/function_schema_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3507411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3508536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3509588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3510615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/interned_strings_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3511602Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3512955Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ivalue_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3514617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ivalue_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3515736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/jit_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3517461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/jit_type_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3519049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/operator_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3520193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/qualified_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3521221Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/rref_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3522073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3523874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/symbol.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3524479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/type_factory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3525154Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/type_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3526243Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3526897Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TensorBody.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3529472Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3530890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:07:14.3531794Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:07:14.3532745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:07:14.3533729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:07:14.3534668Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:07:14.3535884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:07:14.3536753Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:07:14.3538075Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:07:14.3539101Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:07:14.3540203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:07:14.3541245Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:07:14.3542276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:07:14.3543108Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:07:14.3543660Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:07:14.3544400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:07:14.3545234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:07:14.3545876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:07:14.3546992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:07:14.3547794Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:07:14.3548585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:07:14.3549496Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:07:14.3550804Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:07:14.3551505Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:07:14.3552359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:07:14.3553285Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:07:14.3554296Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:07:14.3555994Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3556782Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3557684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3558680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3559858Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3560914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3561934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3562945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3563870Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3564816Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3565721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/cub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3566647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3567621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3568550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3569130Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAConfig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3570188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3571500Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3572429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3573482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3574193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3575092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3576251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3576997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3578098Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3579104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3579858Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3580707Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3581479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3582382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3583443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3584404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/Sleep.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3585546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3586524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/cub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3587784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/jiterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3588755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3589683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:07:14.3590371Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:07:14.3591275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:07:14.3592246Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:07:14.3593294Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:07:14.3594245Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:07:14.3595039Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:07:14.3595989Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:07:14.3596614Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:07:14.3597443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:07:14.3598110Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:07:14.3599097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:07:14.3600189Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:07:14.3601316Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:07:14.3602357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:07:14.3604005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Handle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:07:14.3604998Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Handles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:07:14.3605983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:07:14.3606966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:07:14.3607916Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:07:14.3608710Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:07:14.3609635Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:07:14.3610715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:07:14.3611902Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:07:14.3612970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:07:14.3614106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:07:14.3615211Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:07:14.3616483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:07:14.3617557Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/Interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:07:14.3618616Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:07:14.3619681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:07:14.3620750Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:07:14.3621813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:07:14.3622834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:07:14.3623636Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:07:14.3624480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/from_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:07:14.3625419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:07:14.3626256Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:07:14.3627305Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:07:14.3628293Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:07:14.3629537Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:07:14.3630754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:07:14.3631873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:07:14.3635864Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:07:14.3636790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:07:14.3637841Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:07:14.3638891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:07:14.3639940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail/ORTHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:07:14.3640744Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3641604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3642646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3643675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3644712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3645752Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3646775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CPUBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3647768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CPUFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3648809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3649839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ComplexHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3650889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3652094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3653106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ConvUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3654224Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3655282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3656431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3657456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3658514Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/DispatchStub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3659533Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3660577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3661624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3662641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3663621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3664612Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ForeachUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3665682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3666710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3667739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3668761Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3669767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3670761Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/IndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3671736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3672713Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3673738Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3674749Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/LossMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3675743Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3676807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3677888Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3679099Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/MaxPooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3680105Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3681100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3682095Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3683128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/PointwiseOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3684104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Pool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3685097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3686077Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/RNN.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3687074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/RangeFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3688074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3689052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3690067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3691090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3692128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3693073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ResizeCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3694109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3695167Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SegmentReduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3696322Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3697399Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3698412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3699425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SortingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3700463Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3701549Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3702622Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3703941Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3705030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorCompare.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3706052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorConversions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3707076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorDimApply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3708121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3709175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3710294Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3711398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3712407Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorShape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3713458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorTransformations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3714506Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TopKImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3715521Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TransposeType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3716550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3717610Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3718626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/UnaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3719619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Unfold2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3720610Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Unfold3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3721608Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3722607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/UpSample.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3723609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3724566Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3725524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3726556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3727704Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3728691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3729704Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/vol2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:07:14.3730467Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3731373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3732512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3733612Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3734672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3735843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3736969Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3738057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3739163Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3740230Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3741299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3742286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/Loops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3743326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3744400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3745449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3746522Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3747600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3748662Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3749726Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3750772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3752013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3753045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3754009Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3755016Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/zmath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:07:14.3755824Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3756729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3757816Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3758913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3759992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3761008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3762072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3763148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3764274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3765338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3766396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3767463Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3768487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3769520Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3770542Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3771657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3772702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3773725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3774776Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3776124Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3777195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3778211Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3779271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3780333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3781415Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3782485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3783615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3784733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3785830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3786869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3787924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3788937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3789909Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3790958Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3792032Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3793110Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3794712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3795906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3797131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3798200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3799229Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3800563Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3801971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3803186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3804274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3805404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3806489Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3807556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3808633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3809744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3810842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3812003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3813071Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3814129Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3815163Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:07:14.3816097Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:07:14.3817081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:07:14.3818235Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:07:14.3819361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:07:14.3820490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:07:14.3821620Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:07:14.3822712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:07:14.3823581Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:14.3824567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:14.3825956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:14.3827138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:14.3828308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:14.3829431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:14.3830557Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:14.3831713Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:14.3832864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:14.3834027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:14.3835202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:14.3836278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:14.3837407Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:14.3838568Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:07:14.3839443Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T01:07:14.3840317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T01:07:14.3841315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized/Quantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T01:07:14.3842066Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2 2022-11-23T01:07:14.3843128Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:07:14.3844011Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:07:14.3845404Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:07:14.3846637Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:07:14.3847734Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/inline_container.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:07:14.3848817Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:07:14.3850000Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:07:14.3851094Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/versions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:07:14.3851911Z creating build/bdist.linux-x86_64/wheel/torch/include/c10 2022-11-23T01:07:14.3852866Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:07:14.3853700Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/macros/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:07:14.3854764Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/macros/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:07:14.3855798Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/macros/cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:07:14.3857598Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3858130Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3858820Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/AutogradState.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3859975Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3860797Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/CPUAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3862113Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3863271Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/CopyBytes.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3864410Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DefaultDtype.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3865537Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3866553Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3867536Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DeviceArray.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3868521Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3869428Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DeviceType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3870404Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DispatchKey.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3872261Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3873487Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DynamicCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3874765Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3875996Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/GeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3877124Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/GradMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3878216Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3879322Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3880278Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3881081Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/OptionalRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3882193Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/PyHandleCache.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3883117Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/QEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3884298Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3885473Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SafePyObject.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3886104Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3887209Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3888431Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3889176Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3890694Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/StorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3891336Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3892530Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/StreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3893659Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3894379Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymInt.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3896088Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3897117Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3898808Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/TensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3901049Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3902163Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3902852Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3903894Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/alignment.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3904924Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:07:14.3906491Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3907164Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3908130Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3909146Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3910110Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3910972Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3912224Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3913375Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3914350Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3915024Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3916158Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3917163Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3918229Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3919049Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3920060Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:07:14.3920904Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3921845Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/AlignOf.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3922727Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3923628Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3924602Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/BFloat16-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3925408Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/BFloat16-math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3926331Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/BFloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3927134Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3927919Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3928950Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/C++17.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3930019Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/CallOnce.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3930923Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ConstexprCrc.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3932442Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/DeadlockDetection.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3933321Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Deprecated.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3934283Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3935119Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Exception.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3936212Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3937164Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3938599Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Flags.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3939329Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/FunctionRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3939903Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Half-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3940744Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Half.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3941825Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/IdWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3942770Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/LeftRight.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3943922Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Load.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3944826Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Logging.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3946153Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/MathConstants.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3947267Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/MaybeOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3948154Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Metaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3949121Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Optional.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3950658Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3951259Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Registry.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3952496Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ScopeExit.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3953105Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/SmallBuffer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3954364Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3956043Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/StringUtil.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3956696Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Synchronized.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3957498Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ThreadLocal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3958609Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3959335Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3960520Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3961758Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeIndex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3962930Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeList.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3964100Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3965090Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3965894Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Unicode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3966795Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3967984Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3969044Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/accumulate.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3970205Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3971321Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/complex_math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3972513Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/complex_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3973608Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3974693Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/either.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3976458Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/env.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3977620Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3979153Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3980306Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/in_place.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3981954Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/int128.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3983062Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/intrusive_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3984105Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/irange.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3985124Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/llvmMathExtras.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3986121Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3987503Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3988575Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/math_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3989528Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3991336Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3992028Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/overloaded.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3993051Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3993949Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/qint32.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3994984Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/qint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3995812Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/quint2x4.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3996998Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/quint4x2.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3997720Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/quint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3999120Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/reverse_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.3999778Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/safe_numerics.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.4000708Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.4001690Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/sparse_bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.4003075Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/strides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.4003855Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.4005477Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/string_view.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.4006014Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/strong_type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.4007377Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/tempfile.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.4008033Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/thread_name.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.4009219Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.4010258Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/variant.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.4012284Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/win32-headers.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:07:14.4013327Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:07:14.4014101Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:07:14.4015160Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:07:14.4016369Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:07:14.4017241Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:07:14.4018342Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:07:14.4019269Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:07:14.4020495Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:07:14.4021595Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:07:14.4022682Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:07:14.4023544Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:07:14.4024342Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:07:14.4025243Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:07:14.4026374Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:07:14.4027065Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl/cuda_cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:07:14.4027790Z creating build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:07:14.4028352Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:07:14.4029352Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/extension.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:07:14.4030285Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:07:14.4031485Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/library.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:07:14.4033004Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/custom_class_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:07:14.4034763Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4035421Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4036351Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/DataLoader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4037601Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4038270Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Dtype.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4038943Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4040084Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4042267Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4042904Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4043569Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4044296Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4045068Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4045858Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/PythonTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4046922Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4047960Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4048972Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4049986Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/StorageMethods.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4050988Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/StorageSharing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4052022Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4053019Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/THConcat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4054215Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/THP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4055515Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/TypeInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4056369Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4057991Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/copy_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4059174Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4060149Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/python_dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4061091Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/python_headers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4062101Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4063113Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:07:14.4064784Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api 2022-11-23T01:07:14.4065218Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include 2022-11-23T01:07:14.4066331Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4066999Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/all.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4067929Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/arg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4069073Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4070341Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/cuda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4071116Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4072171Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/enum.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4073071Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4074082Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/fft.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4075254Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/imethod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4076248Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4077248Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/linalg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4078603Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4079834Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4080976Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4082142Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4083299Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4084466Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4085724Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4086829Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/special.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4088109Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/torch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4089210Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4090556Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4091758Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/version.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:07:14.4092988Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:14.4094015Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:14.4095208Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:14.4096588Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:14.4097816Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/example.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:14.4099023Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:14.4100215Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:14.4101392Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:14.4102596Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:07:14.4103577Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:07:14.4104698Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:07:14.4105966Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:07:14.4107250Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:07:14.4108237Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:14.4109501Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:14.4110774Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:14.4112043Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:14.4113303Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:14.4114538Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:14.4115827Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:14.4117105Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:07:14.4118062Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:07:14.4119108Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:07:14.4120362Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:07:14.4121658Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:07:14.4122638Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:14.4123737Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:14.4125029Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:14.4126302Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:14.4127536Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:14.4128818Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:14.4130122Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:14.4131405Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:07:14.4132586Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:07:14.4133658Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:07:14.4134928Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:07:14.4136383Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:07:14.4137639Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:07:14.4138928Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:07:14.4139871Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:07:14.4140951Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:07:14.4142196Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/detail/static.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:07:14.4143097Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:14.4144148Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:14.4145302Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:14.4146459Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:14.4147566Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:14.4148692Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:14.4149891Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:14.4151081Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:14.4152262Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:14.4153421Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:07:14.4154337Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4155550Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4156933Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4158189Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4159418Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4160699Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4161947Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4163198Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4164755Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4166058Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4167291Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4168582Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4169864Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4171162Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4172520Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4173768Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4175003Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:07:14.4176101Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4177180Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4178417Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4179844Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4181093Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4182314Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4183557Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4184829Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4186045Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4187269Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4188512Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4189720Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4190943Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4192156Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4193394Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4194650Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4195893Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4197115Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4198390Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4199715Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4200922Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4202307Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:07:14.4203252Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4204313Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4205552Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4206797Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4208061Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4209282Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4210463Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4211733Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4212985Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4214243Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4215606Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4216828Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4218027Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4219232Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4220475Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4221720Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4222981Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4224325Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4225624Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4226868Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4228166Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4229412Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4230671Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4231875Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:07:14.4232843Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:14.4233973Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:14.4235287Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:14.4236622Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:14.4237931Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:14.4239286Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:14.4240627Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:14.4241972Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:14.4243323Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:14.4244690Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:14.4246034Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:07:14.4247116Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:07:14.4248270Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:07:14.4249213Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:07:14.4250276Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:07:14.4251617Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:07:14.4252832Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:07:14.4253686Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:14.4254723Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:14.4255935Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:14.4257090Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:14.4258273Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:14.4259481Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:14.4260692Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:14.4261907Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:14.4263109Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:07:14.4264093Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:07:14.4265214Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:07:14.4266526Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:07:14.4267438Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:07:14.4268486Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:07:14.4269714Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:07:14.4271164Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:07:14.4272420Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:07:14.4273287Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4274242Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4275311Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4276440Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4277542Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4278604Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4279737Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4280852Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4281950Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4283054Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4284101Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4285146Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4286209Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4287290Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4288382Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4289443Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4290530Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4291700Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4292813Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4293994Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4295131Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4296350Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4297456Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4298568Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4299640Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4300741Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4301874Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4302983Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4304073Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4305119Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4306200Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4307309Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4308461Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4309603Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4310674Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4311765Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_return_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4312898Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4314051Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4315163Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4316276Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4317421Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4318600Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4319681Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4320753Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4321885Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4322960Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4324039Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:07:14.4324884Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:07:14.4325883Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:07:14.4327027Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:07:14.4328160Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:07:14.4329330Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:07:14.4330465Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:07:14.4331697Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:07:14.4332583Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:07:14.4333616Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:07:14.4334799Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:07:14.4336132Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:07:14.4337321Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:07:14.4338181Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:07:14.4339138Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:07:14.4340314Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:07:14.4341652Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:07:14.4342836Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:07:14.4343978Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:07:14.4345121Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:07:14.4345937Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:07:14.4346821Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:07:14.4347802Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:07:14.4348811Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:07:14.4349818Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:07:14.4350834Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:07:14.4351439Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:07:14.4352066Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:07:14.4352644Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:07:14.4353251Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:07:14.4353858Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:07:14.4354250Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed 2022-11-23T01:07:14.4354633Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4355353Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4355977Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4356630Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4357284Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4357964Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4358612Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4359427Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4360099Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4360783Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4361479Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4362178Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4362869Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4363529Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4364182Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4364894Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4365614Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4366334Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4367049Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4367763Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4368497Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4369241Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4369970Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4370703Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4371417Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4372173Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4372864Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4373663Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4374348Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4375039Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4375835Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4376541Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4377229Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4377923Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4378588Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4379262Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4379974Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4380674Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4381359Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4382034Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4382697Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:07:14.4383458Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4384277Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4385414Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4386454Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4387777Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4388689Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4389742Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4390856Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4391738Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4392967Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4393973Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4394988Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4395986Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4397103Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4398377Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4399470Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4400613Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4401972Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4403055Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4404075Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4405036Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4406270Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4407364Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4408569Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4455692Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4456432Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4457376Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4458124Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:07:14.4458505Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:07:14.4459087Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:07:14.4459681Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:07:14.4460295Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:07:14.4460700Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:14.4461349Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:14.4462039Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:14.4462713Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:14.4463382Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:14.4464071Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:14.4464748Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:14.4465427Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:14.4466107Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:14.4466786Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:07:14.4467155Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4467816Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4468477Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4469117Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4469771Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4470405Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4471061Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4471853Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4472525Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4473179Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4473827Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4474533Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4475162Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4475821Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4476505Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4477200Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4477892Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4478571Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4479260Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4479915Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4480597Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4481251Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4481923Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4482595Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4483284Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4483913Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4484567Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4485316Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4486068Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4486754Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4487443Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4488130Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4488803Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4489456Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4490093Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4490732Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4491398Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4492142Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4492831Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4493528Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4494192Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4494872Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4495631Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4496298Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4496950Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4497633Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4498255Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4498921Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4499772Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4500427Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4501076Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4501731Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4502369Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4503028Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4503719Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4504358Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4505021Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4505635Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4506276Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4506920Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4507589Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4508250Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4508906Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4509548Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4510192Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4510847Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4511500Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4512167Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4512824Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4513624Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4514274Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4514943Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4515606Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4516286Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4516954Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4517597Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4518289Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4518931Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4519601Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4520279Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4520981Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4521631Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4522378Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4523053Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4523714Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4524366Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4525034Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:07:14.4525492Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:14.4526240Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:14.4527031Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:14.4527806Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:14.4528492Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:14.4529213Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:14.4529959Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:14.4530733Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:14.4531461Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:14.4532303Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:07:14.4532712Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:07:14.4533424Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:07:14.4534114Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:07:14.4534798Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:07:14.4535623Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:07:14.4536314Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:07:14.4536703Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4537326Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4537967Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4538629Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4539278Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4539961Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4540655Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4541477Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4542147Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4542833Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4543482Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4544210Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4544877Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4545712Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4546344Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4547014Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4547682Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4548419Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4549106Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4549835Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4550535Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4551304Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4551995Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4552763Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4553493Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4554243Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4554966Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4555760Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4556408Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4557145Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4557916Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4558643Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:07:14.4559060Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:14.4559723Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:14.4560388Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:14.4561052Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:14.4561750Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:14.4562386Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:14.4563099Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:14.4563737Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:14.4564294Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:14.4564952Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:14.4565924Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:14.4566627Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:14.4567301Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:07:14.4567737Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4568538Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4569291Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4570023Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4570783Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4595723Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4596509Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4597187Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4597870Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4598555Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4599210Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4599846Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4600507Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4601161Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4601831Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4602465Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4603095Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4603740Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4604409Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4605088Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4605767Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4606415Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4607078Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4607696Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4608359Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4609124Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4609748Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4610384Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4611080Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:07:14.4611451Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:07:14.4612151Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:07:14.4612787Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:07:14.4613391Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:07:14.4614000Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:07:14.4614600Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/object.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:07:14.4615005Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4615873Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4616562Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4617243Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4617951Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4618661Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4619311Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4620033Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4620744Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4621444Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4622140Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4622922Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4623679Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4624403Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4625064Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4627716Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4628384Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4629077Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4629814Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4630557Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4631256Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4631988Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4632683Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:07:14.4633052Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4633668Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4634331Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4634973Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4635623Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4636286Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4636969Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4637609Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4638252Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4639057Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4639865Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4641130Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4642217Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4644083Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4644730Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4645411Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:07:14.4646894Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4655284Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4655986Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4656331Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4656767Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4657197Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4657662Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4658125Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4658584Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4659031Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4659473Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4659874Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4660326Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4660702Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4661103Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4661597Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4661988Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4662451Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4662887Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4663232Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4664723Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4665898Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4666800Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:07:14.4667653Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T01:07:14.4669670Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T01:07:14.4670154Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T01:07:14.4670874Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4671629Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4672327Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4673112Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4674176Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4674798Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4675608Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4676738Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4677334Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4678472Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4679417Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4680493Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4680912Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4682085Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4682568Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4683519Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4685025Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4686147Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4687037Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4687965Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4688973Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4689717Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4690893Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4691814Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4692656Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4693336Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4694555Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4695148Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4696102Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4697064Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4698131Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4699190Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4700776Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4701202Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4702748Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4703260Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4704213Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4704804Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4705971Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4706788Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4707840Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4708481Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4709420Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:07:14.4710663Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:14.4711385Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:14.4712211Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:14.4712896Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:14.4714078Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:14.4715427Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:14.4716694Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:14.4717370Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:14.4718380Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:14.4718934Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:07:14.4720877Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen 2022-11-23T01:07:14.4721431Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4722327Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4723453Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4724565Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4725253Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4726333Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4727371Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4727935Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4729410Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4730183Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4731233Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4732101Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4733163Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4733866Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4735247Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4736056Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4737919Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4739394Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4740020Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4741550Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/inlining.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4741998Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4743599Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4744417Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4745152Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4746269Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4747177Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4748165Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4749560Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4750449Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4751145Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4752446Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4753182Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4753946Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4755159Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4756369Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4757043Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4758680Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4759419Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4760366Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4761002Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4762100Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4763254Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4763679Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4765357Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4766062Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4767096Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4767853Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4769211Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4770392Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4771011Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4772223Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4773131Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4774034Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4775492Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4776377Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4777481Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4778183Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4780225Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4780917Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4781610Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4782179Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4783128Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4783993Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4784872Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4785691Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4786565Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4787468Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4788473Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4789289Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4790197Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4791018Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4791935Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4792971Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4793868Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4794844Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4795783Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4796828Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4797744Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4798577Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4799491Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4800473Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4801358Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4802194Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4803071Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4804129Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4805031Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4806046Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4806825Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4807668Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:07:14.4808704Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:07:14.4809527Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:07:14.4810321Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:07:14.4811135Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:07:14.4812057Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:07:14.4813110Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4813831Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4815140Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4815956Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4816595Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4817294Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4818097Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4819272Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4819820Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4820551Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4822242Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4823320Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4824257Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4824817Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4825942Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4826729Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4827714Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4828533Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4829362Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:07:14.4830543Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T01:07:14.4830972Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T01:07:14.4832905Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T01:07:14.4833545Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:07:14.4834040Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/api.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:07:14.4834923Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/collection.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:07:14.4835860Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/containers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:07:14.4836793Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/data_flow.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:07:14.4838185Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/events.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:07:14.4839158Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:07:14.4839731Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/perf-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:07:14.4841685Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/perf.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:07:14.4842444Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:07:14.4843550Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:07:14.4844270Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:07:14.4845319Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:07:14.4846742Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:07:14.4847100Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/stubs/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:07:14.4848718Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4849177Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/auto_gil.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4849941Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4850734Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4851943Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4852595Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4853694Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4854325Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4855554Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4856375Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/memory.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4856834Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4858561Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4859331Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4859738Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/out_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4860420Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4861368Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4862502Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4864388Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4865206Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4866076Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4867284Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4868308Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4869401Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4870396Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_symnode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4871514Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4872495Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4873604Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4874629Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/six.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4875569Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/structseq.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4876651Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4877757Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4878715Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4879841Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4880863Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4882079Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4883048Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4883991Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4885134Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4886319Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4887366Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4888405Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4889794Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4890355Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:07:14.4892736Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T01:07:14.4893089Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T01:07:14.4894351Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy 2022-11-23T01:07:14.4894672Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:07:14.4895832Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:07:14.4896915Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:07:14.4899530Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:07:14.4900183Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:07:14.4901447Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4902276Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4903472Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4904412Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4905540Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4906519Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4907595Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4908668Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4909789Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4910773Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4911794Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4913018Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4914179Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4915342Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4916319Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4917271Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4918484Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4919450Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4920587Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4921942Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4923052Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4924426Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4925455Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4927232Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4927820Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:07:14.4928771Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:07:14.4930429Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:07:14.4931524Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:07:14.4932252Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:07:14.4933325Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ops/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:07:14.4934959Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:14.4935643Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:14.4936399Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:14.4937427Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:14.4938471Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:14.4939407Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:14.4940645Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:14.4941393Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:14.4942449Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:14.4943147Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:14.4944072Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:07:14.4945135Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4945665Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/attr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4947051Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/buffer_info.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4947876Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4949467Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/chrono.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4950508Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4951589Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4952578Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/eigen.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4953652Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/embed.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4954677Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4955508Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4956378Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/gil.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4957264Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4958477Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4960115Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4960561Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/options.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4961316Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/pybind11.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4963297Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/pytypes.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4965315Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/stl.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4966098Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/stl_bind.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:07:14.4966516Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:07:14.4966846Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/class.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:07:14.4968411Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:07:14.4969347Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/descr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:07:14.4970803Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/init.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:07:14.4971655Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/internals.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:07:14.4972609Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:07:14.4973915Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:07:14.4974910Z creating build/bdist.linux-x86_64/wheel/torch/include/THC 2022-11-23T01:07:14.4975748Z copying build/lib.linux-x86_64-cpython-310/torch/include/THC/THCAtomics.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THC 2022-11-23T01:07:14.4976789Z copying build/lib.linux-x86_64-cpython-310/torch/include/THC/THCDeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THC 2022-11-23T01:07:14.4977887Z creating build/bdist.linux-x86_64/wheel/torch/share 2022-11-23T01:07:14.4978534Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake 2022-11-23T01:07:14.4979025Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T01:07:14.4979871Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T01:07:14.4981220Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:07:14.4981910Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:07:14.4982524Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:07:14.4983176Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:07:14.4984108Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:07:14.4985055Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:07:14.4985679Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:07:14.4986783Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:07:14.4987698Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:07:14.4988364Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:07:14.4989593Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:07:14.4990419Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:07:14.4990886Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/threads.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:07:14.4992353Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:07:14.4992877Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:07:14.4994501Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:07:14.4994949Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:07:14.4995875Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:07:14.4996827Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:07:14.4997377Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:07:14.4998361Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:07:14.5000147Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:07:14.5001092Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:07:14.5002085Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:07:14.5002774Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:07:14.5003471Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:07:14.5004025Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:07:14.5005127Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:07:14.5006248Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T01:07:14.5006604Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T01:07:14.5007954Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T01:07:14.5008736Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T01:07:14.5009734Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T01:07:14.5010397Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T01:07:14.5011694Z copying build/lib.linux-x86_64-cpython-310/torch/_C.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:14.5012964Z copying build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:07:14.5014963Z creating build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:07:14.5015723Z copying build/lib.linux-x86_64-cpython-310/torchgen/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:07:14.5016604Z copying build/lib.linux-x86_64-cpython-310/torchgen/code_template.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:07:14.5017360Z copying build/lib.linux-x86_64-cpython-310/torchgen/context.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:07:14.5018284Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:07:14.5020006Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_backend_stubs.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:07:14.5020886Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_functionalization_type.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:07:14.5021820Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_lazy_tensor.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:07:14.5022786Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_vmap_plumbing.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:07:14.5023609Z copying build/lib.linux-x86_64-cpython-310/torchgen/local.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:07:14.5024426Z copying build/lib.linux-x86_64-cpython-310/torchgen/model.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:07:14.5026460Z copying build/lib.linux-x86_64-cpython-310/torchgen/native_function_generation.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:07:14.5027302Z copying build/lib.linux-x86_64-cpython-310/torchgen/utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:07:14.5028560Z creating build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5029193Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5029975Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5030993Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5031937Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/dispatcher.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5033018Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/functionalization.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5033758Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/lazy.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5034880Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/meta.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5035606Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/native.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5036576Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/python.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5038243Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/structured.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5038748Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/translate.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5039777Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/types.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5041080Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5041871Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:07:14.5042883Z creating build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:07:14.5043986Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:07:14.5044755Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/lazy_ir.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:07:14.5046096Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/lazy_ts_lowering.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:07:14.5047068Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/native_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:07:14.5048126Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/register_dispatch_key.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:07:14.5049412Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:07:14.5051070Z creating build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:07:14.5051796Z copying build/lib.linux-x86_64-cpython-310/torchgen/operator_versions/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:07:14.5052884Z copying build/lib.linux-x86_64-cpython-310/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:07:14.5053992Z copying build/lib.linux-x86_64-cpython-310/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:07:14.5055114Z creating build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:07:14.5056353Z copying build/lib.linux-x86_64-cpython-310/torchgen/selective_build/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:07:14.5057463Z copying build/lib.linux-x86_64-cpython-310/torchgen/selective_build/operator.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:07:14.5058522Z copying build/lib.linux-x86_64-cpython-310/torchgen/selective_build/selector.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:07:14.5059656Z creating build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:07:14.5060472Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:07:14.5061688Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/config.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:07:14.5062960Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:07:14.5064153Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/generator.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:07:14.5065256Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged 2022-11-23T01:07:14.5066233Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen 2022-11-23T01:07:14.5067288Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T01:07:14.5067921Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T01:07:14.5072527Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T01:07:14.5073786Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5074820Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5075481Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5076205Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5077303Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5078156Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5079417Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5080367Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5081389Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Function.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5082442Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5083487Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5084414Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5085428Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5086631Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5087961Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5089009Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5090065Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5091129Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5092304Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5093235Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5094344Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5095262Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5096735Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5098014Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5099141Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5100329Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5101484Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5102567Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5103480Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5104635Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5105633Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5106627Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5107987Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5109022Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5110164Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5111169Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5112153Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5113151Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5114960Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5115485Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:07:14.5117135Z running install_egg_info 2022-11-23T01:07:14.6616434Z running egg_info 2022-11-23T01:07:14.6616781Z creating torch.egg-info 2022-11-23T01:07:14.6653977Z writing torch.egg-info/PKG-INFO 2022-11-23T01:07:14.6656426Z writing dependency_links to torch.egg-info/dependency_links.txt 2022-11-23T01:07:14.6658412Z writing entry points to torch.egg-info/entry_points.txt 2022-11-23T01:07:14.6659813Z writing requirements to torch.egg-info/requires.txt 2022-11-23T01:07:14.6661743Z writing top-level names to torch.egg-info/top_level.txt 2022-11-23T01:07:14.6662404Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:07:14.7349319Z reading manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:07:14.7394453Z reading manifest template 'MANIFEST.in' 2022-11-23T01:07:14.7394753Z warning: no files found matching 'CITATION' 2022-11-23T01:07:16.3967287Z warning: no previously-included files matching '*.o' found anywhere in distribution 2022-11-23T01:07:16.5046068Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2022-11-23T01:07:16.7077090Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2022-11-23T01:07:16.7077649Z adding license file 'LICENSE' 2022-11-23T01:07:16.7078054Z adding license file 'NOTICE' 2022-11-23T01:07:17.1913506Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:07:17.1966218Z Copying torch.egg-info to build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385-py3.10.egg-info 2022-11-23T01:07:17.1992755Z running install_scripts 2022-11-23T01:07:17.2525872Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2022-11-23T01:07:17.2526820Z adding license file "NOTICE" (matched pattern "NOTICE*") 2022-11-23T01:07:17.2589485Z creating build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385.dist-info/WHEEL 2022-11-23T01:07:17.2591984Z creating 'dist/torch-1.14.0a0+git1cfd385-cp310-cp310-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2022-11-23T01:07:17.2748484Z adding 'functorch/_C.cpython-310-x86_64-linux-gnu.so' 2022-11-23T01:07:17.2756593Z adding 'functorch/__init__.py' 2022-11-23T01:07:17.2758461Z adding 'functorch/_src/__init__.py' 2022-11-23T01:07:17.2768747Z adding 'functorch/_src/aot_autograd.py' 2022-11-23T01:07:17.2772831Z adding 'functorch/_src/benchmark_utils.py' 2022-11-23T01:07:17.2774767Z adding 'functorch/_src/compile_utils.py' 2022-11-23T01:07:17.2779201Z adding 'functorch/_src/compilers.py' 2022-11-23T01:07:17.2781097Z adding 'functorch/_src/config.py' 2022-11-23T01:07:17.2798911Z adding 'functorch/_src/eager_transforms.py' 2022-11-23T01:07:17.2804436Z adding 'functorch/_src/fx_minifier.py' 2022-11-23T01:07:17.2811533Z adding 'functorch/_src/make_functional.py' 2022-11-23T01:07:17.2813906Z adding 'functorch/_src/named_members_polyfill.py' 2022-11-23T01:07:17.2821104Z adding 'functorch/_src/partitioners.py' 2022-11-23T01:07:17.2823352Z adding 'functorch/_src/python_key.py' 2022-11-23T01:07:17.2824940Z adding 'functorch/_src/pytree_hacks.py' 2022-11-23T01:07:17.2831305Z adding 'functorch/_src/top_operators_github_usage.py' 2022-11-23T01:07:17.2838095Z adding 'functorch/_src/vmap.py' 2022-11-23T01:07:17.2841074Z adding 'functorch/compile/__init__.py' 2022-11-23T01:07:17.2843943Z adding 'functorch/dim/__init__.py' 2022-11-23T01:07:17.2845655Z adding 'functorch/dim/batch_tensor.py' 2022-11-23T01:07:17.2847656Z adding 'functorch/dim/delayed_mul_tensor.py' 2022-11-23T01:07:17.2849714Z adding 'functorch/dim/dim.py' 2022-11-23T01:07:17.2851503Z adding 'functorch/dim/magic_trace.py' 2022-11-23T01:07:17.2853969Z adding 'functorch/dim/op_properties.py' 2022-11-23T01:07:17.2861193Z adding 'functorch/dim/reference.py' 2022-11-23T01:07:17.2863257Z adding 'functorch/dim/tree_map.py' 2022-11-23T01:07:17.2864734Z adding 'functorch/dim/wrap_type.py' 2022-11-23T01:07:17.2866436Z adding 'functorch/experimental/__init__.py' 2022-11-23T01:07:17.2868541Z adding 'functorch/experimental/_map.py' 2022-11-23T01:07:17.2870245Z adding 'functorch/experimental/batch_norm_replacement.py' 2022-11-23T01:07:17.2872792Z adding 'functorch/experimental/cond.py' 2022-11-23T01:07:17.2874396Z adding 'functorch/experimental/control_flow.py' 2022-11-23T01:07:17.2875701Z adding 'functorch/experimental/ops.py' 2022-11-23T01:07:17.2887267Z adding 'torch/_C.cpython-310-x86_64-linux-gnu.so' 2022-11-23T01:07:17.2899171Z adding 'torch/_C_flatbuffer.cpython-310-x86_64-linux-gnu.so' 2022-11-23T01:07:17.2901464Z adding 'torch/_VF.py' 2022-11-23T01:07:17.2903297Z adding 'torch/__config__.py' 2022-11-23T01:07:17.2904862Z adding 'torch/__future__.py' 2022-11-23T01:07:17.2916505Z adding 'torch/__init__.py' 2022-11-23T01:07:17.2923199Z adding 'torch/_appdirs.py' 2022-11-23T01:07:17.2925572Z adding 'torch/_classes.py' 2022-11-23T01:07:17.2927738Z adding 'torch/_deploy.py' 2022-11-23T01:07:17.2944019Z adding 'torch/_jit_internal.py' 2022-11-23T01:07:17.2947238Z adding 'torch/_linalg_utils.py' 2022-11-23T01:07:17.2959829Z adding 'torch/_lobpcg.py' 2022-11-23T01:07:17.2964445Z adding 'torch/_lowrank.py' 2022-11-23T01:07:17.2982975Z adding 'torch/_meta_registrations.py' 2022-11-23T01:07:17.2987320Z adding 'torch/_namedtensor_internals.py' 2022-11-23T01:07:17.2994364Z adding 'torch/_ops.py' 2022-11-23T01:07:17.2997938Z adding 'torch/_python_dispatcher.py' 2022-11-23T01:07:17.2999928Z adding 'torch/_six.py' 2022-11-23T01:07:17.3002516Z adding 'torch/_sources.py' 2022-11-23T01:07:17.3004473Z adding 'torch/_storage_docs.py' 2022-11-23T01:07:17.3019382Z adding 'torch/_tensor.py' 2022-11-23T01:07:17.3051182Z adding 'torch/_tensor_docs.py' 2022-11-23T01:07:17.3061053Z adding 'torch/_tensor_str.py' 2022-11-23T01:07:17.3175957Z adding 'torch/_torch_docs.py' 2022-11-23T01:07:17.3193255Z adding 'torch/_utils.py' 2022-11-23T01:07:17.3195706Z adding 'torch/_utils_internal.py' 2022-11-23T01:07:17.3200439Z adding 'torch/_vmap_internals.py' 2022-11-23T01:07:17.3204322Z adding 'torch/_weights_only_unpickler.py' 2022-11-23T01:07:17.3227630Z adding 'torch/functional.py' 2022-11-23T01:07:17.3238254Z adding 'torch/hub.py' 2022-11-23T01:07:17.3241846Z adding 'torch/library.py' 2022-11-23T01:07:17.3263956Z adding 'torch/overrides.py' 2022-11-23T01:07:17.3267546Z adding 'torch/py.typed' 2022-11-23T01:07:17.3270433Z adding 'torch/quasirandom.py' 2022-11-23T01:07:17.3273057Z adding 'torch/random.py' 2022-11-23T01:07:17.3274928Z adding 'torch/return_types.py' 2022-11-23T01:07:17.3288788Z adding 'torch/serialization.py' 2022-11-23T01:07:17.3298014Z adding 'torch/storage.py' 2022-11-23T01:07:17.3301143Z adding 'torch/torch_version.py' 2022-11-23T01:07:17.3303104Z adding 'torch/types.py' 2022-11-23T01:07:17.3304717Z adding 'torch/version.py' 2022-11-23T01:07:17.3332452Z adding 'torch/_C/_VariableFunctions.pyi' 2022-11-23T01:07:17.3364818Z adding 'torch/_C/__init__.pyi' 2022-11-23T01:07:17.3369693Z adding 'torch/_C/_autograd.pyi' 2022-11-23T01:07:17.3371403Z adding 'torch/_C/_cudnn.pyi' 2022-11-23T01:07:17.3373589Z adding 'torch/_C/_distributed_autograd.pyi' 2022-11-23T01:07:17.3376882Z adding 'torch/_C/_distributed_c10d.pyi' 2022-11-23T01:07:17.3379665Z adding 'torch/_C/_distributed_rpc.pyi' 2022-11-23T01:07:17.3381724Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2022-11-23T01:07:17.3383298Z adding 'torch/_C/_functions.pyi' 2022-11-23T01:07:17.3384798Z adding 'torch/_C/_functorch.pyi' 2022-11-23T01:07:17.3386433Z adding 'torch/_C/_itt.pyi' 2022-11-23T01:07:17.3387909Z adding 'torch/_C/_lazy.pyi' 2022-11-23T01:07:17.3389386Z adding 'torch/_C/_lazy_ts_backend.pyi' 2022-11-23T01:07:17.3390821Z adding 'torch/_C/_monitor.pyi' 2022-11-23T01:07:17.3392419Z adding 'torch/_C/_nn.pyi' 2022-11-23T01:07:17.3393826Z adding 'torch/_C/_nvtx.pyi' 2022-11-23T01:07:17.3395483Z adding 'torch/_C/_onnx.pyi' 2022-11-23T01:07:17.3397687Z adding 'torch/_C/_profiler.pyi' 2022-11-23T01:07:17.3399340Z adding 'torch/_C/_verbose.pyi' 2022-11-23T01:07:17.3401160Z adding 'torch/_C_flatbuffer/__init__.pyi' 2022-11-23T01:07:17.3404216Z adding 'torch/_decomp/__init__.py' 2022-11-23T01:07:17.3430749Z adding 'torch/_decomp/decompositions.py' 2022-11-23T01:07:17.3436197Z adding 'torch/_decomp/decompositions_for_jvp.py' 2022-11-23T01:07:17.3438062Z adding 'torch/_dispatch/__init__.py' 2022-11-23T01:07:17.3439470Z adding 'torch/_dispatch/python.py' 2022-11-23T01:07:17.3441958Z adding 'torch/_dynamo/__init__.py' 2022-11-23T01:07:17.3445237Z adding 'torch/_dynamo/allowed_functions.py' 2022-11-23T01:07:17.3447824Z adding 'torch/_dynamo/bytecode_analysis.py' 2022-11-23T01:07:17.3452066Z adding 'torch/_dynamo/bytecode_transformation.py' 2022-11-23T01:07:17.3456452Z adding 'torch/_dynamo/codegen.py' 2022-11-23T01:07:17.3459435Z adding 'torch/_dynamo/config.py' 2022-11-23T01:07:17.3464493Z adding 'torch/_dynamo/convert_frame.py' 2022-11-23T01:07:17.3473380Z adding 'torch/_dynamo/debug_utils.py' 2022-11-23T01:07:17.3481705Z adding 'torch/_dynamo/eval_frame.py' 2022-11-23T01:07:17.3484107Z adding 'torch/_dynamo/exc.py' 2022-11-23T01:07:17.3492973Z adding 'torch/_dynamo/guards.py' 2022-11-23T01:07:17.3495821Z adding 'torch/_dynamo/logging.py' 2022-11-23T01:07:17.3497870Z adding 'torch/_dynamo/mutation_guard.py' 2022-11-23T01:07:17.3503627Z adding 'torch/_dynamo/output_graph.py' 2022-11-23T01:07:17.3506549Z adding 'torch/_dynamo/profiler.py' 2022-11-23T01:07:17.3508668Z adding 'torch/_dynamo/replay_record.py' 2022-11-23T01:07:17.3512229Z adding 'torch/_dynamo/resume_execution.py' 2022-11-23T01:07:17.3515795Z adding 'torch/_dynamo/side_effects.py' 2022-11-23T01:07:17.3518542Z adding 'torch/_dynamo/skipfiles.py' 2022-11-23T01:07:17.3520988Z adding 'torch/_dynamo/source.py' 2022-11-23T01:07:17.3539766Z adding 'torch/_dynamo/symbolic_convert.py' 2022-11-23T01:07:17.3543049Z adding 'torch/_dynamo/test_case.py' 2022-11-23T01:07:17.3545305Z adding 'torch/_dynamo/test_minifier_common.py' 2022-11-23T01:07:17.3548397Z adding 'torch/_dynamo/testing.py' 2022-11-23T01:07:17.3559027Z adding 'torch/_dynamo/utils.py' 2022-11-23T01:07:17.3561639Z adding 'torch/_dynamo/optimizations/__init__.py' 2022-11-23T01:07:17.3564221Z adding 'torch/_dynamo/optimizations/analysis.py' 2022-11-23T01:07:17.3571258Z adding 'torch/_dynamo/optimizations/backends.py' 2022-11-23T01:07:17.3576498Z adding 'torch/_dynamo/optimizations/distributed.py' 2022-11-23T01:07:17.3579573Z adding 'torch/_dynamo/optimizations/inference.py' 2022-11-23T01:07:17.3581545Z adding 'torch/_dynamo/optimizations/log_args.py' 2022-11-23T01:07:17.3585896Z adding 'torch/_dynamo/optimizations/normalize.py' 2022-11-23T01:07:17.3588938Z adding 'torch/_dynamo/optimizations/subgraph.py' 2022-11-23T01:07:17.3591914Z adding 'torch/_dynamo/optimizations/torchxla_integration.py' 2022-11-23T01:07:17.3597612Z adding 'torch/_dynamo/optimizations/training.py' 2022-11-23T01:07:17.3600255Z adding 'torch/_dynamo/variables/__init__.py' 2022-11-23T01:07:17.3603438Z adding 'torch/_dynamo/variables/base.py' 2022-11-23T01:07:17.3610860Z adding 'torch/_dynamo/variables/builder.py' 2022-11-23T01:07:17.3619215Z adding 'torch/_dynamo/variables/builtin.py' 2022-11-23T01:07:17.3622482Z adding 'torch/_dynamo/variables/constant.py' 2022-11-23T01:07:17.3626543Z adding 'torch/_dynamo/variables/dicts.py' 2022-11-23T01:07:17.3630914Z adding 'torch/_dynamo/variables/functions.py' 2022-11-23T01:07:17.3635826Z adding 'torch/_dynamo/variables/lists.py' 2022-11-23T01:07:17.3641819Z adding 'torch/_dynamo/variables/misc.py' 2022-11-23T01:07:17.3648317Z adding 'torch/_dynamo/variables/nn_module.py' 2022-11-23T01:07:17.3653654Z adding 'torch/_dynamo/variables/tensor.py' 2022-11-23T01:07:17.3663226Z adding 'torch/_dynamo/variables/torch.py' 2022-11-23T01:07:17.3667834Z adding 'torch/_dynamo/variables/user_defined.py' 2022-11-23T01:07:17.3669761Z adding 'torch/_functorch/__init__.py' 2022-11-23T01:07:17.3672211Z adding 'torch/_functorch/pyfunctorch.py' 2022-11-23T01:07:17.3673947Z adding 'torch/_functorch/utils.py' 2022-11-23T01:07:17.3675837Z adding 'torch/_inductor/__init__.py' 2022-11-23T01:07:17.3681462Z adding 'torch/_inductor/codecache.py' 2022-11-23T01:07:17.3686262Z adding 'torch/_inductor/compile_fx.py' 2022-11-23T01:07:17.3689416Z adding 'torch/_inductor/config.py' 2022-11-23T01:07:17.3691259Z adding 'torch/_inductor/cuda_properties.py' 2022-11-23T01:07:17.3695113Z adding 'torch/_inductor/debug.py' 2022-11-23T01:07:17.3700126Z adding 'torch/_inductor/decomposition.py' 2022-11-23T01:07:17.3704240Z adding 'torch/_inductor/dependencies.py' 2022-11-23T01:07:17.3706342Z adding 'torch/_inductor/exc.py' 2022-11-23T01:07:17.3711044Z adding 'torch/_inductor/graph.py' 2022-11-23T01:07:17.3746759Z adding 'torch/_inductor/ir.py' 2022-11-23T01:07:17.3781666Z adding 'torch/_inductor/lowering.py' 2022-11-23T01:07:17.3785784Z adding 'torch/_inductor/metrics.py' 2022-11-23T01:07:17.3793838Z adding 'torch/_inductor/overrides.py' 2022-11-23T01:07:17.3806790Z adding 'torch/_inductor/scheduler.py' 2022-11-23T01:07:17.3813640Z adding 'torch/_inductor/sizevars.py' 2022-11-23T01:07:17.3818833Z adding 'torch/_inductor/utils.py' 2022-11-23T01:07:17.3821249Z adding 'torch/_inductor/virtualized.py' 2022-11-23T01:07:17.3822915Z adding 'torch/_inductor/codegen/__init__.py' 2022-11-23T01:07:17.3825479Z adding 'torch/_inductor/codegen/autotuner.py' 2022-11-23T01:07:17.3831245Z adding 'torch/_inductor/codegen/common.py' 2022-11-23T01:07:17.3845520Z adding 'torch/_inductor/codegen/cpp.py' 2022-11-23T01:07:17.3848681Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2022-11-23T01:07:17.3863349Z adding 'torch/_inductor/codegen/triton.py' 2022-11-23T01:07:17.3866983Z adding 'torch/_inductor/codegen/triton_conv_delta_x.j2' 2022-11-23T01:07:17.3869664Z adding 'torch/_inductor/codegen/triton_conv_delta_x_hwc.j2' 2022-11-23T01:07:17.3871619Z adding 'torch/_inductor/codegen/triton_mm.j2' 2022-11-23T01:07:17.3875494Z adding 'torch/_inductor/codegen/triton_template.py' 2022-11-23T01:07:17.3879712Z adding 'torch/_inductor/codegen/wrapper.py' 2022-11-23T01:07:17.3881773Z adding 'torch/_inductor/triton_ops/__init__.py' 2022-11-23T01:07:17.3886668Z adding 'torch/_inductor/triton_ops/autotune.py' 2022-11-23T01:07:17.3889887Z adding 'torch/_inductor/triton_ops/batched_matmul.py' 2022-11-23T01:07:17.3895489Z adding 'torch/_inductor/triton_ops/conv.py' 2022-11-23T01:07:17.3898598Z adding 'torch/_inductor/triton_ops/conv1x1.py' 2022-11-23T01:07:17.3901051Z adding 'torch/_inductor/triton_ops/conv_perf_model.py' 2022-11-23T01:07:17.3903417Z adding 'torch/_inductor/triton_ops/matmul.py' 2022-11-23T01:07:17.3905463Z adding 'torch/_inductor/triton_ops/mm_perf_model.py' 2022-11-23T01:07:17.3907010Z adding 'torch/_inductor/triton_ops/utils.py' 2022-11-23T01:07:17.3908929Z adding 'torch/_lazy/__init__.py' 2022-11-23T01:07:17.3911302Z adding 'torch/_lazy/closure.py' 2022-11-23T01:07:17.3912864Z adding 'torch/_lazy/computation.py' 2022-11-23T01:07:17.3914280Z adding 'torch/_lazy/config.py' 2022-11-23T01:07:17.3915724Z adding 'torch/_lazy/debug.py' 2022-11-23T01:07:17.3917245Z adding 'torch/_lazy/device_context.py' 2022-11-23T01:07:17.3920472Z adding 'torch/_lazy/extract_compiled_graph.py' 2022-11-23T01:07:17.3922189Z adding 'torch/_lazy/ir_cache.py' 2022-11-23T01:07:17.3923732Z adding 'torch/_lazy/metrics.py' 2022-11-23T01:07:17.3925400Z adding 'torch/_lazy/tensor_factory_functions.py' 2022-11-23T01:07:17.3926769Z adding 'torch/_lazy/ts_backend.py' 2022-11-23T01:07:17.3947130Z adding 'torch/_prims/__init__.py' 2022-11-23T01:07:17.3953105Z adding 'torch/_prims/context.py' 2022-11-23T01:07:17.3955484Z adding 'torch/_prims/executor.py' 2022-11-23T01:07:17.3960793Z adding 'torch/_prims/nvfuser_executor.py' 2022-11-23T01:07:17.3966542Z adding 'torch/_prims/nvfuser_prims.py' 2022-11-23T01:07:17.3983254Z adding 'torch/_prims_common/__init__.py' 2022-11-23T01:07:17.3988817Z adding 'torch/_prims_common/wrappers.py' 2022-11-23T01:07:17.4033876Z adding 'torch/_refs/__init__.py' 2022-11-23T01:07:17.4039734Z adding 'torch/_refs/_conversions.py' 2022-11-23T01:07:17.4043735Z adding 'torch/_refs/fft.py' 2022-11-23T01:07:17.4047555Z adding 'torch/_refs/linalg/__init__.py' 2022-11-23T01:07:17.4049286Z adding 'torch/_refs/nn/__init__.py' 2022-11-23T01:07:17.4058920Z adding 'torch/_refs/nn/functional/__init__.py' 2022-11-23T01:07:17.4062664Z adding 'torch/_refs/special/__init__.py' 2022-11-23T01:07:17.4064499Z adding 'torch/_subclasses/__init__.py' 2022-11-23T01:07:17.4077476Z adding 'torch/_subclasses/fake_tensor.py' 2022-11-23T01:07:17.4080820Z adding 'torch/_subclasses/fake_utils.py' 2022-11-23T01:07:17.4086936Z adding 'torch/_subclasses/meta_utils.py' 2022-11-23T01:07:17.4089031Z adding 'torch/amp/__init__.py' 2022-11-23T01:07:17.4093013Z adding 'torch/amp/autocast_mode.py' 2022-11-23T01:07:17.4095121Z adding 'torch/ao/__init__.py' 2022-11-23T01:07:17.4097143Z adding 'torch/ao/nn/__init__.py' 2022-11-23T01:07:17.4098833Z adding 'torch/ao/nn/intrinsic/__init__.py' 2022-11-23T01:07:17.4100597Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2022-11-23T01:07:17.4102576Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2022-11-23T01:07:17.4104312Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2022-11-23T01:07:17.4105941Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T01:07:17.4111777Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T01:07:17.4115310Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T01:07:17.4117325Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T01:07:17.4119190Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2022-11-23T01:07:17.4121105Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T01:07:17.4122267Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T01:07:17.4124131Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T01:07:17.4125882Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T01:07:17.4127654Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T01:07:17.4130056Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T01:07:17.4132033Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T01:07:17.4133782Z adding 'torch/ao/nn/qat/__init__.py' 2022-11-23T01:07:17.4135096Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2022-11-23T01:07:17.4136867Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2022-11-23T01:07:17.4138429Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2022-11-23T01:07:17.4140119Z adding 'torch/ao/nn/qat/modules/__init__.py' 2022-11-23T01:07:17.4142821Z adding 'torch/ao/nn/qat/modules/conv.py' 2022-11-23T01:07:17.4146281Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2022-11-23T01:07:17.4147869Z adding 'torch/ao/nn/qat/modules/linear.py' 2022-11-23T01:07:17.4149594Z adding 'torch/ao/nn/quantizable/__init__.py' 2022-11-23T01:07:17.4151389Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2022-11-23T01:07:17.4156828Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2022-11-23T01:07:17.4162123Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2022-11-23T01:07:17.4164557Z adding 'torch/ao/nn/quantized/__init__.py' 2022-11-23T01:07:17.4170401Z adding 'torch/ao/nn/quantized/functional.py' 2022-11-23T01:07:17.4172923Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2022-11-23T01:07:17.4174940Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T01:07:17.4178094Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2022-11-23T01:07:17.4181044Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2022-11-23T01:07:17.4191155Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T01:07:17.4194976Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2022-11-23T01:07:17.4198250Z adding 'torch/ao/nn/quantized/modules/activation.py' 2022-11-23T01:07:17.4200562Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2022-11-23T01:07:17.4207826Z adding 'torch/ao/nn/quantized/modules/conv.py' 2022-11-23T01:07:17.4210331Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2022-11-23T01:07:17.4213845Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2022-11-23T01:07:17.4216852Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2022-11-23T01:07:17.4221021Z adding 'torch/ao/nn/quantized/modules/linear.py' 2022-11-23T01:07:17.4223547Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2022-11-23T01:07:17.4225567Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2022-11-23T01:07:17.4227915Z adding 'torch/ao/nn/quantized/modules/utils.py' 2022-11-23T01:07:17.4229735Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2022-11-23T01:07:17.4231568Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2022-11-23T01:07:17.4234388Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2022-11-23T01:07:17.4236883Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2022-11-23T01:07:17.4241676Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2022-11-23T01:07:17.4244502Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2022-11-23T01:07:17.4247449Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2022-11-23T01:07:17.4249316Z adding 'torch/ao/nn/sparse/__init__.py' 2022-11-23T01:07:17.4251190Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2022-11-23T01:07:17.4254174Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2022-11-23T01:07:17.4256518Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2022-11-23T01:07:17.4258345Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2022-11-23T01:07:17.4261159Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2022-11-23T01:07:17.4262800Z adding 'torch/ao/ns/__init__.py' 2022-11-23T01:07:17.4267721Z adding 'torch/ao/ns/_numeric_suite.py' 2022-11-23T01:07:17.4277281Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2022-11-23T01:07:17.4279862Z adding 'torch/ao/ns/fx/__init__.py' 2022-11-23T01:07:17.4285459Z adding 'torch/ao/ns/fx/graph_matcher.py' 2022-11-23T01:07:17.4296739Z adding 'torch/ao/ns/fx/graph_passes.py' 2022-11-23T01:07:17.4301913Z adding 'torch/ao/ns/fx/mappings.py' 2022-11-23T01:07:17.4311624Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2022-11-23T01:07:17.4314809Z adding 'torch/ao/ns/fx/ns_types.py' 2022-11-23T01:07:17.4317881Z adding 'torch/ao/ns/fx/pattern_utils.py' 2022-11-23T01:07:17.4321477Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2022-11-23T01:07:17.4327320Z adding 'torch/ao/ns/fx/utils.py' 2022-11-23T01:07:17.4331253Z adding 'torch/ao/ns/fx/weight_utils.py' 2022-11-23T01:07:17.4333572Z adding 'torch/ao/pruning/__init__.py' 2022-11-23T01:07:17.4335163Z adding 'torch/ao/pruning/_mappings.py' 2022-11-23T01:07:17.4336931Z adding 'torch/ao/pruning/_experimental/__init__.py' 2022-11-23T01:07:17.4338446Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2022-11-23T01:07:17.4343773Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2022-11-23T01:07:17.4346198Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2022-11-23T01:07:17.4348873Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2022-11-23T01:07:17.4350844Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2022-11-23T01:07:17.4355155Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2022-11-23T01:07:17.4358497Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2022-11-23T01:07:17.4361172Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2022-11-23T01:07:17.4363081Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2022-11-23T01:07:17.4364629Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2022-11-23T01:07:17.4366345Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2022-11-23T01:07:17.4368721Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2022-11-23T01:07:17.4370661Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2022-11-23T01:07:17.4374266Z adding 'torch/ao/pruning/_experimental/pruner/base_pruner.py' 2022-11-23T01:07:17.4376726Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2022-11-23T01:07:17.4378484Z adding 'torch/ao/pruning/scheduler/__init__.py' 2022-11-23T01:07:17.4381311Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2022-11-23T01:07:17.4384075Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2022-11-23T01:07:17.4385940Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2022-11-23T01:07:17.4387560Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2022-11-23T01:07:17.4391479Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2022-11-23T01:07:17.4393888Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2022-11-23T01:07:17.4395930Z adding 'torch/ao/pruning/sparsifier/utils.py' 2022-11-23T01:07:17.4399167Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2022-11-23T01:07:17.4402026Z adding 'torch/ao/quantization/__init__.py' 2022-11-23T01:07:17.4404542Z adding 'torch/ao/quantization/_correct_bias.py' 2022-11-23T01:07:17.4407554Z adding 'torch/ao/quantization/_equalize.py' 2022-11-23T01:07:17.4410414Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2022-11-23T01:07:17.4416492Z adding 'torch/ao/quantization/fake_quantize.py' 2022-11-23T01:07:17.4419847Z adding 'torch/ao/quantization/fuse_modules.py' 2022-11-23T01:07:17.4423439Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2022-11-23T01:07:17.4439004Z adding 'torch/ao/quantization/observer.py' 2022-11-23T01:07:17.4446303Z adding 'torch/ao/quantization/qconfig.py' 2022-11-23T01:07:17.4450659Z adding 'torch/ao/quantization/qconfig_mapping.py' 2022-11-23T01:07:17.4453285Z adding 'torch/ao/quantization/qconfig_mapping_utils.py' 2022-11-23T01:07:17.4454941Z adding 'torch/ao/quantization/quant_type.py' 2022-11-23T01:07:17.4458822Z adding 'torch/ao/quantization/quantization_mappings.py' 2022-11-23T01:07:17.4466746Z adding 'torch/ao/quantization/quantize.py' 2022-11-23T01:07:17.4474657Z adding 'torch/ao/quantization/quantize_fx.py' 2022-11-23T01:07:17.4479218Z adding 'torch/ao/quantization/quantize_jit.py' 2022-11-23T01:07:17.4481878Z adding 'torch/ao/quantization/stubs.py' 2022-11-23T01:07:17.4488500Z adding 'torch/ao/quantization/utils.py' 2022-11-23T01:07:17.4491113Z adding 'torch/ao/quantization/backend_config/__init__.py' 2022-11-23T01:07:17.4496654Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2022-11-23T01:07:17.4502732Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2022-11-23T01:07:17.4505823Z adding 'torch/ao/quantization/backend_config/executorch.py' 2022-11-23T01:07:17.4508285Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2022-11-23T01:07:17.4510511Z adding 'torch/ao/quantization/backend_config/native.py' 2022-11-23T01:07:17.4512089Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2022-11-23T01:07:17.4514069Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2022-11-23T01:07:17.4516214Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2022-11-23T01:07:17.4518814Z adding 'torch/ao/quantization/backend_config/utils.py' 2022-11-23T01:07:17.4521000Z adding 'torch/ao/quantization/backend_config/x86.py' 2022-11-23T01:07:17.4522804Z adding 'torch/ao/quantization/fx/__init__.py' 2022-11-23T01:07:17.4525281Z adding 'torch/ao/quantization/fx/_decomposed.py' 2022-11-23T01:07:17.4535685Z adding 'torch/ao/quantization/fx/_equalize.py' 2022-11-23T01:07:17.4547367Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2022-11-23T01:07:17.4550809Z adding 'torch/ao/quantization/fx/backend_config_utils.py' 2022-11-23T01:07:17.4564739Z adding 'torch/ao/quantization/fx/convert.py' 2022-11-23T01:07:17.4569729Z adding 'torch/ao/quantization/fx/custom_config.py' 2022-11-23T01:07:17.4572818Z adding 'torch/ao/quantization/fx/fuse.py' 2022-11-23T01:07:17.4575153Z adding 'torch/ao/quantization/fx/fusion_patterns.py' 2022-11-23T01:07:17.4577401Z adding 'torch/ao/quantization/fx/graph_module.py' 2022-11-23T01:07:17.4578904Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2022-11-23T01:07:17.4580143Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2022-11-23T01:07:17.4583031Z adding 'torch/ao/quantization/fx/match_utils.py' 2022-11-23T01:07:17.4585365Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2022-11-23T01:07:17.4605860Z adding 'torch/ao/quantization/fx/prepare.py' 2022-11-23T01:07:17.4611045Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2022-11-23T01:07:17.4613699Z adding 'torch/ao/quantization/fx/quantization_patterns.py' 2022-11-23T01:07:17.4616231Z adding 'torch/ao/quantization/fx/tracer.py' 2022-11-23T01:07:17.4629091Z adding 'torch/ao/quantization/fx/utils.py' 2022-11-23T01:07:17.4631823Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2022-11-23T01:07:17.4650721Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2022-11-23T01:07:17.4660495Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2022-11-23T01:07:17.4664647Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2022-11-23T01:07:17.4673195Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2022-11-23T01:07:17.4679746Z adding 'torch/autograd/__init__.py' 2022-11-23T01:07:17.4682566Z adding 'torch/autograd/anomaly_mode.py' 2022-11-23T01:07:17.4685325Z adding 'torch/autograd/forward_ad.py' 2022-11-23T01:07:17.4692600Z adding 'torch/autograd/function.py' 2022-11-23T01:07:17.4704884Z adding 'torch/autograd/functional.py' 2022-11-23T01:07:17.4709311Z adding 'torch/autograd/grad_mode.py' 2022-11-23T01:07:17.4734266Z adding 'torch/autograd/gradcheck.py' 2022-11-23T01:07:17.4741298Z adding 'torch/autograd/graph.py' 2022-11-23T01:07:17.4751139Z adding 'torch/autograd/profiler.py' 2022-11-23T01:07:17.4755316Z adding 'torch/autograd/profiler_legacy.py' 2022-11-23T01:07:17.4765024Z adding 'torch/autograd/profiler_util.py' 2022-11-23T01:07:17.4767359Z adding 'torch/autograd/variable.py' 2022-11-23T01:07:17.4768914Z adding 'torch/autograd/_functions/__init__.py' 2022-11-23T01:07:17.4770470Z adding 'torch/autograd/_functions/tensor.py' 2022-11-23T01:07:17.4772308Z adding 'torch/autograd/_functions/utils.py' 2022-11-23T01:07:17.4774235Z adding 'torch/backends/__init__.py' 2022-11-23T01:07:17.4776353Z adding 'torch/backends/_coreml/__init__.py' 2022-11-23T01:07:17.4778317Z adding 'torch/backends/_coreml/preprocess.py' 2022-11-23T01:07:17.4779934Z adding 'torch/backends/_nnapi/__init__.py' 2022-11-23T01:07:17.4782402Z adding 'torch/backends/_nnapi/prepare.py' 2022-11-23T01:07:17.4801727Z adding 'torch/backends/_nnapi/serializer.py' 2022-11-23T01:07:17.4806818Z adding 'torch/backends/cuda/__init__.py' 2022-11-23T01:07:17.4809840Z adding 'torch/backends/cudnn/__init__.py' 2022-11-23T01:07:17.4811793Z adding 'torch/backends/cudnn/rnn.py' 2022-11-23T01:07:17.4813812Z adding 'torch/backends/mkl/__init__.py' 2022-11-23T01:07:17.4816171Z adding 'torch/backends/mkldnn/__init__.py' 2022-11-23T01:07:17.4817872Z adding 'torch/backends/mps/__init__.py' 2022-11-23T01:07:17.4819492Z adding 'torch/backends/openmp/__init__.py' 2022-11-23T01:07:17.4821656Z adding 'torch/backends/opt_einsum/__init__.py' 2022-11-23T01:07:17.4823661Z adding 'torch/backends/quantized/__init__.py' 2022-11-23T01:07:17.4825136Z adding 'torch/backends/xeon/__init__.py' 2022-11-23T01:07:17.4832591Z adding 'torch/backends/xeon/run_cpu.py' 2022-11-23T01:07:17.4835167Z adding 'torch/backends/xnnpack/__init__.py' 2022-11-23T01:07:17.5093071Z adding 'torch/bin/FileStoreTest' 2022-11-23T01:07:17.5363576Z adding 'torch/bin/HashStoreTest' 2022-11-23T01:07:17.5690903Z adding 'torch/bin/ProcessGroupGlooTest' 2022-11-23T01:07:17.5769758Z adding 'torch/bin/ProcessGroupMPITest' 2022-11-23T01:07:17.6058773Z adding 'torch/bin/ProcessGroupNCCLErrorsTest' 2022-11-23T01:07:17.6368432Z adding 'torch/bin/ProcessGroupNCCLTest' 2022-11-23T01:07:17.6639687Z adding 'torch/bin/ProcessGroupUCCTest' 2022-11-23T01:07:17.6943656Z adding 'torch/bin/TCPStoreTest' 2022-11-23T01:07:17.6996760Z adding 'torch/bin/aot_model_compiler_test' 2022-11-23T01:07:17.9438220Z adding 'torch/bin/protoc' 2022-11-23T01:07:18.1962179Z adding 'torch/bin/protoc-3.13.0.0' 2022-11-23T01:07:18.7860107Z adding 'torch/bin/test_api' 2022-11-23T01:07:18.8520740Z adding 'torch/bin/test_cpp_rpc' 2022-11-23T01:07:18.8794873Z adding 'torch/bin/test_dist_autograd' 2022-11-23T01:07:19.4232802Z adding 'torch/bin/test_jit' 2022-11-23T01:07:19.6096447Z adding 'torch/bin/test_lazy' 2022-11-23T01:07:19.6536534Z adding 'torch/bin/test_mobile_nnc' 2022-11-23T01:07:20.0658232Z adding 'torch/bin/test_tensorexpr' 2022-11-23T01:07:20.0890644Z adding 'torch/bin/torch_shm_manager' 2022-11-23T01:07:20.0960488Z adding 'torch/bin/tutorial_tensorexpr' 2022-11-23T01:07:20.0966958Z adding 'torch/contrib/__init__.py' 2022-11-23T01:07:20.0969922Z adding 'torch/contrib/_tensorboard_vis.py' 2022-11-23T01:07:20.0972093Z adding 'torch/cpu/__init__.py' 2022-11-23T01:07:20.0973897Z adding 'torch/cpu/amp/__init__.py' 2022-11-23T01:07:20.0976319Z adding 'torch/cpu/amp/autocast_mode.py' 2022-11-23T01:07:20.0986275Z adding 'torch/cuda/__init__.py' 2022-11-23T01:07:20.0990101Z adding 'torch/cuda/_dynamo_graphs.py' 2022-11-23T01:07:20.0995418Z adding 'torch/cuda/_memory_viz.py' 2022-11-23T01:07:20.1001997Z adding 'torch/cuda/_sanitizer.py' 2022-11-23T01:07:20.1004481Z adding 'torch/cuda/_utils.py' 2022-11-23T01:07:20.1006157Z adding 'torch/cuda/comm.py' 2022-11-23T01:07:20.1007928Z adding 'torch/cuda/error.py' 2022-11-23T01:07:20.1014323Z adding 'torch/cuda/graphs.py' 2022-11-23T01:07:20.1018074Z adding 'torch/cuda/jiterator.py' 2022-11-23T01:07:20.1024989Z adding 'torch/cuda/memory.py' 2022-11-23T01:07:20.1028113Z adding 'torch/cuda/nccl.py' 2022-11-23T01:07:20.1030557Z adding 'torch/cuda/nvtx.py' 2022-11-23T01:07:20.1032545Z adding 'torch/cuda/profiler.py' 2022-11-23T01:07:20.1035350Z adding 'torch/cuda/random.py' 2022-11-23T01:07:20.1036855Z adding 'torch/cuda/sparse.py' 2022-11-23T01:07:20.1040802Z adding 'torch/cuda/streams.py' 2022-11-23T01:07:20.1043113Z adding 'torch/cuda/amp/__init__.py' 2022-11-23T01:07:20.1046100Z adding 'torch/cuda/amp/autocast_mode.py' 2022-11-23T01:07:20.1047798Z adding 'torch/cuda/amp/common.py' 2022-11-23T01:07:20.1055895Z adding 'torch/cuda/amp/grad_scaler.py' 2022-11-23T01:07:20.1059643Z adding 'torch/distributed/__init__.py' 2022-11-23T01:07:20.1062410Z adding 'torch/distributed/argparse_util.py' 2022-11-23T01:07:20.1064511Z adding 'torch/distributed/c10d_error_logger.py' 2022-11-23T01:07:20.1066652Z adding 'torch/distributed/constants.py' 2022-11-23T01:07:20.1105518Z adding 'torch/distributed/distributed_c10d.py' 2022-11-23T01:07:20.1112216Z adding 'torch/distributed/launch.py' 2022-11-23T01:07:20.1113836Z adding 'torch/distributed/logging_handlers.py' 2022-11-23T01:07:20.1117223Z adding 'torch/distributed/remote_device.py' 2022-11-23T01:07:20.1120998Z adding 'torch/distributed/rendezvous.py' 2022-11-23T01:07:20.1130030Z adding 'torch/distributed/run.py' 2022-11-23T01:07:20.1134081Z adding 'torch/distributed/utils.py' 2022-11-23T01:07:20.1136823Z adding 'torch/distributed/_composable/__init__.py' 2022-11-23T01:07:20.1163469Z adding 'torch/distributed/_composable/_ddp.py' 2022-11-23T01:07:20.1168698Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2022-11-23T01:07:20.1171373Z adding 'torch/distributed/_composable/contract.py' 2022-11-23T01:07:20.1173480Z adding 'torch/distributed/_composable/fully_shard.py' 2022-11-23T01:07:20.1175272Z adding 'torch/distributed/_composable/replicate.py' 2022-11-23T01:07:20.1177444Z adding 'torch/distributed/_shard/__init__.py' 2022-11-23T01:07:20.1178799Z adding 'torch/distributed/_shard/_utils.py' 2022-11-23T01:07:20.1182946Z adding 'torch/distributed/_shard/api.py' 2022-11-23T01:07:20.1185127Z adding 'torch/distributed/_shard/common_op_utils.py' 2022-11-23T01:07:20.1187037Z adding 'torch/distributed/_shard/metadata.py' 2022-11-23T01:07:20.1188617Z adding 'torch/distributed/_shard/op_registry_utils.py' 2022-11-23T01:07:20.1192690Z adding 'torch/distributed/_shard/partial_tensor.py' 2022-11-23T01:07:20.1195924Z adding 'torch/distributed/_shard/replicated_tensor.py' 2022-11-23T01:07:20.1197677Z adding 'torch/distributed/_shard/sharder.py' 2022-11-23T01:07:20.1199422Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2022-11-23T01:07:20.1201496Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2022-11-23T01:07:20.1203659Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2022-11-23T01:07:20.1208206Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T01:07:20.1221555Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2022-11-23T01:07:20.1224566Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2022-11-23T01:07:20.1227862Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2022-11-23T01:07:20.1229965Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2022-11-23T01:07:20.1232849Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2022-11-23T01:07:20.1234902Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2022-11-23T01:07:20.1237173Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2022-11-23T01:07:20.1238845Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2022-11-23T01:07:20.1240621Z adding 'torch/distributed/_shard/sharded_tensor/_ops/chunk.py' 2022-11-23T01:07:20.1242033Z adding 'torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py' 2022-11-23T01:07:20.1244190Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2022-11-23T01:07:20.1246178Z adding 'torch/distributed/_shard/sharded_tensor/_ops/math_ops.py' 2022-11-23T01:07:20.1247887Z adding 'torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py' 2022-11-23T01:07:20.1249243Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2022-11-23T01:07:20.1251893Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2022-11-23T01:07:20.1253605Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2022-11-23T01:07:20.1255854Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2022-11-23T01:07:20.1257556Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2022-11-23T01:07:20.1260504Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2022-11-23T01:07:20.1263850Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2022-11-23T01:07:20.1267219Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2022-11-23T01:07:20.1269007Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2022-11-23T01:07:20.1273022Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2022-11-23T01:07:20.1276894Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2022-11-23T01:07:20.1282387Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2022-11-23T01:07:20.1287367Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py' 2022-11-23T01:07:20.1289510Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py' 2022-11-23T01:07:20.1293621Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py' 2022-11-23T01:07:20.1295667Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py' 2022-11-23T01:07:20.1297283Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2022-11-23T01:07:20.1298896Z adding 'torch/distributed/_sharding_spec/__init__.py' 2022-11-23T01:07:20.1300251Z adding 'torch/distributed/_spmd/__init__.py' 2022-11-23T01:07:20.1303581Z adding 'torch/distributed/_spmd/comm_tensor.py' 2022-11-23T01:07:20.1307022Z adding 'torch/distributed/_tensor/__init__.py' 2022-11-23T01:07:20.1312143Z adding 'torch/distributed/_tensor/api.py' 2022-11-23T01:07:20.1317451Z adding 'torch/distributed/_tensor/device_mesh.py' 2022-11-23T01:07:20.1321706Z adding 'torch/distributed/_tensor/dispatch.py' 2022-11-23T01:07:20.1326755Z adding 'torch/distributed/_tensor/placement_types.py' 2022-11-23T01:07:20.1330269Z adding 'torch/distributed/_tensor/redistribute.py' 2022-11-23T01:07:20.1332228Z adding 'torch/distributed/_tensor/utils.py' 2022-11-23T01:07:20.1333965Z adding 'torch/distributed/_tensor/ops/__init__.py' 2022-11-23T01:07:20.1338597Z adding 'torch/distributed/_tensor/ops/common_rules.py' 2022-11-23T01:07:20.1340969Z adding 'torch/distributed/_tensor/ops/math_ops.py' 2022-11-23T01:07:20.1342994Z adding 'torch/distributed/_tensor/ops/matrix_ops.py' 2022-11-23T01:07:20.1345968Z adding 'torch/distributed/_tensor/ops/pointwise_ops.py' 2022-11-23T01:07:20.1350765Z adding 'torch/distributed/_tensor/ops/tensor_ops.py' 2022-11-23T01:07:20.1352943Z adding 'torch/distributed/_tensor/ops/tp_sharding_ops.py' 2022-11-23T01:07:20.1354699Z adding 'torch/distributed/_tensor/ops/utils.py' 2022-11-23T01:07:20.1361800Z adding 'torch/distributed/_tensor/ops/view_ops.py' 2022-11-23T01:07:20.1364091Z adding 'torch/distributed/_tensor/parallel/__init__.py' 2022-11-23T01:07:20.1366203Z adding 'torch/distributed/_tensor/parallel/_view_with_dim_change.py' 2022-11-23T01:07:20.1369363Z adding 'torch/distributed/_tensor/parallel/api.py' 2022-11-23T01:07:20.1373116Z adding 'torch/distributed/_tensor/parallel/fsdp.py' 2022-11-23T01:07:20.1376618Z adding 'torch/distributed/_tensor/parallel/multihead_attention_tp.py' 2022-11-23T01:07:20.1379356Z adding 'torch/distributed/_tensor/parallel/style.py' 2022-11-23T01:07:20.1381841Z adding 'torch/distributed/_tensor/parallel/utils.py' 2022-11-23T01:07:20.1383546Z adding 'torch/distributed/algorithms/__init__.py' 2022-11-23T01:07:20.1387985Z adding 'torch/distributed/algorithms/join.py' 2022-11-23T01:07:20.1389872Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2022-11-23T01:07:20.1393254Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2022-11-23T01:07:20.1395003Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2022-11-23T01:07:20.1397397Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2022-11-23T01:07:20.1399096Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2022-11-23T01:07:20.1400995Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2022-11-23T01:07:20.1402582Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2022-11-23T01:07:20.1404607Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2022-11-23T01:07:20.1406962Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2022-11-23T01:07:20.1412031Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2022-11-23T01:07:20.1414266Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2022-11-23T01:07:20.1416884Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2022-11-23T01:07:20.1418890Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2022-11-23T01:07:20.1421309Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2022-11-23T01:07:20.1431894Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2022-11-23T01:07:20.1435570Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2022-11-23T01:07:20.1437333Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2022-11-23T01:07:20.1439559Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2022-11-23T01:07:20.1443038Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2022-11-23T01:07:20.1445128Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2022-11-23T01:07:20.1447295Z adding 'torch/distributed/autograd/__init__.py' 2022-11-23T01:07:20.1449041Z adding 'torch/distributed/checkpoint/__init__.py' 2022-11-23T01:07:20.1450849Z adding 'torch/distributed/checkpoint/api.py' 2022-11-23T01:07:20.1452622Z adding 'torch/distributed/checkpoint/dedup_tensors.py' 2022-11-23T01:07:20.1455757Z adding 'torch/distributed/checkpoint/default_planner.py' 2022-11-23T01:07:20.1459486Z adding 'torch/distributed/checkpoint/filesystem.py' 2022-11-23T01:07:20.1461742Z adding 'torch/distributed/checkpoint/metadata.py' 2022-11-23T01:07:20.1465725Z adding 'torch/distributed/checkpoint/planner.py' 2022-11-23T01:07:20.1468853Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2022-11-23T01:07:20.1470706Z adding 'torch/distributed/checkpoint/resharding.py' 2022-11-23T01:07:20.1473207Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2022-11-23T01:07:20.1475524Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2022-11-23T01:07:20.1478339Z adding 'torch/distributed/checkpoint/storage.py' 2022-11-23T01:07:20.1480882Z adding 'torch/distributed/checkpoint/traverse.py' 2022-11-23T01:07:20.1484229Z adding 'torch/distributed/checkpoint/utils.py' 2022-11-23T01:07:20.1486978Z adding 'torch/distributed/elastic/__init__.py' 2022-11-23T01:07:20.1488803Z adding 'torch/distributed/elastic/agent/__init__.py' 2022-11-23T01:07:20.1490722Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2022-11-23T01:07:20.1501699Z adding 'torch/distributed/elastic/agent/server/api.py' 2022-11-23T01:07:20.1506737Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2022-11-23T01:07:20.1509717Z adding 'torch/distributed/elastic/events/__init__.py' 2022-11-23T01:07:20.1511798Z adding 'torch/distributed/elastic/events/api.py' 2022-11-23T01:07:20.1513629Z adding 'torch/distributed/elastic/events/handlers.py' 2022-11-23T01:07:20.1516441Z adding 'torch/distributed/elastic/metrics/__init__.py' 2022-11-23T01:07:20.1519091Z adding 'torch/distributed/elastic/metrics/api.py' 2022-11-23T01:07:20.1522922Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2022-11-23T01:07:20.1530273Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2022-11-23T01:07:20.1533090Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2022-11-23T01:07:20.1535752Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2022-11-23T01:07:20.1540884Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2022-11-23T01:07:20.1544071Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2022-11-23T01:07:20.1545845Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2022-11-23T01:07:20.1548957Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2022-11-23T01:07:20.1552262Z adding 'torch/distributed/elastic/rendezvous/api.py' 2022-11-23T01:07:20.1556296Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2022-11-23T01:07:20.1566559Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2022-11-23T01:07:20.1579530Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2022-11-23T01:07:20.1583410Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2022-11-23T01:07:20.1586799Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2022-11-23T01:07:20.1589972Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2022-11-23T01:07:20.1591944Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2022-11-23T01:07:20.1594236Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2022-11-23T01:07:20.1597421Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2022-11-23T01:07:20.1599809Z adding 'torch/distributed/elastic/timer/__init__.py' 2022-11-23T01:07:20.1603314Z adding 'torch/distributed/elastic/timer/api.py' 2022-11-23T01:07:20.1607971Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2022-11-23T01:07:20.1610620Z adding 'torch/distributed/elastic/timer/local_timer.py' 2022-11-23T01:07:20.1612772Z adding 'torch/distributed/elastic/utils/__init__.py' 2022-11-23T01:07:20.1614577Z adding 'torch/distributed/elastic/utils/api.py' 2022-11-23T01:07:20.1617347Z adding 'torch/distributed/elastic/utils/distributed.py' 2022-11-23T01:07:20.1618978Z adding 'torch/distributed/elastic/utils/log_level.py' 2022-11-23T01:07:20.1620887Z adding 'torch/distributed/elastic/utils/logging.py' 2022-11-23T01:07:20.1622952Z adding 'torch/distributed/elastic/utils/store.py' 2022-11-23T01:07:20.1624938Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2022-11-23T01:07:20.1626592Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2022-11-23T01:07:20.1629003Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2022-11-23T01:07:20.1630720Z adding 'torch/distributed/fsdp/__init__.py' 2022-11-23T01:07:20.1633603Z adding 'torch/distributed/fsdp/_common_utils.py' 2022-11-23T01:07:20.1638291Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2022-11-23T01:07:20.1640825Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2022-11-23T01:07:20.1649225Z adding 'torch/distributed/fsdp/_init_utils.py' 2022-11-23T01:07:20.1651802Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2022-11-23T01:07:20.1666900Z adding 'torch/distributed/fsdp/_optim_utils.py' 2022-11-23T01:07:20.1681274Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2022-11-23T01:07:20.1685545Z adding 'torch/distributed/fsdp/_shard_utils.py' 2022-11-23T01:07:20.1692683Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2022-11-23T01:07:20.1696671Z adding 'torch/distributed/fsdp/_symbolic_trace.py' 2022-11-23T01:07:20.1700416Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2022-11-23T01:07:20.1702759Z adding 'torch/distributed/fsdp/_utils.py' 2022-11-23T01:07:20.1705748Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2022-11-23T01:07:20.1709705Z adding 'torch/distributed/fsdp/api.py' 2022-11-23T01:07:20.1733888Z adding 'torch/distributed/fsdp/flat_param.py' 2022-11-23T01:07:20.1760388Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2022-11-23T01:07:20.1767341Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2022-11-23T01:07:20.1772898Z adding 'torch/distributed/fsdp/wrap.py' 2022-11-23T01:07:20.1775304Z adding 'torch/distributed/launcher/__init__.py' 2022-11-23T01:07:20.1778927Z adding 'torch/distributed/launcher/api.py' 2022-11-23T01:07:20.1781016Z adding 'torch/distributed/nn/__init__.py' 2022-11-23T01:07:20.1784842Z adding 'torch/distributed/nn/functional.py' 2022-11-23T01:07:20.1786730Z adding 'torch/distributed/nn/api/__init__.py' 2022-11-23T01:07:20.1793844Z adding 'torch/distributed/nn/api/remote_module.py' 2022-11-23T01:07:20.1796114Z adding 'torch/distributed/nn/jit/__init__.py' 2022-11-23T01:07:20.1798522Z adding 'torch/distributed/nn/jit/instantiator.py' 2022-11-23T01:07:20.1800153Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2022-11-23T01:07:20.1802119Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2022-11-23T01:07:20.1804058Z adding 'torch/distributed/optim/__init__.py' 2022-11-23T01:07:20.1806071Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2022-11-23T01:07:20.1832853Z adding 'torch/distributed/optim/functional_adadelta.py' 2022-11-23T01:07:20.1835160Z adding 'torch/distributed/optim/functional_adagrad.py' 2022-11-23T01:07:20.1837625Z adding 'torch/distributed/optim/functional_adam.py' 2022-11-23T01:07:20.1839920Z adding 'torch/distributed/optim/functional_adamax.py' 2022-11-23T01:07:20.1842434Z adding 'torch/distributed/optim/functional_adamw.py' 2022-11-23T01:07:20.1844637Z adding 'torch/distributed/optim/functional_rmsprop.py' 2022-11-23T01:07:20.1846778Z adding 'torch/distributed/optim/functional_rprop.py' 2022-11-23T01:07:20.1849121Z adding 'torch/distributed/optim/functional_sgd.py' 2022-11-23T01:07:20.1852833Z adding 'torch/distributed/optim/optimizer.py' 2022-11-23T01:07:20.1855602Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2022-11-23T01:07:20.1857305Z adding 'torch/distributed/optim/utils.py' 2022-11-23T01:07:20.1877805Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2022-11-23T01:07:20.1880808Z adding 'torch/distributed/pipeline/__init__.py' 2022-11-23T01:07:20.1882598Z adding 'torch/distributed/pipeline/sync/__init__.py' 2022-11-23T01:07:20.1885117Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2022-11-23T01:07:20.1888877Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2022-11-23T01:07:20.1891122Z adding 'torch/distributed/pipeline/sync/copy.py' 2022-11-23T01:07:20.1893037Z adding 'torch/distributed/pipeline/sync/dependency.py' 2022-11-23T01:07:20.1895974Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2022-11-23T01:07:20.1897767Z adding 'torch/distributed/pipeline/sync/phony.py' 2022-11-23T01:07:20.1903304Z adding 'torch/distributed/pipeline/sync/pipe.py' 2022-11-23T01:07:20.1907261Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2022-11-23T01:07:20.1909302Z adding 'torch/distributed/pipeline/sync/stream.py' 2022-11-23T01:07:20.1911308Z adding 'torch/distributed/pipeline/sync/utils.py' 2022-11-23T01:07:20.1913456Z adding 'torch/distributed/pipeline/sync/worker.py' 2022-11-23T01:07:20.1916188Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2022-11-23T01:07:20.1918423Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2022-11-23T01:07:20.1920597Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2022-11-23T01:07:20.1922517Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2022-11-23T01:07:20.1924589Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2022-11-23T01:07:20.1926372Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2022-11-23T01:07:20.1929050Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2022-11-23T01:07:20.1933744Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2022-11-23T01:07:20.1936840Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2022-11-23T01:07:20.1940782Z adding 'torch/distributed/rpc/__init__.py' 2022-11-23T01:07:20.1942706Z adding 'torch/distributed/rpc/_utils.py' 2022-11-23T01:07:20.1952326Z adding 'torch/distributed/rpc/api.py' 2022-11-23T01:07:20.1958884Z adding 'torch/distributed/rpc/backend_registry.py' 2022-11-23T01:07:20.1960598Z adding 'torch/distributed/rpc/constants.py' 2022-11-23T01:07:20.1963188Z adding 'torch/distributed/rpc/functions.py' 2022-11-23T01:07:20.1966836Z adding 'torch/distributed/rpc/internal.py' 2022-11-23T01:07:20.1969846Z adding 'torch/distributed/rpc/options.py' 2022-11-23T01:07:20.1971948Z adding 'torch/distributed/rpc/rref_proxy.py' 2022-11-23T01:07:20.1974957Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2022-11-23T01:07:20.1977003Z adding 'torch/distributed/rpc/_testing/__init__.py' 2022-11-23T01:07:20.1978717Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2022-11-23T01:07:20.1981708Z adding 'torch/distributions/__init__.py' 2022-11-23T01:07:20.1983897Z adding 'torch/distributions/bernoulli.py' 2022-11-23T01:07:20.1985776Z adding 'torch/distributions/beta.py' 2022-11-23T01:07:20.1988070Z adding 'torch/distributions/binomial.py' 2022-11-23T01:07:20.1990467Z adding 'torch/distributions/categorical.py' 2022-11-23T01:07:20.1992344Z adding 'torch/distributions/cauchy.py' 2022-11-23T01:07:20.1993985Z adding 'torch/distributions/chi2.py' 2022-11-23T01:07:20.1996975Z adding 'torch/distributions/constraint_registry.py' 2022-11-23T01:07:20.2001529Z adding 'torch/distributions/constraints.py' 2022-11-23T01:07:20.2004786Z adding 'torch/distributions/continuous_bernoulli.py' 2022-11-23T01:07:20.2007020Z adding 'torch/distributions/dirichlet.py' 2022-11-23T01:07:20.2010652Z adding 'torch/distributions/distribution.py' 2022-11-23T01:07:20.2012871Z adding 'torch/distributions/exp_family.py' 2022-11-23T01:07:20.2014750Z adding 'torch/distributions/exponential.py' 2022-11-23T01:07:20.2016972Z adding 'torch/distributions/fishersnedecor.py' 2022-11-23T01:07:20.2018911Z adding 'torch/distributions/gamma.py' 2022-11-23T01:07:20.2021213Z adding 'torch/distributions/geometric.py' 2022-11-23T01:07:20.2023124Z adding 'torch/distributions/gumbel.py' 2022-11-23T01:07:20.2024881Z adding 'torch/distributions/half_cauchy.py' 2022-11-23T01:07:20.2026532Z adding 'torch/distributions/half_normal.py' 2022-11-23T01:07:20.2028575Z adding 'torch/distributions/independent.py' 2022-11-23T01:07:20.2035988Z adding 'torch/distributions/kl.py' 2022-11-23T01:07:20.2038769Z adding 'torch/distributions/kumaraswamy.py' 2022-11-23T01:07:20.2040717Z adding 'torch/distributions/laplace.py' 2022-11-23T01:07:20.2043413Z adding 'torch/distributions/lkj_cholesky.py' 2022-11-23T01:07:20.2045196Z adding 'torch/distributions/log_normal.py' 2022-11-23T01:07:20.2047367Z adding 'torch/distributions/logistic_normal.py' 2022-11-23T01:07:20.2050436Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2022-11-23T01:07:20.2053788Z adding 'torch/distributions/mixture_same_family.py' 2022-11-23T01:07:20.2056647Z adding 'torch/distributions/multinomial.py' 2022-11-23T01:07:20.2059970Z adding 'torch/distributions/multivariate_normal.py' 2022-11-23T01:07:20.2062253Z adding 'torch/distributions/negative_binomial.py' 2022-11-23T01:07:20.2064259Z adding 'torch/distributions/normal.py' 2022-11-23T01:07:20.2066496Z adding 'torch/distributions/one_hot_categorical.py' 2022-11-23T01:07:20.2068515Z adding 'torch/distributions/pareto.py' 2022-11-23T01:07:20.2069984Z adding 'torch/distributions/poisson.py' 2022-11-23T01:07:20.2072265Z adding 'torch/distributions/relaxed_bernoulli.py' 2022-11-23T01:07:20.2074960Z adding 'torch/distributions/relaxed_categorical.py' 2022-11-23T01:07:20.2076914Z adding 'torch/distributions/studentT.py' 2022-11-23T01:07:20.2079659Z adding 'torch/distributions/transformed_distribution.py' 2022-11-23T01:07:20.2089269Z adding 'torch/distributions/transforms.py' 2022-11-23T01:07:20.2092197Z adding 'torch/distributions/uniform.py' 2022-11-23T01:07:20.2094934Z adding 'torch/distributions/utils.py' 2022-11-23T01:07:20.2097780Z adding 'torch/distributions/von_mises.py' 2022-11-23T01:07:20.2099632Z adding 'torch/distributions/weibull.py' 2022-11-23T01:07:20.2103256Z adding 'torch/distributions/wishart.py' 2022-11-23T01:07:20.2112898Z adding 'torch/fft/__init__.py' 2022-11-23T01:07:20.2118601Z adding 'torch/futures/__init__.py' 2022-11-23T01:07:20.2121551Z adding 'torch/fx/__init__.py' 2022-11-23T01:07:20.2123131Z adding 'torch/fx/_compatibility.py' 2022-11-23T01:07:20.2124725Z adding 'torch/fx/_pytree.py' 2022-11-23T01:07:20.2137256Z adding 'torch/fx/_symbolic_trace.py' 2022-11-23T01:07:20.2139794Z adding 'torch/fx/annotate.py' 2022-11-23T01:07:20.2158105Z adding 'torch/fx/graph.py' 2022-11-23T01:07:20.2169247Z adding 'torch/fx/graph_module.py' 2022-11-23T01:07:20.2172078Z adding 'torch/fx/immutable_collections.py' 2022-11-23T01:07:20.2177325Z adding 'torch/fx/interpreter.py' 2022-11-23T01:07:20.2185878Z adding 'torch/fx/node.py' 2022-11-23T01:07:20.2192062Z adding 'torch/fx/operator_schemas.py' 2022-11-23T01:07:20.2197637Z adding 'torch/fx/proxy.py' 2022-11-23T01:07:20.2202236Z adding 'torch/fx/subgraph_rewriter.py' 2022-11-23T01:07:20.2204434Z adding 'torch/fx/tensor_type.py' 2022-11-23T01:07:20.2206177Z adding 'torch/fx/traceback.py' 2022-11-23T01:07:20.2207795Z adding 'torch/fx/experimental/__init__.py' 2022-11-23T01:07:20.2220666Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2022-11-23T01:07:20.2225696Z adding 'torch/fx/experimental/const_fold.py' 2022-11-23T01:07:20.2227433Z adding 'torch/fx/experimental/debug.py' 2022-11-23T01:07:20.2236082Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2022-11-23T01:07:20.2239573Z adding 'torch/fx/experimental/merge_matmul.py' 2022-11-23T01:07:20.2243121Z adding 'torch/fx/experimental/meta_tracer.py' 2022-11-23T01:07:20.2245777Z adding 'torch/fx/experimental/normalize.py' 2022-11-23T01:07:20.2251014Z adding 'torch/fx/experimental/optimization.py' 2022-11-23T01:07:20.2255518Z adding 'torch/fx/experimental/partitioner_utils.py' 2022-11-23T01:07:20.2265066Z adding 'torch/fx/experimental/proxy_tensor.py' 2022-11-23T01:07:20.2267179Z adding 'torch/fx/experimental/refinement_types.py' 2022-11-23T01:07:20.2269612Z adding 'torch/fx/experimental/rewriter.py' 2022-11-23T01:07:20.2271970Z adding 'torch/fx/experimental/schema_type_annotation.py' 2022-11-23T01:07:20.2279450Z adding 'torch/fx/experimental/symbolic_shapes.py' 2022-11-23T01:07:20.2281927Z adding 'torch/fx/experimental/unify_refinements.py' 2022-11-23T01:07:20.2283615Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2022-11-23T01:07:20.2287256Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2022-11-23T01:07:20.2298894Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2022-11-23T01:07:20.2309829Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2022-11-23T01:07:20.2312123Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2022-11-23T01:07:20.2315976Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2022-11-23T01:07:20.2317742Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2022-11-23T01:07:20.2319365Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2022-11-23T01:07:20.2321014Z adding 'torch/fx/experimental/unification/__init__.py' 2022-11-23T01:07:20.2322829Z adding 'torch/fx/experimental/unification/core.py' 2022-11-23T01:07:20.2324390Z adding 'torch/fx/experimental/unification/dispatch.py' 2022-11-23T01:07:20.2326397Z adding 'torch/fx/experimental/unification/match.py' 2022-11-23T01:07:20.2328323Z adding 'torch/fx/experimental/unification/more.py' 2022-11-23T01:07:20.2331749Z adding 'torch/fx/experimental/unification/unification_tools.py' 2022-11-23T01:07:20.2334043Z adding 'torch/fx/experimental/unification/utils.py' 2022-11-23T01:07:20.2336048Z adding 'torch/fx/experimental/unification/variable.py' 2022-11-23T01:07:20.2337784Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2022-11-23T01:07:20.2339768Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2022-11-23T01:07:20.2341655Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2022-11-23T01:07:20.2346149Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2022-11-23T01:07:20.2348748Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2022-11-23T01:07:20.2350778Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2022-11-23T01:07:20.2352515Z adding 'torch/fx/passes/__init__.py' 2022-11-23T01:07:20.2354148Z adding 'torch/fx/passes/fake_tensor_prop.py' 2022-11-23T01:07:20.2357838Z adding 'torch/fx/passes/graph_drawer.py' 2022-11-23T01:07:20.2360316Z adding 'torch/fx/passes/graph_manipulation.py' 2022-11-23T01:07:20.2366243Z adding 'torch/fx/passes/net_min_base.py' 2022-11-23T01:07:20.2369598Z adding 'torch/fx/passes/operator_support.py' 2022-11-23T01:07:20.2371850Z adding 'torch/fx/passes/param_fetch.py' 2022-11-23T01:07:20.2374760Z adding 'torch/fx/passes/pass_manager.py' 2022-11-23T01:07:20.2385315Z adding 'torch/fx/passes/reinplace.py' 2022-11-23T01:07:20.2388510Z adding 'torch/fx/passes/shape_prop.py' 2022-11-23T01:07:20.2392978Z adding 'torch/fx/passes/split_module.py' 2022-11-23T01:07:20.2396849Z adding 'torch/fx/passes/split_utils.py' 2022-11-23T01:07:20.2405824Z adding 'torch/fx/passes/splitter_base.py' 2022-11-23T01:07:20.2410007Z adding 'torch/fx/passes/tools_common.py' 2022-11-23T01:07:20.2411780Z adding 'torch/fx/passes/backends/__init__.py' 2022-11-23T01:07:20.2413603Z adding 'torch/fx/passes/backends/cudagraphs.py' 2022-11-23T01:07:20.2415127Z adding 'torch/fx/passes/dialect/__init__.py' 2022-11-23T01:07:20.2416760Z adding 'torch/fx/passes/dialect/common/__init__.py' 2022-11-23T01:07:20.2419139Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2022-11-23T01:07:20.2420863Z adding 'torch/fx/passes/infra/__init__.py' 2022-11-23T01:07:20.2424817Z adding 'torch/fx/passes/infra/partitioner.py' 2022-11-23T01:07:20.2426868Z adding 'torch/fx/passes/infra/pass_base.py' 2022-11-23T01:07:20.2430692Z adding 'torch/fx/passes/infra/pass_manager.py' 2022-11-23T01:07:20.2432353Z adding 'torch/fx/passes/tests/__init__.py' 2022-11-23T01:07:20.2433863Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2022-11-23T01:07:20.2435501Z adding 'torch/fx/passes/utils/__init__.py' 2022-11-23T01:07:20.2437471Z adding 'torch/fx/passes/utils/common.py' 2022-11-23T01:07:20.2440609Z adding 'torch/fx/passes/utils/fuser_utils.py' 2022-11-23T01:07:20.2445149Z adding 'torch/fx/passes/utils/matcher_utils.py' 2022-11-23T01:07:20.2448072Z adding 'torch/include/clog.h' 2022-11-23T01:07:20.2456834Z adding 'torch/include/cpuinfo.h' 2022-11-23T01:07:20.2459817Z adding 'torch/include/dnnl.h' 2022-11-23T01:07:20.2461481Z adding 'torch/include/dnnl_config.h' 2022-11-23T01:07:20.2463174Z adding 'torch/include/dnnl_debug.h' 2022-11-23T01:07:20.2464779Z adding 'torch/include/dnnl_ocl.h' 2022-11-23T01:07:20.2466487Z adding 'torch/include/dnnl_sycl.h' 2022-11-23T01:07:20.2468044Z adding 'torch/include/dnnl_sycl_types.h' 2022-11-23T01:07:20.2469646Z adding 'torch/include/dnnl_threadpool.h' 2022-11-23T01:07:20.2471258Z adding 'torch/include/dnnl_types.h' 2022-11-23T01:07:20.2472747Z adding 'torch/include/dnnl_version.h' 2022-11-23T01:07:20.2473982Z adding 'torch/include/fp16.h' 2022-11-23T01:07:20.2477427Z adding 'torch/include/fxdiv.h' 2022-11-23T01:07:20.2479378Z adding 'torch/include/libshm.h' 2022-11-23T01:07:20.2484678Z adding 'torch/include/nnpack.h' 2022-11-23T01:07:20.2493154Z adding 'torch/include/psimd.h' 2022-11-23T01:07:20.2500070Z adding 'torch/include/pthreadpool.h' 2022-11-23T01:07:20.2503427Z adding 'torch/include/qnnpack.h' 2022-11-23T01:07:20.2505594Z adding 'torch/include/qnnpack_func.h' 2022-11-23T01:07:20.2535605Z adding 'torch/include/sleef.h' 2022-11-23T01:07:20.2555605Z adding 'torch/include/xnnpack.h' 2022-11-23T01:07:20.2561124Z adding 'torch/include/ATen/ATen.h' 2022-11-23T01:07:20.2563466Z adding 'torch/include/ATen/AccumulateType.h' 2022-11-23T01:07:20.2564950Z adding 'torch/include/ATen/ArrayRef.h' 2022-11-23T01:07:20.2566257Z adding 'torch/include/ATen/Backend.h' 2022-11-23T01:07:20.2567451Z adding 'torch/include/ATen/Backtrace.h' 2022-11-23T01:07:20.2568959Z adding 'torch/include/ATen/BatchedFallback.h' 2022-11-23T01:07:20.2571891Z adding 'torch/include/ATen/BatchedTensorImpl.h' 2022-11-23T01:07:20.2575200Z adding 'torch/include/ATen/CPUApplyUtils.h' 2022-11-23T01:07:20.2577432Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2022-11-23T01:07:20.2579046Z adding 'torch/include/ATen/CPUFunctions.h' 2022-11-23T01:07:20.2606145Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2022-11-23T01:07:20.2613007Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2022-11-23T01:07:20.2614834Z adding 'torch/include/ATen/CUDAFunctions.h' 2022-11-23T01:07:20.2643438Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2022-11-23T01:07:20.2650706Z adding 'torch/include/ATen/CollapseDims.h' 2022-11-23T01:07:20.2652754Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2022-11-23T01:07:20.2683791Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2022-11-23T01:07:20.2691019Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2022-11-23T01:07:20.2698309Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2022-11-23T01:07:20.2701581Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2022-11-23T01:07:20.2720730Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2022-11-23T01:07:20.2726018Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2022-11-23T01:07:20.2727737Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2022-11-23T01:07:20.2729275Z adding 'torch/include/ATen/Config.h' 2022-11-23T01:07:20.2733785Z adding 'torch/include/ATen/Context.h' 2022-11-23T01:07:20.2736303Z adding 'torch/include/ATen/DLConvertor.h' 2022-11-23T01:07:20.2737524Z adding 'torch/include/ATen/Device.h' 2022-11-23T01:07:20.2739191Z adding 'torch/include/ATen/DeviceGuard.h' 2022-11-23T01:07:20.2740530Z adding 'torch/include/ATen/DimVector.h' 2022-11-23T01:07:20.2742149Z adding 'torch/include/ATen/Dimname.h' 2022-11-23T01:07:20.2746654Z adding 'torch/include/ATen/Dispatch.h' 2022-11-23T01:07:20.2748762Z adding 'torch/include/ATen/DynamicLibrary.h' 2022-11-23T01:07:20.2751619Z adding 'torch/include/ATen/EmptyTensor.h' 2022-11-23T01:07:20.2753328Z adding 'torch/include/ATen/ExpandBase.h' 2022-11-23T01:07:20.2764501Z adding 'torch/include/ATen/ExpandUtils.h' 2022-11-23T01:07:20.2764816Z adding 'torch/include/ATen/Formatting.h' 2022-11-23T01:07:20.2765095Z adding 'torch/include/ATen/FuncTorchTLS.h' 2022-11-23T01:07:20.2765391Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2022-11-23T01:07:20.2767015Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2022-11-23T01:07:20.2981873Z adding 'torch/include/ATen/Functions.h' 2022-11-23T01:07:20.3023936Z adding 'torch/include/ATen/Generator.h' 2022-11-23T01:07:20.3026180Z adding 'torch/include/ATen/InferSize.h' 2022-11-23T01:07:20.3028145Z adding 'torch/include/ATen/InitialTensorOptions.h' 2022-11-23T01:07:20.3029249Z adding 'torch/include/ATen/Layout.h' 2022-11-23T01:07:20.3031125Z adding 'torch/include/ATen/LinalgBackend.h' 2022-11-23T01:07:20.3033107Z adding 'torch/include/ATen/MapAllocator.h' 2022-11-23T01:07:20.3034993Z adding 'torch/include/ATen/MatrixRef.h' 2022-11-23T01:07:20.3036801Z adding 'torch/include/ATen/MemoryOverlap.h' 2022-11-23T01:07:20.3038499Z adding 'torch/include/ATen/MetaFunctions.h' 2022-11-23T01:07:20.3054998Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2022-11-23T01:07:20.3104285Z adding 'torch/include/ATen/MethodOperators.h' 2022-11-23T01:07:20.3116570Z adding 'torch/include/ATen/NamedTensor.h' 2022-11-23T01:07:20.3119124Z adding 'torch/include/ATen/NamedTensorUtils.h' 2022-11-23T01:07:20.3182654Z adding 'torch/include/ATen/NativeFunctions.h' 2022-11-23T01:07:20.3201035Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2022-11-23T01:07:20.3205868Z adding 'torch/include/ATen/NestedTensorImpl.h' 2022-11-23T01:07:20.3207888Z adding 'torch/include/ATen/NumericUtils.h' 2022-11-23T01:07:20.3209547Z adding 'torch/include/ATen/OpMathType.h' 2022-11-23T01:07:20.3211885Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2022-11-23T01:07:20.3383934Z adding 'torch/include/ATen/Operators.h' 2022-11-23T01:07:20.3425738Z adding 'torch/include/ATen/PTThreadPool.h' 2022-11-23T01:07:20.3426739Z adding 'torch/include/ATen/PadNd.h' 2022-11-23T01:07:20.3428556Z adding 'torch/include/ATen/Parallel-inl.h' 2022-11-23T01:07:20.3430836Z adding 'torch/include/ATen/Parallel.h' 2022-11-23T01:07:20.3432371Z adding 'torch/include/ATen/ParallelFuture.h' 2022-11-23T01:07:20.3433758Z adding 'torch/include/ATen/ParallelNative.h' 2022-11-23T01:07:20.3435301Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2022-11-23T01:07:20.3436998Z adding 'torch/include/ATen/ParallelOpenMP.h' 2022-11-23T01:07:20.3438494Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2022-11-23T01:07:20.3643630Z adding 'torch/include/ATen/RedispatchFunctions.h' 2022-11-23T01:07:20.3795257Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2022-11-23T01:07:20.3813482Z adding 'torch/include/ATen/SavedTensorHooks.h' 2022-11-23T01:07:20.3814915Z adding 'torch/include/ATen/Scalar.h' 2022-11-23T01:07:20.3817715Z adding 'torch/include/ATen/ScalarOps.h' 2022-11-23T01:07:20.3818310Z adding 'torch/include/ATen/ScalarType.h' 2022-11-23T01:07:20.3820162Z adding 'torch/include/ATen/SequenceNumber.h' 2022-11-23T01:07:20.3821084Z adding 'torch/include/ATen/SmallVector.h' 2022-11-23T01:07:20.3823582Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2022-11-23T01:07:20.3827061Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2022-11-23T01:07:20.3831060Z adding 'torch/include/ATen/SparseTensorImpl.h' 2022-11-23T01:07:20.3833597Z adding 'torch/include/ATen/SparseTensorUtils.h' 2022-11-23T01:07:20.3834987Z adding 'torch/include/ATen/Storage.h' 2022-11-23T01:07:20.3836534Z adding 'torch/include/ATen/Tensor.h' 2022-11-23T01:07:20.3837601Z adding 'torch/include/ATen/TensorAccessor.h' 2022-11-23T01:07:20.3839593Z adding 'torch/include/ATen/TensorGeometry.h' 2022-11-23T01:07:20.3846366Z adding 'torch/include/ATen/TensorIndexing.h' 2022-11-23T01:07:20.3857560Z adding 'torch/include/ATen/TensorIterator.h' 2022-11-23T01:07:20.3860187Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2022-11-23T01:07:20.3862509Z adding 'torch/include/ATen/TensorMeta.h' 2022-11-23T01:07:20.3864635Z adding 'torch/include/ATen/TensorNames.h' 2022-11-23T01:07:20.3866406Z adding 'torch/include/ATen/TensorOperators.h' 2022-11-23T01:07:20.3867724Z adding 'torch/include/ATen/TensorOptions.h' 2022-11-23T01:07:20.3869833Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2022-11-23T01:07:20.3872299Z adding 'torch/include/ATen/TensorUtils.h' 2022-11-23T01:07:20.3874433Z adding 'torch/include/ATen/ThreadLocalState.h' 2022-11-23T01:07:20.3877042Z adding 'torch/include/ATen/TracerMode.h' 2022-11-23T01:07:20.3878849Z adding 'torch/include/ATen/TypeDefault.h' 2022-11-23T01:07:20.3880604Z adding 'torch/include/ATen/Utils.h' 2022-11-23T01:07:20.3882245Z adding 'torch/include/ATen/Version.h' 2022-11-23T01:07:20.4025297Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2022-11-23T01:07:20.4063320Z adding 'torch/include/ATen/VmapMode.h' 2022-11-23T01:07:20.4066300Z adding 'torch/include/ATen/VmapTransforms.h' 2022-11-23T01:07:20.4068634Z adding 'torch/include/ATen/WrapDimUtils.h' 2022-11-23T01:07:20.4070444Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2022-11-23T01:07:20.4073180Z adding 'torch/include/ATen/autocast_mode.h' 2022-11-23T01:07:20.4075061Z adding 'torch/include/ATen/ceil_div.h' 2022-11-23T01:07:20.4077727Z adding 'torch/include/ATen/code_template.h' 2022-11-23T01:07:20.4080161Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2022-11-23T01:07:20.4081976Z adding 'torch/include/ATen/div_rtn.h' 2022-11-23T01:07:20.4084148Z adding 'torch/include/ATen/dlpack.h' 2022-11-23T01:07:20.4086056Z adding 'torch/include/ATen/jit_macros.h' 2022-11-23T01:07:20.4087856Z adding 'torch/include/ATen/jiterator_macros.h' 2022-11-23T01:07:20.4094020Z adding 'torch/include/ATen/record_function.h' 2022-11-23T01:07:20.4097291Z adding 'torch/include/ATen/core/ATenGeneral.h' 2022-11-23T01:07:20.4098482Z adding 'torch/include/ATen/core/ATenOpList.h' 2022-11-23T01:07:20.4100218Z adding 'torch/include/ATen/core/ATen_fwd.h' 2022-11-23T01:07:20.4102463Z adding 'torch/include/ATen/core/ATen_pch.h' 2022-11-23T01:07:20.4104063Z adding 'torch/include/ATen/core/Array.h' 2022-11-23T01:07:20.4105533Z adding 'torch/include/ATen/core/Backtrace.h' 2022-11-23T01:07:20.4107094Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2022-11-23T01:07:20.4109179Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2022-11-23T01:07:20.4110816Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2022-11-23T01:07:20.4114932Z adding 'torch/include/ATen/core/Dict.h' 2022-11-23T01:07:20.4117872Z adding 'torch/include/ATen/core/Dict_inl.h' 2022-11-23T01:07:20.4119551Z adding 'torch/include/ATen/core/DimVector.h' 2022-11-23T01:07:20.4121123Z adding 'torch/include/ATen/core/Dimname.h' 2022-11-23T01:07:20.4124318Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2022-11-23T01:07:20.4126161Z adding 'torch/include/ATen/core/Formatting.h' 2022-11-23T01:07:20.4128859Z adding 'torch/include/ATen/core/Generator.h' 2022-11-23T01:07:20.4134991Z adding 'torch/include/ATen/core/IListRef.h' 2022-11-23T01:07:20.4137982Z adding 'torch/include/ATen/core/IListRef_inl.h' 2022-11-23T01:07:20.4140476Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2022-11-23T01:07:20.4145039Z adding 'torch/include/ATen/core/List.h' 2022-11-23T01:07:20.4148523Z adding 'torch/include/ATen/core/List_inl.h' 2022-11-23T01:07:20.4151638Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2022-11-23T01:07:20.4154218Z adding 'torch/include/ATen/core/NamedTensor.h' 2022-11-23T01:07:20.4157337Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2022-11-23T01:07:20.4159047Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2022-11-23T01:07:20.4160747Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2022-11-23T01:07:20.4162371Z adding 'torch/include/ATen/core/QuantizerBase.h' 2022-11-23T01:07:20.4164175Z adding 'torch/include/ATen/core/Range.h' 2022-11-23T01:07:20.4165533Z adding 'torch/include/ATen/core/Reduction.h' 2022-11-23T01:07:20.4166430Z adding 'torch/include/ATen/core/Scalar.h' 2022-11-23T01:07:20.4167926Z adding 'torch/include/ATen/core/ScalarType.h' 2022-11-23T01:07:20.4169576Z adding 'torch/include/ATen/core/Tensor.h' 2022-11-23T01:07:20.4172606Z adding 'torch/include/ATen/core/TensorAccessor.h' 2022-11-23T01:07:20.4183553Z adding 'torch/include/ATen/core/TensorBase.h' 2022-11-23T01:07:20.4231074Z adding 'torch/include/ATen/core/TensorBody.h' 2022-11-23T01:07:20.4238726Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2022-11-23T01:07:20.4241076Z adding 'torch/include/ATen/core/TransformationHelper.h' 2022-11-23T01:07:20.4242995Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2022-11-23T01:07:20.4244676Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2022-11-23T01:07:20.4246283Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2022-11-23T01:07:20.4248362Z adding 'torch/include/ATen/core/Variadic.h' 2022-11-23T01:07:20.4250316Z adding 'torch/include/ATen/core/Vitals.h' 2022-11-23T01:07:20.4252301Z adding 'torch/include/ATen/core/alias_info.h' 2022-11-23T01:07:20.4263116Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2022-11-23T01:07:20.4266807Z adding 'torch/include/ATen/core/blob.h' 2022-11-23T01:07:20.4268725Z adding 'torch/include/ATen/core/builtin_function.h' 2022-11-23T01:07:20.4272929Z adding 'torch/include/ATen/core/class_type.h' 2022-11-23T01:07:20.4274731Z adding 'torch/include/ATen/core/custom_class.h' 2022-11-23T01:07:20.4278088Z adding 'torch/include/ATen/core/dynamic_type.h' 2022-11-23T01:07:20.4279748Z adding 'torch/include/ATen/core/enum_tag.h' 2022-11-23T01:07:20.4281615Z adding 'torch/include/ATen/core/enum_type.h' 2022-11-23T01:07:20.4283673Z adding 'torch/include/ATen/core/function.h' 2022-11-23T01:07:20.4290518Z adding 'torch/include/ATen/core/function_schema.h' 2022-11-23T01:07:20.4295684Z adding 'torch/include/ATen/core/function_schema_inl.h' 2022-11-23T01:07:20.4297607Z adding 'torch/include/ATen/core/functional.h' 2022-11-23T01:07:20.4299116Z adding 'torch/include/ATen/core/grad_mode.h' 2022-11-23T01:07:20.4302643Z adding 'torch/include/ATen/core/interned_strings.h' 2022-11-23T01:07:20.4304531Z adding 'torch/include/ATen/core/interned_strings_class.h' 2022-11-23T01:07:20.4318365Z adding 'torch/include/ATen/core/ivalue.h' 2022-11-23T01:07:20.4342891Z adding 'torch/include/ATen/core/ivalue_inl.h' 2022-11-23T01:07:20.4346099Z adding 'torch/include/ATen/core/ivalue_to.h' 2022-11-23T01:07:20.4364479Z adding 'torch/include/ATen/core/jit_type.h' 2022-11-23T01:07:20.4372067Z adding 'torch/include/ATen/core/jit_type_base.h' 2022-11-23T01:07:20.4374728Z adding 'torch/include/ATen/core/operator_name.h' 2022-11-23T01:07:20.4377304Z adding 'torch/include/ATen/core/qualified_name.h' 2022-11-23T01:07:20.4379026Z adding 'torch/include/ATen/core/rref_interface.h' 2022-11-23T01:07:20.4381749Z adding 'torch/include/ATen/core/stack.h' 2022-11-23T01:07:20.4384646Z adding 'torch/include/ATen/core/symbol.h' 2022-11-23T01:07:20.4386715Z adding 'torch/include/ATen/core/type_factory.h' 2022-11-23T01:07:20.4388358Z adding 'torch/include/ATen/core/type_ptr.h' 2022-11-23T01:07:20.4389826Z adding 'torch/include/ATen/core/typeid.h' 2022-11-23T01:07:20.4393125Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2022-11-23T01:07:20.4395285Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2022-11-23T01:07:20.4398187Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2022-11-23T01:07:20.4401565Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2022-11-23T01:07:20.4403489Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2022-11-23T01:07:20.4405676Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2022-11-23T01:07:20.4407490Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2022-11-23T01:07:20.4411384Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2022-11-23T01:07:20.4418937Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2022-11-23T01:07:20.4421778Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2022-11-23T01:07:20.4424214Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2022-11-23T01:07:20.4427793Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2022-11-23T01:07:20.4436905Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2022-11-23T01:07:20.4439273Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2022-11-23T01:07:20.4443587Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2022-11-23T01:07:20.4445627Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2022-11-23T01:07:20.4447302Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2022-11-23T01:07:20.4449570Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2022-11-23T01:07:20.4452322Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2022-11-23T01:07:20.4455527Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2022-11-23T01:07:20.4461780Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2022-11-23T01:07:20.4464387Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2022-11-23T01:07:20.4467396Z adding 'torch/include/ATen/cpu/vml.h' 2022-11-23T01:07:20.4469395Z adding 'torch/include/ATen/cpu/vec/functional.h' 2022-11-23T01:07:20.4472427Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2022-11-23T01:07:20.4476244Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2022-11-23T01:07:20.4478533Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2022-11-23T01:07:20.4480124Z adding 'torch/include/ATen/cpu/vec/vec.h' 2022-11-23T01:07:20.4488063Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2022-11-23T01:07:20.4491889Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2022-11-23T01:07:20.4493817Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2022-11-23T01:07:20.4496785Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2022-11-23T01:07:20.4503044Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2022-11-23T01:07:20.4507941Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2022-11-23T01:07:20.4512996Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2022-11-23T01:07:20.4516750Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2022-11-23T01:07:20.4520444Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2022-11-23T01:07:20.4525847Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2022-11-23T01:07:20.4535930Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2022-11-23T01:07:20.4544870Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2022-11-23T01:07:20.4548941Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2022-11-23T01:07:20.4555716Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2022-11-23T01:07:20.4561613Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2022-11-23T01:07:20.4568701Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2022-11-23T01:07:20.4573533Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2022-11-23T01:07:20.4577507Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2022-11-23T01:07:20.4586046Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2022-11-23T01:07:20.4594560Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2022-11-23T01:07:20.4598014Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2022-11-23T01:07:20.4599593Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2022-11-23T01:07:20.4601327Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2022-11-23T01:07:20.4605747Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2022-11-23T01:07:20.4611945Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2022-11-23T01:07:20.4615601Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2022-11-23T01:07:20.4617509Z adding 'torch/include/ATen/cuda/CUDAConfig.h' 2022-11-23T01:07:20.4619421Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2022-11-23T01:07:20.4621309Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2022-11-23T01:07:20.4622817Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2022-11-23T01:07:20.4625486Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2022-11-23T01:07:20.4628196Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2022-11-23T01:07:20.4630255Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2022-11-23T01:07:20.4632139Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2022-11-23T01:07:20.4633798Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2022-11-23T01:07:20.4636611Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2022-11-23T01:07:20.4639275Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2022-11-23T01:07:20.4640957Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2022-11-23T01:07:20.4642373Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2022-11-23T01:07:20.4644090Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2022-11-23T01:07:20.4645911Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2022-11-23T01:07:20.4647531Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2022-11-23T01:07:20.4650179Z adding 'torch/include/ATen/cuda/Exceptions.h' 2022-11-23T01:07:20.4652489Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2022-11-23T01:07:20.4654140Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2022-11-23T01:07:20.4655738Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2022-11-23T01:07:20.4657540Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2022-11-23T01:07:20.4658948Z adding 'torch/include/ATen/cuda/Sleep.h' 2022-11-23T01:07:20.4660480Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2022-11-23T01:07:20.4665019Z adding 'torch/include/ATen/cuda/cub.cuh' 2022-11-23T01:07:20.4667620Z adding 'torch/include/ATen/cuda/cub.h' 2022-11-23T01:07:20.4669391Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2022-11-23T01:07:20.4670987Z adding 'torch/include/ATen/cuda/jiterator.h' 2022-11-23T01:07:20.4673499Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2022-11-23T01:07:20.4675187Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2022-11-23T01:07:20.4677353Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2022-11-23T01:07:20.4680568Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2022-11-23T01:07:20.4682361Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2022-11-23T01:07:20.4684754Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2022-11-23T01:07:20.4686618Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2022-11-23T01:07:20.4688100Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2022-11-23T01:07:20.4690377Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2022-11-23T01:07:20.4692287Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2022-11-23T01:07:20.4694364Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2022-11-23T01:07:20.4696316Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2022-11-23T01:07:20.4700592Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2022-11-23T01:07:20.4702279Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2022-11-23T01:07:20.4703721Z adding 'torch/include/ATen/cudnn/Handle.h' 2022-11-23T01:07:20.4705106Z adding 'torch/include/ATen/cudnn/Handles.h' 2022-11-23T01:07:20.4706475Z adding 'torch/include/ATen/cudnn/Types.h' 2022-11-23T01:07:20.4707902Z adding 'torch/include/ATen/cudnn/Utils.h' 2022-11-23T01:07:20.4709192Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2022-11-23T01:07:20.4712161Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2022-11-23T01:07:20.4714247Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2022-11-23T01:07:20.4716295Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2022-11-23T01:07:20.4717907Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2022-11-23T01:07:20.4720002Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2022-11-23T01:07:20.4724298Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2022-11-23T01:07:20.4726673Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2022-11-23T01:07:20.4729564Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2022-11-23T01:07:20.4731922Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2022-11-23T01:07:20.4734593Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2022-11-23T01:07:20.4736634Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2022-11-23T01:07:20.4739419Z adding 'torch/include/ATen/functorch/Interpreter.h' 2022-11-23T01:07:20.4743064Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2022-11-23T01:07:20.4744783Z adding 'torch/include/ATen/functorch/Macros.h' 2022-11-23T01:07:20.4746347Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2022-11-23T01:07:20.4748695Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2022-11-23T01:07:20.4750565Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2022-11-23T01:07:20.4752542Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2022-11-23T01:07:20.4754273Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2022-11-23T01:07:20.4757892Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2022-11-23T01:07:20.4760363Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2022-11-23T01:07:20.4763243Z adding 'torch/include/ATen/native/Activation.h' 2022-11-23T01:07:20.4764889Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2022-11-23T01:07:20.4767647Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2022-11-23T01:07:20.4769779Z adding 'torch/include/ATen/native/BinaryOps.h' 2022-11-23T01:07:20.4772886Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2022-11-23T01:07:20.4775070Z adding 'torch/include/ATen/native/CPUBlas.h' 2022-11-23T01:07:20.4777159Z adding 'torch/include/ATen/native/CPUFallback.h' 2022-11-23T01:07:20.4778687Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2022-11-23T01:07:20.4780691Z adding 'torch/include/ATen/native/ComplexHelper.h' 2022-11-23T01:07:20.4782394Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2022-11-23T01:07:20.4784869Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2022-11-23T01:07:20.4789029Z adding 'torch/include/ATen/native/ConvUtils.h' 2022-11-23T01:07:20.4790971Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2022-11-23T01:07:20.4792271Z adding 'torch/include/ATen/native/Copy.h' 2022-11-23T01:07:20.4793758Z adding 'torch/include/ATen/native/Cross.h' 2022-11-23T01:07:20.4796262Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2022-11-23T01:07:20.4799458Z adding 'torch/include/ATen/native/DispatchStub.h' 2022-11-23T01:07:20.4801132Z adding 'torch/include/ATen/native/Distance.h' 2022-11-23T01:07:20.4805283Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2022-11-23T01:07:20.4811878Z adding 'torch/include/ATen/native/Distributions.h' 2022-11-23T01:07:20.4814791Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2022-11-23T01:07:20.4816457Z adding 'torch/include/ATen/native/Fill.h' 2022-11-23T01:07:20.4819802Z adding 'torch/include/ATen/native/ForeachUtils.h' 2022-11-23T01:07:20.4820962Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2022-11-23T01:07:20.4823990Z adding 'torch/include/ATen/native/GridSampler.h' 2022-11-23T01:07:20.4826191Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2022-11-23T01:07:20.4827725Z adding 'torch/include/ATen/native/Histogram.h' 2022-11-23T01:07:20.4829308Z adding 'torch/include/ATen/native/IndexKernel.h' 2022-11-23T01:07:20.4831713Z adding 'torch/include/ATen/native/IndexingUtils.h' 2022-11-23T01:07:20.4833485Z adding 'torch/include/ATen/native/Lerp.h' 2022-11-23T01:07:20.4834995Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2022-11-23T01:07:20.4843023Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2022-11-23T01:07:20.4845488Z adding 'torch/include/ATen/native/LossMulti.h' 2022-11-23T01:07:20.4884103Z adding 'torch/include/ATen/native/Math.h' 2022-11-23T01:07:20.4889096Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2022-11-23T01:07:20.4892251Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2022-11-23T01:07:20.4894094Z adding 'torch/include/ATen/native/MaxPooling.h' 2022-11-23T01:07:20.4895714Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2022-11-23T01:07:20.4897585Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2022-11-23T01:07:20.4899071Z adding 'torch/include/ATen/native/Normalization.h' 2022-11-23T01:07:20.4900547Z adding 'torch/include/ATen/native/PointwiseOps.h' 2022-11-23T01:07:20.4903746Z adding 'torch/include/ATen/native/Pool.h' 2022-11-23T01:07:20.4906081Z adding 'torch/include/ATen/native/Pow.h' 2022-11-23T01:07:20.4907664Z adding 'torch/include/ATen/native/RNN.h' 2022-11-23T01:07:20.4909188Z adding 'torch/include/ATen/native/RangeFactories.h' 2022-11-23T01:07:20.4910513Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2022-11-23T01:07:20.4912228Z adding 'torch/include/ATen/native/ReduceOps.h' 2022-11-23T01:07:20.4916221Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2022-11-23T01:07:20.4918405Z adding 'torch/include/ATen/native/Repeat.h' 2022-11-23T01:07:20.4921285Z adding 'torch/include/ATen/native/Resize.h' 2022-11-23T01:07:20.4923258Z adding 'torch/include/ATen/native/ResizeCommon.h' 2022-11-23T01:07:20.4925583Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2022-11-23T01:07:20.4927027Z adding 'torch/include/ATen/native/SegmentReduce.h' 2022-11-23T01:07:20.4930488Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2022-11-23T01:07:20.4932892Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2022-11-23T01:07:20.4934430Z adding 'torch/include/ATen/native/Sorting.h' 2022-11-23T01:07:20.4936393Z adding 'torch/include/ATen/native/SortingUtils.h' 2022-11-23T01:07:20.4938793Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2022-11-23T01:07:20.4941176Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2022-11-23T01:07:20.4943008Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2022-11-23T01:07:20.4945246Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2022-11-23T01:07:20.4946902Z adding 'torch/include/ATen/native/TensorCompare.h' 2022-11-23T01:07:20.4948387Z adding 'torch/include/ATen/native/TensorConversions.h' 2022-11-23T01:07:20.4950129Z adding 'torch/include/ATen/native/TensorDimApply.h' 2022-11-23T01:07:20.4952477Z adding 'torch/include/ATen/native/TensorFactories.h' 2022-11-23T01:07:20.4954026Z adding 'torch/include/ATen/native/TensorIterator.h' 2022-11-23T01:07:20.4955999Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2022-11-23T01:07:20.4957088Z adding 'torch/include/ATen/native/TensorProperties.h' 2022-11-23T01:07:20.4959199Z adding 'torch/include/ATen/native/TensorShape.h' 2022-11-23T01:07:20.4960813Z adding 'torch/include/ATen/native/TensorTransformations.h' 2022-11-23T01:07:20.4962687Z adding 'torch/include/ATen/native/TopKImpl.h' 2022-11-23T01:07:20.4964218Z adding 'torch/include/ATen/native/TransposeType.h' 2022-11-23T01:07:20.4966099Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2022-11-23T01:07:20.4967627Z adding 'torch/include/ATen/native/TypeProperties.h' 2022-11-23T01:07:20.4969671Z adding 'torch/include/ATen/native/UnaryOps.h' 2022-11-23T01:07:20.4971222Z adding 'torch/include/ATen/native/Unfold2d.h' 2022-11-23T01:07:20.4972706Z adding 'torch/include/ATen/native/Unfold3d.h' 2022-11-23T01:07:20.4974754Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2022-11-23T01:07:20.4979579Z adding 'torch/include/ATen/native/UpSample.h' 2022-11-23T01:07:20.4981628Z adding 'torch/include/ATen/native/batch_norm.h' 2022-11-23T01:07:20.4983193Z adding 'torch/include/ATen/native/group_norm.h' 2022-11-23T01:07:20.4985234Z adding 'torch/include/ATen/native/im2col.h' 2022-11-23T01:07:20.4987800Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2022-11-23T01:07:20.4989861Z adding 'torch/include/ATen/native/layer_norm.h' 2022-11-23T01:07:20.4991431Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2022-11-23T01:07:20.4993167Z adding 'torch/include/ATen/native/vol2col.h' 2022-11-23T01:07:20.4995330Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2022-11-23T01:07:20.4996841Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2022-11-23T01:07:20.4998601Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2022-11-23T01:07:20.4999636Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2022-11-23T01:07:20.5001168Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2022-11-23T01:07:20.5004465Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2022-11-23T01:07:20.5006414Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2022-11-23T01:07:20.5008530Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2022-11-23T01:07:20.5010304Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2022-11-23T01:07:20.5012145Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2022-11-23T01:07:20.5016218Z adding 'torch/include/ATen/native/cpu/Loops.h' 2022-11-23T01:07:20.5018105Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2022-11-23T01:07:20.5019756Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2022-11-23T01:07:20.5023631Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2022-11-23T01:07:20.5026447Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2022-11-23T01:07:20.5028269Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2022-11-23T01:07:20.5029645Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2022-11-23T01:07:20.5031064Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2022-11-23T01:07:20.5035374Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2022-11-23T01:07:20.5037518Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2022-11-23T01:07:20.5039864Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2022-11-23T01:07:20.5042253Z adding 'torch/include/ATen/native/cpu/utils.h' 2022-11-23T01:07:20.5044431Z adding 'torch/include/ATen/native/cpu/zmath.h' 2022-11-23T01:07:20.5046998Z adding 'torch/include/ATen/native/cuda/Activation.h' 2022-11-23T01:07:20.5048731Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2022-11-23T01:07:20.5052205Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2022-11-23T01:07:20.5055860Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2022-11-23T01:07:20.5058004Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2022-11-23T01:07:20.5059414Z adding 'torch/include/ATen/native/cuda/Copy.h' 2022-11-23T01:07:20.5065211Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2022-11-23T01:07:20.5067608Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2022-11-23T01:07:20.5069217Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2022-11-23T01:07:20.5075435Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2022-11-23T01:07:20.5077745Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2022-11-23T01:07:20.5079380Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2022-11-23T01:07:20.5082369Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2022-11-23T01:07:20.5086090Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2022-11-23T01:07:20.5088127Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2022-11-23T01:07:20.5089844Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2022-11-23T01:07:20.5092375Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2022-11-23T01:07:20.5094498Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2022-11-23T01:07:20.5096074Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2022-11-23T01:07:20.5099360Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2022-11-23T01:07:20.5127769Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2022-11-23T01:07:20.5134433Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2022-11-23T01:07:20.5136555Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2022-11-23T01:07:20.5139481Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2022-11-23T01:07:20.5154606Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2022-11-23T01:07:20.5160282Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2022-11-23T01:07:20.5162595Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2022-11-23T01:07:20.5166348Z adding 'torch/include/ATen/native/cuda/ROCmLoops.cuh' 2022-11-23T01:07:20.5168704Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2022-11-23T01:07:20.5181862Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2022-11-23T01:07:20.5184513Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2022-11-23T01:07:20.5186356Z adding 'torch/include/ATen/native/cuda/Resize.h' 2022-11-23T01:07:20.5188046Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2022-11-23T01:07:20.5192295Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2022-11-23T01:07:20.5194673Z adding 'torch/include/ATen/native/cuda/Sort.h' 2022-11-23T01:07:20.5196137Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2022-11-23T01:07:20.5198988Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2022-11-23T01:07:20.5200763Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2022-11-23T01:07:20.5203066Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2022-11-23T01:07:20.5207058Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2022-11-23T01:07:20.5212317Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2022-11-23T01:07:20.5214280Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2022-11-23T01:07:20.5215862Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2022-11-23T01:07:20.5217582Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2022-11-23T01:07:20.5220809Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2022-11-23T01:07:20.5223049Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2022-11-23T01:07:20.5224864Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2022-11-23T01:07:20.5226278Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2022-11-23T01:07:20.5229084Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2022-11-23T01:07:20.5231938Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2022-11-23T01:07:20.5234694Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2022-11-23T01:07:20.5240386Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2022-11-23T01:07:20.5242626Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2022-11-23T01:07:20.5245626Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2022-11-23T01:07:20.5247969Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2022-11-23T01:07:20.5249826Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2022-11-23T01:07:20.5251282Z adding 'torch/include/ATen/native/quantized/Copy.h' 2022-11-23T01:07:20.5253035Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2022-11-23T01:07:20.5254487Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2022-11-23T01:07:20.5256411Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2022-11-23T01:07:20.5258304Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2022-11-23T01:07:20.5259902Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2022-11-23T01:07:20.5263233Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2022-11-23T01:07:20.5268215Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2022-11-23T01:07:20.5272190Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2022-11-23T01:07:20.5274846Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2022-11-23T01:07:20.5276540Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2022-11-23T01:07:20.5279705Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2022-11-23T01:07:20.5283650Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2022-11-23T01:07:20.5287177Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2022-11-23T01:07:20.5289131Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2022-11-23T01:07:20.5290615Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2022-11-23T01:07:20.5292416Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2022-11-23T01:07:20.5294650Z adding 'torch/include/ATen/ops/from_blob.h' 2022-11-23T01:07:20.5296510Z adding 'torch/include/ATen/ops/tensor.h' 2022-11-23T01:07:20.5298894Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2022-11-23T01:07:20.5303019Z adding 'torch/include/ATen/quantized/Quantizer.h' 2022-11-23T01:07:20.5305345Z adding 'torch/include/THC/THCAtomics.cuh' 2022-11-23T01:07:20.5306587Z adding 'torch/include/THC/THCDeviceUtils.cuh' 2022-11-23T01:07:20.5310707Z adding 'torch/include/c10/core/Allocator.h' 2022-11-23T01:07:20.5312532Z adding 'torch/include/c10/core/AutogradState.h' 2022-11-23T01:07:20.5315143Z adding 'torch/include/c10/core/Backend.h' 2022-11-23T01:07:20.5317058Z adding 'torch/include/c10/core/CPUAllocator.h' 2022-11-23T01:07:20.5318863Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2022-11-23T01:07:20.5320622Z adding 'torch/include/c10/core/CopyBytes.h' 2022-11-23T01:07:20.5322039Z adding 'torch/include/c10/core/DefaultDtype.h' 2022-11-23T01:07:20.5323478Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2022-11-23T01:07:20.5326188Z adding 'torch/include/c10/core/Device.h' 2022-11-23T01:07:20.5327868Z adding 'torch/include/c10/core/DeviceArray.h' 2022-11-23T01:07:20.5330916Z adding 'torch/include/c10/core/DeviceGuard.h' 2022-11-23T01:07:20.5333184Z adding 'torch/include/c10/core/DeviceType.h' 2022-11-23T01:07:20.5343081Z adding 'torch/include/c10/core/DispatchKey.h' 2022-11-23T01:07:20.5356075Z adding 'torch/include/c10/core/DispatchKeySet.h' 2022-11-23T01:07:20.5359226Z adding 'torch/include/c10/core/DynamicCast.h' 2022-11-23T01:07:20.5361521Z adding 'torch/include/c10/core/Event.h' 2022-11-23T01:07:20.5363793Z adding 'torch/include/c10/core/GeneratorImpl.h' 2022-11-23T01:07:20.5365541Z adding 'torch/include/c10/core/GradMode.h' 2022-11-23T01:07:20.5367556Z adding 'torch/include/c10/core/InferenceMode.h' 2022-11-23T01:07:20.5369090Z adding 'torch/include/c10/core/Layout.h' 2022-11-23T01:07:20.5372312Z adding 'torch/include/c10/core/MemoryFormat.h' 2022-11-23T01:07:20.5374044Z adding 'torch/include/c10/core/OptionalRef.h' 2022-11-23T01:07:20.5376278Z adding 'torch/include/c10/core/PyHandleCache.h' 2022-11-23T01:07:20.5378047Z adding 'torch/include/c10/core/QEngine.h' 2022-11-23T01:07:20.5379787Z adding 'torch/include/c10/core/QScheme.h' 2022-11-23T01:07:20.5381823Z adding 'torch/include/c10/core/SafePyObject.h' 2022-11-23T01:07:20.5384678Z adding 'torch/include/c10/core/Scalar.h' 2022-11-23T01:07:20.5389397Z adding 'torch/include/c10/core/ScalarType.h' 2022-11-23T01:07:20.5391570Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2022-11-23T01:07:20.5393838Z adding 'torch/include/c10/core/Storage.h' 2022-11-23T01:07:20.5397915Z adding 'torch/include/c10/core/StorageImpl.h' 2022-11-23T01:07:20.5401117Z adding 'torch/include/c10/core/Stream.h' 2022-11-23T01:07:20.5403787Z adding 'torch/include/c10/core/StreamGuard.h' 2022-11-23T01:07:20.5405694Z adding 'torch/include/c10/core/SymFloat.h' 2022-11-23T01:07:20.5409102Z adding 'torch/include/c10/core/SymInt.h' 2022-11-23T01:07:20.5411043Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2022-11-23T01:07:20.5412945Z adding 'torch/include/c10/core/SymNodeImpl.h' 2022-11-23T01:07:20.5452086Z adding 'torch/include/c10/core/TensorImpl.h' 2022-11-23T01:07:20.5462168Z adding 'torch/include/c10/core/TensorOptions.h' 2022-11-23T01:07:20.5464403Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2022-11-23T01:07:20.5466076Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2022-11-23T01:07:20.5467539Z adding 'torch/include/c10/core/alignment.h' 2022-11-23T01:07:20.5469533Z adding 'torch/include/c10/core/thread_pool.h' 2022-11-23T01:07:20.5474251Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2022-11-23T01:07:20.5476659Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2022-11-23T01:07:20.5478260Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2022-11-23T01:07:20.5480013Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2022-11-23T01:07:20.5484492Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2022-11-23T01:07:20.5486917Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2022-11-23T01:07:20.5490180Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2022-11-23T01:07:20.5493031Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2022-11-23T01:07:20.5496809Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2022-11-23T01:07:20.5498595Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2022-11-23T01:07:20.5501349Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2022-11-23T01:07:20.5503132Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2022-11-23T01:07:20.5505029Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2022-11-23T01:07:20.5506561Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2022-11-23T01:07:20.5508632Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2022-11-23T01:07:20.5512120Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2022-11-23T01:07:20.5514580Z adding 'torch/include/c10/cuda/CUDAException.h' 2022-11-23T01:07:20.5516738Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2022-11-23T01:07:20.5519154Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2022-11-23T01:07:20.5522365Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2022-11-23T01:07:20.5524364Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2022-11-23T01:07:20.5526390Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2022-11-23T01:07:20.5527972Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2022-11-23T01:07:20.5531755Z adding 'torch/include/c10/cuda/CUDAStream.h' 2022-11-23T01:07:20.5534986Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2022-11-23T01:07:20.5536814Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2022-11-23T01:07:20.5538395Z adding 'torch/include/c10/cuda/impl/cuda_cmake_macros.h' 2022-11-23T01:07:20.5541205Z adding 'torch/include/c10/macros/Export.h' 2022-11-23T01:07:20.5546861Z adding 'torch/include/c10/macros/Macros.h' 2022-11-23T01:07:20.5548969Z adding 'torch/include/c10/macros/cmake_macros.h' 2022-11-23T01:07:20.5552469Z adding 'torch/include/c10/util/AlignOf.h' 2022-11-23T01:07:20.5555894Z adding 'torch/include/c10/util/Array.h' 2022-11-23T01:07:20.5559582Z adding 'torch/include/c10/util/ArrayRef.h' 2022-11-23T01:07:20.5562324Z adding 'torch/include/c10/util/BFloat16-inl.h' 2022-11-23T01:07:20.5564964Z adding 'torch/include/c10/util/BFloat16-math.h' 2022-11-23T01:07:20.5567010Z adding 'torch/include/c10/util/BFloat16.h' 2022-11-23T01:07:20.5568629Z adding 'torch/include/c10/util/Backtrace.h' 2022-11-23T01:07:20.5570629Z adding 'torch/include/c10/util/Bitset.h' 2022-11-23T01:07:20.5574846Z adding 'torch/include/c10/util/C++17.h' 2022-11-23T01:07:20.5577245Z adding 'torch/include/c10/util/CallOnce.h' 2022-11-23T01:07:20.5580416Z adding 'torch/include/c10/util/ConstexprCrc.h' 2022-11-23T01:07:20.5582451Z adding 'torch/include/c10/util/DeadlockDetection.h' 2022-11-23T01:07:20.5584530Z adding 'torch/include/c10/util/Deprecated.h' 2022-11-23T01:07:20.5586147Z adding 'torch/include/c10/util/DimVector.h' 2022-11-23T01:07:20.5593311Z adding 'torch/include/c10/util/Exception.h' 2022-11-23T01:07:20.5596303Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2022-11-23T01:07:20.5598315Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2022-11-23T01:07:20.5601605Z adding 'torch/include/c10/util/Flags.h' 2022-11-23T01:07:20.5603779Z adding 'torch/include/c10/util/FunctionRef.h' 2022-11-23T01:07:20.5606334Z adding 'torch/include/c10/util/Half-inl.h' 2022-11-23T01:07:20.5612624Z adding 'torch/include/c10/util/Half.h' 2022-11-23T01:07:20.5615091Z adding 'torch/include/c10/util/IdWrapper.h' 2022-11-23T01:07:20.5618178Z adding 'torch/include/c10/util/LeftRight.h' 2022-11-23T01:07:20.5620016Z adding 'torch/include/c10/util/Load.h' 2022-11-23T01:07:20.5623338Z adding 'torch/include/c10/util/Logging.h' 2022-11-23T01:07:20.5625549Z adding 'torch/include/c10/util/MathConstants.h' 2022-11-23T01:07:20.5628197Z adding 'torch/include/c10/util/MaybeOwned.h' 2022-11-23T01:07:20.5633007Z adding 'torch/include/c10/util/Metaprogramming.h' 2022-11-23T01:07:20.5640779Z adding 'torch/include/c10/util/Optional.h' 2022-11-23T01:07:20.5643950Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2022-11-23T01:07:20.5647611Z adding 'torch/include/c10/util/Registry.h' 2022-11-23T01:07:20.5649623Z adding 'torch/include/c10/util/ScopeExit.h' 2022-11-23T01:07:20.5651335Z adding 'torch/include/c10/util/SmallBuffer.h' 2022-11-23T01:07:20.5665499Z adding 'torch/include/c10/util/SmallVector.h' 2022-11-23T01:07:20.5669348Z adding 'torch/include/c10/util/StringUtil.h' 2022-11-23T01:07:20.5671457Z adding 'torch/include/c10/util/Synchronized.h' 2022-11-23T01:07:20.5673241Z adding 'torch/include/c10/util/ThreadLocal.h' 2022-11-23T01:07:20.5675242Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2022-11-23T01:07:20.5676793Z adding 'torch/include/c10/util/Type.h' 2022-11-23T01:07:20.5678885Z adding 'torch/include/c10/util/TypeCast.h' 2022-11-23T01:07:20.5681431Z adding 'torch/include/c10/util/TypeIndex.h' 2022-11-23T01:07:20.5685724Z adding 'torch/include/c10/util/TypeList.h' 2022-11-23T01:07:20.5688276Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2022-11-23T01:07:20.5690624Z adding 'torch/include/c10/util/TypeTraits.h' 2022-11-23T01:07:20.5692331Z adding 'torch/include/c10/util/Unicode.h' 2022-11-23T01:07:20.5694633Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2022-11-23T01:07:20.5696452Z adding 'torch/include/c10/util/Unroll.h' 2022-11-23T01:07:20.5698440Z adding 'torch/include/c10/util/accumulate.h' 2022-11-23T01:07:20.5703641Z adding 'torch/include/c10/util/complex.h' 2022-11-23T01:07:20.5706152Z adding 'torch/include/c10/util/complex_math.h' 2022-11-23T01:07:20.5707970Z adding 'torch/include/c10/util/complex_utils.h' 2022-11-23T01:07:20.5709564Z adding 'torch/include/c10/util/copysign.h' 2022-11-23T01:07:20.5711945Z adding 'torch/include/c10/util/either.h' 2022-11-23T01:07:20.5713669Z adding 'torch/include/c10/util/env.h' 2022-11-23T01:07:20.5725710Z adding 'torch/include/c10/util/flat_hash_map.h' 2022-11-23T01:07:20.5730772Z adding 'torch/include/c10/util/hash.h' 2022-11-23T01:07:20.5732641Z adding 'torch/include/c10/util/in_place.h' 2022-11-23T01:07:20.5736530Z adding 'torch/include/c10/util/int128.h' 2022-11-23T01:07:20.5746359Z adding 'torch/include/c10/util/intrusive_ptr.h' 2022-11-23T01:07:20.5749278Z adding 'torch/include/c10/util/irange.h' 2022-11-23T01:07:20.5756961Z adding 'torch/include/c10/util/llvmMathExtras.h' 2022-11-23T01:07:20.5759720Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2022-11-23T01:07:20.5762699Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2022-11-23T01:07:20.5765255Z adding 'torch/include/c10/util/math_compat.h' 2022-11-23T01:07:20.5767044Z adding 'torch/include/c10/util/numa.h' 2022-11-23T01:07:20.5782154Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2022-11-23T01:07:20.5784929Z adding 'torch/include/c10/util/overloaded.h' 2022-11-23T01:07:20.5786322Z adding 'torch/include/c10/util/python_stub.h' 2022-11-23T01:07:20.5787783Z adding 'torch/include/c10/util/qint32.h' 2022-11-23T01:07:20.5789295Z adding 'torch/include/c10/util/qint8.h' 2022-11-23T01:07:20.5790783Z adding 'torch/include/c10/util/quint2x4.h' 2022-11-23T01:07:20.5791757Z adding 'torch/include/c10/util/quint4x2.h' 2022-11-23T01:07:20.5793755Z adding 'torch/include/c10/util/quint8.h' 2022-11-23T01:07:20.5796320Z adding 'torch/include/c10/util/reverse_iterator.h' 2022-11-23T01:07:20.5798784Z adding 'torch/include/c10/util/safe_numerics.h' 2022-11-23T01:07:20.5801340Z adding 'torch/include/c10/util/signal_handler.h' 2022-11-23T01:07:20.5808596Z adding 'torch/include/c10/util/sparse_bitset.h' 2022-11-23T01:07:20.5811270Z adding 'torch/include/c10/util/strides.h' 2022-11-23T01:07:20.5813800Z adding 'torch/include/c10/util/string_utils.h' 2022-11-23T01:07:20.5819706Z adding 'torch/include/c10/util/string_view.h' 2022-11-23T01:07:20.5827571Z adding 'torch/include/c10/util/strong_type.h' 2022-11-23T01:07:20.5830983Z adding 'torch/include/c10/util/tempfile.h' 2022-11-23T01:07:20.5832622Z adding 'torch/include/c10/util/thread_name.h' 2022-11-23T01:07:20.5839324Z adding 'torch/include/c10/util/typeid.h' 2022-11-23T01:07:20.5859963Z adding 'torch/include/c10/util/variant.h' 2022-11-23T01:07:20.5863630Z adding 'torch/include/c10/util/win32-headers.h' 2022-11-23T01:07:20.5896332Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2022-11-23T01:07:20.5899596Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2022-11-23T01:07:20.5901178Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2022-11-23T01:07:20.5903685Z adding 'torch/include/caffe2/serialize/inline_container.h' 2022-11-23T01:07:20.5905359Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2022-11-23T01:07:20.5907070Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2022-11-23T01:07:20.5909715Z adding 'torch/include/caffe2/serialize/versions.h' 2022-11-23T01:07:20.5916367Z adding 'torch/include/pybind11/attr.h' 2022-11-23T01:07:20.5919573Z adding 'torch/include/pybind11/buffer_info.h' 2022-11-23T01:07:20.5938327Z adding 'torch/include/pybind11/cast.h' 2022-11-23T01:07:20.5942624Z adding 'torch/include/pybind11/chrono.h' 2022-11-23T01:07:20.5944147Z adding 'torch/include/pybind11/common.h' 2022-11-23T01:07:20.5945893Z adding 'torch/include/pybind11/complex.h' 2022-11-23T01:07:20.5954476Z adding 'torch/include/pybind11/eigen.h' 2022-11-23T01:07:20.5958987Z adding 'torch/include/pybind11/embed.h' 2022-11-23T01:07:20.5961770Z adding 'torch/include/pybind11/eval.h' 2022-11-23T01:07:20.5963864Z adding 'torch/include/pybind11/functional.h' 2022-11-23T01:07:20.5966780Z adding 'torch/include/pybind11/gil.h' 2022-11-23T01:07:20.5970085Z adding 'torch/include/pybind11/iostream.h' 2022-11-23T01:07:20.5991998Z adding 'torch/include/pybind11/numpy.h' 2022-11-23T01:07:20.5996484Z adding 'torch/include/pybind11/operators.h' 2022-11-23T01:07:20.5998459Z adding 'torch/include/pybind11/options.h' 2022-11-23T01:07:20.6033386Z adding 'torch/include/pybind11/pybind11.h' 2022-11-23T01:07:20.6059993Z adding 'torch/include/pybind11/pytypes.h' 2022-11-23T01:07:20.6066108Z adding 'torch/include/pybind11/stl.h' 2022-11-23T01:07:20.6072917Z adding 'torch/include/pybind11/stl_bind.h' 2022-11-23T01:07:20.6081592Z adding 'torch/include/pybind11/detail/class.h' 2022-11-23T01:07:20.6097030Z adding 'torch/include/pybind11/detail/common.h' 2022-11-23T01:07:20.6100150Z adding 'torch/include/pybind11/detail/descr.h' 2022-11-23T01:07:20.6105198Z adding 'torch/include/pybind11/detail/init.h' 2022-11-23T01:07:20.6112235Z adding 'torch/include/pybind11/detail/internals.h' 2022-11-23T01:07:20.6125030Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2022-11-23T01:07:20.6127743Z adding 'torch/include/pybind11/detail/typeid.h' 2022-11-23T01:07:20.6133704Z adding 'torch/include/torch/custom_class.h' 2022-11-23T01:07:20.6137361Z adding 'torch/include/torch/custom_class_detail.h' 2022-11-23T01:07:20.6138962Z adding 'torch/include/torch/extension.h' 2022-11-23T01:07:20.6150069Z adding 'torch/include/torch/library.h' 2022-11-23T01:07:20.6152344Z adding 'torch/include/torch/script.h' 2022-11-23T01:07:20.6154989Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2022-11-23T01:07:20.6156548Z adding 'torch/include/torch/csrc/DataLoader.h' 2022-11-23T01:07:20.6157941Z adding 'torch/include/torch/csrc/Device.h' 2022-11-23T01:07:20.6159294Z adding 'torch/include/torch/csrc/Dtype.h' 2022-11-23T01:07:20.6160768Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2022-11-23T01:07:20.6164845Z adding 'torch/include/torch/csrc/Exceptions.h' 2022-11-23T01:07:20.6166582Z adding 'torch/include/torch/csrc/Export.h' 2022-11-23T01:07:20.6168543Z adding 'torch/include/torch/csrc/Generator.h' 2022-11-23T01:07:20.6169799Z adding 'torch/include/torch/csrc/Layout.h' 2022-11-23T01:07:20.6171206Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2022-11-23T01:07:20.6172630Z adding 'torch/include/torch/csrc/Module.h' 2022-11-23T01:07:20.6174052Z adding 'torch/include/torch/csrc/PythonTypes.h' 2022-11-23T01:07:20.6175510Z adding 'torch/include/torch/csrc/QScheme.h' 2022-11-23T01:07:20.6176817Z adding 'torch/include/torch/csrc/Size.h' 2022-11-23T01:07:20.6178511Z adding 'torch/include/torch/csrc/Storage.h' 2022-11-23T01:07:20.6180095Z adding 'torch/include/torch/csrc/StorageMethods.h' 2022-11-23T01:07:20.6180819Z adding 'torch/include/torch/csrc/StorageSharing.h' 2022-11-23T01:07:20.6182370Z adding 'torch/include/torch/csrc/Stream.h' 2022-11-23T01:07:20.6183757Z adding 'torch/include/torch/csrc/THConcat.h' 2022-11-23T01:07:20.6185262Z adding 'torch/include/torch/csrc/THP.h' 2022-11-23T01:07:20.6186673Z adding 'torch/include/torch/csrc/TypeInfo.h' 2022-11-23T01:07:20.6188124Z adding 'torch/include/torch/csrc/Types.h' 2022-11-23T01:07:20.6189621Z adding 'torch/include/torch/csrc/copy_utils.h' 2022-11-23T01:07:20.6191324Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2022-11-23T01:07:20.6192211Z adding 'torch/include/torch/csrc/python_dimname.h' 2022-11-23T01:07:20.6193683Z adding 'torch/include/torch/csrc/python_headers.h' 2022-11-23T01:07:20.6195034Z adding 'torch/include/torch/csrc/serialization.h' 2022-11-23T01:07:20.6197530Z adding 'torch/include/torch/csrc/utils.h' 2022-11-23T01:07:20.6200860Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2022-11-23T01:07:20.6202552Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2022-11-23T01:07:20.6203983Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2022-11-23T01:07:20.6205429Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2022-11-23T01:07:20.6206783Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2022-11-23T01:07:20.6209215Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2022-11-23T01:07:20.6211861Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2022-11-23T01:07:20.6214600Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2022-11-23T01:07:20.6216791Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2022-11-23T01:07:20.6218401Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2022-11-23T01:07:20.6222942Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2022-11-23T01:07:20.6225556Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2022-11-23T01:07:20.6227556Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2022-11-23T01:07:20.6228455Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2022-11-23T01:07:20.6232934Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2022-11-23T01:07:20.6236568Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2022-11-23T01:07:20.6238820Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2022-11-23T01:07:20.6240268Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2022-11-23T01:07:20.6245011Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2022-11-23T01:07:20.6247367Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2022-11-23T01:07:20.6249211Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2022-11-23T01:07:20.6251264Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2022-11-23T01:07:20.6252967Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2022-11-23T01:07:20.6255299Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2022-11-23T01:07:20.6257570Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2022-11-23T01:07:20.6259143Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2022-11-23T01:07:20.6260857Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2022-11-23T01:07:20.6263238Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2022-11-23T01:07:20.6264811Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2022-11-23T01:07:20.6266131Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2022-11-23T01:07:20.6267820Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2022-11-23T01:07:20.6271417Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2022-11-23T01:07:20.6273828Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2022-11-23T01:07:20.6275923Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2022-11-23T01:07:20.6278362Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2022-11-23T01:07:20.6284707Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2022-11-23T01:07:20.6287447Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2022-11-23T01:07:20.6289350Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2022-11-23T01:07:20.6291187Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2022-11-23T01:07:20.6293255Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2022-11-23T01:07:20.6294984Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2022-11-23T01:07:20.6297440Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2022-11-23T01:07:20.6299501Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2022-11-23T01:07:20.6301914Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2022-11-23T01:07:20.6304026Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2022-11-23T01:07:20.6305575Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2022-11-23T01:07:20.6307598Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2022-11-23T01:07:20.6309368Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2022-11-23T01:07:20.6311109Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2022-11-23T01:07:20.6312555Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2022-11-23T01:07:20.6314373Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2022-11-23T01:07:20.6316449Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2022-11-23T01:07:20.6318152Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2022-11-23T01:07:20.6319866Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2022-11-23T01:07:20.6321430Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2022-11-23T01:07:20.6323349Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2022-11-23T01:07:20.6327827Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2022-11-23T01:07:20.6330061Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2022-11-23T01:07:20.6333116Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2022-11-23T01:07:20.6334548Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2022-11-23T01:07:20.6336780Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2022-11-23T01:07:20.6343676Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2022-11-23T01:07:20.6345894Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2022-11-23T01:07:20.6347436Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2022-11-23T01:07:20.6349233Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2022-11-23T01:07:20.6351995Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2022-11-23T01:07:20.6353653Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2022-11-23T01:07:20.6359519Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2022-11-23T01:07:20.6362192Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2022-11-23T01:07:20.6364367Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2022-11-23T01:07:20.6366522Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2022-11-23T01:07:20.6368663Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2022-11-23T01:07:20.6371501Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2022-11-23T01:07:20.6373566Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2022-11-23T01:07:20.6375635Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2022-11-23T01:07:20.6377245Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2022-11-23T01:07:20.6382231Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2022-11-23T01:07:20.6385191Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2022-11-23T01:07:20.6387399Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2022-11-23T01:07:20.6389154Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2022-11-23T01:07:20.6393782Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2022-11-23T01:07:20.6397687Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2022-11-23T01:07:20.6400036Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2022-11-23T01:07:20.6402253Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2022-11-23T01:07:20.6406670Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2022-11-23T01:07:20.6409691Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2022-11-23T01:07:20.6412388Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2022-11-23T01:07:20.6415508Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2022-11-23T01:07:20.6418976Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2022-11-23T01:07:20.6421361Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2022-11-23T01:07:20.6423693Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2022-11-23T01:07:20.6426313Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2022-11-23T01:07:20.6428456Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2022-11-23T01:07:20.6430689Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2022-11-23T01:07:20.6433236Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2022-11-23T01:07:20.6438859Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2022-11-23T01:07:20.6442225Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2022-11-23T01:07:20.6445218Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2022-11-23T01:07:20.6447680Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2022-11-23T01:07:20.6452233Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2022-11-23T01:07:20.6456328Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2022-11-23T01:07:20.6459558Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2022-11-23T01:07:20.6462075Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2022-11-23T01:07:20.6464726Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2022-11-23T01:07:20.6466807Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2022-11-23T01:07:20.6468647Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2022-11-23T01:07:20.6473473Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2022-11-23T01:07:20.6476363Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2022-11-23T01:07:20.6478829Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2022-11-23T01:07:20.6481227Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2022-11-23T01:07:20.6484376Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2022-11-23T01:07:20.6487852Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2022-11-23T01:07:20.6490250Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2022-11-23T01:07:20.6493094Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2022-11-23T01:07:20.6495564Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2022-11-23T01:07:20.6500225Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2022-11-23T01:07:20.6504849Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2022-11-23T01:07:20.6507124Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2022-11-23T01:07:20.6509063Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2022-11-23T01:07:20.6511848Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2022-11-23T01:07:20.6514042Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2022-11-23T01:07:20.6515952Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2022-11-23T01:07:20.6518623Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2022-11-23T01:07:20.6520897Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2022-11-23T01:07:20.6522877Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2022-11-23T01:07:20.6524792Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2022-11-23T01:07:20.6529357Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2022-11-23T01:07:20.6532463Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2022-11-23T01:07:20.6534992Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2022-11-23T01:07:20.6537011Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2022-11-23T01:07:20.6540131Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2022-11-23T01:07:20.6542828Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2022-11-23T01:07:20.6544804Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2022-11-23T01:07:20.6546526Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2022-11-23T01:07:20.6548263Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2022-11-23T01:07:20.6550308Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2022-11-23T01:07:20.6552008Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2022-11-23T01:07:20.6556031Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2022-11-23T01:07:20.6558742Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2022-11-23T01:07:20.6560684Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2022-11-23T01:07:20.6564665Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2022-11-23T01:07:20.6567246Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2022-11-23T01:07:20.6569227Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2022-11-23T01:07:20.6571081Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2022-11-23T01:07:20.6573317Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2022-11-23T01:07:20.6576109Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2022-11-23T01:07:20.6578180Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2022-11-23T01:07:20.6581489Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2022-11-23T01:07:20.6583614Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2022-11-23T01:07:20.6585564Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2022-11-23T01:07:20.6587017Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2022-11-23T01:07:20.6588437Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2022-11-23T01:07:20.6590517Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2022-11-23T01:07:20.6592306Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2022-11-23T01:07:20.6593782Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2022-11-23T01:07:20.6600230Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2022-11-23T01:07:20.6602333Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2022-11-23T01:07:20.6606912Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2022-11-23T01:07:20.6609103Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2022-11-23T01:07:20.6611524Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2022-11-23T01:07:20.6613260Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2022-11-23T01:07:20.6614446Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2022-11-23T01:07:20.6619316Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2022-11-23T01:07:20.6621203Z adding 'torch/include/torch/csrc/autograd/edge.h' 2022-11-23T01:07:20.6624880Z adding 'torch/include/torch/csrc/autograd/engine.h' 2022-11-23T01:07:20.6628835Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2022-11-23T01:07:20.6637648Z adding 'torch/include/torch/csrc/autograd/function.h' 2022-11-23T01:07:20.6639834Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2022-11-23T01:07:20.6641563Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2022-11-23T01:07:20.6644361Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2022-11-23T01:07:20.6646491Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2022-11-23T01:07:20.6648874Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2022-11-23T01:07:20.6651045Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2022-11-23T01:07:20.6652614Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2022-11-23T01:07:20.6655214Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2022-11-23T01:07:20.6659374Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2022-11-23T01:07:20.6661344Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2022-11-23T01:07:20.6663125Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2022-11-23T01:07:20.6664625Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2022-11-23T01:07:20.6667153Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2022-11-23T01:07:20.6668610Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2022-11-23T01:07:20.6670130Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2022-11-23T01:07:20.6671506Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2022-11-23T01:07:20.6673855Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2022-11-23T01:07:20.6675661Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2022-11-23T01:07:20.6677340Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2022-11-23T01:07:20.6678716Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2022-11-23T01:07:20.6679833Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2022-11-23T01:07:20.6681233Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2022-11-23T01:07:20.6682641Z adding 'torch/include/torch/csrc/autograd/python_return_types.h' 2022-11-23T01:07:20.6684106Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2022-11-23T01:07:20.6685584Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2022-11-23T01:07:20.6687145Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2022-11-23T01:07:20.6688335Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2022-11-23T01:07:20.6690241Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2022-11-23T01:07:20.6691765Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2022-11-23T01:07:20.6693382Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2022-11-23T01:07:20.6695696Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2022-11-23T01:07:20.6697244Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2022-11-23T01:07:20.6698888Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2022-11-23T01:07:20.6708811Z adding 'torch/include/torch/csrc/autograd/variable.h' 2022-11-23T01:07:20.6714138Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2022-11-23T01:07:20.6716302Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2022-11-23T01:07:20.6718052Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2022-11-23T01:07:20.6719576Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2022-11-23T01:07:20.6721734Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2022-11-23T01:07:20.6723823Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2022-11-23T01:07:20.6747110Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2022-11-23T01:07:20.6754233Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2022-11-23T01:07:20.6755719Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2022-11-23T01:07:20.6760656Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2022-11-23T01:07:20.6763733Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2022-11-23T01:07:20.6765588Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2022-11-23T01:07:20.6767283Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2022-11-23T01:07:20.6768868Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2022-11-23T01:07:20.6770417Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2022-11-23T01:07:20.6772340Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2022-11-23T01:07:20.6774281Z adding 'torch/include/torch/csrc/cuda/Event.h' 2022-11-23T01:07:20.6775849Z adding 'torch/include/torch/csrc/cuda/Module.h' 2022-11-23T01:07:20.6777365Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2022-11-23T01:07:20.6778715Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2022-11-23T01:07:20.6780269Z adding 'torch/include/torch/csrc/cuda/comm.h' 2022-11-23T01:07:20.6781670Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2022-11-23T01:07:20.6783106Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2022-11-23T01:07:20.6785333Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2022-11-23T01:07:20.6787331Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2022-11-23T01:07:20.6788590Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2022-11-23T01:07:20.6792049Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2022-11-23T01:07:20.6794036Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2022-11-23T01:07:20.6795682Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2022-11-23T01:07:20.6798057Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2022-11-23T01:07:20.6801092Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2022-11-23T01:07:20.6803169Z adding 'torch/include/torch/csrc/distributed/c10d/Ops.hpp' 2022-11-23T01:07:20.6805439Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2022-11-23T01:07:20.6807256Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2022-11-23T01:07:20.6810401Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2022-11-23T01:07:20.6814932Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2022-11-23T01:07:20.6818611Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2022-11-23T01:07:20.6826654Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2022-11-23T01:07:20.6829159Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2022-11-23T01:07:20.6832444Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2022-11-23T01:07:20.6834726Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2022-11-23T01:07:20.6836709Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2022-11-23T01:07:20.6838543Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2022-11-23T01:07:20.6840505Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2022-11-23T01:07:20.6843186Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2022-11-23T01:07:20.6845577Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2022-11-23T01:07:20.6847142Z adding 'torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp' 2022-11-23T01:07:20.6848861Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2022-11-23T01:07:20.6851130Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2022-11-23T01:07:20.6852866Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2022-11-23T01:07:20.6858352Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2022-11-23T01:07:20.6860339Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2022-11-23T01:07:20.6862645Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2022-11-23T01:07:20.6864087Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2022-11-23T01:07:20.6866173Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2022-11-23T01:07:20.6867736Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2022-11-23T01:07:20.6869313Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2022-11-23T01:07:20.6870842Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2022-11-23T01:07:20.6872302Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2022-11-23T01:07:20.6874497Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2022-11-23T01:07:20.6876212Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2022-11-23T01:07:20.6877829Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2022-11-23T01:07:20.6885504Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2022-11-23T01:07:20.6887987Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2022-11-23T01:07:20.6889865Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2022-11-23T01:07:20.6891729Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2022-11-23T01:07:20.6893945Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2022-11-23T01:07:20.6897689Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2022-11-23T01:07:20.6899558Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2022-11-23T01:07:20.6901059Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2022-11-23T01:07:20.6902742Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2022-11-23T01:07:20.6904351Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2022-11-23T01:07:20.6906011Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2022-11-23T01:07:20.6908463Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2022-11-23T01:07:20.6910232Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2022-11-23T01:07:20.6911994Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2022-11-23T01:07:20.6913898Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2022-11-23T01:07:20.6915365Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2022-11-23T01:07:20.6919925Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2022-11-23T01:07:20.6921911Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2022-11-23T01:07:20.6927473Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2022-11-23T01:07:20.6933572Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2022-11-23T01:07:20.6936529Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2022-11-23T01:07:20.6938532Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2022-11-23T01:07:20.6940409Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2022-11-23T01:07:20.6942034Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2022-11-23T01:07:20.6947593Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2022-11-23T01:07:20.6950567Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2022-11-23T01:07:20.6952471Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2022-11-23T01:07:20.6954259Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2022-11-23T01:07:20.6956073Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2022-11-23T01:07:20.6957887Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2022-11-23T01:07:20.6960097Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2022-11-23T01:07:20.6962826Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2022-11-23T01:07:20.6964736Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2022-11-23T01:07:20.6966361Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2022-11-23T01:07:20.6970584Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2022-11-23T01:07:20.6973838Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2022-11-23T01:07:20.6976148Z adding 'torch/include/torch/csrc/jit/api/method.h' 2022-11-23T01:07:20.6983038Z adding 'torch/include/torch/csrc/jit/api/module.h' 2022-11-23T01:07:20.6986269Z adding 'torch/include/torch/csrc/jit/api/object.h' 2022-11-23T01:07:20.6988976Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2022-11-23T01:07:20.6992035Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2022-11-23T01:07:20.6994158Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2022-11-23T01:07:20.6995906Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2022-11-23T01:07:20.6997879Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2022-11-23T01:07:20.6999448Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2022-11-23T01:07:20.7001134Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2022-11-23T01:07:20.7002596Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2022-11-23T01:07:20.7004189Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2022-11-23T01:07:20.7010691Z adding 'torch/include/torch/csrc/jit/codegen/cuda/arith.h' 2022-11-23T01:07:20.7013015Z adding 'torch/include/torch/csrc/jit/codegen/cuda/codegen.h' 2022-11-23T01:07:20.7014676Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at.h' 2022-11-23T01:07:20.7018568Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h' 2022-11-23T01:07:20.7022769Z adding 'torch/include/torch/csrc/jit/codegen/cuda/contiguity.h' 2022-11-23T01:07:20.7026401Z adding 'torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h' 2022-11-23T01:07:20.7029902Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dispatch.h' 2022-11-23T01:07:20.7034044Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h' 2022-11-23T01:07:20.7038310Z adding 'torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h' 2022-11-23T01:07:20.7042167Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor.h' 2022-11-23T01:07:20.7046173Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h' 2022-11-23T01:07:20.7048622Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h' 2022-11-23T01:07:20.7052119Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h' 2022-11-23T01:07:20.7054358Z adding 'torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h' 2022-11-23T01:07:20.7058319Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion.h' 2022-11-23T01:07:20.7065231Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h' 2022-11-23T01:07:20.7067710Z adding 'torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h' 2022-11-23T01:07:20.7072506Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_compute.h' 2022-11-23T01:07:20.7074912Z adding 'torch/include/torch/csrc/jit/codegen/cuda/inlining.h' 2022-11-23T01:07:20.7077041Z adding 'torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h' 2022-11-23T01:07:20.7079090Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2022-11-23T01:07:20.7080618Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h' 2022-11-23T01:07:20.7085556Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h' 2022-11-23T01:07:20.7088214Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h' 2022-11-23T01:07:20.7090467Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h' 2022-11-23T01:07:20.7093213Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_container.h' 2022-11-23T01:07:20.7095658Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h' 2022-11-23T01:07:20.7101957Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h' 2022-11-23T01:07:20.7117418Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h' 2022-11-23T01:07:20.7120917Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h' 2022-11-23T01:07:20.7122778Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h' 2022-11-23T01:07:20.7126011Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h' 2022-11-23T01:07:20.7130451Z adding 'torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h' 2022-11-23T01:07:20.7133962Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel.h' 2022-11-23T01:07:20.7140013Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h' 2022-11-23T01:07:20.7142271Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h' 2022-11-23T01:07:20.7148019Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h' 2022-11-23T01:07:20.7150997Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h' 2022-11-23T01:07:20.7153938Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower2device.h' 2022-11-23T01:07:20.7155866Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h' 2022-11-23T01:07:20.7157448Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h' 2022-11-23T01:07:20.7159243Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h' 2022-11-23T01:07:20.7160921Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h' 2022-11-23T01:07:20.7164642Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h' 2022-11-23T01:07:20.7166270Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h' 2022-11-23T01:07:20.7167893Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h' 2022-11-23T01:07:20.7169475Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h' 2022-11-23T01:07:20.7171902Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index.h' 2022-11-23T01:07:20.7175519Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h' 2022-11-23T01:07:20.7178370Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h' 2022-11-23T01:07:20.7179925Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h' 2022-11-23T01:07:20.7181398Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h' 2022-11-23T01:07:20.7182961Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h' 2022-11-23T01:07:20.7184888Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h' 2022-11-23T01:07:20.7187066Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h' 2022-11-23T01:07:20.7188512Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h' 2022-11-23T01:07:20.7190380Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h' 2022-11-23T01:07:20.7191844Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h' 2022-11-23T01:07:20.7194964Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h' 2022-11-23T01:07:20.7197094Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h' 2022-11-23T01:07:20.7199422Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h' 2022-11-23T01:07:20.7201354Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h' 2022-11-23T01:07:20.7203191Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h' 2022-11-23T01:07:20.7205080Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h' 2022-11-23T01:07:20.7208638Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h' 2022-11-23T01:07:20.7210901Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h' 2022-11-23T01:07:20.7212465Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h' 2022-11-23T01:07:20.7214085Z adding 'torch/include/torch/csrc/jit/codegen/cuda/manager.h' 2022-11-23T01:07:20.7217712Z adding 'torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h' 2022-11-23T01:07:20.7220880Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mma_type.h' 2022-11-23T01:07:20.7222585Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mutator.h' 2022-11-23T01:07:20.7224511Z adding 'torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h' 2022-11-23T01:07:20.7226420Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h' 2022-11-23T01:07:20.7229060Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h' 2022-11-23T01:07:20.7230950Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parser.h' 2022-11-23T01:07:20.7232540Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h' 2022-11-23T01:07:20.7234043Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partition.h' 2022-11-23T01:07:20.7236465Z adding 'torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h' 2022-11-23T01:07:20.7241389Z adding 'torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h' 2022-11-23T01:07:20.7245783Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h' 2022-11-23T01:07:20.7248664Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h' 2022-11-23T01:07:20.7250386Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h' 2022-11-23T01:07:20.7252580Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_view.h' 2022-11-23T01:07:20.7256850Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type.h' 2022-11-23T01:07:20.7258501Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_inference.h' 2022-11-23T01:07:20.7260244Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h' 2022-11-23T01:07:20.7262851Z adding 'torch/include/torch/csrc/jit/codegen/cuda/utils.h' 2022-11-23T01:07:20.7264519Z adding 'torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h' 2022-11-23T01:07:20.7266444Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h' 2022-11-23T01:07:20.7268261Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h' 2022-11-23T01:07:20.7269696Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h' 2022-11-23T01:07:20.7271569Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h' 2022-11-23T01:07:20.7273463Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h' 2022-11-23T01:07:20.7276876Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h' 2022-11-23T01:07:20.7278677Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h' 2022-11-23T01:07:20.7280295Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h' 2022-11-23T01:07:20.7281868Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h' 2022-11-23T01:07:20.7284823Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h' 2022-11-23T01:07:20.7286592Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h' 2022-11-23T01:07:20.7290017Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h' 2022-11-23T01:07:20.7292454Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h' 2022-11-23T01:07:20.7294529Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h' 2022-11-23T01:07:20.7296340Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h' 2022-11-23T01:07:20.7299799Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h' 2022-11-23T01:07:20.7301882Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h' 2022-11-23T01:07:20.7305172Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h' 2022-11-23T01:07:20.7308342Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h' 2022-11-23T01:07:20.7310997Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h' 2022-11-23T01:07:20.7318436Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h' 2022-11-23T01:07:20.7320978Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h' 2022-11-23T01:07:20.7323127Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2022-11-23T01:07:20.7324838Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2022-11-23T01:07:20.7328279Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2022-11-23T01:07:20.7330259Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2022-11-23T01:07:20.7331886Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2022-11-23T01:07:20.7333797Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2022-11-23T01:07:20.7335469Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2022-11-23T01:07:20.7337177Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2022-11-23T01:07:20.7338901Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2022-11-23T01:07:20.7340420Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2022-11-23T01:07:20.7346161Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2022-11-23T01:07:20.7348533Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2022-11-23T01:07:20.7350168Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2022-11-23T01:07:20.7352109Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2022-11-23T01:07:20.7353743Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2022-11-23T01:07:20.7355562Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2022-11-23T01:07:20.7357119Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2022-11-23T01:07:20.7359015Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2022-11-23T01:07:20.7360714Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2022-11-23T01:07:20.7362500Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2022-11-23T01:07:20.7366633Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2022-11-23T01:07:20.7368728Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2022-11-23T01:07:20.7370166Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2022-11-23T01:07:20.7377788Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2022-11-23T01:07:20.7382238Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2022-11-23T01:07:20.7385481Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2022-11-23T01:07:20.7393580Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2022-11-23T01:07:20.7396106Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2022-11-23T01:07:20.7400708Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2022-11-23T01:07:20.7403232Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2022-11-23T01:07:20.7405248Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2022-11-23T01:07:20.7407612Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2022-11-23T01:07:20.7424732Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2022-11-23T01:07:20.7428427Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2022-11-23T01:07:20.7430134Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2022-11-23T01:07:20.7431997Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2022-11-23T01:07:20.7433489Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2022-11-23T01:07:20.7436079Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2022-11-23T01:07:20.7439400Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2022-11-23T01:07:20.7441011Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2022-11-23T01:07:20.7443111Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2022-11-23T01:07:20.7444926Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2022-11-23T01:07:20.7447640Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2022-11-23T01:07:20.7450078Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2022-11-23T01:07:20.7452107Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2022-11-23T01:07:20.7453980Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2022-11-23T01:07:20.7456274Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2022-11-23T01:07:20.7457946Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2022-11-23T01:07:20.7459432Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2022-11-23T01:07:20.7460838Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2022-11-23T01:07:20.7462227Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2022-11-23T01:07:20.7464623Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2022-11-23T01:07:20.7466744Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2022-11-23T01:07:20.7468341Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2022-11-23T01:07:20.7469886Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2022-11-23T01:07:20.7471221Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2022-11-23T01:07:20.7473271Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2022-11-23T01:07:20.7474765Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2022-11-23T01:07:20.7476281Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2022-11-23T01:07:20.7477982Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2022-11-23T01:07:20.7479531Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2022-11-23T01:07:20.7481071Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2022-11-23T01:07:20.7483365Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2022-11-23T01:07:20.7484907Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2022-11-23T01:07:20.7486367Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2022-11-23T01:07:20.7488166Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2022-11-23T01:07:20.7489570Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2022-11-23T01:07:20.7491113Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2022-11-23T01:07:20.7493152Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2022-11-23T01:07:20.7494032Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2022-11-23T01:07:20.7495747Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2022-11-23T01:07:20.7497395Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2022-11-23T01:07:20.7498830Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2022-11-23T01:07:20.7500260Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2022-11-23T01:07:20.7501634Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2022-11-23T01:07:20.7503381Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2022-11-23T01:07:20.7504947Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2022-11-23T01:07:20.7506416Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2022-11-23T01:07:20.7508023Z adding 'torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h' 2022-11-23T01:07:20.7509689Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2022-11-23T01:07:20.7511082Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2022-11-23T01:07:20.7512651Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2022-11-23T01:07:20.7514153Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2022-11-23T01:07:20.7515576Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2022-11-23T01:07:20.7517158Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2022-11-23T01:07:20.7518721Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2022-11-23T01:07:20.7520255Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2022-11-23T01:07:20.7521788Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2022-11-23T01:07:20.7523207Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2022-11-23T01:07:20.7524668Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2022-11-23T01:07:20.7526216Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2022-11-23T01:07:20.7527707Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2022-11-23T01:07:20.7529040Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2022-11-23T01:07:20.7530593Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2022-11-23T01:07:20.7532253Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2022-11-23T01:07:20.7533855Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2022-11-23T01:07:20.7535631Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2022-11-23T01:07:20.7537555Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2022-11-23T01:07:20.7539172Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2022-11-23T01:07:20.7540761Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2022-11-23T01:07:20.7542223Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2022-11-23T01:07:20.7543745Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2022-11-23T01:07:20.7545331Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2022-11-23T01:07:20.7546763Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2022-11-23T01:07:20.7548324Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2022-11-23T01:07:20.7576164Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2022-11-23T01:07:20.7576443Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2022-11-23T01:07:20.7576714Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2022-11-23T01:07:20.7577523Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2022-11-23T01:07:20.7577835Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2022-11-23T01:07:20.7578164Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2022-11-23T01:07:20.7578467Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2022-11-23T01:07:20.7578771Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2022-11-23T01:07:20.7579042Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2022-11-23T01:07:20.7579206Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2022-11-23T01:07:20.7579451Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2022-11-23T01:07:20.7579627Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2022-11-23T01:07:20.7579810Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2022-11-23T01:07:20.7579979Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2022-11-23T01:07:20.7580226Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2022-11-23T01:07:20.7580555Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2022-11-23T01:07:20.7580787Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2022-11-23T01:07:20.7581171Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2022-11-23T01:07:20.7581529Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2022-11-23T01:07:20.7581875Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2022-11-23T01:07:20.7582719Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2022-11-23T01:07:20.7584257Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2022-11-23T01:07:20.7585580Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2022-11-23T01:07:20.7587157Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2022-11-23T01:07:20.7588542Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2022-11-23T01:07:20.7590071Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2022-11-23T01:07:20.7592032Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2022-11-23T01:07:20.7593678Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2022-11-23T01:07:20.7595017Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2022-11-23T01:07:20.7596766Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2022-11-23T01:07:20.7598181Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2022-11-23T01:07:20.7599731Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2022-11-23T01:07:20.7601218Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2022-11-23T01:07:20.7603463Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2022-11-23T01:07:20.7605309Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2022-11-23T01:07:20.7606916Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2022-11-23T01:07:20.7608902Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2022-11-23T01:07:20.7610749Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2022-11-23T01:07:20.7612446Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2022-11-23T01:07:20.7614224Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2022-11-23T01:07:20.7615925Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2022-11-23T01:07:20.7617600Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2022-11-23T01:07:20.7619051Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2022-11-23T01:07:20.7621074Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2022-11-23T01:07:20.7622896Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2022-11-23T01:07:20.7624414Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2022-11-23T01:07:20.7627121Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2022-11-23T01:07:20.7629169Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2022-11-23T01:07:20.7630960Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2022-11-23T01:07:20.7638834Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2022-11-23T01:07:20.7641709Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2022-11-23T01:07:20.7643233Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2022-11-23T01:07:20.7645162Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2022-11-23T01:07:20.7647845Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2022-11-23T01:07:20.7649731Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2022-11-23T01:07:20.7651269Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2022-11-23T01:07:20.7653337Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2022-11-23T01:07:20.7655473Z adding 'torch/include/torch/csrc/jit/python/init.h' 2022-11-23T01:07:20.7657069Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2022-11-23T01:07:20.7659849Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2022-11-23T01:07:20.7670684Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2022-11-23T01:07:20.7673828Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2022-11-23T01:07:20.7675422Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2022-11-23T01:07:20.7677354Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2022-11-23T01:07:20.7679079Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2022-11-23T01:07:20.7681222Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2022-11-23T01:07:20.7683702Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2022-11-23T01:07:20.7686942Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2022-11-23T01:07:20.7688798Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2022-11-23T01:07:20.7690276Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2022-11-23T01:07:20.7691615Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2022-11-23T01:07:20.7693048Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2022-11-23T01:07:20.7698705Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2022-11-23T01:07:20.7701396Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2022-11-23T01:07:20.7703420Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2022-11-23T01:07:20.7705055Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2022-11-23T01:07:20.7706656Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2022-11-23T01:07:20.7708509Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2022-11-23T01:07:20.7709793Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2022-11-23T01:07:20.7712059Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2022-11-23T01:07:20.7714411Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2022-11-23T01:07:20.7716917Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2022-11-23T01:07:20.7719584Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2022-11-23T01:07:20.7722234Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2022-11-23T01:07:20.7724035Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2022-11-23T01:07:20.7725494Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2022-11-23T01:07:20.7727368Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2022-11-23T01:07:20.7730920Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2022-11-23T01:07:20.7732821Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2022-11-23T01:07:20.7734290Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2022-11-23T01:07:20.7736381Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2022-11-23T01:07:20.7739749Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2022-11-23T01:07:20.7746912Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2022-11-23T01:07:20.7749704Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2022-11-23T01:07:20.7751273Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2022-11-23T01:07:20.7752784Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2022-11-23T01:07:20.7754081Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2022-11-23T01:07:20.7755536Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2022-11-23T01:07:20.7757321Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2022-11-23T01:07:20.7758887Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2022-11-23T01:07:20.7760362Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2022-11-23T01:07:20.7761810Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2022-11-23T01:07:20.7763232Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2022-11-23T01:07:20.7765515Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2022-11-23T01:07:20.7769293Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2022-11-23T01:07:20.7771375Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2022-11-23T01:07:20.7773604Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2022-11-23T01:07:20.7775130Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2022-11-23T01:07:20.7777372Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2022-11-23T01:07:20.7778845Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2022-11-23T01:07:20.7780274Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2022-11-23T01:07:20.7781782Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2022-11-23T01:07:20.7783376Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2022-11-23T01:07:20.7785037Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2022-11-23T01:07:20.7786984Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2022-11-23T01:07:20.7803457Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2022-11-23T01:07:20.7807381Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2022-11-23T01:07:20.7809479Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2022-11-23T01:07:20.7813498Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2022-11-23T01:07:20.7815874Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2022-11-23T01:07:20.7817762Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2022-11-23T01:07:20.7819320Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2022-11-23T01:07:20.7821112Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2022-11-23T01:07:20.7822677Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2022-11-23T01:07:20.7825630Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2022-11-23T01:07:20.7829049Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2022-11-23T01:07:20.7831458Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2022-11-23T01:07:20.7833213Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2022-11-23T01:07:20.7835460Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2022-11-23T01:07:20.7838164Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2022-11-23T01:07:20.7840163Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2022-11-23T01:07:20.7841594Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2022-11-23T01:07:20.7844348Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2022-11-23T01:07:20.7846369Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2022-11-23T01:07:20.7849498Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2022-11-23T01:07:20.7851420Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2022-11-23T01:07:20.7855704Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2022-11-23T01:07:20.7857856Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2022-11-23T01:07:20.7859411Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2022-11-23T01:07:20.7861080Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2022-11-23T01:07:20.7862958Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2022-11-23T01:07:20.7865297Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2022-11-23T01:07:20.7867663Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2022-11-23T01:07:20.7870568Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2022-11-23T01:07:20.7872225Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2022-11-23T01:07:20.7877334Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2022-11-23T01:07:20.7879545Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2022-11-23T01:07:20.7881108Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2022-11-23T01:07:20.7883022Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2022-11-23T01:07:20.7887097Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2022-11-23T01:07:20.7889022Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2022-11-23T01:07:20.7890572Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2022-11-23T01:07:20.7894780Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2022-11-23T01:07:20.7897426Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2022-11-23T01:07:20.7899204Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2022-11-23T01:07:20.7905583Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2022-11-23T01:07:20.7907620Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2022-11-23T01:07:20.7909116Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2022-11-23T01:07:20.7913141Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2022-11-23T01:07:20.7916156Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2022-11-23T01:07:20.7920497Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2022-11-23T01:07:20.7926421Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2022-11-23T01:07:20.7930494Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2022-11-23T01:07:20.7933999Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2022-11-23T01:07:20.7934366Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2022-11-23T01:07:20.7936270Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2022-11-23T01:07:20.7938004Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2022-11-23T01:07:20.7939974Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2022-11-23T01:07:20.7941464Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2022-11-23T01:07:20.7943158Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2022-11-23T01:07:20.7944681Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2022-11-23T01:07:20.7946020Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2022-11-23T01:07:20.7947570Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2022-11-23T01:07:20.7949255Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2022-11-23T01:07:20.7950730Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2022-11-23T01:07:20.7952125Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2022-11-23T01:07:20.7954106Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2022-11-23T01:07:20.7955532Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2022-11-23T01:07:20.7957548Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2022-11-23T01:07:20.7959339Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2022-11-23T01:07:20.7961729Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2022-11-23T01:07:20.7963729Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2022-11-23T01:07:20.7966260Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2022-11-23T01:07:20.7967742Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2022-11-23T01:07:20.7969344Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2022-11-23T01:07:20.7970943Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2022-11-23T01:07:20.7973606Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2022-11-23T01:07:20.7975743Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2022-11-23T01:07:20.7978994Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2022-11-23T01:07:20.7981364Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2022-11-23T01:07:20.7982875Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2022-11-23T01:07:20.7984386Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2022-11-23T01:07:20.7985858Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2022-11-23T01:07:20.7989112Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2022-11-23T01:07:20.7992266Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2022-11-23T01:07:20.7994245Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2022-11-23T01:07:20.7996033Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2022-11-23T01:07:20.7997844Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2022-11-23T01:07:20.8000989Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2022-11-23T01:07:20.8004725Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2022-11-23T01:07:20.8006782Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2022-11-23T01:07:20.8008768Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2022-11-23T01:07:20.8010489Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2022-11-23T01:07:20.8012475Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2022-11-23T01:07:20.8014184Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2022-11-23T01:07:20.8016416Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2022-11-23T01:07:20.8018347Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2022-11-23T01:07:20.8020113Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2022-11-23T01:07:20.8021680Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2022-11-23T01:07:20.8023522Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2022-11-23T01:07:20.8025299Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2022-11-23T01:07:20.8027326Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2022-11-23T01:07:20.8028905Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2022-11-23T01:07:20.8030522Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2022-11-23T01:07:20.8032217Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2022-11-23T01:07:20.8033875Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2022-11-23T01:07:20.8036193Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2022-11-23T01:07:20.8038515Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2022-11-23T01:07:20.8040223Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2022-11-23T01:07:20.8042037Z adding 'torch/include/torch/csrc/onnx/init.h' 2022-11-23T01:07:20.8043612Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2022-11-23T01:07:20.8045315Z adding 'torch/include/torch/csrc/profiler/api.h' 2022-11-23T01:07:20.8050242Z adding 'torch/include/torch/csrc/profiler/collection.h' 2022-11-23T01:07:20.8053539Z adding 'torch/include/torch/csrc/profiler/containers.h' 2022-11-23T01:07:20.8056072Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2022-11-23T01:07:20.8057895Z adding 'torch/include/torch/csrc/profiler/events.h' 2022-11-23T01:07:20.8060009Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2022-11-23T01:07:20.8061715Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2022-11-23T01:07:20.8063643Z adding 'torch/include/torch/csrc/profiler/perf.h' 2022-11-23T01:07:20.8066537Z adding 'torch/include/torch/csrc/profiler/util.h' 2022-11-23T01:07:20.8069150Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2022-11-23T01:07:20.8071109Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2022-11-23T01:07:20.8072908Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2022-11-23T01:07:20.8074916Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2022-11-23T01:07:20.8077180Z adding 'torch/include/torch/csrc/utils/auto_gil.h' 2022-11-23T01:07:20.8078850Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2022-11-23T01:07:20.8080457Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2022-11-23T01:07:20.8081762Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2022-11-23T01:07:20.8083082Z adding 'torch/include/torch/csrc/utils/cuda_lazy_init.h' 2022-11-23T01:07:20.8084672Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2022-11-23T01:07:20.8086035Z adding 'torch/include/torch/csrc/utils/init.h' 2022-11-23T01:07:20.8087300Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2022-11-23T01:07:20.8088766Z adding 'torch/include/torch/csrc/utils/memory.h' 2022-11-23T01:07:20.8090116Z adding 'torch/include/torch/csrc/utils/nested.h' 2022-11-23T01:07:20.8091529Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2022-11-23T01:07:20.8093247Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2022-11-23T01:07:20.8094649Z adding 'torch/include/torch/csrc/utils/out_types.h' 2022-11-23T01:07:20.8097859Z adding 'torch/include/torch/csrc/utils/pybind.h' 2022-11-23T01:07:20.8099700Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2022-11-23T01:07:20.8108930Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2022-11-23T01:07:20.8111896Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2022-11-23T01:07:20.8113475Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2022-11-23T01:07:20.8115612Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2022-11-23T01:07:20.8117658Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2022-11-23T01:07:20.8120045Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2022-11-23T01:07:20.8121490Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2022-11-23T01:07:20.8123472Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2022-11-23T01:07:20.8140450Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2022-11-23T01:07:20.8140750Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2022-11-23T01:07:20.8140974Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2022-11-23T01:07:20.8141187Z adding 'torch/include/torch/csrc/utils/six.h' 2022-11-23T01:07:20.8141399Z adding 'torch/include/torch/csrc/utils/structseq.h' 2022-11-23T01:07:20.8141672Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2022-11-23T01:07:20.8141880Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2022-11-23T01:07:20.8142035Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2022-11-23T01:07:20.8142201Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2022-11-23T01:07:20.8142370Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2022-11-23T01:07:20.8142618Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2022-11-23T01:07:20.8142787Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2022-11-23T01:07:20.8143519Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2022-11-23T01:07:20.8144944Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2022-11-23T01:07:20.8146528Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2022-11-23T01:07:20.8148985Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2022-11-23T01:07:20.8151946Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2022-11-23T01:07:20.8153708Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2022-11-23T01:07:20.8156017Z adding 'torch/include/torch/csrc/utils/variadic.h' 2022-11-23T01:07:20.8159920Z adding 'torch/jit/__init__.py' 2022-11-23T01:07:20.8162287Z adding 'torch/jit/_async.py' 2022-11-23T01:07:20.8164965Z adding 'torch/jit/_builtins.py' 2022-11-23T01:07:20.8168394Z adding 'torch/jit/_check.py' 2022-11-23T01:07:20.8171499Z adding 'torch/jit/_dataclass_impls.py' 2022-11-23T01:07:20.8173263Z adding 'torch/jit/_decomposition_utils.py' 2022-11-23T01:07:20.8175594Z adding 'torch/jit/_decompositions.py' 2022-11-23T01:07:20.8179077Z adding 'torch/jit/_freeze.py' 2022-11-23T01:07:20.8182281Z adding 'torch/jit/_fuser.py' 2022-11-23T01:07:20.8183892Z adding 'torch/jit/_ir_utils.py' 2022-11-23T01:07:20.8185329Z adding 'torch/jit/_logging.py' 2022-11-23T01:07:20.8188313Z adding 'torch/jit/_monkeytype_config.py' 2022-11-23T01:07:20.8190029Z adding 'torch/jit/_pickle.py' 2022-11-23T01:07:20.8202298Z adding 'torch/jit/_recursive.py' 2022-11-23T01:07:20.8222416Z adding 'torch/jit/_script.py' 2022-11-23T01:07:20.8227156Z adding 'torch/jit/_serialization.py' 2022-11-23T01:07:20.8237926Z adding 'torch/jit/_shape_functions.py' 2022-11-23T01:07:20.8241156Z adding 'torch/jit/_state.py' 2022-11-23T01:07:20.8255825Z adding 'torch/jit/_trace.py' 2022-11-23T01:07:20.8262475Z adding 'torch/jit/annotations.py' 2022-11-23T01:07:20.8274688Z adding 'torch/jit/frontend.py' 2022-11-23T01:07:20.8277508Z adding 'torch/jit/generate_bytecode.py' 2022-11-23T01:07:20.8282615Z adding 'torch/jit/quantized.py' 2022-11-23T01:07:20.8286614Z adding 'torch/jit/supported_ops.py' 2022-11-23T01:07:20.8288826Z adding 'torch/jit/unsupported_tensor_ops.py' 2022-11-23T01:07:20.8290320Z adding 'torch/jit/_passes/__init__.py' 2022-11-23T01:07:20.8292136Z adding 'torch/jit/_passes/_property_propagation.py' 2022-11-23T01:07:20.8295054Z adding 'torch/jit/mobile/__init__.py' 2022-11-23T01:07:20.8430756Z adding 'torch/lib/libbackend_with_compiler.so' 2022-11-23T01:07:20.8781772Z adding 'torch/lib/libc10.so' 2022-11-23T01:07:20.9030551Z adding 'torch/lib/libc10_cuda.so' 2022-11-23T01:07:20.9048800Z adding 'torch/lib/libc10d_cuda_test.so' 2022-11-23T01:07:20.9053964Z adding 'torch/lib/libcaffe2_nvrtc.so' 2022-11-23T01:07:20.9153086Z adding 'torch/lib/libjitbackend_test.so' 2022-11-23T01:07:20.9171791Z adding 'torch/lib/libshm.so' 2022-11-23T01:07:20.9176650Z adding 'torch/lib/libtorch.so' 2022-11-23T01:07:30.6136895Z adding 'torch/lib/libtorch_cpu.so' 2022-11-23T01:07:40.7977210Z adding 'torch/lib/libtorch_cuda.so' 2022-11-23T01:07:45.9845703Z adding 'torch/lib/libtorch_cuda_linalg.so' 2022-11-23T01:07:46.1662528Z adding 'torch/lib/libtorch_global_deps.so' 2022-11-23T01:07:46.9699233Z adding 'torch/lib/libtorch_python.so' 2022-11-23T01:07:47.0385490Z adding 'torch/lib/libtorchbind_test.so' 2022-11-23T01:07:47.0430908Z adding 'torch/linalg/__init__.py' 2022-11-23T01:07:47.0436168Z adding 'torch/masked/__init__.py' 2022-11-23T01:07:47.0441288Z adding 'torch/masked/_docs.py' 2022-11-23T01:07:47.0458294Z adding 'torch/masked/_ops.py' 2022-11-23T01:07:47.0462491Z adding 'torch/masked/maskedtensor/__init__.py' 2022-11-23T01:07:47.0466619Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2022-11-23T01:07:47.0470134Z adding 'torch/masked/maskedtensor/binary.py' 2022-11-23T01:07:47.0474734Z adding 'torch/masked/maskedtensor/core.py' 2022-11-23T01:07:47.0476949Z adding 'torch/masked/maskedtensor/creation.py' 2022-11-23T01:07:47.0478836Z adding 'torch/masked/maskedtensor/passthrough.py' 2022-11-23T01:07:47.0481957Z adding 'torch/masked/maskedtensor/reductions.py' 2022-11-23T01:07:47.0484762Z adding 'torch/masked/maskedtensor/unary.py' 2022-11-23T01:07:47.0487158Z adding 'torch/monitor/__init__.py' 2022-11-23T01:07:47.0489935Z adding 'torch/multiprocessing/__init__.py' 2022-11-23T01:07:47.0491657Z adding 'torch/multiprocessing/_atfork.py' 2022-11-23T01:07:47.0494304Z adding 'torch/multiprocessing/pool.py' 2022-11-23T01:07:47.0496490Z adding 'torch/multiprocessing/queue.py' 2022-11-23T01:07:47.0502395Z adding 'torch/multiprocessing/reductions.py' 2022-11-23T01:07:47.0506750Z adding 'torch/multiprocessing/spawn.py' 2022-11-23T01:07:47.0510094Z adding 'torch/nested/__init__.py' 2022-11-23T01:07:47.0512955Z adding 'torch/nn/__init__.py' 2022-11-23T01:07:47.0514964Z adding 'torch/nn/_reduction.py' 2022-11-23T01:07:47.0517388Z adding 'torch/nn/common_types.py' 2022-11-23T01:07:47.0519926Z adding 'torch/nn/cpp.py' 2022-11-23T01:07:47.0572910Z adding 'torch/nn/functional.py' 2022-11-23T01:07:47.0581810Z adding 'torch/nn/functional.pyi' 2022-11-23T01:07:47.0584028Z adding 'torch/nn/grad.py' 2022-11-23T01:07:47.0589485Z adding 'torch/nn/init.py' 2022-11-23T01:07:47.0593051Z adding 'torch/nn/parameter.py' 2022-11-23T01:07:47.0594644Z adding 'torch/nn/parameter.pyi' 2022-11-23T01:07:47.0596145Z adding 'torch/nn/backends/__init__.py' 2022-11-23T01:07:47.0597881Z adding 'torch/nn/backends/thnn.py' 2022-11-23T01:07:47.0599273Z adding 'torch/nn/intrinsic/__init__.py' 2022-11-23T01:07:47.0601155Z adding 'torch/nn/intrinsic/modules/__init__.py' 2022-11-23T01:07:47.0602405Z adding 'torch/nn/intrinsic/modules/fused.py' 2022-11-23T01:07:47.0603795Z adding 'torch/nn/intrinsic/qat/__init__.py' 2022-11-23T01:07:47.0605444Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T01:07:47.0606945Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T01:07:47.0608246Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T01:07:47.0609512Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T01:07:47.0611178Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2022-11-23T01:07:47.0612654Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T01:07:47.0614423Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T01:07:47.0615912Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T01:07:47.0617647Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T01:07:47.0619102Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T01:07:47.0620410Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T01:07:47.0621794Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T01:07:47.0624770Z adding 'torch/nn/modules/__init__.py' 2022-11-23T01:07:47.0628462Z adding 'torch/nn/modules/_functions.py' 2022-11-23T01:07:47.0640658Z adding 'torch/nn/modules/activation.py' 2022-11-23T01:07:47.0645973Z adding 'torch/nn/modules/adaptive.py' 2022-11-23T01:07:47.0653208Z adding 'torch/nn/modules/batchnorm.py' 2022-11-23T01:07:47.0655972Z adding 'torch/nn/modules/channelshuffle.py' 2022-11-23T01:07:47.0663772Z adding 'torch/nn/modules/container.py' 2022-11-23T01:07:47.0677122Z adding 'torch/nn/modules/conv.py' 2022-11-23T01:07:47.0680544Z adding 'torch/nn/modules/distance.py' 2022-11-23T01:07:47.0683544Z adding 'torch/nn/modules/dropout.py' 2022-11-23T01:07:47.0686218Z adding 'torch/nn/modules/flatten.py' 2022-11-23T01:07:47.0689706Z adding 'torch/nn/modules/fold.py' 2022-11-23T01:07:47.0693803Z adding 'torch/nn/modules/instancenorm.py' 2022-11-23T01:07:47.0698160Z adding 'torch/nn/modules/lazy.py' 2022-11-23T01:07:47.0701814Z adding 'torch/nn/modules/linear.py' 2022-11-23T01:07:47.0721786Z adding 'torch/nn/modules/loss.py' 2022-11-23T01:07:47.0751865Z adding 'torch/nn/modules/module.py' 2022-11-23T01:07:47.0757176Z adding 'torch/nn/modules/normalization.py' 2022-11-23T01:07:47.0760622Z adding 'torch/nn/modules/padding.py' 2022-11-23T01:07:47.0763093Z adding 'torch/nn/modules/pixelshuffle.py' 2022-11-23T01:07:47.0771641Z adding 'torch/nn/modules/pooling.py' 2022-11-23T01:07:47.0784708Z adding 'torch/nn/modules/rnn.py' 2022-11-23T01:07:47.0791399Z adding 'torch/nn/modules/sparse.py' 2022-11-23T01:07:47.0798978Z adding 'torch/nn/modules/transformer.py' 2022-11-23T01:07:47.0803042Z adding 'torch/nn/modules/upsampling.py' 2022-11-23T01:07:47.0805228Z adding 'torch/nn/modules/utils.py' 2022-11-23T01:07:47.0807303Z adding 'torch/nn/parallel/__init__.py' 2022-11-23T01:07:47.0809576Z adding 'torch/nn/parallel/__init__.pyi' 2022-11-23T01:07:47.0812049Z adding 'torch/nn/parallel/_functions.py' 2022-11-23T01:07:47.0813899Z adding 'torch/nn/parallel/_replicated_tensor_ddp_interop.py' 2022-11-23T01:07:47.0815622Z adding 'torch/nn/parallel/_replicated_tensor_ddp_utils.py' 2022-11-23T01:07:47.0818935Z adding 'torch/nn/parallel/comm.py' 2022-11-23T01:07:47.0820649Z adding 'torch/nn/parallel/common_types.pyi' 2022-11-23T01:07:47.0824149Z adding 'torch/nn/parallel/data_parallel.py' 2022-11-23T01:07:47.0825956Z adding 'torch/nn/parallel/data_parallel.pyi' 2022-11-23T01:07:47.0852442Z adding 'torch/nn/parallel/distributed.py' 2022-11-23T01:07:47.0856510Z adding 'torch/nn/parallel/parallel_apply.py' 2022-11-23T01:07:47.0857981Z adding 'torch/nn/parallel/parallel_apply.pyi' 2022-11-23T01:07:47.0860463Z adding 'torch/nn/parallel/replicate.py' 2022-11-23T01:07:47.0862069Z adding 'torch/nn/parallel/replicate.pyi' 2022-11-23T01:07:47.0864010Z adding 'torch/nn/parallel/scatter_gather.py' 2022-11-23T01:07:47.0865712Z adding 'torch/nn/parallel/scatter_gather.pyi' 2022-11-23T01:07:47.0867420Z adding 'torch/nn/qat/__init__.py' 2022-11-23T01:07:47.0869023Z adding 'torch/nn/qat/dynamic/__init__.py' 2022-11-23T01:07:47.0870551Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2022-11-23T01:07:47.0871892Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2022-11-23T01:07:47.0873627Z adding 'torch/nn/qat/modules/__init__.py' 2022-11-23T01:07:47.0875081Z adding 'torch/nn/qat/modules/conv.py' 2022-11-23T01:07:47.0876466Z adding 'torch/nn/qat/modules/embedding_ops.py' 2022-11-23T01:07:47.0877877Z adding 'torch/nn/qat/modules/linear.py' 2022-11-23T01:07:47.0879331Z adding 'torch/nn/quantizable/__init__.py' 2022-11-23T01:07:47.0880938Z adding 'torch/nn/quantizable/modules/__init__.py' 2022-11-23T01:07:47.0882299Z adding 'torch/nn/quantizable/modules/activation.py' 2022-11-23T01:07:47.0883747Z adding 'torch/nn/quantizable/modules/rnn.py' 2022-11-23T01:07:47.0885426Z adding 'torch/nn/quantized/__init__.py' 2022-11-23T01:07:47.0886793Z adding 'torch/nn/quantized/functional.py' 2022-11-23T01:07:47.0888267Z adding 'torch/nn/quantized/_reference/__init__.py' 2022-11-23T01:07:47.0890030Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2022-11-23T01:07:47.0891510Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2022-11-23T01:07:47.0893062Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2022-11-23T01:07:47.0894453Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2022-11-23T01:07:47.0896032Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2022-11-23T01:07:47.0897569Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2022-11-23T01:07:47.0899043Z adding 'torch/nn/quantized/dynamic/__init__.py' 2022-11-23T01:07:47.0900795Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T01:07:47.0902313Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2022-11-23T01:07:47.0903735Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2022-11-23T01:07:47.0905180Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T01:07:47.0907285Z adding 'torch/nn/quantized/modules/__init__.py' 2022-11-23T01:07:47.0908836Z adding 'torch/nn/quantized/modules/activation.py' 2022-11-23T01:07:47.0910259Z adding 'torch/nn/quantized/modules/batchnorm.py' 2022-11-23T01:07:47.0911731Z adding 'torch/nn/quantized/modules/conv.py' 2022-11-23T01:07:47.0913143Z adding 'torch/nn/quantized/modules/dropout.py' 2022-11-23T01:07:47.0914582Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2022-11-23T01:07:47.0916016Z adding 'torch/nn/quantized/modules/functional_modules.py' 2022-11-23T01:07:47.0917372Z adding 'torch/nn/quantized/modules/linear.py' 2022-11-23T01:07:47.0918807Z adding 'torch/nn/quantized/modules/normalization.py' 2022-11-23T01:07:47.0920173Z adding 'torch/nn/quantized/modules/rnn.py' 2022-11-23T01:07:47.0921620Z adding 'torch/nn/quantized/modules/utils.py' 2022-11-23T01:07:47.0924157Z adding 'torch/nn/utils/__init__.py' 2022-11-23T01:07:47.0925832Z adding 'torch/nn/utils/_deprecation_utils.py' 2022-11-23T01:07:47.0927697Z adding 'torch/nn/utils/_per_sample_grad.py' 2022-11-23T01:07:47.0929470Z adding 'torch/nn/utils/_stateless.py' 2022-11-23T01:07:47.0931537Z adding 'torch/nn/utils/clip_grad.py' 2022-11-23T01:07:47.0933817Z adding 'torch/nn/utils/convert_parameters.py' 2022-11-23T01:07:47.0935829Z adding 'torch/nn/utils/fusion.py' 2022-11-23T01:07:47.0937646Z adding 'torch/nn/utils/init.py' 2022-11-23T01:07:47.0939936Z adding 'torch/nn/utils/memory_format.py' 2022-11-23T01:07:47.0946846Z adding 'torch/nn/utils/parametrizations.py' 2022-11-23T01:07:47.0957119Z adding 'torch/nn/utils/parametrize.py' 2022-11-23T01:07:47.0971351Z adding 'torch/nn/utils/prune.py' 2022-11-23T01:07:47.0978941Z adding 'torch/nn/utils/rnn.py' 2022-11-23T01:07:47.0984013Z adding 'torch/nn/utils/spectral_norm.py' 2022-11-23T01:07:47.0986995Z adding 'torch/nn/utils/stateless.py' 2022-11-23T01:07:47.0989537Z adding 'torch/nn/utils/weight_norm.py' 2022-11-23T01:07:47.0991362Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2022-11-23T01:07:47.0993204Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2022-11-23T01:07:47.0996596Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2022-11-23T01:07:47.0998776Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2022-11-23T01:07:47.1000775Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2022-11-23T01:07:47.1003427Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2022-11-23T01:07:47.1005522Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2022-11-23T01:07:47.1007634Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2022-11-23T01:07:47.1009614Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2022-11-23T01:07:47.1011429Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2022-11-23T01:07:47.1014089Z adding 'torch/onnx/__init__.py' 2022-11-23T01:07:47.1016043Z adding 'torch/onnx/_constants.py' 2022-11-23T01:07:47.1017800Z adding 'torch/onnx/_deprecation.py' 2022-11-23T01:07:47.1019477Z adding 'torch/onnx/_experimental.py' 2022-11-23T01:07:47.1021133Z adding 'torch/onnx/_exporter_states.py' 2022-11-23T01:07:47.1023186Z adding 'torch/onnx/_globals.py' 2022-11-23T01:07:47.1025254Z adding 'torch/onnx/_onnx_supported_ops.py' 2022-11-23T01:07:47.1028754Z adding 'torch/onnx/_patch_torch.py' 2022-11-23T01:07:47.1032530Z adding 'torch/onnx/_type_utils.py' 2022-11-23T01:07:47.1034996Z adding 'torch/onnx/errors.py' 2022-11-23T01:07:47.1036641Z adding 'torch/onnx/operators.py' 2022-11-23T01:07:47.1039603Z adding 'torch/onnx/symbolic_caffe2.py' 2022-11-23T01:07:47.1056331Z adding 'torch/onnx/symbolic_helper.py' 2022-11-23T01:07:47.1064419Z adding 'torch/onnx/symbolic_opset10.py' 2022-11-23T01:07:47.1079376Z adding 'torch/onnx/symbolic_opset11.py' 2022-11-23T01:07:47.1084825Z adding 'torch/onnx/symbolic_opset12.py' 2022-11-23T01:07:47.1093167Z adding 'torch/onnx/symbolic_opset13.py' 2022-11-23T01:07:47.1096137Z adding 'torch/onnx/symbolic_opset14.py' 2022-11-23T01:07:47.1098373Z adding 'torch/onnx/symbolic_opset15.py' 2022-11-23T01:07:47.1100582Z adding 'torch/onnx/symbolic_opset16.py' 2022-11-23T01:07:47.1102417Z adding 'torch/onnx/symbolic_opset17.py' 2022-11-23T01:07:47.1104258Z adding 'torch/onnx/symbolic_opset7.py' 2022-11-23T01:07:47.1108413Z adding 'torch/onnx/symbolic_opset8.py' 2022-11-23T01:07:47.1168405Z adding 'torch/onnx/symbolic_opset9.py' 2022-11-23T01:07:47.1199005Z adding 'torch/onnx/utils.py' 2022-11-23T01:07:47.1208604Z adding 'torch/onnx/verification.py' 2022-11-23T01:07:47.1211100Z adding 'torch/onnx/_internal/__init__.py' 2022-11-23T01:07:47.1213888Z adding 'torch/onnx/_internal/_beartype.py' 2022-11-23T01:07:47.1219187Z adding 'torch/onnx/_internal/jit_utils.py' 2022-11-23T01:07:47.1222721Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2022-11-23T01:07:47.1227092Z adding 'torch/onnx/_internal/registration.py' 2022-11-23T01:07:47.1229606Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2022-11-23T01:07:47.1232922Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2022-11-23T01:07:47.1235903Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2022-11-23T01:07:47.1238410Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2022-11-23T01:07:47.1243386Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2022-11-23T01:07:47.1246436Z adding 'torch/onnx/_internal/diagnostics/infra/engine.py' 2022-11-23T01:07:47.1248872Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2022-11-23T01:07:47.1250857Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2022-11-23T01:07:47.1254485Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2022-11-23T01:07:47.1256664Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2022-11-23T01:07:47.1259138Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2022-11-23T01:07:47.1261201Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2022-11-23T01:07:47.1263149Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2022-11-23T01:07:47.1265263Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2022-11-23T01:07:47.1267242Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2022-11-23T01:07:47.1269390Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2022-11-23T01:07:47.1270935Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2022-11-23T01:07:47.1272452Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2022-11-23T01:07:47.1273984Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2022-11-23T01:07:47.1275928Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2022-11-23T01:07:47.1277509Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2022-11-23T01:07:47.1279183Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2022-11-23T01:07:47.1280849Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2022-11-23T01:07:47.1282591Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2022-11-23T01:07:47.1284121Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2022-11-23T01:07:47.1285817Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2022-11-23T01:07:47.1287277Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2022-11-23T01:07:47.1289129Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2022-11-23T01:07:47.1290891Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2022-11-23T01:07:47.1292547Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2022-11-23T01:07:47.1294101Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2022-11-23T01:07:47.1295831Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2022-11-23T01:07:47.1297364Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2022-11-23T01:07:47.1298850Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2022-11-23T01:07:47.1300755Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2022-11-23T01:07:47.1302398Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2022-11-23T01:07:47.1303798Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2022-11-23T01:07:47.1305252Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2022-11-23T01:07:47.1306665Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2022-11-23T01:07:47.1308295Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2022-11-23T01:07:47.1309717Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2022-11-23T01:07:47.1311470Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2022-11-23T01:07:47.1312937Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2022-11-23T01:07:47.1314463Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2022-11-23T01:07:47.1316179Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2022-11-23T01:07:47.1317804Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2022-11-23T01:07:47.1319689Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2022-11-23T01:07:47.1321541Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2022-11-23T01:07:47.1322935Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2022-11-23T01:07:47.1324284Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2022-11-23T01:07:47.1325703Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2022-11-23T01:07:47.1327205Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2022-11-23T01:07:47.1328596Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2022-11-23T01:07:47.1329963Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2022-11-23T01:07:47.1331656Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2022-11-23T01:07:47.1333336Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2022-11-23T01:07:47.1335129Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2022-11-23T01:07:47.1336908Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2022-11-23T01:07:47.1338357Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2022-11-23T01:07:47.1339739Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2022-11-23T01:07:47.1341051Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2022-11-23T01:07:47.1342500Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2022-11-23T01:07:47.1344002Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2022-11-23T01:07:47.1345838Z adding 'torch/optim/__init__.py' 2022-11-23T01:07:47.1347265Z adding 'torch/optim/__init__.pyi' 2022-11-23T01:07:47.1349156Z adding 'torch/optim/_functional.py' 2022-11-23T01:07:47.1352675Z adding 'torch/optim/adadelta.py' 2022-11-23T01:07:47.1354205Z adding 'torch/optim/adadelta.pyi' 2022-11-23T01:07:47.1357956Z adding 'torch/optim/adagrad.py' 2022-11-23T01:07:47.1359660Z adding 'torch/optim/adagrad.pyi' 2022-11-23T01:07:47.1366056Z adding 'torch/optim/adam.py' 2022-11-23T01:07:47.1368176Z adding 'torch/optim/adam.pyi' 2022-11-23T01:07:47.1371818Z adding 'torch/optim/adamax.py' 2022-11-23T01:07:47.1373634Z adding 'torch/optim/adamax.pyi' 2022-11-23T01:07:47.1378601Z adding 'torch/optim/adamw.py' 2022-11-23T01:07:47.1380531Z adding 'torch/optim/adamw.pyi' 2022-11-23T01:07:47.1383666Z adding 'torch/optim/asgd.py' 2022-11-23T01:07:47.1385338Z adding 'torch/optim/asgd.pyi' 2022-11-23T01:07:47.1390295Z adding 'torch/optim/lbfgs.py' 2022-11-23T01:07:47.1392237Z adding 'torch/optim/lbfgs.pyi' 2022-11-23T01:07:47.1409689Z adding 'torch/optim/lr_scheduler.py' 2022-11-23T01:07:47.1413751Z adding 'torch/optim/lr_scheduler.pyi' 2022-11-23T01:07:47.1418023Z adding 'torch/optim/nadam.py' 2022-11-23T01:07:47.1419839Z adding 'torch/optim/nadam.pyi' 2022-11-23T01:07:47.1424513Z adding 'torch/optim/optimizer.py' 2022-11-23T01:07:47.1426421Z adding 'torch/optim/optimizer.pyi' 2022-11-23T01:07:47.1430207Z adding 'torch/optim/radam.py' 2022-11-23T01:07:47.1431993Z adding 'torch/optim/radam.pyi' 2022-11-23T01:07:47.1435930Z adding 'torch/optim/rmsprop.py' 2022-11-23T01:07:47.1437823Z adding 'torch/optim/rmsprop.pyi' 2022-11-23T01:07:47.1441371Z adding 'torch/optim/rprop.py' 2022-11-23T01:07:47.1443172Z adding 'torch/optim/rprop.pyi' 2022-11-23T01:07:47.1446796Z adding 'torch/optim/sgd.py' 2022-11-23T01:07:47.1448658Z adding 'torch/optim/sgd.pyi' 2022-11-23T01:07:47.1451066Z adding 'torch/optim/sparse_adam.py' 2022-11-23T01:07:47.1452840Z adding 'torch/optim/sparse_adam.pyi' 2022-11-23T01:07:47.1457324Z adding 'torch/optim/swa_utils.py' 2022-11-23T01:07:47.1459447Z adding 'torch/optim/swa_utils.pyi' 2022-11-23T01:07:47.1461185Z adding 'torch/optim/_multi_tensor/__init__.py' 2022-11-23T01:07:47.1463136Z adding 'torch/package/__init__.py' 2022-11-23T01:07:47.1465574Z adding 'torch/package/_digraph.py' 2022-11-23T01:07:47.1467667Z adding 'torch/package/_directory_reader.py' 2022-11-23T01:07:47.1469664Z adding 'torch/package/_importlib.py' 2022-11-23T01:07:47.1471697Z adding 'torch/package/_mangling.py' 2022-11-23T01:07:47.1473628Z adding 'torch/package/_mock.py' 2022-11-23T01:07:47.1476007Z adding 'torch/package/_package_pickler.py' 2022-11-23T01:07:47.1477756Z adding 'torch/package/_package_unpickler.py' 2022-11-23T01:07:47.1480383Z adding 'torch/package/_stdlib.py' 2022-11-23T01:07:47.1483507Z adding 'torch/package/file_structure_representation.py' 2022-11-23T01:07:47.1485930Z adding 'torch/package/find_file_dependencies.py' 2022-11-23T01:07:47.1487884Z adding 'torch/package/glob_group.py' 2022-11-23T01:07:47.1491532Z adding 'torch/package/importer.py' 2022-11-23T01:07:47.1505457Z adding 'torch/package/package_exporter.py' 2022-11-23T01:07:47.1516013Z adding 'torch/package/package_importer.py' 2022-11-23T01:07:47.1518450Z adding 'torch/package/analyze/__init__.py' 2022-11-23T01:07:47.1520201Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2022-11-23T01:07:47.1521761Z adding 'torch/package/analyze/is_from_package.py' 2022-11-23T01:07:47.1523822Z adding 'torch/package/analyze/trace_dependencies.py' 2022-11-23T01:07:47.1525885Z adding 'torch/profiler/__init__.py' 2022-11-23T01:07:47.1529504Z adding 'torch/profiler/_memory_profiler.py' 2022-11-23T01:07:47.1536096Z adding 'torch/profiler/_pattern_matcher.py' 2022-11-23T01:07:47.1541707Z adding 'torch/profiler/_utils.py' 2022-11-23T01:07:47.1543874Z adding 'torch/profiler/itt.py' 2022-11-23T01:07:47.1550465Z adding 'torch/profiler/profiler.py' 2022-11-23T01:07:47.1552604Z adding 'torch/profiler/python_tracer.py' 2022-11-23T01:07:47.1555046Z adding 'torch/quantization/__init__.py' 2022-11-23T01:07:47.1556736Z adding 'torch/quantization/_numeric_suite.py' 2022-11-23T01:07:47.1558488Z adding 'torch/quantization/_numeric_suite_fx.py' 2022-11-23T01:07:47.1559907Z adding 'torch/quantization/fake_quantize.py' 2022-11-23T01:07:47.1561420Z adding 'torch/quantization/fuse_modules.py' 2022-11-23T01:07:47.1562930Z adding 'torch/quantization/fuser_method_mappings.py' 2022-11-23T01:07:47.1564478Z adding 'torch/quantization/observer.py' 2022-11-23T01:07:47.1565969Z adding 'torch/quantization/qconfig.py' 2022-11-23T01:07:47.1567433Z adding 'torch/quantization/quant_type.py' 2022-11-23T01:07:47.1569157Z adding 'torch/quantization/quantization_mappings.py' 2022-11-23T01:07:47.1570603Z adding 'torch/quantization/quantize.py' 2022-11-23T01:07:47.1572247Z adding 'torch/quantization/quantize_fx.py' 2022-11-23T01:07:47.1573708Z adding 'torch/quantization/quantize_jit.py' 2022-11-23T01:07:47.1575137Z adding 'torch/quantization/stubs.py' 2022-11-23T01:07:47.1576864Z adding 'torch/quantization/utils.py' 2022-11-23T01:07:47.1578797Z adding 'torch/quantization/fx/__init__.py' 2022-11-23T01:07:47.1580722Z adding 'torch/quantization/fx/_equalize.py' 2022-11-23T01:07:47.1584632Z adding 'torch/quantization/fx/convert.py' 2022-11-23T01:07:47.1586128Z adding 'torch/quantization/fx/fuse.py' 2022-11-23T01:07:47.1587566Z adding 'torch/quantization/fx/fusion_patterns.py' 2022-11-23T01:07:47.1589035Z adding 'torch/quantization/fx/graph_module.py' 2022-11-23T01:07:47.1590411Z adding 'torch/quantization/fx/match_utils.py' 2022-11-23T01:07:47.1592035Z adding 'torch/quantization/fx/pattern_utils.py' 2022-11-23T01:07:47.1593439Z adding 'torch/quantization/fx/prepare.py' 2022-11-23T01:07:47.1595048Z adding 'torch/quantization/fx/quantization_patterns.py' 2022-11-23T01:07:47.1596484Z adding 'torch/quantization/fx/quantization_types.py' 2022-11-23T01:07:47.1597950Z adding 'torch/quantization/fx/utils.py' 2022-11-23T01:07:47.1600137Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2022-11-23T01:07:47.1602919Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2022-11-23T01:07:47.1604464Z adding 'torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake' 2022-11-23T01:07:47.1606104Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2022-11-23T01:07:47.1608574Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2022-11-23T01:07:47.1610587Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2022-11-23T01:07:47.1612500Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2022-11-23T01:07:47.1614680Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2022-11-23T01:07:47.1641538Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2022-11-23T01:07:47.1648362Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2022-11-23T01:07:47.1650099Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2022-11-23T01:07:47.1652626Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2022-11-23T01:07:47.1654938Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2022-11-23T01:07:47.1658823Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2022-11-23T01:07:47.1662522Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2022-11-23T01:07:47.1666191Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2022-11-23T01:07:47.1671852Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2022-11-23T01:07:47.1674148Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2022-11-23T01:07:47.1676029Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2022-11-23T01:07:47.1677741Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2022-11-23T01:07:47.1679144Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2022-11-23T01:07:47.1681140Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2022-11-23T01:07:47.1682480Z adding 'torch/share/cmake/Caffe2/public/threads.cmake' 2022-11-23T01:07:47.1688738Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2022-11-23T01:07:47.1691032Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2022-11-23T01:07:47.1693185Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2022-11-23T01:07:47.1695944Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2022-11-23T01:07:47.1697753Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2022-11-23T01:07:47.1699180Z adding 'torch/signal/__init__.py' 2022-11-23T01:07:47.1700678Z adding 'torch/signal/windows/__init__.py' 2022-11-23T01:07:47.1703898Z adding 'torch/signal/windows/windows.py' 2022-11-23T01:07:47.1708532Z adding 'torch/sparse/__init__.py' 2022-11-23T01:07:47.1715195Z adding 'torch/special/__init__.py' 2022-11-23T01:07:47.1956718Z adding 'torch/test/CppSignature_test' 2022-11-23T01:07:47.2310121Z adding 'torch/test/Dict_test' 2022-11-23T01:07:47.2578045Z adding 'torch/test/Dimname_test' 2022-11-23T01:07:47.2873899Z adding 'torch/test/IListRef_test' 2022-11-23T01:07:47.3192622Z adding 'torch/test/KernelFunction_test' 2022-11-23T01:07:47.3701886Z adding 'torch/test/List_test' 2022-11-23T01:07:47.4026119Z adding 'torch/test/MaybeOwned_test' 2022-11-23T01:07:47.4316947Z adding 'torch/test/NamedTensor_test' 2022-11-23T01:07:47.4609388Z adding 'torch/test/apply_utils_test' 2022-11-23T01:07:47.4903638Z adding 'torch/test/atest' 2022-11-23T01:07:47.5186846Z adding 'torch/test/backend_fallback_test' 2022-11-23T01:07:47.5497230Z adding 'torch/test/basic' 2022-11-23T01:07:47.5768429Z adding 'torch/test/broadcast_test' 2022-11-23T01:07:47.6009378Z adding 'torch/test/c10_Array_test' 2022-11-23T01:07:47.6270876Z adding 'torch/test/c10_Bitset_test' 2022-11-23T01:07:47.6524430Z adding 'torch/test/c10_C++17_test' 2022-11-23T01:07:47.6769073Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2022-11-23T01:07:47.7008495Z adding 'torch/test/c10_ConstexprCrc_test' 2022-11-23T01:07:47.7250789Z adding 'torch/test/c10_DeadlockDetection_test' 2022-11-23T01:07:47.7506618Z adding 'torch/test/c10_DeviceGuard_test' 2022-11-23T01:07:47.7758978Z adding 'torch/test/c10_Device_test' 2022-11-23T01:07:47.8051657Z adding 'torch/test/c10_DispatchKeySet_test' 2022-11-23T01:07:47.8301862Z adding 'torch/test/c10_Half_test' 2022-11-23T01:07:47.8576357Z adding 'torch/test/c10_InlineDeviceGuard_test' 2022-11-23T01:07:47.8854486Z adding 'torch/test/c10_InlineStreamGuard_test' 2022-11-23T01:07:47.9135049Z adding 'torch/test/c10_LeftRight_test' 2022-11-23T01:07:47.9437894Z adding 'torch/test/c10_Metaprogramming_test' 2022-11-23T01:07:47.9724064Z adding 'torch/test/c10_SizesAndStrides_test' 2022-11-23T01:07:48.0322225Z adding 'torch/test/c10_SmallVectorTest' 2022-11-23T01:07:48.0594324Z adding 'torch/test/c10_StreamGuard_test' 2022-11-23T01:07:48.0841895Z adding 'torch/test/c10_SymInt_test' 2022-11-23T01:07:48.1091738Z adding 'torch/test/c10_Synchronized_test' 2022-11-23T01:07:48.1376519Z adding 'torch/test/c10_ThreadLocal_test' 2022-11-23T01:07:48.1637997Z adding 'torch/test/c10_TypeIndex_test' 2022-11-23T01:07:48.1890236Z adding 'torch/test/c10_TypeList_test' 2022-11-23T01:07:48.2130118Z adding 'torch/test/c10_TypeTraits_test' 2022-11-23T01:07:48.2386950Z adding 'torch/test/c10_accumulate_test' 2022-11-23T01:07:48.2667955Z adding 'torch/test/c10_bfloat16_test' 2022-11-23T01:07:48.2938871Z adding 'torch/test/c10_complex_math_test' 2022-11-23T01:07:48.3215738Z adding 'torch/test/c10_complex_test' 2022-11-23T01:07:48.3458874Z adding 'torch/test/c10_cuda_CUDATest' 2022-11-23T01:07:48.3947655Z adding 'torch/test/c10_either_test' 2022-11-23T01:07:48.4226988Z adding 'torch/test/c10_exception_test' 2022-11-23T01:07:48.4476250Z adding 'torch/test/c10_flags_test' 2022-11-23T01:07:48.4767904Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2022-11-23T01:07:48.5515555Z adding 'torch/test/c10_intrusive_ptr_test' 2022-11-23T01:07:48.5805646Z adding 'torch/test/c10_irange_test' 2022-11-23T01:07:48.6097320Z adding 'torch/test/c10_logging_test' 2022-11-23T01:07:48.6460529Z adding 'torch/test/c10_optional_test' 2022-11-23T01:07:48.6767533Z adding 'torch/test/c10_ordered_preserving_dict_test' 2022-11-23T01:07:48.7046235Z adding 'torch/test/c10_registry_test' 2022-11-23T01:07:48.7341824Z adding 'torch/test/c10_string_view_test' 2022-11-23T01:07:48.7602172Z adding 'torch/test/c10_tempfile_test' 2022-11-23T01:07:48.7882344Z adding 'torch/test/c10_typeid_test' 2022-11-23T01:07:48.8172679Z adding 'torch/test/cpu_generator_test' 2022-11-23T01:07:48.8436542Z adding 'torch/test/cpu_profiling_allocator_test' 2022-11-23T01:07:48.8854769Z adding 'torch/test/cpu_rng_test' 2022-11-23T01:07:48.9124917Z adding 'torch/test/cuda_apply_test' 2022-11-23T01:07:48.9419844Z adding 'torch/test/cuda_atomic_ops_test' 2022-11-23T01:07:48.9689007Z adding 'torch/test/cuda_caching_host_allocator_test' 2022-11-23T01:07:49.0022800Z adding 'torch/test/cuda_complex_math_test' 2022-11-23T01:07:49.0314264Z adding 'torch/test/cuda_complex_test' 2022-11-23T01:07:49.0606400Z adding 'torch/test/cuda_cub_test' 2022-11-23T01:07:49.0852303Z adding 'torch/test/cuda_cudnn_test' 2022-11-23T01:07:49.1096268Z adding 'torch/test/cuda_device_test' 2022-11-23T01:07:49.1435956Z adding 'torch/test/cuda_distributions_test' 2022-11-23T01:07:49.1689277Z adding 'torch/test/cuda_dlconvertor_test' 2022-11-23T01:07:49.1980557Z adding 'torch/test/cuda_generator_test' 2022-11-23T01:07:49.2228097Z adding 'torch/test/cuda_half_test' 2022-11-23T01:07:49.2480808Z adding 'torch/test/cuda_integer_divider_test' 2022-11-23T01:07:49.2724383Z adding 'torch/test/cuda_optional_test' 2022-11-23T01:07:49.2979386Z adding 'torch/test/cuda_packedtensoraccessor_test' 2022-11-23T01:07:49.3241982Z adding 'torch/test/cuda_reportMemoryUsage_test' 2022-11-23T01:07:49.3547125Z adding 'torch/test/cuda_stream_test' 2022-11-23T01:07:49.3810204Z adding 'torch/test/cuda_vectorized_test' 2022-11-23T01:07:49.4060485Z adding 'torch/test/dispatch_key_set_test' 2022-11-23T01:07:49.4307042Z adding 'torch/test/dlconvertor_test' 2022-11-23T01:07:49.4598415Z adding 'torch/test/extension_backend_test' 2022-11-23T01:07:49.4877788Z adding 'torch/test/half_test' 2022-11-23T01:07:49.5143200Z adding 'torch/test/inline_container_test' 2022-11-23T01:07:49.5625815Z adding 'torch/test/ivalue_test' 2022-11-23T01:07:49.6222975Z adding 'torch/test/kernel_function_legacy_test' 2022-11-23T01:07:49.6713126Z adding 'torch/test/kernel_function_test' 2022-11-23T01:07:49.7320086Z adding 'torch/test/kernel_lambda_legacy_test' 2022-11-23T01:07:49.7828975Z adding 'torch/test/kernel_lambda_test' 2022-11-23T01:07:49.8145044Z adding 'torch/test/kernel_stackbased_test' 2022-11-23T01:07:49.8392229Z adding 'torch/test/lazy_tensor_test' 2022-11-23T01:07:49.8864817Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2022-11-23T01:07:49.9146696Z adding 'torch/test/math_kernel_test' 2022-11-23T01:07:49.9415642Z adding 'torch/test/memory_format_test' 2022-11-23T01:07:49.9684284Z adding 'torch/test/memory_overlapping_test' 2022-11-23T01:07:49.9945428Z adding 'torch/test/mobile_memory_cleanup' 2022-11-23T01:07:50.0227606Z adding 'torch/test/native_test' 2022-11-23T01:07:50.0468507Z adding 'torch/test/op_allowlist_test' 2022-11-23T01:07:50.1668653Z adding 'torch/test/op_registration_test' 2022-11-23T01:07:50.2000333Z adding 'torch/test/operator_name_test' 2022-11-23T01:07:50.2250194Z adding 'torch/test/operators_test' 2022-11-23T01:07:50.2514231Z adding 'torch/test/packedtensoraccessor_test' 2022-11-23T01:07:50.2838531Z adding 'torch/test/pow_test' 2022-11-23T01:07:50.3129575Z adding 'torch/test/quantized_test' 2022-11-23T01:07:50.3377103Z adding 'torch/test/reduce_ops_test' 2022-11-23T01:07:50.3630015Z adding 'torch/test/reportMemoryUsage_test' 2022-11-23T01:07:50.3913242Z adding 'torch/test/scalar_tensor_test' 2022-11-23T01:07:50.4201391Z adding 'torch/test/scalar_test' 2022-11-23T01:07:50.4463484Z adding 'torch/test/stride_properties_test' 2022-11-23T01:07:50.4832542Z adding 'torch/test/tensor_iterator_test' 2022-11-23T01:07:50.5121949Z adding 'torch/test/test_parallel' 2022-11-23T01:07:50.5142246Z adding 'torch/test/thread_init_test' 2022-11-23T01:07:50.5406318Z adding 'torch/test/type_ptr_test' 2022-11-23T01:07:50.5711599Z adding 'torch/test/type_test' 2022-11-23T01:07:50.5974875Z adding 'torch/test/undefined_tensor_test' 2022-11-23T01:07:50.6221846Z adding 'torch/test/variant_test' 2022-11-23T01:07:50.6237500Z adding 'torch/test/verify_api_visibility' 2022-11-23T01:07:50.6576614Z adding 'torch/test/vmap_test' 2022-11-23T01:07:50.6834268Z adding 'torch/test/weakref_test' 2022-11-23T01:07:50.7089227Z adding 'torch/test/wrapdim_test' 2022-11-23T01:07:50.7331861Z adding 'torch/test/xla_tensor_test' 2022-11-23T01:07:50.7345164Z adding 'torch/testing/__init__.py' 2022-11-23T01:07:50.7359498Z adding 'torch/testing/_comparison.py' 2022-11-23T01:07:50.7364728Z adding 'torch/testing/_creation.py' 2022-11-23T01:07:50.7366366Z adding 'torch/testing/_deprecated.py' 2022-11-23T01:07:50.7368371Z adding 'torch/testing/_internal/__init__.py' 2022-11-23T01:07:50.7372290Z adding 'torch/testing/_internal/autocast_test_lists.py' 2022-11-23T01:07:50.7375745Z adding 'torch/testing/_internal/check_kernel_launches.py' 2022-11-23T01:07:50.7378675Z adding 'torch/testing/_internal/common_cuda.py' 2022-11-23T01:07:50.7396005Z adding 'torch/testing/_internal/common_device_type.py' 2022-11-23T01:07:50.7407067Z adding 'torch/testing/_internal/common_distributed.py' 2022-11-23T01:07:50.7409881Z adding 'torch/testing/_internal/common_dtype.py' 2022-11-23T01:07:50.7420511Z adding 'torch/testing/_internal/common_fsdp.py' 2022-11-23T01:07:50.7425703Z adding 'torch/testing/_internal/common_jit.py' 2022-11-23T01:07:50.7599437Z adding 'torch/testing/_internal/common_methods_invocations.py' 2022-11-23T01:07:50.7633133Z adding 'torch/testing/_internal/common_modules.py' 2022-11-23T01:07:50.7677350Z adding 'torch/testing/_internal/common_nn.py' 2022-11-23T01:07:50.7701449Z adding 'torch/testing/_internal/common_quantization.py' 2022-11-23T01:07:50.7706222Z adding 'torch/testing/_internal/common_quantized.py' 2022-11-23T01:07:50.7709110Z adding 'torch/testing/_internal/common_subclass.py' 2022-11-23T01:07:50.7762850Z adding 'torch/testing/_internal/common_utils.py' 2022-11-23T01:07:50.7772806Z adding 'torch/testing/_internal/composite_compliance.py' 2022-11-23T01:07:50.7776286Z adding 'torch/testing/_internal/dist_utils.py' 2022-11-23T01:07:50.7780514Z adding 'torch/testing/_internal/hypothesis_utils.py' 2022-11-23T01:07:50.7782165Z adding 'torch/testing/_internal/inductor_utils.py' 2022-11-23T01:07:50.7789946Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2022-11-23T01:07:50.7799542Z adding 'torch/testing/_internal/jit_utils.py' 2022-11-23T01:07:50.7802568Z adding 'torch/testing/_internal/logging_tensor.py' 2022-11-23T01:07:50.7804331Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2022-11-23T01:07:50.7806604Z adding 'torch/testing/_internal/schema_check_mode.py' 2022-11-23T01:07:50.7808375Z adding 'torch/testing/_internal/codegen/__init__.py' 2022-11-23T01:07:50.7812601Z adding 'torch/testing/_internal/codegen/random_topo_test.py' 2022-11-23T01:07:50.7814601Z adding 'torch/testing/_internal/data/__init__.py' 2022-11-23T01:07:50.7816153Z adding 'torch/testing/_internal/data/network1.py' 2022-11-23T01:07:50.7817359Z adding 'torch/testing/_internal/data/network2.py' 2022-11-23T01:07:50.7818951Z adding 'torch/testing/_internal/distributed/__init__.py' 2022-11-23T01:07:50.7825110Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2022-11-23T01:07:50.7907348Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2022-11-23T01:07:50.7917560Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2022-11-23T01:07:50.7921066Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2022-11-23T01:07:50.7923468Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2022-11-23T01:07:50.7926433Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2022-11-23T01:07:50.7928325Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2022-11-23T01:07:50.7929982Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2022-11-23T01:07:50.7932336Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T01:07:50.7934613Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2022-11-23T01:07:50.7936689Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2022-11-23T01:07:50.7939080Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2022-11-23T01:07:50.7942895Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2022-11-23T01:07:50.7947041Z adding 'torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py' 2022-11-23T01:07:50.7949671Z adding 'torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py' 2022-11-23T01:07:50.7951168Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2022-11-23T01:07:50.7952591Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2022-11-23T01:07:50.7957707Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2022-11-23T01:07:50.7959784Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2022-11-23T01:07:50.7961297Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2022-11-23T01:07:50.7985401Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2022-11-23T01:07:50.7990594Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2022-11-23T01:07:50.7994180Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2022-11-23T01:07:50.7996424Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2022-11-23T01:07:50.7998214Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2022-11-23T01:07:50.8050119Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2022-11-23T01:07:50.8057097Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2022-11-23T01:07:50.8058605Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2022-11-23T01:07:50.8061427Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2022-11-23T01:07:50.8064424Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2022-11-23T01:07:50.8066316Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2022-11-23T01:07:50.8068063Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2022-11-23T01:07:50.8078785Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2022-11-23T01:07:50.8082482Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2022-11-23T01:07:50.8084237Z adding 'torch/testing/_internal/generated/__init__.py' 2022-11-23T01:07:50.8115791Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2022-11-23T01:07:50.8125140Z adding 'torch/testing/_internal/opinfo/__init__.py' 2022-11-23T01:07:50.8155632Z adding 'torch/testing/_internal/opinfo/core.py' 2022-11-23T01:07:50.8159871Z adding 'torch/testing/_internal/opinfo/refs.py' 2022-11-23T01:07:50.8163506Z adding 'torch/testing/_internal/opinfo/utils.py' 2022-11-23T01:07:50.8165673Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2022-11-23T01:07:50.8171886Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2022-11-23T01:07:50.8176832Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2022-11-23T01:07:50.8192953Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2022-11-23T01:07:50.8197856Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2022-11-23T01:07:50.8202125Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2022-11-23T01:07:50.8204292Z adding 'torch/testing/_internal/test_module/__init__.py' 2022-11-23T01:07:50.8205667Z adding 'torch/testing/_internal/test_module/future_div.py' 2022-11-23T01:07:50.8207305Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2022-11-23T01:07:50.8209215Z adding 'torch/utils/__init__.py' 2022-11-23T01:07:50.8210758Z adding 'torch/utils/_cpp_extension_versioner.py' 2022-11-23T01:07:50.8212435Z adding 'torch/utils/_crash_handler.py' 2022-11-23T01:07:50.8214030Z adding 'torch/utils/_cuda_trace.py' 2022-11-23T01:07:50.8218013Z adding 'torch/utils/_freeze.py' 2022-11-23T01:07:50.8219712Z adding 'torch/utils/_mode_utils.py' 2022-11-23T01:07:50.8221882Z adding 'torch/utils/_python_dispatch.py' 2022-11-23T01:07:50.8225604Z adding 'torch/utils/_pytree.py' 2022-11-23T01:07:50.8227725Z adding 'torch/utils/_zip.py' 2022-11-23T01:07:50.8229388Z adding 'torch/utils/backend_registration.py' 2022-11-23T01:07:50.8235259Z adding 'torch/utils/bundled_inputs.py' 2022-11-23T01:07:50.8241625Z adding 'torch/utils/checkpoint.py' 2022-11-23T01:07:50.8247131Z adding 'torch/utils/collect_env.py' 2022-11-23T01:07:50.8249003Z adding 'torch/utils/cpp_backtrace.py' 2022-11-23T01:07:50.8277635Z adding 'torch/utils/cpp_extension.py' 2022-11-23T01:07:50.8282174Z adding 'torch/utils/dlpack.py' 2022-11-23T01:07:50.8283967Z adding 'torch/utils/file_baton.py' 2022-11-23T01:07:50.8286908Z adding 'torch/utils/hooks.py' 2022-11-23T01:07:50.8289532Z adding 'torch/utils/mkldnn.py' 2022-11-23T01:07:50.8292284Z adding 'torch/utils/mobile_optimizer.py' 2022-11-23T01:07:50.8293800Z adding 'torch/utils/model_zoo.py' 2022-11-23T01:07:50.8296399Z adding 'torch/utils/show_pickle.py' 2022-11-23T01:07:50.8299382Z adding 'torch/utils/throughput_benchmark.py' 2022-11-23T01:07:50.8301136Z adding 'torch/utils/backcompat/__init__.py' 2022-11-23T01:07:50.8302772Z adding 'torch/utils/benchmark/__init__.py' 2022-11-23T01:07:50.8304294Z adding 'torch/utils/benchmark/examples/__init__.py' 2022-11-23T01:07:50.8307167Z adding 'torch/utils/benchmark/examples/blas_compare.py' 2022-11-23T01:07:50.8310136Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2022-11-23T01:07:50.8312266Z adding 'torch/utils/benchmark/examples/compare.py' 2022-11-23T01:07:50.8316945Z adding 'torch/utils/benchmark/examples/end_to_end.py' 2022-11-23T01:07:50.8319236Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2022-11-23T01:07:50.8321572Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2022-11-23T01:07:50.8323129Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2022-11-23T01:07:50.8325403Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2022-11-23T01:07:50.8327043Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2022-11-23T01:07:50.8328985Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2022-11-23T01:07:50.8331015Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2022-11-23T01:07:50.8333104Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2022-11-23T01:07:50.8335122Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2022-11-23T01:07:50.8337220Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2022-11-23T01:07:50.8338941Z adding 'torch/utils/benchmark/utils/__init__.py' 2022-11-23T01:07:50.8340383Z adding 'torch/utils/benchmark/utils/_stubs.py' 2022-11-23T01:07:50.8344798Z adding 'torch/utils/benchmark/utils/common.py' 2022-11-23T01:07:50.8348993Z adding 'torch/utils/benchmark/utils/compare.py' 2022-11-23T01:07:50.8352118Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2022-11-23T01:07:50.8357674Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2022-11-23T01:07:50.8360718Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2022-11-23T01:07:50.8362347Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2022-11-23T01:07:50.8368288Z adding 'torch/utils/benchmark/utils/timer.py' 2022-11-23T01:07:50.8370532Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2022-11-23T01:07:50.8373117Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2022-11-23T01:07:50.8374892Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2022-11-23T01:07:50.8376731Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2022-11-23T01:07:50.8387084Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2022-11-23T01:07:50.8432400Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2022-11-23T01:07:50.8443320Z adding 'torch/utils/bottleneck/__init__.py' 2022-11-23T01:07:50.8445909Z adding 'torch/utils/bottleneck/__main__.py' 2022-11-23T01:07:50.8448211Z adding 'torch/utils/data/__init__.py' 2022-11-23T01:07:50.8449590Z adding 'torch/utils/data/backward_compatibility.py' 2022-11-23T01:07:50.8474571Z adding 'torch/utils/data/dataloader.py' 2022-11-23T01:07:50.8480382Z adding 'torch/utils/data/dataset.py' 2022-11-23T01:07:50.8483298Z adding 'torch/utils/data/distributed.py' 2022-11-23T01:07:50.8485999Z adding 'torch/utils/data/graph.py' 2022-11-23T01:07:50.8488471Z adding 'torch/utils/data/graph_settings.py' 2022-11-23T01:07:50.8492140Z adding 'torch/utils/data/sampler.py' 2022-11-23T01:07:50.8494590Z adding 'torch/utils/data/_utils/__init__.py' 2022-11-23T01:07:50.8498457Z adding 'torch/utils/data/_utils/collate.py' 2022-11-23T01:07:50.8500511Z adding 'torch/utils/data/_utils/fetch.py' 2022-11-23T01:07:50.8502647Z adding 'torch/utils/data/_utils/pin_memory.py' 2022-11-23T01:07:50.8504144Z adding 'torch/utils/data/_utils/serialization.py' 2022-11-23T01:07:50.8505996Z adding 'torch/utils/data/_utils/signal_handling.py' 2022-11-23T01:07:50.8510471Z adding 'torch/utils/data/_utils/worker.py' 2022-11-23T01:07:50.8512567Z adding 'torch/utils/data/datapipes/__init__.py' 2022-11-23T01:07:50.8515102Z adding 'torch/utils/data/datapipes/_decorator.py' 2022-11-23T01:07:50.8518879Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2022-11-23T01:07:50.8524267Z adding 'torch/utils/data/datapipes/_typing.py' 2022-11-23T01:07:50.8529029Z adding 'torch/utils/data/datapipes/datapipe.py' 2022-11-23T01:07:50.8531909Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2022-11-23T01:07:50.8535610Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2022-11-23T01:07:50.8537859Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2022-11-23T01:07:50.8539707Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2022-11-23T01:07:50.8543675Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2022-11-23T01:07:50.8546105Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2022-11-23T01:07:50.8547800Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2022-11-23T01:07:50.8549910Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2022-11-23T01:07:50.8553236Z adding 'torch/utils/data/datapipes/iter/callable.py' 2022-11-23T01:07:50.8556387Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2022-11-23T01:07:50.8562457Z adding 'torch/utils/data/datapipes/iter/combining.py' 2022-11-23T01:07:50.8565140Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2022-11-23T01:07:50.8567419Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2022-11-23T01:07:50.8571659Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2022-11-23T01:07:50.8574247Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2022-11-23T01:07:50.8576590Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2022-11-23T01:07:50.8578404Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2022-11-23T01:07:50.8580281Z adding 'torch/utils/data/datapipes/iter/utils.py' 2022-11-23T01:07:50.8582226Z adding 'torch/utils/data/datapipes/map/__init__.py' 2022-11-23T01:07:50.8584066Z adding 'torch/utils/data/datapipes/map/callable.py' 2022-11-23T01:07:50.8586379Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2022-11-23T01:07:50.8588567Z adding 'torch/utils/data/datapipes/map/combining.py' 2022-11-23T01:07:50.8590686Z adding 'torch/utils/data/datapipes/map/grouping.py' 2022-11-23T01:07:50.8592521Z adding 'torch/utils/data/datapipes/map/utils.py' 2022-11-23T01:07:50.8594217Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2022-11-23T01:07:50.8598467Z adding 'torch/utils/data/datapipes/utils/common.py' 2022-11-23T01:07:50.8602397Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2022-11-23T01:07:50.8604911Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2022-11-23T01:07:50.8606706Z adding 'torch/utils/hipify/__init__.py' 2022-11-23T01:07:50.8608419Z adding 'torch/utils/hipify/constants.py' 2022-11-23T01:07:50.8654198Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2022-11-23T01:07:50.8673836Z adding 'torch/utils/hipify/hipify_python.py' 2022-11-23T01:07:50.8676302Z adding 'torch/utils/hipify/version.py' 2022-11-23T01:07:50.8677800Z adding 'torch/utils/jit/__init__.py' 2022-11-23T01:07:50.8680012Z adding 'torch/utils/jit/log_extract.py' 2022-11-23T01:07:50.8685584Z adding 'torch/utils/model_dump/__init__.py' 2022-11-23T01:07:50.8687474Z adding 'torch/utils/model_dump/__main__.py' 2022-11-23T01:07:50.8692771Z adding 'torch/utils/model_dump/code.js' 2022-11-23T01:07:50.8695103Z adding 'torch/utils/model_dump/htm.mjs' 2022-11-23T01:07:50.8699208Z adding 'torch/utils/model_dump/preact.mjs' 2022-11-23T01:07:50.8701052Z adding 'torch/utils/model_dump/skeleton.html' 2022-11-23T01:07:50.8702957Z adding 'torch/utils/tensorboard/__init__.py' 2022-11-23T01:07:50.8710656Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2022-11-23T01:07:50.8713029Z adding 'torch/utils/tensorboard/_convert_np.py' 2022-11-23T01:07:50.8715027Z adding 'torch/utils/tensorboard/_embedding.py' 2022-11-23T01:07:50.8716982Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2022-11-23T01:07:50.8718774Z adding 'torch/utils/tensorboard/_proto_graph.py' 2022-11-23T01:07:50.8723439Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2022-11-23T01:07:50.8726236Z adding 'torch/utils/tensorboard/_utils.py' 2022-11-23T01:07:50.8734903Z adding 'torch/utils/tensorboard/summary.py' 2022-11-23T01:07:50.8747043Z adding 'torch/utils/tensorboard/writer.py' 2022-11-23T01:07:50.8751741Z adding 'torchgen/__init__.py' 2022-11-23T01:07:50.8753882Z adding 'torchgen/code_template.py' 2022-11-23T01:07:50.8756105Z adding 'torchgen/context.py' 2022-11-23T01:07:50.8785740Z adding 'torchgen/gen.py' 2022-11-23T01:07:50.8794495Z adding 'torchgen/gen_backend_stubs.py' 2022-11-23T01:07:50.8804137Z adding 'torchgen/gen_functionalization_type.py' 2022-11-23T01:07:50.8811522Z adding 'torchgen/gen_lazy_tensor.py' 2022-11-23T01:07:50.8815314Z adding 'torchgen/gen_vmap_plumbing.py' 2022-11-23T01:07:50.8817637Z adding 'torchgen/local.py' 2022-11-23T01:07:50.8852490Z adding 'torchgen/model.py' 2022-11-23T01:07:50.8863998Z adding 'torchgen/native_function_generation.py' 2022-11-23T01:07:50.8870133Z adding 'torchgen/utils.py' 2022-11-23T01:07:50.8872467Z adding 'torchgen/api/__init__.py' 2022-11-23T01:07:50.8880173Z adding 'torchgen/api/autograd.py' 2022-11-23T01:07:50.8885648Z adding 'torchgen/api/cpp.py' 2022-11-23T01:07:50.8888375Z adding 'torchgen/api/dispatcher.py' 2022-11-23T01:07:50.8891368Z adding 'torchgen/api/functionalization.py' 2022-11-23T01:07:50.8897157Z adding 'torchgen/api/lazy.py' 2022-11-23T01:07:50.8899268Z adding 'torchgen/api/meta.py' 2022-11-23T01:07:50.8901736Z adding 'torchgen/api/native.py' 2022-11-23T01:07:50.8918282Z adding 'torchgen/api/python.py' 2022-11-23T01:07:50.8922266Z adding 'torchgen/api/structured.py' 2022-11-23T01:07:50.8927596Z adding 'torchgen/api/translate.py' 2022-11-23T01:07:50.8935943Z adding 'torchgen/api/types.py' 2022-11-23T01:07:50.8939532Z adding 'torchgen/api/ufunc.py' 2022-11-23T01:07:50.8943118Z adding 'torchgen/api/unboxing.py' 2022-11-23T01:07:50.8945374Z adding 'torchgen/dest/__init__.py' 2022-11-23T01:07:50.8953142Z adding 'torchgen/dest/lazy_ir.py' 2022-11-23T01:07:50.8955687Z adding 'torchgen/dest/lazy_ts_lowering.py' 2022-11-23T01:07:50.8957591Z adding 'torchgen/dest/native_functions.py' 2022-11-23T01:07:50.8968139Z adding 'torchgen/dest/register_dispatch_key.py' 2022-11-23T01:07:50.8974197Z adding 'torchgen/dest/ufunc.py' 2022-11-23T01:07:50.8976504Z adding 'torchgen/operator_versions/__init__.py' 2022-11-23T01:07:50.8980201Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2022-11-23T01:07:50.8982101Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2022-11-23T01:07:50.9075997Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2022-11-23T01:07:50.9089531Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2022-11-23T01:07:50.9091711Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2022-11-23T01:07:50.9093796Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2022-11-23T01:07:50.9095475Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2022-11-23T01:07:50.9097167Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2022-11-23T01:07:50.9098733Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2022-11-23T01:07:50.9100305Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2022-11-23T01:07:50.9101451Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2022-11-23T01:07:50.9103057Z adding 'torchgen/packaged/ATen/templates/Function.h' 2022-11-23T01:07:50.9104838Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2022-11-23T01:07:50.9107254Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2022-11-23T01:07:50.9109259Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2022-11-23T01:07:50.9110903Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2022-11-23T01:07:50.9112222Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2022-11-23T01:07:50.9114025Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2022-11-23T01:07:50.9115468Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2022-11-23T01:07:50.9117111Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2022-11-23T01:07:50.9118682Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2022-11-23T01:07:50.9120152Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2022-11-23T01:07:50.9121723Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2022-11-23T01:07:50.9123172Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2022-11-23T01:07:50.9125228Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2022-11-23T01:07:50.9126902Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2022-11-23T01:07:50.9128567Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2022-11-23T01:07:50.9130328Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2022-11-23T01:07:50.9132125Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2022-11-23T01:07:50.9133722Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2022-11-23T01:07:50.9136329Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2022-11-23T01:07:50.9138510Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2022-11-23T01:07:50.9140156Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2022-11-23T01:07:50.9141608Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2022-11-23T01:07:50.9150292Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2022-11-23T01:07:50.9152774Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2022-11-23T01:07:50.9153883Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2022-11-23T01:07:50.9155331Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2022-11-23T01:07:50.9156716Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2022-11-23T01:07:50.9158159Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2022-11-23T01:07:50.9159557Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2022-11-23T01:07:50.9161002Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2022-11-23T01:07:50.9162119Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2022-11-23T01:07:50.9163778Z adding 'torchgen/selective_build/__init__.py' 2022-11-23T01:07:50.9166370Z adding 'torchgen/selective_build/operator.py' 2022-11-23T01:07:50.9169582Z adding 'torchgen/selective_build/selector.py' 2022-11-23T01:07:50.9171344Z adding 'torchgen/static_runtime/__init__.py' 2022-11-23T01:07:50.9174352Z adding 'torchgen/static_runtime/config.py' 2022-11-23T01:07:50.9177503Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2022-11-23T01:07:50.9183727Z adding 'torchgen/static_runtime/generator.py' 2022-11-23T01:07:50.9221911Z adding 'torch-1.14.0a0+git1cfd385.dist-info/LICENSE' 2022-11-23T01:07:50.9235970Z adding 'torch-1.14.0a0+git1cfd385.dist-info/METADATA' 2022-11-23T01:07:50.9242428Z adding 'torch-1.14.0a0+git1cfd385.dist-info/NOTICE' 2022-11-23T01:07:50.9243894Z adding 'torch-1.14.0a0+git1cfd385.dist-info/WHEEL' 2022-11-23T01:07:50.9244849Z adding 'torch-1.14.0a0+git1cfd385.dist-info/entry_points.txt' 2022-11-23T01:07:50.9245762Z adding 'torch-1.14.0a0+git1cfd385.dist-info/top_level.txt' 2022-11-23T01:07:50.9405810Z adding 'torch-1.14.0a0+git1cfd385.dist-info/RECORD' 2022-11-23T01:07:50.9484053Z removing build/bdist.linux-x86_64/wheel 2022-11-23T01:07:51.1453955Z ++ echo dist/torch-1.14.0a0+git1cfd385-cp310-cp310-linux_x86_64.whl 2022-11-23T01:07:51.1454594Z + pip_install_whl dist/torch-1.14.0a0+git1cfd385-cp310-cp310-linux_x86_64.whl 2022-11-23T01:07:51.1455290Z + python3 -mpip install --no-index --no-deps dist/torch-1.14.0a0+git1cfd385-cp310-cp310-linux_x86_64.whl 2022-11-23T01:07:51.9749260Z Processing ./dist/torch-1.14.0a0+git1cfd385-cp310-cp310-linux_x86_64.whl 2022-11-23T01:07:52.6417516Z Installing collected packages: torch 2022-11-23T01:07:58.6708807Z Successfully installed torch-1.14.0a0+git1cfd385 2022-11-23T01:07:58.7266748Z + set -x 2022-11-23T01:07:58.7266973Z + assert_git_not_dirty 2022-11-23T01:07:58.7267299Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *rocm* ]] 2022-11-23T01:07:58.7267655Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *xla* ]] 2022-11-23T01:07:58.7269512Z ++ git status --porcelain 2022-11-23T01:08:09.0377640Z + git_status= 2022-11-23T01:08:09.0377980Z + [[ -n '' ]] 2022-11-23T01:08:09.0378210Z + mkdir -p dist 2022-11-23T01:08:09.0387796Z + '[' -f build/.ninja_log ']' 2022-11-23T01:08:09.0388247Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *rocm* ]] 2022-11-23T01:08:09.0388557Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=build/custom_test_artifacts 2022-11-23T01:08:09.0391481Z ++ [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops == *rocm* ]] 2022-11-23T01:08:09.0391724Z ++ echo OFF 2022-11-23T01:08:09.0393838Z + CUSTOM_TEST_USE_ROCM=OFF 2022-11-23T01:08:09.0394177Z + CUSTOM_TEST_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public 2022-11-23T01:08:09.0394570Z + mkdir -pv build/custom_test_artifacts 2022-11-23T01:08:09.0404212Z mkdir: created directory 'build/custom_test_artifacts' 2022-11-23T01:08:09.0404825Z + CUSTOM_OP_BUILD=build/custom_test_artifacts/custom-op-build 2022-11-23T01:08:09.0405349Z + CUSTOM_OP_TEST=/var/lib/jenkins/workspace/test/custom_operator 2022-11-23T01:08:09.0405774Z + python --version 2022-11-23T01:08:09.0417126Z Python 3.10.4 2022-11-23T01:08:09.0421612Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:08:09.2365248Z + SITE_PACKAGES=/opt/conda/lib/python3.10/site-packages 2022-11-23T01:08:09.2365842Z + mkdir -p build/custom_test_artifacts/custom-op-build 2022-11-23T01:08:09.2374475Z + pushd build/custom_test_artifacts/custom-op-build 2022-11-23T01:08:09.2375075Z ~/workspace/build/custom_test_artifacts/custom-op-build ~/workspace 2022-11-23T01:08:09.2377167Z ++ which python 2022-11-23T01:08:09.2386014Z + cmake /var/lib/jenkins/workspace/test/custom_operator -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.10/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-11-23T01:08:09.2987750Z -- The C compiler identification is GNU 7.5.0 2022-11-23T01:08:09.3580052Z -- The CXX compiler identification is GNU 7.5.0 2022-11-23T01:08:09.3695764Z -- Detecting C compiler ABI info 2022-11-23T01:08:09.4732080Z -- Detecting C compiler ABI info - done 2022-11-23T01:08:09.4806432Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T01:08:09.4808445Z -- Detecting C compile features 2022-11-23T01:08:09.4812233Z -- Detecting C compile features - done 2022-11-23T01:08:09.4841266Z -- Detecting CXX compiler ABI info 2022-11-23T01:08:09.6080752Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:08:09.6157069Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T01:08:09.6159684Z -- Detecting CXX compile features 2022-11-23T01:08:09.6164273Z -- Detecting CXX compile features - done 2022-11-23T01:08:09.6198052Z -- Looking for pthread.h 2022-11-23T01:08:09.7027624Z -- Looking for pthread.h - found 2022-11-23T01:08:09.7028469Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:08:09.7829193Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:08:09.7829626Z -- Looking for pthread_create in pthreads 2022-11-23T01:08:09.9058099Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:08:09.9058499Z -- Looking for pthread_create in pthread 2022-11-23T01:08:09.9904629Z -- Looking for pthread_create in pthread - found 2022-11-23T01:08:09.9911966Z -- Found Threads: TRUE 2022-11-23T01:08:10.0022449Z -- Found CUDA: /usr/local/cuda (found version "11.7") 2022-11-23T01:08:10.5064170Z -- The CUDA compiler identification is NVIDIA 11.7.99 2022-11-23T01:08:10.5119047Z -- Detecting CUDA compiler ABI info 2022-11-23T01:08:10.7336301Z -- Detecting CUDA compiler ABI info - done 2022-11-23T01:08:10.7572135Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-11-23T01:08:10.7574603Z -- Detecting CUDA compile features 2022-11-23T01:08:10.7578816Z -- Detecting CUDA compile features - done 2022-11-23T01:08:10.7621309Z -- Caffe2: CUDA detected: 11.7 2022-11-23T01:08:10.7621851Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-11-23T01:08:10.7622281Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-11-23T01:08:10.8714515Z -- Caffe2: Header version is: 11.7 2022-11-23T01:08:10.8730418Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-11-23T01:08:10.8732521Z -- Found cuDNN: v8.5.0 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-11-23T01:08:11.0154454Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 581f1f99 2022-11-23T01:08:11.0163485Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T01:08:11.0163967Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T01:08:11.0164318Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T01:08:11.0164599Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T01:08:11.0164874Z Call Stack (most recent call first): 2022-11-23T01:08:11.0165527Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T01:08:11.0166320Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T01:08:11.0167179Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T01:08:11.0167789Z CMakeLists.txt:9 (find_package) 2022-11-23T01:08:11.0167927Z 2022-11-23T01:08:11.0169592Z  2022-11-23T01:08:11.0169888Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-11-23T01:08:11.0287036Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:08:11.0287535Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:08:11.0287766Z Call Stack (most recent call first): 2022-11-23T01:08:11.0288182Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:08:11.0288481Z CMakeLists.txt:9 (find_package) 2022-11-23T01:08:11.0288609Z 2022-11-23T01:08:11.0288676Z  2022-11-23T01:08:11.0291314Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2022-11-23T01:08:11.0295083Z -- Configuring done 2022-11-23T01:08:11.0386953Z -- Generating done 2022-11-23T01:08:11.0402239Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-11-23T01:08:11.0444563Z + make VERBOSE=1 2022-11-23T01:08:11.0456941Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/custom_operator -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:08:11.0517371Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build//CMakeFiles/progress.marks 2022-11-23T01:08:11.0562493Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:08:11.0571873Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:08:11.0572566Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2022-11-23T01:08:11.0582398Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:08:11.0583512Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake --color= 2022-11-23T01:08:11.0633007Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:08:11.0633939Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2022-11-23T01:08:11.0644386Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:08:11.0690370Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2022-11-23T01:08:11.0694702Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_ops_EXPORTS -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/include -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/custom_ops.dir/op.cpp.o -MF CMakeFiles/custom_ops.dir/op.cpp.o.d -o CMakeFiles/custom_ops.dir/op.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/op.cpp 2022-11-23T01:08:11.5701381Z [ 50%] Linking CXX shared library libcustom_ops.so 2022-11-23T01:08:11.5704550Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2022-11-23T01:08:11.5748071Z /opt/cache/bin/c++ -fPIC -shared -Wl,-soname,libcustom_ops.so -o libcustom_ops.so CMakeFiles/custom_ops.dir/op.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib:/usr/local/cuda/lib64 /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-11-23T01:08:12.0243905Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:08:12.0317805Z [ 50%] Built target custom_ops 2022-11-23T01:08:12.0322333Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2022-11-23T01:08:12.0332885Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:08:12.0333957Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake --color= 2022-11-23T01:08:12.0386164Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:08:12.0387054Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2022-11-23T01:08:12.0396626Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:08:12.0443846Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-11-23T01:08:12.0448646Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/include -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -MF CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d -o CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/test_custom_ops.cpp 2022-11-23T01:08:12.4797536Z [100%] Linking CXX executable test_custom_ops 2022-11-23T01:08:12.4800473Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2022-11-23T01:08:12.4844185Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -o test_custom_ops -Wl,-rpath,/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build:/opt/conda/lib/python3.10/site-packages/torch/lib:/usr/local/cuda/lib64 libcustom_ops.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so 2022-11-23T01:08:13.0530328Z /usr/bin/ld: warning: //opt/conda/lib/libgomp.so.1: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 2022-11-23T01:08:13.0530903Z /usr/bin/ld: warning: //opt/conda/lib/libgomp.so.1: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 2022-11-23T01:08:13.0546443Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:08:13.0615615Z [100%] Built target test_custom_ops 2022-11-23T01:08:13.0620139Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:08:13.0621545Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles 0 2022-11-23T01:08:13.0669045Z + popd 2022-11-23T01:08:13.0669320Z ~/workspace 2022-11-23T01:08:13.0669516Z + assert_git_not_dirty 2022-11-23T01:08:13.0669832Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *rocm* ]] 2022-11-23T01:08:13.0670185Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *xla* ]] 2022-11-23T01:08:13.0673320Z ++ git status --porcelain 2022-11-23T01:08:13.1480472Z + git_status= 2022-11-23T01:08:13.1480800Z + [[ -n '' ]] 2022-11-23T01:08:13.1481102Z + JIT_HOOK_BUILD=build/custom_test_artifacts/jit-hook-build 2022-11-23T01:08:13.1481386Z + JIT_HOOK_TEST=/var/lib/jenkins/workspace/test/jit_hooks 2022-11-23T01:08:13.1481623Z + python --version 2022-11-23T01:08:13.1493069Z Python 3.10.4 2022-11-23T01:08:13.1498153Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:08:13.3446156Z + SITE_PACKAGES=/opt/conda/lib/python3.10/site-packages 2022-11-23T01:08:13.3446497Z + mkdir -p build/custom_test_artifacts/jit-hook-build 2022-11-23T01:08:13.3455975Z + pushd build/custom_test_artifacts/jit-hook-build 2022-11-23T01:08:13.3456373Z ~/workspace/build/custom_test_artifacts/jit-hook-build ~/workspace 2022-11-23T01:08:13.3459657Z ++ which python 2022-11-23T01:08:13.3467844Z + cmake /var/lib/jenkins/workspace/test/jit_hooks -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.10/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-11-23T01:08:13.3961938Z -- The C compiler identification is GNU 7.5.0 2022-11-23T01:08:13.4568245Z -- The CXX compiler identification is GNU 7.5.0 2022-11-23T01:08:13.4687903Z -- Detecting C compiler ABI info 2022-11-23T01:08:13.5454046Z -- Detecting C compiler ABI info - done 2022-11-23T01:08:13.5528800Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T01:08:13.5531292Z -- Detecting C compile features 2022-11-23T01:08:13.5534922Z -- Detecting C compile features - done 2022-11-23T01:08:13.5564320Z -- Detecting CXX compiler ABI info 2022-11-23T01:08:13.6526159Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:08:13.6602972Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T01:08:13.6605934Z -- Detecting CXX compile features 2022-11-23T01:08:13.6610799Z -- Detecting CXX compile features - done 2022-11-23T01:08:13.6644494Z -- Looking for pthread.h 2022-11-23T01:08:13.7473357Z -- Looking for pthread.h - found 2022-11-23T01:08:13.7473876Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:08:13.8333795Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:08:13.8334220Z -- Looking for pthread_create in pthreads 2022-11-23T01:08:13.9129909Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:08:13.9130228Z -- Looking for pthread_create in pthread 2022-11-23T01:08:13.9948355Z -- Looking for pthread_create in pthread - found 2022-11-23T01:08:13.9956296Z -- Found Threads: TRUE 2022-11-23T01:08:14.0067995Z -- Found CUDA: /usr/local/cuda (found version "11.7") 2022-11-23T01:08:14.5099390Z -- The CUDA compiler identification is NVIDIA 11.7.99 2022-11-23T01:08:14.5154928Z -- Detecting CUDA compiler ABI info 2022-11-23T01:08:14.7342773Z -- Detecting CUDA compiler ABI info - done 2022-11-23T01:08:14.7580582Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-11-23T01:08:14.7583738Z -- Detecting CUDA compile features 2022-11-23T01:08:14.7587930Z -- Detecting CUDA compile features - done 2022-11-23T01:08:14.7623877Z -- Caffe2: CUDA detected: 11.7 2022-11-23T01:08:14.7624187Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-11-23T01:08:14.7624530Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-11-23T01:08:14.8678487Z -- Caffe2: Header version is: 11.7 2022-11-23T01:08:14.8694689Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-11-23T01:08:14.8697161Z -- Found cuDNN: v8.5.0 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-11-23T01:08:15.0110816Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 581f1f99 2022-11-23T01:08:15.0119748Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T01:08:15.0120264Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T01:08:15.0120707Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T01:08:15.0121133Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T01:08:15.0121390Z Call Stack (most recent call first): 2022-11-23T01:08:15.0121862Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T01:08:15.0122326Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T01:08:15.0122774Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T01:08:15.0123046Z CMakeLists.txt:9 (find_package) 2022-11-23T01:08:15.0123178Z 2022-11-23T01:08:15.0123260Z  2022-11-23T01:08:15.0123536Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-11-23T01:08:15.0237968Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:08:15.0238631Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:08:15.0238877Z Call Stack (most recent call first): 2022-11-23T01:08:15.0239276Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:08:15.0239560Z CMakeLists.txt:9 (find_package) 2022-11-23T01:08:15.0239688Z 2022-11-23T01:08:15.0239766Z  2022-11-23T01:08:15.0242200Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2022-11-23T01:08:15.0244520Z -- Configuring done 2022-11-23T01:08:15.0302496Z -- Generating done 2022-11-23T01:08:15.0314555Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build 2022-11-23T01:08:15.0357200Z + make VERBOSE=1 2022-11-23T01:08:15.0368999Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/jit_hooks -B/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:08:15.0429595Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build//CMakeFiles/progress.marks 2022-11-23T01:08:15.0474113Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:08:15.0483386Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:08:15.0484069Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2022-11-23T01:08:15.0494492Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:08:15.0495927Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake --color= 2022-11-23T01:08:15.0545159Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:08:15.0546273Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2022-11-23T01:08:15.0557234Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:08:15.0601632Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-11-23T01:08:15.0606513Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/include -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -MF CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d -o CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -c /var/lib/jenkins/workspace/test/jit_hooks/test_jit_hooks.cpp 2022-11-23T01:08:15.4968557Z [100%] Linking CXX executable test_jit_hooks 2022-11-23T01:08:15.4971208Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2022-11-23T01:08:15.5014609Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -o test_jit_hooks -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib:/usr/local/cuda/lib64 /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-11-23T01:08:16.0212156Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:08:16.0278700Z [100%] Built target test_jit_hooks 2022-11-23T01:08:16.0282933Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:08:16.0284225Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles 0 2022-11-23T01:08:16.0330298Z + popd 2022-11-23T01:08:16.0330557Z ~/workspace 2022-11-23T01:08:16.0330732Z + assert_git_not_dirty 2022-11-23T01:08:16.0331103Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *rocm* ]] 2022-11-23T01:08:16.0331458Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *xla* ]] 2022-11-23T01:08:16.0334184Z ++ git status --porcelain 2022-11-23T01:08:16.1138368Z + git_status= 2022-11-23T01:08:16.1138703Z + [[ -n '' ]] 2022-11-23T01:08:16.1139031Z + CUSTOM_BACKEND_BUILD=build/custom_test_artifacts/custom-backend-build 2022-11-23T01:08:16.1139528Z + CUSTOM_BACKEND_TEST=/var/lib/jenkins/workspace/test/custom_backend 2022-11-23T01:08:16.1139794Z + python --version 2022-11-23T01:08:16.1149566Z Python 3.10.4 2022-11-23T01:08:16.1151229Z + mkdir -p build/custom_test_artifacts/custom-backend-build 2022-11-23T01:08:16.1160255Z + pushd build/custom_test_artifacts/custom-backend-build 2022-11-23T01:08:16.1160635Z ~/workspace/build/custom_test_artifacts/custom-backend-build ~/workspace 2022-11-23T01:08:16.1163286Z ++ which python 2022-11-23T01:08:16.1171170Z + cmake /var/lib/jenkins/workspace/test/custom_backend -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.10/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-11-23T01:08:16.1673720Z -- The C compiler identification is GNU 7.5.0 2022-11-23T01:08:16.2277590Z -- The CXX compiler identification is GNU 7.5.0 2022-11-23T01:08:16.2395491Z -- Detecting C compiler ABI info 2022-11-23T01:08:16.3542856Z -- Detecting C compiler ABI info - done 2022-11-23T01:08:16.3617576Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T01:08:16.3619727Z -- Detecting C compile features 2022-11-23T01:08:16.3623271Z -- Detecting C compile features - done 2022-11-23T01:08:16.3651880Z -- Detecting CXX compiler ABI info 2022-11-23T01:08:16.4555795Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:08:16.4632524Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T01:08:16.4635350Z -- Detecting CXX compile features 2022-11-23T01:08:16.4639748Z -- Detecting CXX compile features - done 2022-11-23T01:08:16.4673376Z -- Looking for pthread.h 2022-11-23T01:08:16.5533334Z -- Looking for pthread.h - found 2022-11-23T01:08:16.5534071Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:08:16.6528374Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:08:16.6529049Z -- Looking for pthread_create in pthreads 2022-11-23T01:08:16.7291689Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:08:16.7292060Z -- Looking for pthread_create in pthread 2022-11-23T01:08:16.8205409Z -- Looking for pthread_create in pthread - found 2022-11-23T01:08:16.8213539Z -- Found Threads: TRUE 2022-11-23T01:08:16.8323788Z -- Found CUDA: /usr/local/cuda (found version "11.7") 2022-11-23T01:08:17.3327701Z -- The CUDA compiler identification is NVIDIA 11.7.99 2022-11-23T01:08:17.3384013Z -- Detecting CUDA compiler ABI info 2022-11-23T01:08:17.5642877Z -- Detecting CUDA compiler ABI info - done 2022-11-23T01:08:17.5884571Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-11-23T01:08:17.5887415Z -- Detecting CUDA compile features 2022-11-23T01:08:17.5891694Z -- Detecting CUDA compile features - done 2022-11-23T01:08:17.5928000Z -- Caffe2: CUDA detected: 11.7 2022-11-23T01:08:17.5928309Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-11-23T01:08:17.5928609Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-11-23T01:08:17.6956635Z -- Caffe2: Header version is: 11.7 2022-11-23T01:08:17.6973088Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-11-23T01:08:17.6975084Z -- Found cuDNN: v8.5.0 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-11-23T01:08:17.8391643Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 581f1f99 2022-11-23T01:08:17.8400643Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T01:08:17.8401215Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T01:08:17.8401776Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T01:08:17.8402251Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T01:08:17.8402547Z Call Stack (most recent call first): 2022-11-23T01:08:17.8402995Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T01:08:17.8403788Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T01:08:17.8404349Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T01:08:17.8404633Z CMakeLists.txt:9 (find_package) 2022-11-23T01:08:17.8404759Z 2022-11-23T01:08:17.8404827Z  2022-11-23T01:08:17.8405108Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-11-23T01:08:17.8521500Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:08:17.8522208Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:08:17.8522437Z Call Stack (most recent call first): 2022-11-23T01:08:17.8522834Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:08:17.8523133Z CMakeLists.txt:9 (find_package) 2022-11-23T01:08:17.8523260Z 2022-11-23T01:08:17.8523336Z  2022-11-23T01:08:17.8525335Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2022-11-23T01:08:17.8528177Z -- Configuring done 2022-11-23T01:08:17.8619612Z -- Generating done 2022-11-23T01:08:17.8634229Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-11-23T01:08:17.8678093Z + make VERBOSE=1 2022-11-23T01:08:17.8690809Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/custom_backend -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:08:17.8750016Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build//CMakeFiles/progress.marks 2022-11-23T01:08:17.8795476Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:08:17.8804368Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:08:17.8804811Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2022-11-23T01:08:17.8815100Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:08:17.8816459Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake --color= 2022-11-23T01:08:17.8866454Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:08:17.8867216Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2022-11-23T01:08:17.8877453Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:08:17.8922044Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-11-23T01:08:17.8926405Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_backend_EXPORTS -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/include -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/custom_backend.dir/custom_backend.cpp.o -MF CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d -o CMakeFiles/custom_backend.dir/custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/custom_backend.cpp 2022-11-23T01:08:18.1378775Z [ 50%] Linking CXX shared library libcustom_backend.so 2022-11-23T01:08:18.1381733Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2022-11-23T01:08:18.1425567Z /opt/cache/bin/c++ -fPIC -shared -Wl,-soname,libcustom_backend.so -o libcustom_backend.so CMakeFiles/custom_backend.dir/custom_backend.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib:/usr/local/cuda/lib64 /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-11-23T01:08:18.6092350Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:08:18.6160363Z [ 50%] Built target custom_backend 2022-11-23T01:08:18.6165016Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2022-11-23T01:08:18.6175661Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:08:18.6176826Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake --color= 2022-11-23T01:08:18.6229585Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:08:18.6230474Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2022-11-23T01:08:18.6240571Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:08:18.6286575Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-11-23T01:08:18.6291526Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/include -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -MF CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d -o CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/test_custom_backend.cpp 2022-11-23T01:08:19.1206632Z [100%] Linking CXX executable test_custom_backend 2022-11-23T01:08:19.1210456Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2022-11-23T01:08:19.1254163Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -o test_custom_backend -Wl,-rpath,/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build:/opt/conda/lib/python3.10/site-packages/torch/lib:/usr/local/cuda/lib64 libcustom_backend.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so 2022-11-23T01:08:19.6844973Z /usr/bin/ld: warning: //opt/conda/lib/libgomp.so.1: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 2022-11-23T01:08:19.6845408Z /usr/bin/ld: warning: //opt/conda/lib/libgomp.so.1: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 2022-11-23T01:08:19.6860776Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:08:19.6932182Z [100%] Built target test_custom_backend 2022-11-23T01:08:19.6937130Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:08:19.6938455Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles 0 2022-11-23T01:08:19.6985794Z + popd 2022-11-23T01:08:19.6987127Z ~/workspace 2022-11-23T01:08:19.6987311Z + assert_git_not_dirty 2022-11-23T01:08:19.6987668Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *rocm* ]] 2022-11-23T01:08:19.6988032Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *xla* ]] 2022-11-23T01:08:19.6989816Z ++ git status --porcelain 2022-11-23T01:08:19.7813559Z + git_status= 2022-11-23T01:08:19.7813925Z + [[ -n '' ]] 2022-11-23T01:08:19.7814269Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *libtorch* ]] 2022-11-23T01:08:19.7814626Z + [[ linux-bionic-cuda11.7-py3.10-gcc7-no-ops != *bazel* ]] 2022-11-23T01:08:19.7814903Z + python tools/stats/export_test_times.py 2022-11-23T01:08:19.8296831Z Ignoring disabled issues: [] 2022-11-23T01:08:19.8297644Z Exporting test times from test-infra to .pytorch-test-times.json 2022-11-23T01:08:19.8298237Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /var/lib/jenkins/workspace/.pytorch-test-times.json 2022-11-23T01:08:19.8554890Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: linux-bionic-cuda11.7-py3.10-gcc7-no-ops not found, available envs are: dict_keys(['linux-bionic-cuda11.6-py3-gcc7-slow-gradcheck', 'linux-bionic-cuda11.6-py3.7-gcc7-debug', 'linux-bionic-cuda11.6-py3.9-gcc7', 'linux-bionic-cuda11.7-py3.7-gcc7-debug', 'linux-focal-rocm5.2-py3.8-distributed', 'linux-focal-rocm5.2-py3.8-slow', 'win-vs2019-cuda11.7-py3', 'cuda11.6-py3.10-gcc7-sm86', 'linux-bionic-cuda11.6-py3.10-gcc7', 'linux-bionic-cuda11.7-py3.10-gcc7', 'linux-bionic-py3.7-clang9', 'linux-bionic-py3.7-clang9-slow', 'linux-focal-py3.7-clang7-asan', 'linux-focal-py3.7-gcc7', 'linux-focal-rocm5.2-py3.8', 'macos-12-py3-arm64', 'macos-12-py3-arm64-mps', 'macos-12-py3-x86-64', 'parallelnative-linux-focal-py3.7-gcc7', 'win-vs2019-cpu-py3', 'win-vs2019-cuda11.6-py3']). 2022-11-23T01:08:19.8722697Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: linux-bionic-cuda11.7-py3.10-gcc7-no-ops not found, available envs are: dict_keys(['linux-bionic-cuda11.6-py3-gcc7-slow-gradcheck', 'linux-bionic-cuda11.6-py3.7-gcc7-debug', 'linux-bionic-cuda11.6-py3.9-gcc7', 'linux-bionic-cuda11.7-py3.7-gcc7-debug', 'linux-focal-rocm5.2-py3.8-distributed', 'linux-focal-rocm5.2-py3.8-slow', 'win-vs2019-cuda11.7-py3', 'cuda11.6-py3.10-gcc7-sm86', 'linux-bionic-cuda11.6-py3.10-gcc7', 'linux-bionic-cuda11.7-py3.10-gcc7', 'linux-bionic-py3.7-clang9', 'linux-bionic-py3.7-clang9-slow', 'linux-focal-py3.7-clang7-asan', 'linux-focal-py3.7-gcc7', 'linux-focal-rocm5.2-py3.8', 'macos-12-py3-arm64', 'macos-12-py3-arm64-mps', 'macos-12-py3-x86-64', 'parallelnative-linux-focal-py3.7-gcc7', 'win-vs2019-cpu-py3', 'win-vs2019-cuda11.6-py3']). 2022-11-23T01:08:19.9706493Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: linux-bionic-cuda11.7-py3.10-gcc7-no-ops not found, available envs are: dict_keys(['linux-bionic-cuda11.6-py3-gcc7-slow-gradcheck', 'linux-bionic-cuda11.6-py3.7-gcc7-debug', 'linux-bionic-cuda11.6-py3.9-gcc7', 'linux-bionic-cuda11.7-py3.7-gcc7-debug', 'linux-focal-rocm5.2-py3.8-distributed', 'linux-focal-rocm5.2-py3.8-slow', 'win-vs2019-cuda11.7-py3', 'cuda11.6-py3.10-gcc7-sm86', 'linux-bionic-cuda11.6-py3.10-gcc7', 'linux-bionic-cuda11.7-py3.10-gcc7', 'linux-bionic-py3.7-clang9', 'linux-bionic-py3.7-clang9-slow', 'linux-focal-py3.7-clang7-asan', 'linux-focal-py3.7-gcc7', 'linux-focal-rocm5.2-py3.8', 'macos-12-py3-arm64', 'macos-12-py3-arm64-mps', 'macos-12-py3-x86-64', 'parallelnative-linux-focal-py3.7-gcc7', 'win-vs2019-cpu-py3', 'win-vs2019-cuda11.6-py3']). 2022-11-23T01:08:19.9708086Z All retries exhausted, downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json failed. 2022-11-23T01:08:19.9789383Z + print_sccache_stats 2022-11-23T01:08:19.9789767Z + echo 'PyTorch Build Statistics' 2022-11-23T01:08:19.9789968Z PyTorch Build Statistics 2022-11-23T01:08:19.9790200Z + sccache --show-stats 2022-11-23T01:08:19.9814380Z Compile requests 10153 2022-11-23T01:08:19.9814660Z Compile requests executed 7281 2022-11-23T01:08:19.9814971Z Cache hits 7068 2022-11-23T01:08:19.9815275Z Cache hits (C/C++) 6801 2022-11-23T01:08:19.9815707Z Cache hits (CUDA) 267 2022-11-23T01:08:19.9815925Z Cache misses 190 2022-11-23T01:08:19.9816280Z Cache misses (C/C++) 190 2022-11-23T01:08:19.9816620Z Cache timeouts 0 2022-11-23T01:08:19.9817003Z Cache read errors 0 2022-11-23T01:08:19.9817353Z Forced recaches 0 2022-11-23T01:08:19.9817659Z Cache write errors 0 2022-11-23T01:08:19.9856319Z Compilation failures 9 2022-11-23T01:08:19.9856743Z Cache errors 14 2022-11-23T01:08:19.9857062Z Cache errors (C/C++) 14 2022-11-23T01:08:19.9857523Z Non-cacheable compilations 0 2022-11-23T01:08:19.9857886Z Non-cacheable calls 2539 2022-11-23T01:08:19.9858355Z Non-compilation calls 333 2022-11-23T01:08:19.9858722Z Unsupported compiler calls 0 2022-11-23T01:08:19.9858987Z Average cache write 0.048 s 2022-11-23T01:08:19.9859366Z Average cache read miss 0.380 s 2022-11-23T01:08:19.9859765Z Average cache read hit 0.031 s 2022-11-23T01:08:19.9860022Z Failed distributed compilations 0 2022-11-23T01:08:19.9860159Z 2022-11-23T01:08:19.9860278Z Non-cacheable reasons: 2022-11-23T01:08:19.9860506Z -E 2480 2022-11-23T01:08:19.9860715Z -M 41 2022-11-23T01:08:19.9860911Z multiple input files 16 2022-11-23T01:08:19.9861109Z @ 1 2022-11-23T01:08:19.9861297Z unknown source language 1 2022-11-23T01:08:19.9861409Z 2022-11-23T01:08:19.9861826Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:08:19.9862238Z + [[ -n 9654935465 ]] 2022-11-23T01:08:19.9862409Z + jq .stats 2022-11-23T01:08:19.9862637Z + sccache --show-stats --stats-format json 2022-11-23T01:08:19.9934081Z + sccache_epilogue 2022-11-23T01:08:19.9934847Z + echo '::group::Sccache Compilation Log' 2022-11-23T01:08:19.9936002Z ##[group]Sccache Compilation Log 2022-11-23T01:08:19.9936679Z + echo '=================== sccache compilation log ===================' 2022-11-23T01:08:19.9937148Z =================== sccache compilation log =================== 2022-11-23T01:08:19.9937631Z + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2022-11-23T01:08:20.0106831Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2022-11-23T01:08:20.0107423Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2022-11-23T01:08:20.0107718Z + sccache --show-stats 2022-11-23T01:08:20.0129527Z Compile requests 10153 2022-11-23T01:08:20.0129984Z Compile requests executed 7281 2022-11-23T01:08:20.0130306Z Cache hits 7068 2022-11-23T01:08:20.0130690Z Cache hits (C/C++) 6801 2022-11-23T01:08:20.0131039Z Cache hits (CUDA) 267 2022-11-23T01:08:20.0131293Z Cache misses 190 2022-11-23T01:08:20.0131495Z Cache misses (C/C++) 190 2022-11-23T01:08:20.0131748Z Cache timeouts 0 2022-11-23T01:08:20.0131954Z Cache read errors 0 2022-11-23T01:08:20.0132159Z Forced recaches 0 2022-11-23T01:08:20.0132359Z Cache write errors 0 2022-11-23T01:08:20.0132554Z Compilation failures 9 2022-11-23T01:08:20.0132758Z Cache errors 14 2022-11-23T01:08:20.0133005Z Cache errors (C/C++) 14 2022-11-23T01:08:20.0133394Z Non-cacheable compilations 0 2022-11-23T01:08:20.0133771Z Non-cacheable calls 2539 2022-11-23T01:08:20.0134026Z Non-compilation calls 333 2022-11-23T01:08:20.0134231Z Unsupported compiler calls 0 2022-11-23T01:08:20.0134455Z Average cache write 0.048 s 2022-11-23T01:08:20.0134674Z Average cache read miss 0.380 s 2022-11-23T01:08:20.0134875Z Average cache read hit 0.031 s 2022-11-23T01:08:20.0135097Z Failed distributed compilations 0 2022-11-23T01:08:20.0135235Z 2022-11-23T01:08:20.0135535Z Non-cacheable reasons: 2022-11-23T01:08:20.0135764Z -E 2480 2022-11-23T01:08:20.0135989Z -M 41 2022-11-23T01:08:20.0136190Z multiple input files 16 2022-11-23T01:08:20.0136368Z @ 1 2022-11-23T01:08:20.0136568Z unknown source language 1 2022-11-23T01:08:20.0136693Z 2022-11-23T01:08:20.0137115Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:08:20.0137549Z + sccache --stop-server 2022-11-23T01:08:20.0152800Z Stopping sccache server... 2022-11-23T01:08:20.0156487Z Compile requests 10153 2022-11-23T01:08:20.0156896Z Compile requests executed 7281 2022-11-23T01:08:20.0157112Z Cache hits 7068 2022-11-23T01:08:20.0157299Z Cache hits (C/C++) 6801 2022-11-23T01:08:20.0157502Z Cache hits (CUDA) 267 2022-11-23T01:08:20.0157773Z Cache misses 190 2022-11-23T01:08:20.0158122Z Cache misses (C/C++) 190 2022-11-23T01:08:20.0158493Z Cache timeouts 0 2022-11-23T01:08:20.0158825Z Cache read errors 0 2022-11-23T01:08:20.0159125Z Forced recaches 0 2022-11-23T01:08:20.0159446Z Cache write errors 0 2022-11-23T01:08:20.0159787Z Compilation failures 9 2022-11-23T01:08:20.0160130Z Cache errors 14 2022-11-23T01:08:20.0160499Z Cache errors (C/C++) 14 2022-11-23T01:08:20.0160916Z Non-cacheable compilations 0 2022-11-23T01:08:20.0161403Z Non-cacheable calls 2539 2022-11-23T01:08:20.0161656Z Non-compilation calls 333 2022-11-23T01:08:20.0161873Z Unsupported compiler calls 0 2022-11-23T01:08:20.0162188Z Average cache write 0.048 s 2022-11-23T01:08:20.0162500Z Average cache read miss 0.380 s 2022-11-23T01:08:20.0162806Z Average cache read hit 0.031 s 2022-11-23T01:08:20.0163134Z Failed distributed compilations 0 2022-11-23T01:08:20.0163308Z 2022-11-23T01:08:20.0163414Z Non-cacheable reasons: 2022-11-23T01:08:20.0163645Z -E 2480 2022-11-23T01:08:20.0163897Z -M 41 2022-11-23T01:08:20.0164081Z multiple input files 16 2022-11-23T01:08:20.0164289Z unknown source language 1 2022-11-23T01:08:20.0164480Z @ 1 2022-11-23T01:08:20.0164587Z 2022-11-23T01:08:20.0165004Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:08:20.0165396Z + echo ::endgroup:: 2022-11-23T01:08:20.0165806Z ##[endgroup] 2022-11-23T01:08:20.0226858Z ##[group]Run zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T01:08:20.0227283Z zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T01:08:20.0247592Z shell: /usr/bin/bash -e {0} 2022-11-23T01:08:20.0247794Z ##[endgroup] 2022-11-23T01:08:20.0324500Z zip warning: name not matched: .pytorch-test-times.json 2022-11-23T01:08:20.0336215Z adding: dist/ (stored 0%) 2022-11-23T01:08:26.9795648Z adding: dist/torch-1.14.0a0+git1cfd385-cp310-cp310-linux_x86_64.whl (deflated 1%) 2022-11-23T01:08:26.9796012Z adding: build/custom_test_artifacts/ (stored 0%) 2022-11-23T01:08:26.9796366Z adding: build/custom_test_artifacts/custom-op-build/ (stored 0%) 2022-11-23T01:08:26.9796750Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/ (stored 0%) 2022-11-23T01:08:26.9801888Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:08:26.9802692Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:08:26.9803148Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:08:26.9803599Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:08:26.9804026Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:08:26.9805345Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:08:26.9806925Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 68%) 2022-11-23T01:08:26.9807623Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:08:26.9808077Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:08:26.9809976Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:08:26.9811364Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 68%) 2022-11-23T01:08:26.9813189Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 66%) 2022-11-23T01:08:26.9814044Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:08:26.9815491Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 66%) 2022-11-23T01:08:26.9816439Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T01:08:26.9817231Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-11-23T01:08:26.9817685Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-11-23T01:08:26.9871148Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-11-23T01:08:26.9872178Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-11-23T01:08:26.9873216Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-11-23T01:08:26.9874314Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 52%) 2022-11-23T01:08:26.9875222Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-11-23T01:08:26.9875855Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-11-23T01:08:26.9876404Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 67%) 2022-11-23T01:08:26.9876949Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 63%) 2022-11-23T01:08:26.9877511Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 71%) 2022-11-23T01:08:26.9915851Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 89%) 2022-11-23T01:08:26.9958494Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 85%) 2022-11-23T01:08:26.9959657Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-11-23T01:08:26.9960594Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 67%) 2022-11-23T01:08:26.9961520Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-11-23T01:08:26.9962372Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-11-23T01:08:26.9963103Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-11-23T01:08:26.9963705Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 66%) 2022-11-23T01:08:26.9964514Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-11-23T01:08:27.0064801Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-11-23T01:08:27.0164831Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-11-23T01:08:27.0165768Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 72%) 2022-11-23T01:08:27.0166527Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:08:27.0167298Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:08:27.0168106Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:08:27.0168808Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ (stored 0%) 2022-11-23T01:08:27.0169858Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:08:27.0170376Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:08:27.0170849Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make (deflated 18%) 2022-11-23T01:08:27.0171314Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt (deflated 75%) 2022-11-23T01:08:27.0171855Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake (deflated 40%) 2022-11-23T01:08:27.0172536Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make (deflated 74%) 2022-11-23T01:08:27.0173229Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake (deflated 44%) 2022-11-23T01:08:27.0173706Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make (deflated 42%) 2022-11-23T01:08:27.0174270Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make (deflated 26%) 2022-11-23T01:08:27.0174733Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d (deflated 85%) 2022-11-23T01:08:27.0305005Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o (deflated 80%) 2022-11-23T01:08:27.0305843Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ (stored 0%) 2022-11-23T01:08:27.0306758Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts (deflated 16%) 2022-11-23T01:08:27.0307510Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:08:27.0308409Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make (deflated 17%) 2022-11-23T01:08:27.0309031Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt (deflated 73%) 2022-11-23T01:08:27.0309508Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T01:08:27.0309973Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make (deflated 75%) 2022-11-23T01:08:27.0310451Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake (deflated 51%) 2022-11-23T01:08:27.0311042Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make (deflated 42%) 2022-11-23T01:08:27.0311828Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make (deflated 26%) 2022-11-23T01:08:27.0312327Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d (deflated 85%) 2022-11-23T01:08:27.0407564Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o (deflated 80%) 2022-11-23T01:08:27.0408497Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:08:27.0409344Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt (deflated 72%) 2022-11-23T01:08:27.0410042Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:08:27.0410808Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T01:08:27.0411236Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:08:27.0411726Z adding: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc (deflated 20%) 2022-11-23T01:08:27.0413239Z adding: build/custom_test_artifacts/custom-op-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:08:27.0414175Z adding: build/custom_test_artifacts/custom-op-build/Makefile (deflated 74%) 2022-11-23T01:08:27.0414933Z adding: build/custom_test_artifacts/custom-op-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:08:27.0536866Z adding: build/custom_test_artifacts/custom-op-build/libcustom_ops.so (deflated 71%) 2022-11-23T01:08:27.0619515Z adding: build/custom_test_artifacts/custom-op-build/test_custom_ops (deflated 70%) 2022-11-23T01:08:27.0620162Z adding: build/custom_test_artifacts/jit-hook-build/ (stored 0%) 2022-11-23T01:08:27.0620531Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ (stored 0%) 2022-11-23T01:08:27.0626284Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:08:27.0627050Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:08:27.0627552Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:08:27.0628000Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:08:27.0628521Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:08:27.0629604Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:08:27.0631176Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 68%) 2022-11-23T01:08:27.0631883Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:08:27.0632315Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:08:27.0634275Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:08:27.0635665Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 68%) 2022-11-23T01:08:27.0637379Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 66%) 2022-11-23T01:08:27.0638223Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:08:27.0639531Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 66%) 2022-11-23T01:08:27.0640457Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T01:08:27.0641089Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-11-23T01:08:27.0641536Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-11-23T01:08:27.0695071Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-11-23T01:08:27.0696268Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-11-23T01:08:27.0697287Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-11-23T01:08:27.0698369Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 52%) 2022-11-23T01:08:27.0699304Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-11-23T01:08:27.0699835Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-11-23T01:08:27.0700385Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 67%) 2022-11-23T01:08:27.0701018Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 63%) 2022-11-23T01:08:27.0701574Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 71%) 2022-11-23T01:08:27.0740174Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 89%) 2022-11-23T01:08:27.0782818Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 85%) 2022-11-23T01:08:27.0783994Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-11-23T01:08:27.0784943Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 67%) 2022-11-23T01:08:27.0785845Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-11-23T01:08:27.0786775Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-11-23T01:08:27.0787498Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-11-23T01:08:27.0788092Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 66%) 2022-11-23T01:08:27.0788903Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-11-23T01:08:27.0889073Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-11-23T01:08:27.0989093Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-11-23T01:08:27.0990008Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 72%) 2022-11-23T01:08:27.0990792Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:08:27.0991586Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:08:27.0992393Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:08:27.0993182Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ (stored 0%) 2022-11-23T01:08:27.0993716Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:08:27.0994298Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make (deflated 20%) 2022-11-23T01:08:27.0994807Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make (deflated 17%) 2022-11-23T01:08:27.0995338Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt (deflated 76%) 2022-11-23T01:08:27.0995819Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake (deflated 45%) 2022-11-23T01:08:27.0996287Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make (deflated 75%) 2022-11-23T01:08:27.0996767Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake (deflated 48%) 2022-11-23T01:08:27.0997224Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make (deflated 42%) 2022-11-23T01:08:27.0997703Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make (deflated 26%) 2022-11-23T01:08:27.0998393Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d (deflated 85%) 2022-11-23T01:08:27.1072580Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o (deflated 80%) 2022-11-23T01:08:27.1073184Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:08:27.1073718Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt (deflated 64%) 2022-11-23T01:08:27.1074159Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:08:27.1074726Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 (deflated 68%) 2022-11-23T01:08:27.1076035Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:08:27.1076514Z adding: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc (deflated 20%) 2022-11-23T01:08:27.1079088Z adding: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:08:27.1080294Z adding: build/custom_test_artifacts/jit-hook-build/Makefile (deflated 71%) 2022-11-23T01:08:27.1081531Z adding: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:08:27.1146141Z adding: build/custom_test_artifacts/jit-hook-build/test_jit_hooks (deflated 71%) 2022-11-23T01:08:27.1146856Z adding: build/custom_test_artifacts/custom-backend-build/ (stored 0%) 2022-11-23T01:08:27.1147577Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ (stored 0%) 2022-11-23T01:08:27.1153412Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:08:27.1154227Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:08:27.1155071Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:08:27.1155934Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:08:27.1156784Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:08:27.1157705Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:08:27.1159846Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 68%) 2022-11-23T01:08:27.1160730Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:08:27.1161587Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:08:27.1163748Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:08:27.1165820Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 68%) 2022-11-23T01:08:27.1168066Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 66%) 2022-11-23T01:08:27.1169051Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:08:27.1171139Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 66%) 2022-11-23T01:08:27.1172306Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T01:08:27.1172956Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-11-23T01:08:27.1173431Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-11-23T01:08:27.1227075Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-11-23T01:08:27.1228271Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-11-23T01:08:27.1229314Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-11-23T01:08:27.1230427Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 52%) 2022-11-23T01:08:27.1231273Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-11-23T01:08:27.1231833Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-11-23T01:08:27.1232392Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 67%) 2022-11-23T01:08:27.1232964Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 63%) 2022-11-23T01:08:27.1233600Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 71%) 2022-11-23T01:08:27.1271703Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 89%) 2022-11-23T01:08:27.1314318Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 85%) 2022-11-23T01:08:27.1315453Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-11-23T01:08:27.1316435Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 67%) 2022-11-23T01:08:27.1317393Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-11-23T01:08:27.1318279Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-11-23T01:08:27.1318935Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-11-23T01:08:27.1319669Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 66%) 2022-11-23T01:08:27.1320383Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-11-23T01:08:27.1420448Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-11-23T01:08:27.1520760Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-11-23T01:08:27.1521702Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 72%) 2022-11-23T01:08:27.1522260Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:08:27.1522763Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:08:27.1523275Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:08:27.1523766Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ (stored 0%) 2022-11-23T01:08:27.1524321Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:08:27.1524896Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:08:27.1525405Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make (deflated 18%) 2022-11-23T01:08:27.1526056Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt (deflated 75%) 2022-11-23T01:08:27.1526610Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T01:08:27.1527205Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make (deflated 76%) 2022-11-23T01:08:27.1527712Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake (deflated 48%) 2022-11-23T01:08:27.1528202Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make (deflated 41%) 2022-11-23T01:08:27.1528694Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make (deflated 26%) 2022-11-23T01:08:27.1530034Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d (deflated 85%) 2022-11-23T01:08:27.1701981Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o (deflated 81%) 2022-11-23T01:08:27.1702902Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ (stored 0%) 2022-11-23T01:08:27.1703868Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts (deflated 16%) 2022-11-23T01:08:27.1704500Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make (deflated 20%) 2022-11-23T01:08:27.1705072Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make (deflated 18%) 2022-11-23T01:08:27.1705609Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt (deflated 73%) 2022-11-23T01:08:27.1706225Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake (deflated 49%) 2022-11-23T01:08:27.1706738Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make (deflated 77%) 2022-11-23T01:08:27.1707251Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake (deflated 52%) 2022-11-23T01:08:27.1707744Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make (deflated 42%) 2022-11-23T01:08:27.1708253Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make (deflated 26%) 2022-11-23T01:08:27.1709366Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d (deflated 85%) 2022-11-23T01:08:27.1777955Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o (deflated 79%) 2022-11-23T01:08:27.1778599Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 48%) 2022-11-23T01:08:27.1779159Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt (deflated 74%) 2022-11-23T01:08:27.1779630Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:08:27.1780363Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T01:08:27.1781602Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:08:27.1782343Z adding: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc (deflated 20%) 2022-11-23T01:08:27.1784589Z adding: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:08:27.1785485Z adding: build/custom_test_artifacts/custom-backend-build/Makefile (deflated 75%) 2022-11-23T01:08:27.1786410Z adding: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:08:27.1943568Z adding: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so (deflated 71%) 2022-11-23T01:08:27.2002651Z adding: build/custom_test_artifacts/custom-backend-build/test_custom_backend (deflated 71%) 2022-11-23T01:08:27.2003140Z adding: build/lib/ (stored 0%) 2022-11-23T01:08:27.2003708Z adding: build/lib/libclog.a (deflated 74%) 2022-11-23T01:08:27.2090322Z adding: build/lib/libgtest.a (deflated 73%) 2022-11-23T01:08:27.2104861Z adding: build/lib/libpthreadpool.a (deflated 59%) 2022-11-23T01:08:27.2545870Z adding: build/lib/libbenchmark.a (deflated 69%) 2022-11-23T01:08:27.2682950Z adding: build/lib/libprotobuf-lite.a (deflated 74%) 2022-11-23T01:08:27.2693634Z adding: build/lib/libittnotify.a (deflated 78%) 2022-11-23T01:08:27.2738528Z adding: build/lib/libtensorpipe_uv.a (deflated 65%) 2022-11-23T01:08:27.2852087Z adding: build/lib/libasmjit.a (deflated 62%) 2022-11-23T01:08:27.3556999Z adding: build/lib/libprotobuf.a (deflated 72%) 2022-11-23T01:08:27.3734615Z adding: build/lib/libgloo.a (deflated 71%) 2022-11-23T01:08:27.3912428Z adding: build/lib/libfmt.a (deflated 72%) 2022-11-23T01:08:27.3914417Z adding: build/lib/libcaffe2_nvrtc.so (deflated 74%) 2022-11-23T01:08:27.3915255Z adding: build/lib/libfoxi_loader.a (deflated 58%) 2022-11-23T01:08:27.4029908Z adding: build/lib/libc10.so (deflated 62%) 2022-11-23T01:08:27.4031322Z adding: build/lib/libtorch_global_deps.so (deflated 72%) 2022-11-23T01:08:27.4799617Z adding: build/lib/libprotoc.a (deflated 70%) 2022-11-23T01:08:27.4811964Z adding: build/lib/libcpuinfo.a (deflated 69%) 2022-11-23T01:08:27.4823530Z adding: build/lib/libcpuinfo_internals.a (deflated 70%) 2022-11-23T01:08:27.4845712Z adding: build/lib/libqnnpack.a (deflated 65%) 2022-11-23T01:08:27.4877986Z adding: build/lib/libpytorch_qnnpack.a (deflated 67%) 2022-11-23T01:08:27.4881115Z adding: build/lib/libnnpack_reference_layers.a (deflated 69%) 2022-11-23T01:08:27.4909808Z adding: build/lib/libnnpack.a (deflated 72%) 2022-11-23T01:08:27.4934615Z adding: build/lib/libgmock.a (deflated 71%) 2022-11-23T01:08:27.4935495Z adding: build/lib/libgtest_main.a (deflated 64%) 2022-11-23T01:08:27.4936213Z adding: build/lib/libbenchmark_main.a (deflated 65%) 2022-11-23T01:08:28.6575694Z adding: build/lib/libdnnl.a (deflated 80%) 2022-11-23T01:08:28.7388591Z adding: build/lib/libtensorpipe.a (deflated 77%) 2022-11-23T01:08:28.7583154Z adding: build/lib/libXNNPACK.a (deflated 70%) 2022-11-23T01:08:28.7660894Z adding: build/lib/libc10_cuda.so (deflated 60%) 2022-11-23T01:08:28.7661612Z adding: build/lib/libgmock_main.a (deflated 64%) 2022-11-23T01:08:28.9445332Z adding: build/lib/libfbgemm.a (deflated 82%) 2022-11-23T01:08:29.0853505Z adding: build/lib/libdnnl_graph.a (deflated 78%) 2022-11-23T01:08:29.1214178Z adding: build/lib/libtensorpipe_cuda.a (deflated 77%) 2022-11-23T01:08:29.1916086Z adding: build/lib/libkineto.a (deflated 69%) 2022-11-23T01:08:29.1973181Z adding: build/lib/libcaffe2_protos.a (deflated 75%) 2022-11-23T01:08:29.2032435Z adding: build/lib/libonnx_proto.a (deflated 77%) 2022-11-23T01:08:29.2899818Z adding: build/lib/libonnx.a (deflated 75%) 2022-11-23T01:08:29.3340270Z adding: build/lib/libgloo_cuda.a (deflated 88%) 2022-11-23T01:08:32.5693039Z adding: build/lib/libtorch_cpu.so (deflated 70%) 2022-11-23T01:08:36.7197902Z adding: build/lib/libtorch_cuda.so (deflated 52%) 2022-11-23T01:08:36.7198388Z adding: build/lib/libtorch.so (deflated 75%) 2022-11-23T01:08:38.9504533Z adding: build/lib/libtorch_cuda_linalg.so (deflated 34%) 2022-11-23T01:08:38.9507163Z adding: build/lib/libc10d_cuda_test.so (deflated 62%) 2022-11-23T01:08:38.9587505Z adding: build/lib/libtorchbind_test.so (deflated 70%) 2022-11-23T01:08:38.9621607Z adding: build/lib/libjitbackend_test.so (deflated 63%) 2022-11-23T01:08:38.9666887Z adding: build/lib/libbackend_with_compiler.so (deflated 60%) 2022-11-23T01:08:38.9673019Z adding: build/lib/libshm.so (deflated 63%) 2022-11-23T01:08:39.2249296Z adding: build/lib/libtorch_python.so (deflated 67%) 2022-11-23T01:08:39.2307903Z adding: build/lib/libnnapi_backend.so (deflated 58%) 2022-11-23T01:08:39.2308371Z adding: build/bin/ (stored 0%) 2022-11-23T01:08:39.2384900Z adding: build/bin/c10_CompileTimeFunctionPointer_test (deflated 60%) 2022-11-23T01:08:39.2465437Z adding: build/bin/c10_DeviceGuard_test (deflated 60%) 2022-11-23T01:08:39.2544292Z adding: build/bin/c10_Device_test (deflated 59%) 2022-11-23T01:08:39.2635675Z adding: build/bin/c10_DispatchKeySet_test (deflated 61%) 2022-11-23T01:08:39.2710200Z adding: build/bin/c10_StreamGuard_test (deflated 59%) 2022-11-23T01:08:39.2787039Z adding: build/bin/c10_SymInt_test (deflated 59%) 2022-11-23T01:08:39.2873525Z adding: build/bin/c10_InlineDeviceGuard_test (deflated 61%) 2022-11-23T01:08:39.2960215Z adding: build/bin/c10_InlineStreamGuard_test (deflated 61%) 2022-11-23T01:08:39.3048204Z adding: build/bin/c10_SizesAndStrides_test (deflated 61%) 2022-11-23T01:08:39.3123309Z adding: build/bin/c10_Array_test (deflated 59%) 2022-11-23T01:08:39.3205445Z adding: build/bin/c10_Bitset_test (deflated 61%) 2022-11-23T01:08:39.3284827Z adding: build/bin/c10_C++17_test (deflated 61%) 2022-11-23T01:08:39.3359693Z adding: build/bin/c10_ConstexprCrc_test (deflated 59%) 2022-11-23T01:08:39.3436174Z adding: build/bin/c10_DeadlockDetection_test (deflated 60%) 2022-11-23T01:08:39.3513871Z adding: build/bin/c10_Half_test (deflated 59%) 2022-11-23T01:08:39.3601181Z adding: build/bin/c10_LeftRight_test (deflated 61%) 2022-11-23T01:08:39.3695691Z adding: build/bin/c10_Metaprogramming_test (deflated 64%) 2022-11-23T01:08:39.3895770Z adding: build/bin/c10_SmallVectorTest (deflated 74%) 2022-11-23T01:08:39.3973774Z adding: build/bin/c10_Synchronized_test (deflated 60%) 2022-11-23T01:08:39.4062325Z adding: build/bin/c10_ThreadLocal_test (deflated 62%) 2022-11-23T01:08:39.4143748Z adding: build/bin/c10_TypeIndex_test (deflated 61%) 2022-11-23T01:08:39.4222446Z adding: build/bin/c10_TypeList_test (deflated 60%) 2022-11-23T01:08:39.4297104Z adding: build/bin/c10_TypeTraits_test (deflated 59%) 2022-11-23T01:08:39.4377433Z adding: build/bin/c10_accumulate_test (deflated 60%) 2022-11-23T01:08:39.4464492Z adding: build/bin/c10_bfloat16_test (deflated 60%) 2022-11-23T01:08:39.4548159Z adding: build/bin/c10_complex_math_test (deflated 61%) 2022-11-23T01:08:39.4634698Z adding: build/bin/c10_complex_test (deflated 60%) 2022-11-23T01:08:39.4715975Z adding: build/bin/c10_exception_test (deflated 60%) 2022-11-23T01:08:39.4873271Z adding: build/bin/c10_either_test (deflated 71%) 2022-11-23T01:08:39.4951144Z adding: build/bin/c10_flags_test (deflated 60%) 2022-11-23T01:08:39.5190379Z adding: build/bin/c10_intrusive_ptr_test (deflated 73%) 2022-11-23T01:08:39.5268933Z adding: build/bin/c10_irange_test (deflated 60%) 2022-11-23T01:08:39.5358844Z adding: build/bin/c10_logging_test (deflated 60%) 2022-11-23T01:08:39.5473592Z adding: build/bin/c10_optional_test (deflated 63%) 2022-11-23T01:08:39.5568302Z adding: build/bin/c10_ordered_preserving_dict_test (deflated 62%) 2022-11-23T01:08:39.5653511Z adding: build/bin/c10_registry_test (deflated 60%) 2022-11-23T01:08:39.5744661Z adding: build/bin/c10_string_view_test (deflated 61%) 2022-11-23T01:08:39.5824906Z adding: build/bin/c10_tempfile_test (deflated 60%) 2022-11-23T01:08:39.5912909Z adding: build/bin/c10_typeid_test (deflated 60%) 2022-11-23T01:08:39.6002566Z adding: build/bin/c10_intrusive_ptr_benchmark (deflated 58%) 2022-11-23T01:08:39.6783891Z adding: build/bin/protoc-3.13.0.0 (deflated 60%) 2022-11-23T01:08:39.7563487Z adding: build/bin/protoc (deflated 60%) 2022-11-23T01:08:39.7638577Z adding: build/bin/c10_cuda_CUDATest (deflated 60%) 2022-11-23T01:08:39.8053550Z adding: build/bin/vec_test_all_types_DEFAULT (deflated 74%) 2022-11-23T01:08:39.8533441Z adding: build/bin/vec_test_all_types_AVX2 (deflated 71%) 2022-11-23T01:08:39.8616825Z adding: build/bin/FileStoreTest (deflated 60%) 2022-11-23T01:08:39.8710496Z adding: build/bin/TCPStoreTest (deflated 60%) 2022-11-23T01:08:39.8794090Z adding: build/bin/HashStoreTest (deflated 60%) 2022-11-23T01:08:39.8816380Z adding: build/bin/ProcessGroupMPITest (deflated 62%) 2022-11-23T01:08:39.8820398Z adding: build/bin/example_allreduce (deflated 63%) 2022-11-23T01:08:39.8902206Z adding: build/bin/Dimname_test (deflated 60%) 2022-11-23T01:08:39.9012698Z adding: build/bin/Dict_test (deflated 64%) 2022-11-23T01:08:39.9108889Z adding: build/bin/MaybeOwned_test (deflated 64%) 2022-11-23T01:08:39.9198163Z adding: build/bin/NamedTensor_test (deflated 60%) 2022-11-23T01:08:39.9289736Z adding: build/bin/apply_utils_test (deflated 61%) 2022-11-23T01:08:39.9381067Z adding: build/bin/atest (deflated 60%) 2022-11-23T01:08:39.9477819Z adding: build/bin/basic (deflated 59%) 2022-11-23T01:08:39.9561848Z adding: build/bin/broadcast_test (deflated 60%) 2022-11-23T01:08:39.9652239Z adding: build/bin/cpu_generator_test (deflated 61%) 2022-11-23T01:08:39.9734328Z adding: build/bin/cpu_profiling_allocator_test (deflated 60%) 2022-11-23T01:08:39.9868068Z adding: build/bin/cpu_rng_test (deflated 65%) 2022-11-23T01:08:39.9945857Z adding: build/bin/dispatch_key_set_test (deflated 60%) 2022-11-23T01:08:40.0023048Z adding: build/bin/dlconvertor_test (deflated 60%) 2022-11-23T01:08:40.0113651Z adding: build/bin/extension_backend_test (deflated 60%) 2022-11-23T01:08:40.0205769Z adding: build/bin/half_test (deflated 60%) 2022-11-23T01:08:40.0354249Z adding: build/bin/ivalue_test (deflated 61%) 2022-11-23T01:08:40.0431311Z adding: build/bin/lazy_tensor_test (deflated 60%) 2022-11-23T01:08:40.0515212Z adding: build/bin/math_kernel_test (deflated 60%) 2022-11-23T01:08:40.0599087Z adding: build/bin/memory_format_test (deflated 60%) 2022-11-23T01:08:40.0682528Z adding: build/bin/memory_overlapping_test (deflated 60%) 2022-11-23T01:08:40.0764198Z adding: build/bin/mobile_memory_cleanup (deflated 60%) 2022-11-23T01:08:40.0852402Z adding: build/bin/native_test (deflated 59%) 2022-11-23T01:08:40.0931792Z adding: build/bin/operator_name_test (deflated 60%) 2022-11-23T01:08:40.1009831Z adding: build/bin/operators_test (deflated 60%) 2022-11-23T01:08:40.1092150Z adding: build/bin/packedtensoraccessor_test (deflated 59%) 2022-11-23T01:08:40.1194597Z adding: build/bin/pow_test (deflated 61%) 2022-11-23T01:08:40.1284810Z adding: build/bin/quantized_test (deflated 60%) 2022-11-23T01:08:40.1361132Z adding: build/bin/reduce_ops_test (deflated 59%) 2022-11-23T01:08:40.1440633Z adding: build/bin/reportMemoryUsage_test (deflated 60%) 2022-11-23T01:08:40.1529368Z adding: build/bin/scalar_tensor_test (deflated 59%) 2022-11-23T01:08:40.1619757Z adding: build/bin/scalar_test (deflated 59%) 2022-11-23T01:08:40.1701531Z adding: build/bin/stride_properties_test (deflated 60%) 2022-11-23T01:08:40.1817435Z adding: build/bin/tensor_iterator_test (deflated 67%) 2022-11-23T01:08:40.1820661Z adding: build/bin/thread_init_test (deflated 64%) 2022-11-23T01:08:40.1908270Z adding: build/bin/test_parallel (deflated 60%) 2022-11-23T01:08:40.1994829Z adding: build/bin/type_ptr_test (deflated 60%) 2022-11-23T01:08:40.2076773Z adding: build/bin/undefined_tensor_test (deflated 60%) 2022-11-23T01:08:40.2154086Z adding: build/bin/variant_test (deflated 59%) 2022-11-23T01:08:40.2248108Z adding: build/bin/type_test (deflated 60%) 2022-11-23T01:08:40.2249711Z adding: build/bin/verify_api_visibility (deflated 67%) 2022-11-23T01:08:40.2357469Z adding: build/bin/vmap_test (deflated 62%) 2022-11-23T01:08:40.2437011Z adding: build/bin/weakref_test (deflated 60%) 2022-11-23T01:08:40.2516390Z adding: build/bin/wrapdim_test (deflated 59%) 2022-11-23T01:08:40.2677293Z adding: build/bin/List_test (deflated 69%) 2022-11-23T01:08:40.2769609Z adding: build/bin/IListRef_test (deflated 61%) 2022-11-23T01:08:40.2846094Z adding: build/bin/xla_tensor_test (deflated 59%) 2022-11-23T01:08:40.2945623Z adding: build/bin/KernelFunction_test (deflated 63%) 2022-11-23T01:08:40.3129235Z adding: build/bin/kernel_function_legacy_test (deflated 66%) 2022-11-23T01:08:40.3275074Z adding: build/bin/kernel_function_test (deflated 65%) 2022-11-23T01:08:40.3463964Z adding: build/bin/kernel_lambda_legacy_test (deflated 69%) 2022-11-23T01:08:40.3617216Z adding: build/bin/kernel_lambda_test (deflated 69%) 2022-11-23T01:08:40.3709922Z adding: build/bin/kernel_stackbased_test (deflated 61%) 2022-11-23T01:08:40.3856459Z adding: build/bin/make_boxed_from_unboxed_functor_test (deflated 65%) 2022-11-23T01:08:40.3934847Z adding: build/bin/CppSignature_test (deflated 60%) 2022-11-23T01:08:40.4009411Z adding: build/bin/op_allowlist_test (deflated 60%) 2022-11-23T01:08:40.4097610Z adding: build/bin/backend_fallback_test (deflated 59%) 2022-11-23T01:08:40.4179862Z adding: build/bin/inline_container_test (deflated 60%) 2022-11-23T01:08:40.4578731Z adding: build/bin/op_registration_test (deflated 76%) 2022-11-23T01:08:40.4659749Z adding: build/bin/cuda_apply_test (deflated 60%) 2022-11-23T01:08:40.4753303Z adding: build/bin/cuda_atomic_ops_test (deflated 61%) 2022-11-23T01:08:40.4836619Z adding: build/bin/cuda_caching_host_allocator_test (deflated 60%) 2022-11-23T01:08:40.4912978Z adding: build/bin/cuda_device_test (deflated 60%) 2022-11-23T01:08:40.5019550Z adding: build/bin/cuda_complex_math_test (deflated 60%) 2022-11-23T01:08:40.5109857Z adding: build/bin/cuda_complex_test (deflated 61%) 2022-11-23T01:08:40.5203156Z adding: build/bin/cuda_cub_test (deflated 59%) 2022-11-23T01:08:40.5280656Z adding: build/bin/cuda_dlconvertor_test (deflated 60%) 2022-11-23T01:08:40.5359774Z adding: build/bin/cuda_integer_divider_test (deflated 59%) 2022-11-23T01:08:40.5482851Z adding: build/bin/cuda_distributions_test (deflated 49%) 2022-11-23T01:08:40.5573353Z adding: build/bin/cuda_generator_test (deflated 61%) 2022-11-23T01:08:40.5650093Z adding: build/bin/cuda_half_test (deflated 59%) 2022-11-23T01:08:40.5725805Z adding: build/bin/cuda_optional_test (deflated 59%) 2022-11-23T01:08:40.5806503Z adding: build/bin/cuda_packedtensoraccessor_test (deflated 59%) 2022-11-23T01:08:40.5900753Z adding: build/bin/cuda_stream_test (deflated 60%) 2022-11-23T01:08:40.5982370Z adding: build/bin/cuda_reportMemoryUsage_test (deflated 60%) 2022-11-23T01:08:40.6057960Z adding: build/bin/cuda_cudnn_test (deflated 59%) 2022-11-23T01:08:40.6139533Z adding: build/bin/cuda_vectorized_test (deflated 60%) 2022-11-23T01:08:40.6163798Z adding: build/bin/tutorial_tensorexpr (deflated 65%) 2022-11-23T01:08:40.6265695Z adding: build/bin/ProcessGroupGlooTest (deflated 61%) 2022-11-23T01:08:40.6356612Z adding: build/bin/ProcessGroupGlooAsyncTest (deflated 59%) 2022-11-23T01:08:40.6452501Z adding: build/bin/ProcessGroupNCCLTest (deflated 60%) 2022-11-23T01:08:40.6544207Z adding: build/bin/ProcessGroupNCCLErrorsTest (deflated 60%) 2022-11-23T01:08:40.6627536Z adding: build/bin/ProcessGroupUCCTest (deflated 59%) 2022-11-23T01:08:40.6711564Z adding: build/bin/test_dist_autograd (deflated 60%) 2022-11-23T01:08:40.6714677Z adding: build/bin/parallel_benchmark (deflated 63%) 2022-11-23T01:08:40.6825111Z adding: build/bin/test_cpp_rpc (deflated 60%) 2022-11-23T01:08:40.6933433Z adding: build/bin/test_mobile_nnc (deflated 60%) 2022-11-23T01:08:40.6948573Z adding: build/bin/aot_model_compiler_test (deflated 65%) 2022-11-23T01:08:40.7461950Z adding: build/bin/test_lazy (deflated 73%) 2022-11-23T01:08:40.8781422Z adding: build/bin/test_tensorexpr (deflated 65%) 2022-11-23T01:08:40.8789190Z adding: build/bin/torch_shm_manager (deflated 57%) 2022-11-23T01:08:41.0683720Z adding: build/bin/test_api (deflated 67%) 2022-11-23T01:08:41.2434590Z adding: build/bin/test_jit (deflated 66%) 2022-11-23T01:08:41.2475911Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T01:08:41.2476117Z with: 2022-11-23T01:08:41.2476339Z name: linux-bionic-cuda11.7-py3.10-gcc7-no-ops 2022-11-23T01:08:41.2476661Z retention-days: 14 2022-11-23T01:08:41.2476843Z if-no-files-found: error 2022-11-23T01:08:41.2477040Z path: artifacts.zip 2022-11-23T01:08:41.2477235Z s3-bucket: gha-artifacts 2022-11-23T01:08:41.2477409Z region: us-east-1 2022-11-23T01:08:41.2477584Z ##[endgroup] 2022-11-23T01:08:41.9143049Z With the provided path, there will be 1 file uploaded 2022-11-23T01:08:41.9143839Z Uploading to s3 prefix: pytorch/pytorch/3528293554/linux-bionic-cuda11.7-py3.10-gcc7-no-ops 2022-11-23T01:08:41.9195621Z Starting upload of artifacts.zip 2022-11-23T01:08:46.1489105Z Finished upload of artifacts.zip 2022-11-23T01:08:46.1611324Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T01:08:46.1611552Z with: 2022-11-23T01:08:46.1611852Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T01:08:46.1612059Z retention-days: 365 2022-11-23T01:08:46.1612256Z if-no-files-found: warn 2022-11-23T01:08:46.1612462Z path: sccache-stats-*.json 2022-11-23T01:08:46.1612646Z name: artifact 2022-11-23T01:08:46.1612827Z s3-bucket: gha-artifacts 2022-11-23T01:08:46.1613016Z region: us-east-1 2022-11-23T01:08:46.1613177Z ##[endgroup] 2022-11-23T01:08:46.4959392Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T01:08:46.4959853Z With the provided path, there will be 1 file uploaded 2022-11-23T01:08:46.4960282Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T01:08:46.4967274Z Starting upload of sccache-stats-linux-bionic-cuda11.7-py3.10-gcc7-no-ops-9654935465.json 2022-11-23T01:08:46.6190847Z Finished upload of sccache-stats-linux-bionic-cuda11.7-py3.10-gcc7-no-ops-9654935465.json 2022-11-23T01:08:46.6311442Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-11-23T01:08:46.6311672Z with: 2022-11-23T01:08:46.6311834Z ##[endgroup] 2022-11-23T01:08:46.6325125Z ##[group]Run set -eou pipefail 2022-11-23T01:08:46.6325354Z set -eou pipefail 2022-11-23T01:08:46.6325537Z  2022-11-23T01:08:46.6325780Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-11-23T01:08:46.6326021Z for _ in $(seq 1440); do 2022-11-23T01:08:46.6326245Z  # Break if no ssh session exists anymore 2022-11-23T01:08:46.6326467Z  if [ "$(who)" = "" ]; then 2022-11-23T01:08:46.6326637Z  break 2022-11-23T01:08:46.6327000Z  fi 2022-11-23T01:08:46.6327174Z  echo "." 2022-11-23T01:08:46.6327335Z  sleep 5 2022-11-23T01:08:46.6327506Z done 2022-11-23T01:08:46.6338885Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:08:46.6339157Z ##[endgroup] 2022-11-23T01:08:46.6363552Z Holding runner for 2 hours until all ssh sessions have logged out 2022-11-23T01:08:46.6480596Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T01:08:46.6481073Z # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T01:08:46.6481468Z # shellcheck disable=SC2046 2022-11-23T01:08:46.6481835Z docker stop $(docker ps -q) || true 2022-11-23T01:08:46.6482206Z # Prune all of the docker images 2022-11-23T01:08:46.6482523Z docker system prune -af 2022-11-23T01:08:46.6493299Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:08:46.6493626Z ##[endgroup] 2022-11-23T01:08:50.9349955Z 03f47b6251be 2022-11-23T01:08:51.1431757Z Deleted Containers: 2022-11-23T01:08:51.1432264Z 03f47b6251beb829474014f50e16b875e5dfbe268ee8241eba6fea43407e4605 2022-11-23T01:08:51.1432522Z 2022-11-23T01:08:53.8139124Z Deleted Images: 2022-11-23T01:08:53.8140099Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:08:53.8141130Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7@sha256:a44ece0129de4f14f08fcb1423a34c97f2f88e2969bfc5ad6f33b15b4dfcfea3 2022-11-23T01:08:53.8142277Z deleted: sha256:ca0e26c7bac33dbcc7a8dbe19f76edee4b91691e765d908dd755388b14acb91e 2022-11-23T01:08:53.8142650Z deleted: sha256:acbff221174f85354b2aba183449be48b8a649044c4d855f47ffe7c15f2f0593 2022-11-23T01:08:53.8143157Z deleted: sha256:6e2b2e86bf8d35dfec9e9487ce66c8ec4c5e366546510dbf2061107259075ec2 2022-11-23T01:08:53.8143604Z deleted: sha256:7ee6329a87fae79992a26743847bbc86bacc2ca03801efcdce7754a05ccb441f 2022-11-23T01:08:53.8144111Z deleted: sha256:6b5c166d5b90baf854740fd230f7d138850141e8dd1069c75900aa09e5e0dc90 2022-11-23T01:08:53.8144539Z deleted: sha256:ab05e7d25d0b30fc6f3cbf720ae9408ac11bcbdfea59731ae72dcc8aa3e520d6 2022-11-23T01:08:53.8145042Z deleted: sha256:f6246cb9656221ce7e6751e93b05e13424fb2583c6137d4edbfef96ceb0fbf4f 2022-11-23T01:08:53.8145606Z deleted: sha256:04d30f9a047eb1f0199adf2b2ca2512f9554b7caad28a2fb14a22a388d305a98 2022-11-23T01:08:53.8146101Z deleted: sha256:5c6550a005fd1407aa8a10de1057e8212385b7ef81fdb403eac9cb25b2cdd30a 2022-11-23T01:08:53.8146778Z deleted: sha256:2db874a48ccf9cf10f3600e1e7e0c5165c462d689f394d7be669d852c0f28f8e 2022-11-23T01:08:53.8147246Z deleted: sha256:1cb9632811ae406a7896c8ad49717c265bba77d94df3a67c23bd0cc1222c93fe 2022-11-23T01:08:53.8147682Z deleted: sha256:0b6a063f7a058d0226b7f958b16f7f2e4b68f39e6275890c7a7a0d339ebf9a70 2022-11-23T01:08:53.8148181Z deleted: sha256:afef4e32922b9a5b37e91ef12e33891a7d22f056ccb366412c89d8b775231c67 2022-11-23T01:08:53.8148832Z deleted: sha256:13dcda7fb091c2ea82bde2883af19edb94358834314a6d7d89de972fddf854cc 2022-11-23T01:08:53.8149340Z deleted: sha256:ba4023bbeb7ba3bdfc8353b5e973c00f1dae850fe0e4232344bca0d7bdc5ed21 2022-11-23T01:08:53.8149781Z deleted: sha256:eda87a7e3963049f09510a9664306ce96a1e843bd2ed9306aad33978f2415934 2022-11-23T01:08:53.8150089Z deleted: sha256:ad917be56ac1ba848d966f7332b79ef401b9420b7952fba45570faf98875de2c 2022-11-23T01:08:53.8150411Z deleted: sha256:3c2ba68cc2c00d49222172449200284f1caf0e9b25d7eeba6698297ef42c7059 2022-11-23T01:08:53.8150730Z deleted: sha256:1505992ac44d07e9564edf19e4ed03a31f7609cbfd0cc4bd607a988bd64d6592 2022-11-23T01:08:53.8151044Z deleted: sha256:7e3ce05cb4796e4f977d34b2c9499faabd362b94750f42ea36023785fd07210b 2022-11-23T01:08:53.8151359Z deleted: sha256:99012b24a24f7cbe1787c76d263d7cf9556d2542c33e1f4fde47d5a9bfced7bf 2022-11-23T01:08:53.8151668Z deleted: sha256:44a93e00ff78481f1922fd26545eba58d27c25ede11210755a18ac1089d34491 2022-11-23T01:08:53.8151971Z deleted: sha256:3d35c57c87aa053605d9839c481d2505ef05d74269206229cd53cf56291a84bc 2022-11-23T01:08:53.8152269Z deleted: sha256:d0644c40eee52273b45cfd6a9d443606fd3b1d570bba60df414bef688531865f 2022-11-23T01:08:53.8152603Z deleted: sha256:87f1587cf0fc998c2fd781ff08bd41ecd3f1dce58e89485eae3f97cf5e65a224 2022-11-23T01:08:53.8152940Z deleted: sha256:e967cbd5936283cfefeee219340c1dc42b04c590734c01da262f3591426d7033 2022-11-23T01:08:53.8153251Z deleted: sha256:cb4e3fb37d95ff54c5467335caa5a165d6951a524c72098c8aa50e91489a1cf7 2022-11-23T01:08:53.8153580Z deleted: sha256:c999a26e008b2a5a646e886f297ad5b2efd1ffc6de561d309eecf7e904d80411 2022-11-23T01:08:53.8153920Z deleted: sha256:0f7c27db48adc87df4d2d2275a157eb1b46971b7b9901cf97c7e5f95a0bd9f3a 2022-11-23T01:08:53.8154235Z deleted: sha256:6172bd74910d9d7ff816aac3ed295122ccc70f926d75b17196d3a8a7da581a48 2022-11-23T01:08:53.8154568Z deleted: sha256:f6c04aacc51d4155e8c2e978c915ad2c1a0d170bf3e933aeeaa66f7f5e9f529b 2022-11-23T01:08:53.8154902Z deleted: sha256:1a123d1e783cb340d39fb0fd6af62f0f31ec366902386b4843d78aa15341ca35 2022-11-23T01:08:53.8155219Z deleted: sha256:14682bd215f05536bf4a50be70610b9092a6f0c799b9adfa102ff191b669013f 2022-11-23T01:08:53.8155522Z deleted: sha256:055f5d43f9fee2ec66f09539d8c1624084e8029d0e74981a53354b7ff44c0af1 2022-11-23T01:08:53.8155844Z deleted: sha256:e1d86ed5bd48d6e66387d31531db825bf43e642ec87d3aea0ae602bda9362204 2022-11-23T01:08:53.8156170Z deleted: sha256:717c3163e25327a177ddf78de4dcdea20521942a9cb18c8e1b21e8336708455b 2022-11-23T01:08:53.8156484Z deleted: sha256:eb3a046c873cc3023f10cc7a3da759dda1fc3977511c26c8fe12d02cd35d9d3b 2022-11-23T01:08:53.8156877Z deleted: sha256:f7d654b861e155438fb4017f993e78f94e4ab971ba70a9923b9578da6f521079 2022-11-23T01:08:53.8157193Z deleted: sha256:9f6e64fe4d84e561aa5f4fb6ca895b16073451674b2e9234678faa71885b7c1a 2022-11-23T01:08:53.8157522Z deleted: sha256:cd4ed903887c2663e7ae16a705cdb277bfac87a35e8b3930e0f7c28f392243ff 2022-11-23T01:08:53.8157842Z deleted: sha256:6acd45a2d76545be71b8be690cb8bf0530cd1322d5aeb90ccd0025b76aeeb9be 2022-11-23T01:08:53.8158165Z deleted: sha256:5f6fad27350d1485f97817591e1e38f341c4f2466973c5afef012cde54640119 2022-11-23T01:08:53.8158479Z deleted: sha256:e77f111f1f3e2f93994c6b428a64619af7dad3012f71096de895d7965c6f6f54 2022-11-23T01:08:53.8158796Z deleted: sha256:1f60aaab75e1b24ad8a6dda4c7591a4cbe1c0233111faa95bbb121e71744f5e2 2022-11-23T01:08:53.8159130Z deleted: sha256:ed3557da864e7a48d82ca4fd51c078d177841f99d52a8480a8442fc6da95b3ef 2022-11-23T01:08:53.8159474Z deleted: sha256:e1cb5ac03c90992794bbcece5ef3a88b8d3dbfebb070b7e7b7dc6e1066a0bd0b 2022-11-23T01:08:53.8159802Z deleted: sha256:92b610b902f3255c897a349782a959cd391014cb7949989ae136548de42631f8 2022-11-23T01:08:53.8160101Z deleted: sha256:c52692915b570d66df58947dd8d7cba68fcfcf8fc296a447481578eb25879692 2022-11-23T01:08:53.8160422Z deleted: sha256:8d99114ec4c3615c49f00fa0fa40e0db8d9445f641c42ffdc127590c6fa9fe9a 2022-11-23T01:08:53.8160751Z deleted: sha256:b3b2969d5ff622447527c54efa6f9d15f8bc70de5db17f46ae11efd709999fbd 2022-11-23T01:08:53.8161069Z deleted: sha256:bfb13edd0300dc2515d887adb670832f4a85848e65db3348bbb1fd74e90fc5fc 2022-11-23T01:08:53.8161409Z deleted: sha256:c1ca91bea3c8e97f0d48fbfe60f987231f95874fcf29a94b76bb67dca54cad18 2022-11-23T01:08:53.8161782Z deleted: sha256:b5ef1223e23564cc06af079be55d6a3962040fb669c5d8724912ff6ea2075e59 2022-11-23T01:08:53.8162094Z deleted: sha256:69f57fbceb1b420d7e4697e0f6514887b0805ee0059bea7d51e0a832962e74bf 2022-11-23T01:08:53.8162269Z 2022-11-23T01:08:53.8261281Z Total reclaimed space: 17.11GB 2022-11-23T01:08:53.8309994Z Post job cleanup. 2022-11-23T01:08:53.8343134Z Post job cleanup. 2022-11-23T01:08:53.9404585Z [command]/usr/bin/git version 2022-11-23T01:08:53.9740543Z git version 2.37.1 2022-11-23T01:08:53.9780114Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/ee7d62fa-7d54-4117-97dc-01bebd5f37e2' before making global git config changes 2022-11-23T01:08:53.9780539Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:08:53.9784485Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:08:53.9828591Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:08:53.9858401Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:08:54.0221937Z Entering 'android/libs/fbjni' 2022-11-23T01:08:54.0271253Z Entering 'third_party/FP16' 2022-11-23T01:08:54.0320134Z Entering 'third_party/FXdiv' 2022-11-23T01:08:54.0369595Z Entering 'third_party/NNPACK' 2022-11-23T01:08:54.0431283Z Entering 'third_party/QNNPACK' 2022-11-23T01:08:54.0490244Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:08:54.0524051Z Entering 'third_party/XNNPACK' 2022-11-23T01:08:54.0631568Z Entering 'third_party/benchmark' 2022-11-23T01:08:54.0676674Z Entering 'third_party/cpuinfo' 2022-11-23T01:08:54.0724995Z Entering 'third_party/cub' 2022-11-23T01:08:54.0778016Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:08:54.0816232Z Entering 'third_party/cutlass' 2022-11-23T01:08:54.0855876Z Entering 'third_party/eigen' 2022-11-23T01:08:54.0919423Z Entering 'third_party/fbgemm' 2022-11-23T01:08:54.0982723Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:08:54.1050951Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:08:54.1111781Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:08:54.1165228Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:08:54.1217682Z Entering 'third_party/flatbuffers' 2022-11-23T01:08:54.1253535Z Entering 'third_party/fmt' 2022-11-23T01:08:54.1301420Z Entering 'third_party/foxi' 2022-11-23T01:08:54.1346015Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:08:54.1395814Z Entering 'third_party/gloo' 2022-11-23T01:08:54.1453623Z Entering 'third_party/googletest' 2022-11-23T01:08:54.1508099Z Entering 'third_party/ideep' 2022-11-23T01:08:54.1570260Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:08:54.1654791Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:08:54.1734067Z Entering 'third_party/ios-cmake' 2022-11-23T01:08:54.1782228Z Entering 'third_party/ittapi' 2022-11-23T01:08:54.1816851Z Entering 'third_party/kineto' 2022-11-23T01:08:54.1850335Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:08:54.1883248Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:08:54.1917672Z Entering 'third_party/nccl/nccl' 2022-11-23T01:08:54.1976992Z Entering 'third_party/neon2sse' 2022-11-23T01:08:54.2019778Z Entering 'third_party/nlohmann' 2022-11-23T01:08:54.2054894Z Entering 'third_party/onnx' 2022-11-23T01:08:54.2184638Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:08:54.2246390Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:08:54.2300502Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:08:54.2385844Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:08:54.2488034Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:08:54.2551718Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:08:54.2611026Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:08:54.2664591Z Entering 'third_party/pocketfft' 2022-11-23T01:08:54.2698530Z Entering 'third_party/protobuf' 2022-11-23T01:08:54.2786974Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:08:54.2846485Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:08:54.2892870Z Entering 'third_party/psimd' 2022-11-23T01:08:54.2934904Z Entering 'third_party/pthreadpool' 2022-11-23T01:08:54.2986516Z Entering 'third_party/pybind11' 2022-11-23T01:08:54.3031766Z Entering 'third_party/python-enum' 2022-11-23T01:08:54.3075924Z Entering 'third_party/python-peachpy' 2022-11-23T01:08:54.3124365Z Entering 'third_party/python-six' 2022-11-23T01:08:54.3164984Z Entering 'third_party/sleef' 2022-11-23T01:08:54.3213716Z Entering 'third_party/tbb' 2022-11-23T01:08:54.3248710Z Entering 'third_party/tensorpipe' 2022-11-23T01:08:54.3307728Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:08:54.3366961Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:08:54.3417032Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:08:54.3473632Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:08:54.3542701Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:08:54.3594918Z Entering 'third_party/zstd' 2022-11-23T01:08:54.3654820Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:08:54.3683017Z http.https://github.com/.extraheader 2022-11-23T01:08:54.3690656Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:08:54.3721885Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T01:08:54.3970080Z Entering 'android/libs/fbjni' 2022-11-23T01:08:54.3989577Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4015770Z Entering 'third_party/FP16' 2022-11-23T01:08:54.4034810Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4060504Z Entering 'third_party/FXdiv' 2022-11-23T01:08:54.4079935Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4105872Z Entering 'third_party/NNPACK' 2022-11-23T01:08:54.4125283Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4151513Z Entering 'third_party/QNNPACK' 2022-11-23T01:08:54.4170942Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4196924Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:08:54.4216819Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4242322Z Entering 'third_party/XNNPACK' 2022-11-23T01:08:54.4262417Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4298267Z Entering 'third_party/benchmark' 2022-11-23T01:08:54.4317428Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4343968Z Entering 'third_party/cpuinfo' 2022-11-23T01:08:54.4363077Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4390040Z Entering 'third_party/cub' 2022-11-23T01:08:54.4409931Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4436234Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:08:54.4455439Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4486061Z Entering 'third_party/cutlass' 2022-11-23T01:08:54.4506602Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4538444Z Entering 'third_party/eigen' 2022-11-23T01:08:54.4557558Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4586208Z Entering 'third_party/fbgemm' 2022-11-23T01:08:54.4605610Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4632013Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:08:54.4651070Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4678252Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:08:54.4697881Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4723642Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:08:54.4743551Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4769316Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:08:54.4788471Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4815733Z Entering 'third_party/flatbuffers' 2022-11-23T01:08:54.4835445Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4862630Z Entering 'third_party/fmt' 2022-11-23T01:08:54.4881998Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4907693Z Entering 'third_party/foxi' 2022-11-23T01:08:54.4926757Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4951429Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:08:54.4971298Z http.https://github.com/.extraheader 2022-11-23T01:08:54.4997064Z Entering 'third_party/gloo' 2022-11-23T01:08:54.5016647Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5042425Z Entering 'third_party/googletest' 2022-11-23T01:08:54.5064329Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5089767Z Entering 'third_party/ideep' 2022-11-23T01:08:54.5109355Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5134728Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:08:54.5153707Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5182689Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:08:54.5201341Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5233809Z Entering 'third_party/ios-cmake' 2022-11-23T01:08:54.5253342Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5279338Z Entering 'third_party/ittapi' 2022-11-23T01:08:54.5298542Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5324362Z Entering 'third_party/kineto' 2022-11-23T01:08:54.5344511Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5370122Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:08:54.5389334Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5415570Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:08:54.5434767Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5462017Z Entering 'third_party/nccl/nccl' 2022-11-23T01:08:54.5481552Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5507380Z Entering 'third_party/neon2sse' 2022-11-23T01:08:54.5526714Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5552996Z Entering 'third_party/nlohmann' 2022-11-23T01:08:54.5572088Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5598961Z Entering 'third_party/onnx' 2022-11-23T01:08:54.5619515Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5658765Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:08:54.5678072Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5704291Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:08:54.5724323Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5752527Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:08:54.5771776Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5798343Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:08:54.5817452Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5848951Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:08:54.5868704Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5895825Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:08:54.5915287Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5941016Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:08:54.5960196Z http.https://github.com/.extraheader 2022-11-23T01:08:54.5990398Z Entering 'third_party/pocketfft' 2022-11-23T01:08:54.6010073Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6035765Z Entering 'third_party/protobuf' 2022-11-23T01:08:54.6055789Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6085856Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:08:54.6105271Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6130835Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:08:54.6149774Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6177250Z Entering 'third_party/psimd' 2022-11-23T01:08:54.6197368Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6223686Z Entering 'third_party/pthreadpool' 2022-11-23T01:08:54.6243491Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6269468Z Entering 'third_party/pybind11' 2022-11-23T01:08:54.6289514Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6316112Z Entering 'third_party/python-enum' 2022-11-23T01:08:54.6335637Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6361739Z Entering 'third_party/python-peachpy' 2022-11-23T01:08:54.6382735Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6409456Z Entering 'third_party/python-six' 2022-11-23T01:08:54.6428972Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6454462Z Entering 'third_party/sleef' 2022-11-23T01:08:54.6474889Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6500559Z Entering 'third_party/tbb' 2022-11-23T01:08:54.6520627Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6548405Z Entering 'third_party/tensorpipe' 2022-11-23T01:08:54.6568092Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6594995Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:08:54.6613997Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6639925Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:08:54.6659449Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6685123Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:08:54.6705867Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6731199Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:08:54.6751803Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6777072Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:08:54.6795974Z http.https://github.com/.extraheader 2022-11-23T01:08:54.6825038Z Entering 'third_party/zstd' 2022-11-23T01:08:54.6845057Z http.https://github.com/.extraheader 2022-11-23T01:08:54.7074479Z Evaluate and set job outputs 2022-11-23T01:08:54.7084052Z Set output 'docker-image' 2022-11-23T01:08:54.7085289Z Cleaning up orphan processes