2022-11-23T00:48:12.3866002Z Requested labels: linux.2xlarge 2022-11-23T00:48:12.3866073Z Job defined at: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/heads/master 2022-11-23T00:48:12.3866095Z Waiting for a runner to pick up this job... 2022-11-23T00:48:12.7336187Z Job is about to start running on the runner: i-0d783e53a04ecdd14 (organization) 2022-11-23T00:48:17.8026445Z Current runner version: '2.299.1' 2022-11-23T00:48:17.8032443Z Runner name: 'i-0d783e53a04ecdd14' 2022-11-23T00:48:17.8033007Z Runner group name: 'Default' 2022-11-23T00:48:17.8033608Z Machine name: 'ip-10-0-2-35' 2022-11-23T00:48:17.8035808Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T00:48:17.8036536Z Actions: write 2022-11-23T00:48:17.8036857Z Checks: write 2022-11-23T00:48:17.8037155Z Contents: write 2022-11-23T00:48:17.8037486Z Deployments: write 2022-11-23T00:48:17.8037841Z Discussions: write 2022-11-23T00:48:17.8038114Z Issues: write 2022-11-23T00:48:17.8038427Z Metadata: read 2022-11-23T00:48:17.8038743Z Packages: write 2022-11-23T00:48:17.8039018Z Pages: write 2022-11-23T00:48:17.8039358Z PullRequests: write 2022-11-23T00:48:17.8039717Z RepositoryProjects: write 2022-11-23T00:48:17.8040026Z SecurityEvents: write 2022-11-23T00:48:17.8040390Z Statuses: write 2022-11-23T00:48:17.8040699Z ##[endgroup] 2022-11-23T00:48:17.8043823Z Secret source: Actions 2022-11-23T00:48:17.8044556Z Prepare workflow directory 2022-11-23T00:48:18.5334643Z Prepare all required actions 2022-11-23T00:48:18.5499162Z Getting action download info 2022-11-23T00:48:18.7366300Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T00:48:18.9828157Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T00:48:23.3698487Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T00:48:23.6277962Z Getting action download info 2022-11-23T00:48:23.7774140Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T00:48:23.9698982Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml 2022-11-23T00:48:23.9700821Z ##[group] Inputs 2022-11-23T00:48:23.9701177Z build-environment: linux-focal-py3-clang7-mobile-custom-build-static 2022-11-23T00:48:23.9701587Z docker-image-name: pytorch-linux-focal-py3-clang7-android-ndk-r19c 2022-11-23T00:48:23.9702255Z build-generates-artifacts: false 2022-11-23T00:48:23.9702478Z build-with-debug: false 2022-11-23T00:48:23.9702686Z sync-tag: 2022-11-23T00:48:23.9702871Z cuda-arch-list: 5.2 2022-11-23T00:48:23.9703064Z runner: linux.2xlarge 2022-11-23T00:48:23.9703251Z test-matrix: 2022-11-23T00:48:23.9703438Z ##[endgroup] 2022-11-23T00:48:23.9703930Z Complete job name: linux-focal-py3-clang7-mobile-custom-build-static / build 2022-11-23T00:48:24.0508639Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T00:48:24.0508925Z with: 2022-11-23T00:48:24.0509482Z github-secret: *** 2022-11-23T00:48:24.0509698Z activate-with-label: false 2022-11-23T00:48:24.0509886Z label: with-ssh 2022-11-23T00:48:24.0510085Z remove-existing-keys: true 2022-11-23T00:48:24.0510293Z ##[endgroup] 2022-11-23T00:48:24.1294488Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T00:48:24.1459132Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T00:48:24.1459404Z with: 2022-11-23T00:48:24.1459583Z submodules: recursive 2022-11-23T00:48:24.1459807Z fetch-depth: 0 2022-11-23T00:48:24.1459983Z ##[endgroup] 2022-11-23T00:48:24.1669106Z ##[group]Run retry () { 2022-11-23T00:48:24.1669364Z retry () { 2022-11-23T00:48:24.1669581Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T00:48:24.1669793Z } 2022-11-23T00:48:24.1669979Z echo "${GITHUB_WORKSPACE}" 2022-11-23T00:48:24.1670186Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T00:48:24.1670414Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:24.1670619Z else 2022-11-23T00:48:24.1670807Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:24.1671000Z fi 2022-11-23T00:48:24.1671183Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T00:48:24.1686894Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:48:24.1687262Z env: 2022-11-23T00:48:24.1687426Z NO_SUDO: 2022-11-23T00:48:24.1687600Z ##[endgroup] 2022-11-23T00:48:24.1778992Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:28.8145324Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T00:48:28.8145585Z with: 2022-11-23T00:48:28.8145782Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:48:28.8145975Z fetch-depth: 0 2022-11-23T00:48:28.8146161Z submodules: recursive 2022-11-23T00:48:28.8146356Z quiet-checkout: true 2022-11-23T00:48:28.8146543Z repository: pytorch/pytorch 2022-11-23T00:48:28.8146866Z token: *** 2022-11-23T00:48:28.8147200Z ssh-strict: true 2022-11-23T00:48:28.8147387Z persist-credentials: true 2022-11-23T00:48:28.8147580Z clean: true 2022-11-23T00:48:28.8147747Z lfs: false 2022-11-23T00:48:28.8147922Z set-safe-directory: true 2022-11-23T00:48:28.8148115Z ##[endgroup] 2022-11-23T00:48:28.9246221Z Syncing repository: pytorch/pytorch 2022-11-23T00:48:28.9247745Z ##[group]Getting Git version info 2022-11-23T00:48:28.9248196Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:28.9248622Z [command]/usr/bin/git version 2022-11-23T00:48:28.9248820Z git version 2.37.1 2022-11-23T00:48:28.9249367Z ##[endgroup] 2022-11-23T00:48:28.9260625Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/19923cf8-0367-42cb-a3a7-9133425b1b0a' before making global git config changes 2022-11-23T00:48:28.9261033Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T00:48:28.9262727Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:28.9300072Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:28.9304332Z ##[group]Initializing the repository 2022-11-23T00:48:28.9307060Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:28.9473464Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T00:48:28.9473992Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T00:48:28.9474547Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T00:48:28.9474950Z hint: 2022-11-23T00:48:28.9475369Z hint: git config --global init.defaultBranch 2022-11-23T00:48:28.9475589Z hint: 2022-11-23T00:48:28.9475866Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T00:48:28.9476342Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T00:48:28.9476772Z hint: 2022-11-23T00:48:28.9477084Z hint: git branch -m 2022-11-23T00:48:28.9477456Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T00:48:28.9485400Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T00:48:28.9516774Z ##[endgroup] 2022-11-23T00:48:28.9517315Z ##[group]Disabling automatic garbage collection 2022-11-23T00:48:28.9520115Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T00:48:28.9547286Z ##[endgroup] 2022-11-23T00:48:28.9547957Z ##[group]Setting up auth 2022-11-23T00:48:28.9554361Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T00:48:28.9582936Z [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:28.9823181Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T00:48:28.9853711Z [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:29.0099721Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:48:29.0145717Z ##[endgroup] 2022-11-23T00:48:29.0146180Z ##[group]Fetching the repository 2022-11-23T00:48:29.0152650Z [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:23.3984404Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T00:49:23.4012172Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:23.4015072Z ##[endgroup] 2022-11-23T00:49:23.4015498Z ##[group]Determining the checkout info 2022-11-23T00:49:23.4017186Z ##[endgroup] 2022-11-23T00:49:23.4017573Z ##[group]Checking out the ref 2022-11-23T00:49:23.4022164Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:24.6763884Z ##[endgroup] 2022-11-23T00:49:24.6764345Z ##[group]Setting up auth for fetching submodules 2022-11-23T00:49:24.6769604Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:49:24.6817959Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T00:49:24.6847213Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T00:49:24.6874860Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T00:49:24.6901759Z ##[endgroup] 2022-11-23T00:49:24.6902110Z ##[group]Fetching submodules 2022-11-23T00:49:24.6905979Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T00:49:24.7170732Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T00:49:24.7432596Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T00:49:24.7434294Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T00:49:24.7434966Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T00:49:24.7436568Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T00:49:24.7438736Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T00:49:24.7441138Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T00:49:24.7443533Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T00:49:24.7445961Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T00:49:24.7448668Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T00:49:24.7451123Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T00:49:24.7454003Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T00:49:24.7456755Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T00:49:24.7459690Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T00:49:24.7462859Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T00:49:24.7465938Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T00:49:24.7469330Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T00:49:24.7472693Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T00:49:24.7476292Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:49:24.7479775Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T00:49:24.7483601Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T00:49:24.7487360Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T00:49:24.7491276Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T00:49:24.7495244Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T00:49:24.7499360Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T00:49:24.7503484Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T00:49:24.7508952Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T00:49:24.7512566Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T00:49:24.7516960Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T00:49:24.7521612Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T00:49:24.7526245Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T00:49:24.7531029Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T00:49:24.7535783Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T00:49:24.7540758Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T00:49:24.7545785Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T00:49:24.7551119Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T00:49:24.7556515Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T00:49:24.7562012Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T00:49:24.7567262Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T00:49:24.7572856Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T00:49:24.7578584Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T00:49:24.7584426Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T00:49:24.7610923Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T00:49:25.0825517Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T00:49:25.3011120Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T00:49:25.4919455Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T00:49:25.7642712Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T00:49:26.0048650Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T00:49:27.9865665Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T00:49:34.1345928Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T00:49:34.5005783Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T00:49:35.0135698Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T00:49:36.4485362Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T00:49:37.5228487Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T00:49:38.8953290Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T00:49:45.0612971Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T00:49:45.7408010Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T00:49:47.0510707Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T00:49:48.1826327Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T00:49:48.3685105Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T00:49:48.8001427Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T00:49:49.1207454Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T00:49:50.2442525Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T00:49:50.6686018Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T00:49:50.8717519Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T00:49:51.1300582Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T00:49:52.4356113Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T00:49:52.8262195Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T00:49:53.1688955Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T00:49:59.1364452Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T00:50:00.9463912Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T00:50:01.4189786Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T00:50:01.8873050Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T00:50:07.5956354Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T00:50:07.8011736Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T00:50:08.0235080Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T00:50:09.0143116Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T00:50:09.2310514Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T00:50:09.5370996Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T00:50:09.8317446Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T00:50:10.3670646Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T00:50:12.5450666Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T00:50:13.0216915Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T00:50:15.2051615Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T00:50:15.2149708Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T00:50:15.2225141Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T00:50:15.2431495Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T00:50:15.2636985Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T00:50:15.2968012Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T00:50:15.8487998Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T00:50:15.8683019Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:15.9593348Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T00:50:15.9914650Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T00:50:16.2569588Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T00:50:16.6302216Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T00:50:16.8517074Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T00:50:16.8938803Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T00:50:16.8955501Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:16.8956913Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:16.8960083Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:16.8962906Z 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:16.8985384Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T00:50:18.0225847Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T00:50:18.5792994Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T00:50:19.5868429Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T00:50:19.9071982Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T00:50:19.9999407Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T00:50:20.0544716Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T00:50:20.0640504Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T00:50:20.1490989Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T00:50:20.1828138Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T00:50:20.1911324Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T00:50:20.2279766Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T00:50:20.2499870Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T00:50:20.2930324Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T00:50:20.3037278Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T00:50:20.3050641Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:20.3071574Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T00:50:28.1043365Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T00:50:28.1059328Z 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:28.1082874Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T00:50:36.0967833Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T00:50:36.1062804Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T00:50:36.1195390Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T00:50:36.2055581Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T00:50:36.2070157Z 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:36.2072195Z 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:36.2094546Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T00:50:37.3443746Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T00:50:38.3855961Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T00:50:38.4364143Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T00:50:38.4555999Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T00:50:38.4687741Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T00:50:38.5665498Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T00:50:38.7894701Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T00:50:38.7921851Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:38.7923414Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:38.7947198Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:39.1588643Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:39.9778747Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:40.0072658Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T00:50:40.0213150Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T00:50:40.0226550Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:40.0247638Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T00:50:41.7538113Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T00:50:41.7556826Z 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:41.7558738Z 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:41.7582641Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:42.1042184Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:42.9278630Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T00:50:42.9880225Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T00:50:42.9893375Z 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:42.9916690Z 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:43.1903673Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:43.1986301Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T00:50:43.4319955Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T00:50:43.4338142Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:43.4340253Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:43.4363523Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T00:50:43.8574448Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T00:50:44.8853540Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T00:50:44.9481496Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T00:50:44.9559718Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T00:50:44.9657406Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T00:50:44.9963676Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T00:50:45.0045676Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T00:50:45.0303870Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T00:50:45.0389988Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T00:50:45.0789567Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T00:50:45.1776735Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T00:50:45.2013864Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T00:50:45.2026733Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:45.2029144Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:45.2031151Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:45.2033257Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:45.2054919Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T00:50:46.1927384Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T00:50:46.4664636Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T00:50:47.6662541Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T00:50:48.6684313Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T00:50:48.6824447Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T00:50:48.7434654Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T00:50:48.7699347Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T00:50:48.7714007Z 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:48.7738402Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T00:50:49.0889966Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:49.2131009Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T00:50:49.2165333Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T00:50:49.2428653Z Entering 'android/libs/fbjni' 2022-11-23T00:50:49.2463813Z Entering 'third_party/FP16' 2022-11-23T00:50:49.2503357Z Entering 'third_party/FXdiv' 2022-11-23T00:50:49.2539138Z Entering 'third_party/NNPACK' 2022-11-23T00:50:49.2574434Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:49.2612320Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:49.2650301Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:49.2696975Z Entering 'third_party/benchmark' 2022-11-23T00:50:49.2732483Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:49.2769666Z Entering 'third_party/cub' 2022-11-23T00:50:49.2804894Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:49.2845884Z Entering 'third_party/cutlass' 2022-11-23T00:50:49.2889574Z Entering 'third_party/eigen' 2022-11-23T00:50:49.2926508Z Entering 'third_party/fbgemm' 2022-11-23T00:50:49.2962663Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:49.2997745Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:49.3032539Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:49.3066582Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:49.3102613Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:49.3139829Z Entering 'third_party/fmt' 2022-11-23T00:50:49.3174391Z Entering 'third_party/foxi' 2022-11-23T00:50:49.3209260Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:49.3244671Z Entering 'third_party/gloo' 2022-11-23T00:50:49.3279020Z Entering 'third_party/googletest' 2022-11-23T00:50:49.3315129Z Entering 'third_party/ideep' 2022-11-23T00:50:49.3350262Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:49.3388185Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:49.3431049Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:49.3465215Z Entering 'third_party/ittapi' 2022-11-23T00:50:49.3501707Z Entering 'third_party/kineto' 2022-11-23T00:50:49.3536412Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:49.3571788Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:49.3608518Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:49.3645347Z Entering 'third_party/neon2sse' 2022-11-23T00:50:49.3682059Z Entering 'third_party/nlohmann' 2022-11-23T00:50:49.3721525Z Entering 'third_party/onnx' 2022-11-23T00:50:49.3769762Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:49.3806280Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:49.3843892Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:49.3879500Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:49.3919849Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:49.3955501Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:49.3989547Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:49.4030621Z Entering 'third_party/pocketfft' 2022-11-23T00:50:49.4067208Z Entering 'third_party/protobuf' 2022-11-23T00:50:49.4108272Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:49.4143485Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:49.4181421Z Entering 'third_party/psimd' 2022-11-23T00:50:49.4217712Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:49.4252059Z Entering 'third_party/pybind11' 2022-11-23T00:50:49.4287682Z Entering 'third_party/python-enum' 2022-11-23T00:50:49.4321964Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:49.4357526Z Entering 'third_party/python-six' 2022-11-23T00:50:49.4391762Z Entering 'third_party/sleef' 2022-11-23T00:50:49.4426311Z Entering 'third_party/tbb' 2022-11-23T00:50:49.4462547Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:49.4499735Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:49.4533710Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:49.4568849Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:49.4603271Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:49.4636168Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:49.4673108Z Entering 'third_party/zstd' 2022-11-23T00:50:49.4717871Z ##[endgroup] 2022-11-23T00:50:49.4718318Z ##[group]Persisting credentials for submodules 2022-11-23T00:50:49.4723388Z [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:49.4991645Z Entering 'android/libs/fbjni' 2022-11-23T00:50:49.5026178Z Entering 'third_party/FP16' 2022-11-23T00:50:49.5061042Z Entering 'third_party/FXdiv' 2022-11-23T00:50:49.5095152Z Entering 'third_party/NNPACK' 2022-11-23T00:50:49.5130086Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:49.5163883Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:49.5197640Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:49.5243321Z Entering 'third_party/benchmark' 2022-11-23T00:50:49.5277641Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:49.5313175Z Entering 'third_party/cub' 2022-11-23T00:50:49.5349360Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:49.5389447Z Entering 'third_party/cutlass' 2022-11-23T00:50:49.5429195Z Entering 'third_party/eigen' 2022-11-23T00:50:49.5466449Z Entering 'third_party/fbgemm' 2022-11-23T00:50:49.5504020Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:49.5537381Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:49.5571420Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:49.5607608Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:49.5642509Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:49.5680105Z Entering 'third_party/fmt' 2022-11-23T00:50:49.5714325Z Entering 'third_party/foxi' 2022-11-23T00:50:49.5750387Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:49.5784458Z Entering 'third_party/gloo' 2022-11-23T00:50:49.5818408Z Entering 'third_party/googletest' 2022-11-23T00:50:49.5854058Z Entering 'third_party/ideep' 2022-11-23T00:50:49.5888000Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:49.5923750Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:49.5964108Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:49.6000018Z Entering 'third_party/ittapi' 2022-11-23T00:50:49.6034310Z Entering 'third_party/kineto' 2022-11-23T00:50:49.6067591Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:49.6101733Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:49.6139966Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:49.6176922Z Entering 'third_party/neon2sse' 2022-11-23T00:50:49.6210317Z Entering 'third_party/nlohmann' 2022-11-23T00:50:49.6245322Z Entering 'third_party/onnx' 2022-11-23T00:50:49.6291304Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:49.6325955Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:49.6362595Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:49.6395466Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:49.6434379Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:49.6468189Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:49.6500846Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:49.6538625Z Entering 'third_party/pocketfft' 2022-11-23T00:50:49.6572852Z Entering 'third_party/protobuf' 2022-11-23T00:50:49.6611880Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:49.6645032Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:49.6680527Z Entering 'third_party/psimd' 2022-11-23T00:50:49.6715261Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:49.6749172Z Entering 'third_party/pybind11' 2022-11-23T00:50:49.6782780Z Entering 'third_party/python-enum' 2022-11-23T00:50:49.6816557Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:49.6851672Z Entering 'third_party/python-six' 2022-11-23T00:50:49.6885021Z Entering 'third_party/sleef' 2022-11-23T00:50:49.6920101Z Entering 'third_party/tbb' 2022-11-23T00:50:49.6955446Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:49.6990493Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:49.7023733Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:49.7056307Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:49.7090155Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:49.7122985Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:49.7158768Z Entering 'third_party/zstd' 2022-11-23T00:50:49.7204556Z [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:49.7460486Z Entering 'android/libs/fbjni' 2022-11-23T00:50:49.7491770Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T00:50:49.7505256Z Entering 'third_party/FP16' 2022-11-23T00:50:49.7537008Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T00:50:49.7551753Z Entering 'third_party/FXdiv' 2022-11-23T00:50:49.7583741Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T00:50:49.7598460Z Entering 'third_party/NNPACK' 2022-11-23T00:50:49.7630079Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T00:50:49.7645297Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:49.7677556Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T00:50:49.7691746Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:49.7725101Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T00:50:49.7738999Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:49.7770350Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T00:50:49.7794904Z Entering 'third_party/benchmark' 2022-11-23T00:50:49.7828730Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:49.7842114Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:49.7875438Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T00:50:49.7891024Z Entering 'third_party/cub' 2022-11-23T00:50:49.7923429Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T00:50:49.7938142Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:49.7971030Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T00:50:49.7991248Z Entering 'third_party/cutlass' 2022-11-23T00:50:49.8022804Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T00:50:49.8043812Z Entering 'third_party/eigen' 2022-11-23T00:50:49.8076666Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T00:50:49.8093226Z Entering 'third_party/fbgemm' 2022-11-23T00:50:49.8125362Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T00:50:49.8140140Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:49.8171308Z 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:49.8185694Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:49.8217273Z 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:49.8232661Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:49.8264200Z 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:49.8279035Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:49.8310340Z 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:49.8326217Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:49.8360220Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T00:50:49.8377041Z Entering 'third_party/fmt' 2022-11-23T00:50:49.8410593Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T00:50:49.8424876Z Entering 'third_party/foxi' 2022-11-23T00:50:49.8457074Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T00:50:49.8471788Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:49.8503796Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T00:50:49.8518738Z Entering 'third_party/gloo' 2022-11-23T00:50:49.8550726Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T00:50:49.8565396Z Entering 'third_party/googletest' 2022-11-23T00:50:49.8598183Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:49.8612870Z Entering 'third_party/ideep' 2022-11-23T00:50:49.8644933Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T00:50:49.8659460Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:49.8691129Z 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:49.8708325Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:49.8739759Z 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:49.8761765Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:49.8794925Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T00:50:49.8808848Z Entering 'third_party/ittapi' 2022-11-23T00:50:49.8840785Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T00:50:49.8855219Z Entering 'third_party/kineto' 2022-11-23T00:50:49.8887813Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T00:50:49.8902417Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:49.8934409Z 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:49.8948769Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:49.8980189Z 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:49.8997122Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:49.9029084Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T00:50:49.9043805Z Entering 'third_party/neon2sse' 2022-11-23T00:50:49.9075244Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T00:50:49.9088981Z Entering 'third_party/nlohmann' 2022-11-23T00:50:49.9121284Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T00:50:49.9136510Z Entering 'third_party/onnx' 2022-11-23T00:50:49.9169632Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T00:50:49.9196790Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:49.9228758Z 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:49.9242970Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:49.9275656Z 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:49.9292251Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:49.9324835Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T00:50:49.9339266Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:49.9370335Z 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:49.9388712Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:49.9420577Z 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:49.9435182Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:49.9466892Z 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:49.9481319Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:49.9513222Z 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:49.9531748Z Entering 'third_party/pocketfft' 2022-11-23T00:50:49.9564081Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T00:50:49.9578238Z Entering 'third_party/protobuf' 2022-11-23T00:50:49.9611654Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T00:50:49.9630279Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:49.9701825Z 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:49.9702738Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:49.9713894Z 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:49.9730274Z Entering 'third_party/psimd' 2022-11-23T00:50:49.9761819Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T00:50:49.9775926Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:49.9809891Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T00:50:49.9823744Z Entering 'third_party/pybind11' 2022-11-23T00:50:49.9856581Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:49.9871439Z Entering 'third_party/python-enum' 2022-11-23T00:50:49.9903671Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T00:50:49.9917022Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:49.9949905Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T00:50:49.9964040Z Entering 'third_party/python-six' 2022-11-23T00:50:49.9998098Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T00:50:50.0012233Z Entering 'third_party/sleef' 2022-11-23T00:50:50.0044617Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T00:50:50.0059138Z Entering 'third_party/tbb' 2022-11-23T00:50:50.0091260Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T00:50:50.0107766Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:50.0140377Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T00:50:50.0155126Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:50.0187154Z 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:50.0200974Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:50.0232024Z 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:50.0245794Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:50.0277613Z 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:50.0291663Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:50.0323302Z 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:50.0336410Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:50.0368532Z 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:50.0385641Z Entering 'third_party/zstd' 2022-11-23T00:50:50.0418546Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T00:50:50.1046796Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T00:50:50.1315069Z Entering 'android/libs/fbjni' 2022-11-23T00:50:50.1350427Z Entering 'third_party/FP16' 2022-11-23T00:50:50.1385231Z Entering 'third_party/FXdiv' 2022-11-23T00:50:50.1420998Z Entering 'third_party/NNPACK' 2022-11-23T00:50:50.1455368Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:50.1490452Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:50.1525482Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:50.1572239Z Entering 'third_party/benchmark' 2022-11-23T00:50:50.1607519Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:50.1645071Z Entering 'third_party/cub' 2022-11-23T00:50:50.1679489Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:50.1720776Z Entering 'third_party/cutlass' 2022-11-23T00:50:50.1762513Z Entering 'third_party/eigen' 2022-11-23T00:50:50.1798984Z Entering 'third_party/fbgemm' 2022-11-23T00:50:50.1834718Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:50.1868513Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:50.1902103Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:50.1935997Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:50.1971444Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:50.2009552Z Entering 'third_party/fmt' 2022-11-23T00:50:50.2044341Z Entering 'third_party/foxi' 2022-11-23T00:50:50.2080321Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:50.2115043Z Entering 'third_party/gloo' 2022-11-23T00:50:50.2150267Z Entering 'third_party/googletest' 2022-11-23T00:50:50.2185523Z Entering 'third_party/ideep' 2022-11-23T00:50:50.2219724Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:50.2256329Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:50.2298090Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:50.2333025Z Entering 'third_party/ittapi' 2022-11-23T00:50:50.2367852Z Entering 'third_party/kineto' 2022-11-23T00:50:50.2402352Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:50.2436887Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:50.2473132Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:50.2507268Z Entering 'third_party/neon2sse' 2022-11-23T00:50:50.2542100Z Entering 'third_party/nlohmann' 2022-11-23T00:50:50.2578548Z Entering 'third_party/onnx' 2022-11-23T00:50:50.2624527Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:50.2658998Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:50.2695392Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:50.2729722Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:50.2768974Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:50.2804006Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:50.2838605Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:50.2876320Z Entering 'third_party/pocketfft' 2022-11-23T00:50:50.2910749Z Entering 'third_party/protobuf' 2022-11-23T00:50:50.2949061Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:50.2983351Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:50.3019174Z Entering 'third_party/psimd' 2022-11-23T00:50:50.3054669Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:50.3089155Z Entering 'third_party/pybind11' 2022-11-23T00:50:50.3123583Z Entering 'third_party/python-enum' 2022-11-23T00:50:50.3158796Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:50.3193424Z Entering 'third_party/python-six' 2022-11-23T00:50:50.3228328Z Entering 'third_party/sleef' 2022-11-23T00:50:50.3262157Z Entering 'third_party/tbb' 2022-11-23T00:50:50.3297658Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:50.3333445Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:50.3367092Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:50.3400362Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:50.3436319Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:50.3469868Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:50.3506005Z Entering 'third_party/zstd' 2022-11-23T00:50:50.3550789Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T00:50:50.3807632Z Entering 'android/libs/fbjni' 2022-11-23T00:50:50.3841307Z Entering 'third_party/FP16' 2022-11-23T00:50:50.3874372Z Entering 'third_party/FXdiv' 2022-11-23T00:50:50.3910113Z Entering 'third_party/NNPACK' 2022-11-23T00:50:50.3944341Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:50.3978642Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:50.4013066Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:50.4057395Z Entering 'third_party/benchmark' 2022-11-23T00:50:50.4092765Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:50.4129819Z Entering 'third_party/cub' 2022-11-23T00:50:50.4165578Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:50.4206616Z Entering 'third_party/cutlass' 2022-11-23T00:50:50.4247558Z Entering 'third_party/eigen' 2022-11-23T00:50:50.4284406Z Entering 'third_party/fbgemm' 2022-11-23T00:50:50.4319073Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:50.4354328Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:50.4389212Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:50.4423058Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:50.4458534Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:50.4495341Z Entering 'third_party/fmt' 2022-11-23T00:50:50.4531214Z Entering 'third_party/foxi' 2022-11-23T00:50:50.4565223Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:50.4600683Z Entering 'third_party/gloo' 2022-11-23T00:50:50.4636352Z Entering 'third_party/googletest' 2022-11-23T00:50:50.4671316Z Entering 'third_party/ideep' 2022-11-23T00:50:50.4704230Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:50.4739931Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:50.4781503Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:50.4815503Z Entering 'third_party/ittapi' 2022-11-23T00:50:50.4850029Z Entering 'third_party/kineto' 2022-11-23T00:50:50.4886026Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:50.4919635Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:50.4956130Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:50.4990639Z Entering 'third_party/neon2sse' 2022-11-23T00:50:50.5024235Z Entering 'third_party/nlohmann' 2022-11-23T00:50:50.5062368Z Entering 'third_party/onnx' 2022-11-23T00:50:50.5110048Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:50.5144651Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:50.5181623Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:50.5216351Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:50.5254773Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:50.5289045Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:50.5323304Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:50.5361615Z Entering 'third_party/pocketfft' 2022-11-23T00:50:50.5396145Z Entering 'third_party/protobuf' 2022-11-23T00:50:50.5433064Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:50.5467162Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:50.5502794Z Entering 'third_party/psimd' 2022-11-23T00:50:50.5537567Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:50.5572147Z Entering 'third_party/pybind11' 2022-11-23T00:50:50.5606353Z Entering 'third_party/python-enum' 2022-11-23T00:50:50.5640364Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:50.5675859Z Entering 'third_party/python-six' 2022-11-23T00:50:50.5710479Z Entering 'third_party/sleef' 2022-11-23T00:50:50.5744837Z Entering 'third_party/tbb' 2022-11-23T00:50:50.5780839Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:50.5814961Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:50.5848669Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:50.5882640Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:50.5916232Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:50.5949784Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:50.5986759Z Entering 'third_party/zstd' 2022-11-23T00:50:50.6030736Z ##[endgroup] 2022-11-23T00:50:50.6078392Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T00:50:50.6105526Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T00:50:50.6231011Z Prepare all required actions 2022-11-23T00:50:50.6254810Z ##[group]Run ./.github/actions/setup-linux 2022-11-23T00:50:50.6255011Z ##[endgroup] 2022-11-23T00:50:50.6268484Z ##[group]Run set -euo pipefail 2022-11-23T00:50:50.6268724Z set -euo pipefail 2022-11-23T00:50:50.6268938Z function get_ec2_metadata() { 2022-11-23T00:50:50.6269196Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T00:50:50.6269542Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T00:50:50.6269847Z  category=$1 2022-11-23T00:50:50.6270092Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T00:50:50.6270475Z } 2022-11-23T00:50:50.6270679Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T00:50:50.6270940Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T00:50:50.6271242Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T00:50:50.6271494Z echo "system info $(uname -a)" 2022-11-23T00:50:50.6282796Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:50.6283012Z ##[endgroup] 2022-11-23T00:50:50.6361488Z ami-id: ami-096198a0bccc6bad4 2022-11-23T00:50:50.6411789Z instance-id: i-0d783e53a04ecdd14 2022-11-23T00:50:50.6459465Z instance-type: c5.2xlarge 2022-11-23T00:50:50.6466527Z system info Linux ip-10-0-2-35.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:50.6482481Z ##[group]Run if systemctl is-active --quiet docker; then 2022-11-23T00:50:50.6482781Z if systemctl is-active --quiet docker; then 2022-11-23T00:50:50.6483033Z  echo "Docker daemon is running..."; 2022-11-23T00:50:50.6483225Z else 2022-11-23T00:50:50.6483462Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-11-23T00:50:50.6483701Z fi 2022-11-23T00:50:50.6494998Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:50.6495228Z ##[endgroup] 2022-11-23T00:50:50.6535877Z Docker daemon is running... 2022-11-23T00:50:50.6550510Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:50:50.6550867Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:50:50.6551157Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:50.6551535Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-11-23T00:50:50.6551869Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-11-23T00:50:50.6562742Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:50.6562963Z env: 2022-11-23T00:50:50.6563121Z AWS_RETRY_MODE: standard 2022-11-23T00:50:50.6563312Z AWS_MAX_ATTEMPTS: 5 2022-11-23T00:50:50.6563518Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:50:50.6563693Z ##[endgroup] 2022-11-23T00:50:52.1323369Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-11-23T00:50:52.1323755Z Configure a credential helper to remove this warning. See 2022-11-23T00:50:52.1324193Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-11-23T00:50:52.1324597Z 2022-11-23T00:50:52.1324870Z Login Succeeded 2022-11-23T00:50:52.1358992Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:52.1359466Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:52.1359889Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:52.1371904Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:52.1372141Z ##[endgroup] 2022-11-23T00:50:52.1464914Z Prepare all required actions 2022-11-23T00:50:52.1519435Z ##[group]Run ./.github/actions/calculate-docker-image 2022-11-23T00:50:52.1519658Z with: 2022-11-23T00:50:52.1519927Z docker-image-name: pytorch-linux-focal-py3-clang7-android-ndk-r19c 2022-11-23T00:50:52.1520187Z xla: false 2022-11-23T00:50:52.1520356Z skip_push: true 2022-11-23T00:50:52.1520530Z ##[endgroup] 2022-11-23T00:50:52.1574581Z ##[group]Run if [ -n "${IS_XLA}" ]; then 2022-11-23T00:50:52.1574838Z if [ -n "${IS_XLA}" ]; then 2022-11-23T00:50:52.1575101Z  echo "XLA workflow uses pre-built test image at ${XLA_IMAGE_TAG}" 2022-11-23T00:50:52.1575513Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:50:52.1575790Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:52.1576090Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${XLA_IMAGE_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:52.1576334Z else 2022-11-23T00:50:52.1576578Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:50:52.1576841Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:52.1577132Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:52.1577369Z fi 2022-11-23T00:50:52.1588689Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:52.1588909Z env: 2022-11-23T00:50:52.1589063Z IS_XLA: 2022-11-23T00:50:52.1589292Z XLA_IMAGE_TAG: v0.4 2022-11-23T00:50:52.1589640Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-android-ndk-r19c 2022-11-23T00:50:52.1589970Z ##[endgroup] 2022-11-23T00:50:52.1668492Z ##[group]Run set -x 2022-11-23T00:50:52.1668726Z set -x 2022-11-23T00:50:52.1668969Z # Check if image already exists, if it does then skip building it 2022-11-23T00:50:52.1669246Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2022-11-23T00:50:52.1669461Z  exit 0 2022-11-23T00:50:52.1669625Z fi 2022-11-23T00:50:52.1669828Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2022-11-23T00:50:52.1670101Z  # if we're on the base branch then use the parent commit 2022-11-23T00:50:52.1670357Z  MERGE_BASE=$(git rev-parse HEAD~) 2022-11-23T00:50:52.1670554Z else 2022-11-23T00:50:52.1670768Z  # otherwise we're on a PR, so use the most recent base commit 2022-11-23T00:50:52.1671054Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2022-11-23T00:50:52.1671266Z fi 2022-11-23T00:50:52.1671480Z # Covers the case where a previous tag doesn't exist for the tree 2022-11-23T00:50:52.1671820Z # this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly 2022-11-23T00:50:52.1672142Z if ! git rev-parse "$MERGE_BASE:.circleci/docker"; then 2022-11-23T00:50:52.1672487Z  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit" 2022-11-23T00:50:52.1672757Z  exit 1 2022-11-23T00:50:52.1672921Z fi 2022-11-23T00:50:52.1673155Z PREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker") 2022-11-23T00:50:52.1673467Z # If no image exists but the hash is the same as the previous hash then we should error out here 2022-11-23T00:50:52.1673772Z if [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then 2022-11-23T00:50:52.1674106Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2022-11-23T00:50:52.1674463Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2022-11-23T00:50:52.1674773Z  # NOTE: DOCKER_FORCE_PUSH will always be set to true for docker-builds.yml 2022-11-23T00:50:52.1675122Z  if [[ "${DOCKER_FORCE_PUSH}" != "true" ]]; then 2022-11-23T00:50:52.1675485Z  # In order to avoid a stampeding herd of jobs trying to push all at once we set it to 2022-11-23T00:50:52.1675817Z  # skip the push. If this is negatively affecting TTS across the board the suggestion 2022-11-23T00:50:52.1676149Z  # should be to run the docker-builds.yml workflow to generate the correct docker builds 2022-11-23T00:50:52.1676442Z  echo "skip_push=true" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:52.1676651Z  fi 2022-11-23T00:50:52.1676812Z fi 2022-11-23T00:50:52.1677000Z echo "rebuild=yes" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:52.1687629Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:52.1687849Z env: 2022-11-23T00:50:52.1688046Z BASE_REVISION: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:50:52.1688475Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-android-ndk-r19c:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:52.1688887Z DOCKER_TAG: 072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:52.1689093Z DOCKER_FORCE_PUSH: 2022-11-23T00:50:52.1689273Z ##[endgroup] 2022-11-23T00:50:52.1714024Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-android-ndk-r19c:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:52.3935439Z { 2022-11-23T00:50:52.3936079Z "schemaVersion": 2, 2022-11-23T00:50:52.3936511Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2022-11-23T00:50:52.3936781Z "config": { 2022-11-23T00:50:52.3937192Z "mediaType": "application/vnd.docker.container.image.v1+json", 2022-11-23T00:50:52.3937642Z "size": 28620, 2022-11-23T00:50:52.3938108Z "digest": "sha256:60785cf1f925f85430d5179c4e3c470a713c2c3161d89937ea411179b6548aa1" 2022-11-23T00:50:52.3938465Z }, 2022-11-23T00:50:52.3938707Z "layers": [ 2022-11-23T00:50:52.3938950Z { 2022-11-23T00:50:52.3939377Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3939837Z "size": 28577834, 2022-11-23T00:50:52.3940134Z "digest": "sha256:eaead16dc43bb8811d4ff450935d607f9ba4baffda4fc110cc402fa43f601d83" 2022-11-23T00:50:52.3940398Z }, 2022-11-23T00:50:52.3940547Z { 2022-11-23T00:50:52.3940780Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3941028Z "size": 2063, 2022-11-23T00:50:52.3941290Z "digest": "sha256:715d2474eda3084f1eed283f2adeef5d85319e83f2739074527daed98a018fb7" 2022-11-23T00:50:52.3941521Z }, 2022-11-23T00:50:52.3941667Z { 2022-11-23T00:50:52.3941909Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3942146Z "size": 310127395, 2022-11-23T00:50:52.3942400Z "digest": "sha256:996cd434ffa9874d56a91467b632a87b28a73181a64a4cf9407a5500dc380f6f" 2022-11-23T00:50:52.3942637Z }, 2022-11-23T00:50:52.3942771Z { 2022-11-23T00:50:52.3943021Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3943273Z "size": 848, 2022-11-23T00:50:52.3943525Z "digest": "sha256:bc3569af99c6da1337e9b8afc0a7c688b131609cc8b062862a8f744bd2a28da6" 2022-11-23T00:50:52.3943769Z }, 2022-11-23T00:50:52.3943918Z { 2022-11-23T00:50:52.3944152Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3944398Z "size": 102213540, 2022-11-23T00:50:52.3944662Z "digest": "sha256:66a45252a7e11ce923d8bff5a244bdfac5143747c93bbfe8ff8c1177e1dc755b" 2022-11-23T00:50:52.3944908Z }, 2022-11-23T00:50:52.3945041Z { 2022-11-23T00:50:52.3945282Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3945527Z "size": 408, 2022-11-23T00:50:52.3945779Z "digest": "sha256:1ca61cb127a485b9bd2fe63fe6c35b5211682ba6490a54ccf00bbd17de09a86f" 2022-11-23T00:50:52.3946028Z }, 2022-11-23T00:50:52.3946173Z { 2022-11-23T00:50:52.3946571Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3946823Z "size": 107, 2022-11-23T00:50:52.3947272Z "digest": "sha256:00f031ea3c8cf43c8a4f8b62507cbc4c75324e21755f09c9e120f75f925e988a" 2022-11-23T00:50:52.3947500Z }, 2022-11-23T00:50:52.3947645Z { 2022-11-23T00:50:52.3947888Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3948121Z "size": 451, 2022-11-23T00:50:52.3948360Z "digest": "sha256:f20cf54d9815e0537271790388b8410d8731b6430c4590e69920ea9a970750fa" 2022-11-23T00:50:52.3948584Z }, 2022-11-23T00:50:52.3948720Z { 2022-11-23T00:50:52.3948967Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3949263Z "size": 1276, 2022-11-23T00:50:52.3949518Z "digest": "sha256:62838d6083a0c4b9f85a9e7eea1b213a82b476a37da507dce085ca80f0c823ed" 2022-11-23T00:50:52.3949830Z }, 2022-11-23T00:50:52.3950040Z { 2022-11-23T00:50:52.3950301Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3950557Z "size": 483, 2022-11-23T00:50:52.3950881Z "digest": "sha256:0722a93ac84d8f355a87bc9d3feef94fcab281d99ead668beff95e53d68afce8" 2022-11-23T00:50:52.3951274Z }, 2022-11-23T00:50:52.3951512Z { 2022-11-23T00:50:52.3951897Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3952344Z "size": 110, 2022-11-23T00:50:52.3952634Z "digest": "sha256:01cb44a1f67dcf22cbd27a75b425da9b75fc8e9e0a9719d320ac1146fa8e5b99" 2022-11-23T00:50:52.3952967Z }, 2022-11-23T00:50:52.3953100Z { 2022-11-23T00:50:52.3953342Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3953593Z "size": 2615, 2022-11-23T00:50:52.3953843Z "digest": "sha256:cc0ec4d54ee3127e33ab1e68d0cde1f06925c83483af16024e75f0b9f1ea349d" 2022-11-23T00:50:52.3954089Z }, 2022-11-23T00:50:52.3954234Z { 2022-11-23T00:50:52.3954463Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3954706Z "size": 1959, 2022-11-23T00:50:52.3954976Z "digest": "sha256:8bbcc3ccef0b577b90b96872c27478cc03e5ba797de49376e1344f592e8b55e3" 2022-11-23T00:50:52.3955211Z }, 2022-11-23T00:50:52.3955428Z { 2022-11-23T00:50:52.3955672Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3955907Z "size": 1203826649, 2022-11-23T00:50:52.3956177Z "digest": "sha256:72ba7d8a612cc65b3673b687b8132fb3cec3c1cc35bbdb98cd7936bc97bdf8aa" 2022-11-23T00:50:52.3956423Z }, 2022-11-23T00:50:52.3956560Z { 2022-11-23T00:50:52.3956801Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3957048Z "size": 171, 2022-11-23T00:50:52.3957293Z "digest": "sha256:a08ff36d728aa6d6583fc69fc6901139f72c96d399e3cba21e69a296fce43d11" 2022-11-23T00:50:52.3957534Z }, 2022-11-23T00:50:52.3957683Z { 2022-11-23T00:50:52.3957912Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3958157Z "size": 467, 2022-11-23T00:50:52.3958430Z "digest": "sha256:96ca29f04ec9753ae1ce946be5a53ee268dceb3f93eb2cdbdcf443f10ae573cf" 2022-11-23T00:50:52.3958684Z }, 2022-11-23T00:50:52.3958818Z { 2022-11-23T00:50:52.3959058Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3959298Z "size": 104, 2022-11-23T00:50:52.3959552Z "digest": "sha256:ef6355ac96b83f81eb78a5708ce93078c707b4bcfd2c79d8aeece78cb2aef4c4" 2022-11-23T00:50:52.3959799Z }, 2022-11-23T00:50:52.3959945Z { 2022-11-23T00:50:52.3960175Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3960426Z "size": 231, 2022-11-23T00:50:52.3960691Z "digest": "sha256:82e52daa2886e49dfad927e13deb19df868a5617c7cb9aa00d3fe06accc28686" 2022-11-23T00:50:52.3960929Z }, 2022-11-23T00:50:52.3961079Z { 2022-11-23T00:50:52.3961323Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3961558Z "size": 1577718, 2022-11-23T00:50:52.3961893Z "digest": "sha256:aebf3506f955ff47336fef5df6cff6af02458d5278d9f76723f95c0ef5b0f87d" 2022-11-23T00:50:52.3962146Z }, 2022-11-23T00:50:52.3962285Z { 2022-11-23T00:50:52.3962527Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3962777Z "size": 1577, 2022-11-23T00:50:52.3963026Z "digest": "sha256:6ad112ca629cad3fbffd51975e776752da82c73384b5649e9c1176d7d61659cd" 2022-11-23T00:50:52.3963269Z }, 2022-11-23T00:50:52.3963425Z { 2022-11-23T00:50:52.3963669Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3963907Z "size": 105, 2022-11-23T00:50:52.3964194Z + exit 0 2022-11-23T00:50:52.3964441Z "digest": "sha256:3493d04200b9b17b798b7a58b4ed15903ebe3a3eb289c6e37bcd31a370f89aaa" 2022-11-23T00:50:52.3964680Z }, 2022-11-23T00:50:52.3964818Z { 2022-11-23T00:50:52.3965059Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3965304Z "size": 452, 2022-11-23T00:50:52.3965559Z "digest": "sha256:21b5e3341388bb4d9cdb6cae2d76f253fb4dd25ed89c8e95d81874d11826f5d9" 2022-11-23T00:50:52.3965810Z }, 2022-11-23T00:50:52.3965955Z { 2022-11-23T00:50:52.3966196Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3966430Z "size": 104, 2022-11-23T00:50:52.3966684Z "digest": "sha256:7dcd21b53876d7f53c2154196b0594baaea1648671cf130534b95356e24ae71c" 2022-11-23T00:50:52.3966917Z }, 2022-11-23T00:50:52.3967052Z { 2022-11-23T00:50:52.3967298Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3967584Z "size": 887, 2022-11-23T00:50:52.3967810Z "digest": "sha256:0e84407c4de199e45865d08fc40348178972633e9f7239101832603c0c17e818" 2022-11-23T00:50:52.3968031Z }, 2022-11-23T00:50:52.3968181Z { 2022-11-23T00:50:52.3968409Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3968659Z "size": 121477895, 2022-11-23T00:50:52.3968915Z "digest": "sha256:4e19c3ab2a2190b4c32d4167b9125b40a25a2c547994f4a1d461e7725e6a1996" 2022-11-23T00:50:52.3969137Z }, 2022-11-23T00:50:52.3969286Z { 2022-11-23T00:50:52.3969534Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3969766Z "size": 109, 2022-11-23T00:50:52.3970032Z "digest": "sha256:12dabfbc8cbf81a1d422807550088be8b2224ef78df8adf53c1fb3d7e90d074d" 2022-11-23T00:50:52.3970280Z }, 2022-11-23T00:50:52.3970415Z { 2022-11-23T00:50:52.3970656Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3970904Z "size": 560, 2022-11-23T00:50:52.3971161Z "digest": "sha256:a85993be1f64d28f63ee985cc27dc7447ff7d485a6299bd8f820af7ea13424c6" 2022-11-23T00:50:52.3971390Z }, 2022-11-23T00:50:52.3971538Z { 2022-11-23T00:50:52.3971779Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3972014Z "size": 101, 2022-11-23T00:50:52.3972266Z "digest": "sha256:56c122ba81a34508cee842e90226aa6817ac597b21f9f975f7f9f8521827717c" 2022-11-23T00:50:52.3972496Z }, 2022-11-23T00:50:52.3972632Z { 2022-11-23T00:50:52.3972876Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3973119Z "size": 548, 2022-11-23T00:50:52.3973367Z "digest": "sha256:459b060f923da7dafbfdc56825c1f0635ece1919111008efccb703ba603b8a84" 2022-11-23T00:50:52.3973611Z }, 2022-11-23T00:50:52.3973758Z { 2022-11-23T00:50:52.3973985Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3974232Z "size": 105, 2022-11-23T00:50:52.3974487Z "digest": "sha256:23fc09f50708335cb3bb4f04a547fb4d416d4624dda6326e995159fc25b34be1" 2022-11-23T00:50:52.3974709Z }, 2022-11-23T00:50:52.3974858Z { 2022-11-23T00:50:52.3975101Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3975338Z "size": 1292, 2022-11-23T00:50:52.3975584Z "digest": "sha256:d547350f52b8d353a3790f881e18864110730a6e7eb36f42f7abe8fb3fa54e1a" 2022-11-23T00:50:52.3975820Z }, 2022-11-23T00:50:52.3975981Z { 2022-11-23T00:50:52.3976260Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3976508Z "size": 151, 2022-11-23T00:50:52.3976761Z "digest": "sha256:7bd9af926b965fb2341b4cba75679956cad3095350c5743dd41c7d8997173a48" 2022-11-23T00:50:52.3976988Z }, 2022-11-23T00:50:52.3977136Z { 2022-11-23T00:50:52.3977384Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3977616Z "size": 646, 2022-11-23T00:50:52.3977891Z "digest": "sha256:7ee1b08cbcfcf03fb2ebf587d7a9679dbd7f9aa57e8ad37157dd5604e29f79a5" 2022-11-23T00:50:52.3978148Z }, 2022-11-23T00:50:52.3978283Z { 2022-11-23T00:50:52.3978525Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3978774Z "size": 1721679674, 2022-11-23T00:50:52.3979016Z "digest": "sha256:740a41582195f7ce601a1f6de23a21edd82efe16540f3f752d409314318d7e7a" 2022-11-23T00:50:52.3979247Z }, 2022-11-23T00:50:52.3979395Z { 2022-11-23T00:50:52.3979625Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3979871Z "size": 108, 2022-11-23T00:50:52.3980140Z "digest": "sha256:09576f8a6dffaef9b81909eb5d71efdeb4709ff1624dfb2c5eb66ef881b9b36e" 2022-11-23T00:50:52.3980381Z }, 2022-11-23T00:50:52.3980530Z { 2022-11-23T00:50:52.3980776Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3981010Z "size": 109, 2022-11-23T00:50:52.3981260Z "digest": "sha256:4390d55095e03ad465a34a8a8302e0d922bd098907db5d59eff448e2083c1d56" 2022-11-23T00:50:52.3981524Z }, 2022-11-23T00:50:52.3981675Z { 2022-11-23T00:50:52.3981912Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3982159Z "size": 102, 2022-11-23T00:50:52.3982415Z "digest": "sha256:12cbeba63b2c70177725e5011c46c931abf431e8266e66a75f01fab90df2c9a8" 2022-11-23T00:50:52.3982640Z }, 2022-11-23T00:50:52.3982789Z { 2022-11-23T00:50:52.3983027Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3983262Z "size": 421, 2022-11-23T00:50:52.3983533Z "digest": "sha256:e6ee584a4dc3d57bf93e849cc57cc50ee88b1d310d82c7af3d88191cb7eba9b0" 2022-11-23T00:50:52.3983780Z }, 2022-11-23T00:50:52.3983915Z { 2022-11-23T00:50:52.3984158Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3984402Z "size": 111, 2022-11-23T00:50:52.3984659Z "digest": "sha256:dd92da0e437c9f169de78b9be9411cdaff8d17aaa7e833372b3ee0d9fb69aa19" 2022-11-23T00:50:52.3984910Z }, 2022-11-23T00:50:52.3985061Z { 2022-11-23T00:50:52.3985293Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3985537Z "size": 474, 2022-11-23T00:50:52.3985782Z "digest": "sha256:032c2210a4b0f863228a0807395816ca3779b6f3b5110bd83ebcc083d3f60127" 2022-11-23T00:50:52.3985997Z }, 2022-11-23T00:50:52.3986149Z { 2022-11-23T00:50:52.3986391Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3986626Z "size": 112, 2022-11-23T00:50:52.3986898Z "digest": "sha256:9df118d82a563caecf6cebeb80eb0ea673461358c7cf5db254e0b0751a32b5e3" 2022-11-23T00:50:52.3987332Z }, 2022-11-23T00:50:52.3987479Z { 2022-11-23T00:50:52.3987709Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3987958Z "size": 448, 2022-11-23T00:50:52.3988239Z "digest": "sha256:fe880e04aec0f77e1defdad5e14fc9cd38a3f2da4dcfc8e9d84939043ed01145" 2022-11-23T00:50:52.3988486Z }, 2022-11-23T00:50:52.3988637Z { 2022-11-23T00:50:52.3988880Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3989113Z "size": 106, 2022-11-23T00:50:52.3989360Z "digest": "sha256:e7724ad8245f08b732fcc59e5343693563030f6cad509cc3c6363e25f15c3f42" 2022-11-23T00:50:52.3989590Z }, 2022-11-23T00:50:52.3989724Z { 2022-11-23T00:50:52.3989965Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3990209Z "size": 294, 2022-11-23T00:50:52.3990521Z "digest": "sha256:952d1555718a6e35bfc89615d57e51676ce6f9614038371ce9c221fa8c3e9f28" 2022-11-23T00:50:52.3990751Z }, 2022-11-23T00:50:52.3990897Z { 2022-11-23T00:50:52.3991126Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3991372Z "size": 88327, 2022-11-23T00:50:52.3991624Z "digest": "sha256:12640eb761f4a766501deb84c599c2ec02774f9ee85aae61b324148a7da2e60f" 2022-11-23T00:50:52.3991848Z }, 2022-11-23T00:50:52.3991996Z { 2022-11-23T00:50:52.3992237Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3992483Z "size": 106, 2022-11-23T00:50:52.3992731Z "digest": "sha256:b89dde521e1ec6e744590ca69b16c1f9005c965ce7dd71417ae26eb5e4f9eae9" 2022-11-23T00:50:52.3992978Z }, 2022-11-23T00:50:52.3993122Z { 2022-11-23T00:50:52.3993350Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3993603Z "size": 402, 2022-11-23T00:50:52.3993852Z "digest": "sha256:5232869cea87f5a7a71518a6873fa852d4751b2ceb537df622e44d92ed336b15" 2022-11-23T00:50:52.3994076Z }, 2022-11-23T00:50:52.3994221Z { 2022-11-23T00:50:52.3994463Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3994696Z "size": 20262048, 2022-11-23T00:50:52.3994945Z "digest": "sha256:61f0406c969514c1bc18de4974653fd1c6641f68825f6a1c44af17d2a769a6cd" 2022-11-23T00:50:52.3995175Z }, 2022-11-23T00:50:52.3995368Z { 2022-11-23T00:50:52.3995613Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3995918Z "size": 108, 2022-11-23T00:50:52.3996183Z "digest": "sha256:3a3ba8d4cade4acf5aa7cf74fa6b90e92d2028228274c74a13b4a0a2b6d159ab" 2022-11-23T00:50:52.3996443Z }, 2022-11-23T00:50:52.3996599Z { 2022-11-23T00:50:52.3996828Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3997073Z "size": 1766, 2022-11-23T00:50:52.3997345Z "digest": "sha256:fb30c41a10124ddc8edf4ea19d21fbac221f2767dc18e7afc0803b44b81b05b8" 2022-11-23T00:50:52.3997596Z }, 2022-11-23T00:50:52.3997734Z { 2022-11-23T00:50:52.3997978Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3998229Z "size": 459327298, 2022-11-23T00:50:52.3998483Z "digest": "sha256:74a2ea6e34e97f77636b63eeadb909f3ca781ea6a4cc9804a181f98c6135b5de" 2022-11-23T00:50:52.3998734Z }, 2022-11-23T00:50:52.3998885Z { 2022-11-23T00:50:52.3999118Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.3999374Z "size": 165, 2022-11-23T00:50:52.3999634Z "digest": "sha256:5d7408a3f9566f98072cdc7c28a9ca6788e44e35423da8d8662db3d70c85f819" 2022-11-23T00:50:52.3999854Z }, 2022-11-23T00:50:52.4000000Z { 2022-11-23T00:50:52.4000245Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.4000477Z "size": 7940, 2022-11-23T00:50:52.4000730Z "digest": "sha256:14610b60e914a8d2fc3d4ef5248f667d1157c58835cdaf25951f587ee04bf79f" 2022-11-23T00:50:52.4000961Z }, 2022-11-23T00:50:52.4001097Z { 2022-11-23T00:50:52.4001338Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.4001586Z "size": 8072, 2022-11-23T00:50:52.4001831Z "digest": "sha256:644cc2173b2d380d5a31c74c6b356b0e01e975603a143ebfbed5de32dc04a529" 2022-11-23T00:50:52.4002075Z }, 2022-11-23T00:50:52.4002278Z { 2022-11-23T00:50:52.4002542Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.4002965Z "size": 305, 2022-11-23T00:50:52.4003313Z "digest": "sha256:c7ebec60a7d093305ae00a63cfc3be726fb38d6ccc8aed68ca8dcf9410aead92" 2022-11-23T00:50:52.4003592Z }, 2022-11-23T00:50:52.4003803Z { 2022-11-23T00:50:52.4004124Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.4004420Z "size": 108, 2022-11-23T00:50:52.4004760Z "digest": "sha256:faa6e4dc86e3d96a52b1863e56513343568e4f9ae457e0021c483a03558d947c" 2022-11-23T00:50:52.4005057Z }, 2022-11-23T00:50:52.4005224Z { 2022-11-23T00:50:52.4005576Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:52.4005904Z "size": 54145477, 2022-11-23T00:50:52.4006231Z "digest": "sha256:bd0a90d3ecfda3856c9a61acf571db8633803503bcde56f63886527275b0da51" 2022-11-23T00:50:52.4006505Z } 2022-11-23T00:50:52.4006715Z ] 2022-11-23T00:50:52.4006938Z } 2022-11-23T00:50:52.4128160Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-11-23T00:50:52.4128391Z with: 2022-11-23T00:50:52.4128764Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-android-ndk-r19c:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:52.4129143Z ##[endgroup] 2022-11-23T00:50:52.4140446Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:52.4140726Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:52.4140991Z # ignore output since only exit code is used for conditional 2022-11-23T00:50:52.4141269Z # only pull docker image if it's not available locally 2022-11-23T00:50:52.4141548Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-11-23T00:50:52.4141820Z  retry docker pull "${DOCKER_IMAGE}" 2022-11-23T00:50:52.4142017Z fi 2022-11-23T00:50:52.4153551Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:52.4153771Z env: 2022-11-23T00:50:52.4154126Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-android-ndk-r19c:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:52.4154599Z ##[endgroup] 2022-11-23T00:50:52.6401863Z 072aae4a77ed7d3a69ad5683420509c41301b940: Pulling from pytorch/pytorch-linux-focal-py3-clang7-android-ndk-r19c 2022-11-23T00:50:52.6424662Z eaead16dc43b: Pulling fs layer 2022-11-23T00:50:52.6425087Z 715d2474eda3: Pulling fs layer 2022-11-23T00:50:52.6425290Z 996cd434ffa9: Pulling fs layer 2022-11-23T00:50:52.6425571Z bc3569af99c6: Pulling fs layer 2022-11-23T00:50:52.6425778Z 66a45252a7e1: Pulling fs layer 2022-11-23T00:50:52.6425972Z 1ca61cb127a4: Pulling fs layer 2022-11-23T00:50:52.6426178Z 00f031ea3c8c: Pulling fs layer 2022-11-23T00:50:52.6426445Z f20cf54d9815: Pulling fs layer 2022-11-23T00:50:52.6426754Z 62838d6083a0: Pulling fs layer 2022-11-23T00:50:52.6427215Z 0722a93ac84d: Pulling fs layer 2022-11-23T00:50:52.6427525Z 01cb44a1f67d: Pulling fs layer 2022-11-23T00:50:52.6427845Z cc0ec4d54ee3: Pulling fs layer 2022-11-23T00:50:52.6428103Z 8bbcc3ccef0b: Pulling fs layer 2022-11-23T00:50:52.6428299Z 72ba7d8a612c: Pulling fs layer 2022-11-23T00:50:52.6428482Z 00f031ea3c8c: Waiting 2022-11-23T00:50:52.6428743Z a08ff36d728a: Pulling fs layer 2022-11-23T00:50:52.6428932Z 96ca29f04ec9: Pulling fs layer 2022-11-23T00:50:52.6429114Z bc3569af99c6: Waiting 2022-11-23T00:50:52.6429300Z ef6355ac96b8: Pulling fs layer 2022-11-23T00:50:52.6429518Z 82e52daa2886: Pulling fs layer 2022-11-23T00:50:52.6429731Z aebf3506f955: Pulling fs layer 2022-11-23T00:50:52.6429916Z 66a45252a7e1: Waiting 2022-11-23T00:50:52.6430091Z 6ad112ca629c: Pulling fs layer 2022-11-23T00:50:52.6430337Z f20cf54d9815: Waiting 2022-11-23T00:50:52.6430523Z 3493d04200b9: Pulling fs layer 2022-11-23T00:50:52.6430698Z 21b5e3341388: Pulling fs layer 2022-11-23T00:50:52.6430882Z 62838d6083a0: Waiting 2022-11-23T00:50:52.6431075Z 7dcd21b53876: Pulling fs layer 2022-11-23T00:50:52.6431249Z cc0ec4d54ee3: Waiting 2022-11-23T00:50:52.6431434Z 0e84407c4de1: Pulling fs layer 2022-11-23T00:50:52.6431637Z 0722a93ac84d: Waiting 2022-11-23T00:50:52.6431824Z 4e19c3ab2a21: Pulling fs layer 2022-11-23T00:50:52.6432000Z 8bbcc3ccef0b: Waiting 2022-11-23T00:50:52.6432191Z 12dabfbc8cbf: Pulling fs layer 2022-11-23T00:50:52.6432389Z a85993be1f64: Pulling fs layer 2022-11-23T00:50:52.6432563Z 01cb44a1f67d: Waiting 2022-11-23T00:50:52.6432752Z 56c122ba81a3: Pulling fs layer 2022-11-23T00:50:52.6432946Z 459b060f923d: Pulling fs layer 2022-11-23T00:50:52.6433118Z 6ad112ca629c: Waiting 2022-11-23T00:50:52.6433307Z 23fc09f50708: Pulling fs layer 2022-11-23T00:50:52.6433501Z d547350f52b8: Pulling fs layer 2022-11-23T00:50:52.6433672Z 3493d04200b9: Waiting 2022-11-23T00:50:52.6433860Z 7bd9af926b96: Pulling fs layer 2022-11-23T00:50:52.6434062Z 7ee1b08cbcfc: Pulling fs layer 2022-11-23T00:50:52.6434490Z 740a41582195: Pulling fs layer 2022-11-23T00:50:52.6434728Z 09576f8a6dff: Pulling fs layer 2022-11-23T00:50:52.6434951Z 4390d55095e0: Pulling fs layer 2022-11-23T00:50:52.6435141Z 21b5e3341388: Waiting 2022-11-23T00:50:52.6435445Z 12cbeba63b2c: Pulling fs layer 2022-11-23T00:50:52.6435640Z 7dcd21b53876: Waiting 2022-11-23T00:50:52.6435816Z e6ee584a4dc3: Pulling fs layer 2022-11-23T00:50:52.6436026Z dd92da0e437c: Pulling fs layer 2022-11-23T00:50:52.6436343Z 032c2210a4b0: Pulling fs layer 2022-11-23T00:50:52.6436530Z a08ff36d728a: Waiting 2022-11-23T00:50:52.6436705Z 9df118d82a56: Pulling fs layer 2022-11-23T00:50:52.6436966Z fe880e04aec0: Pulling fs layer 2022-11-23T00:50:52.6437169Z e7724ad8245f: Pulling fs layer 2022-11-23T00:50:52.6437436Z 952d1555718a: Pulling fs layer 2022-11-23T00:50:52.6437714Z 96ca29f04ec9: Waiting 2022-11-23T00:50:52.6438048Z 12640eb761f4: Pulling fs layer 2022-11-23T00:50:52.6438374Z 0e84407c4de1: Waiting 2022-11-23T00:50:52.6438712Z b89dde521e1e: Pulling fs layer 2022-11-23T00:50:52.6439027Z 82e52daa2886: Waiting 2022-11-23T00:50:52.6439303Z 4e19c3ab2a21: Waiting 2022-11-23T00:50:52.6439547Z ef6355ac96b8: Waiting 2022-11-23T00:50:52.6439834Z 5232869cea87: Pulling fs layer 2022-11-23T00:50:52.6440013Z aebf3506f955: Waiting 2022-11-23T00:50:52.6440328Z 61f0406c9695: Pulling fs layer 2022-11-23T00:50:52.6440604Z 23fc09f50708: Waiting 2022-11-23T00:50:52.6440886Z 3a3ba8d4cade: Pulling fs layer 2022-11-23T00:50:52.6441206Z a85993be1f64: Waiting 2022-11-23T00:50:52.6441462Z d547350f52b8: Waiting 2022-11-23T00:50:52.6441734Z 7bd9af926b96: Waiting 2022-11-23T00:50:52.6442037Z fb30c41a1012: Pulling fs layer 2022-11-23T00:50:52.6442379Z 74a2ea6e34e9: Pulling fs layer 2022-11-23T00:50:52.6442679Z 56c122ba81a3: Waiting 2022-11-23T00:50:52.6442991Z 032c2210a4b0: Waiting 2022-11-23T00:50:52.6443304Z 459b060f923d: Waiting 2022-11-23T00:50:52.6443594Z 7ee1b08cbcfc: Waiting 2022-11-23T00:50:52.6443950Z 5d7408a3f956: Pulling fs layer 2022-11-23T00:50:52.6444282Z 12640eb761f4: Waiting 2022-11-23T00:50:52.6444589Z 9df118d82a56: Waiting 2022-11-23T00:50:52.6444920Z 14610b60e914: Pulling fs layer 2022-11-23T00:50:52.6445238Z 740a41582195: Waiting 2022-11-23T00:50:52.6445528Z fe880e04aec0: Waiting 2022-11-23T00:50:52.6445847Z b89dde521e1e: Waiting 2022-11-23T00:50:52.6446172Z 644cc2173b2d: Pulling fs layer 2022-11-23T00:50:52.6446492Z 09576f8a6dff: Waiting 2022-11-23T00:50:52.6446829Z c7ebec60a7d0: Pulling fs layer 2022-11-23T00:50:52.6447165Z e7724ad8245f: Waiting 2022-11-23T00:50:52.6447429Z 5232869cea87: Waiting 2022-11-23T00:50:52.6447701Z 4390d55095e0: Waiting 2022-11-23T00:50:52.6447990Z 952d1555718a: Waiting 2022-11-23T00:50:52.6448278Z faa6e4dc86e3: Pulling fs layer 2022-11-23T00:50:52.6448527Z bd0a90d3ecfd: Pulling fs layer 2022-11-23T00:50:52.6448713Z 61f0406c9695: Waiting 2022-11-23T00:50:52.6448884Z 12cbeba63b2c: Waiting 2022-11-23T00:50:52.6449043Z fb30c41a1012: Waiting 2022-11-23T00:50:52.6449214Z 74a2ea6e34e9: Waiting 2022-11-23T00:50:52.6449414Z e6ee584a4dc3: Waiting 2022-11-23T00:50:52.6449665Z dd92da0e437c: Waiting 2022-11-23T00:50:52.6449983Z c7ebec60a7d0: Waiting 2022-11-23T00:50:52.6450306Z faa6e4dc86e3: Waiting 2022-11-23T00:50:52.6450601Z 5d7408a3f956: Waiting 2022-11-23T00:50:52.6450883Z bd0a90d3ecfd: Waiting 2022-11-23T00:50:52.6451196Z 14610b60e914: Waiting 2022-11-23T00:50:52.6451457Z 644cc2173b2d: Waiting 2022-11-23T00:50:52.6451720Z 72ba7d8a612c: Waiting 2022-11-23T00:50:52.7125258Z 715d2474eda3: Verifying Checksum 2022-11-23T00:50:52.7125563Z 715d2474eda3: Download complete 2022-11-23T00:50:52.7592990Z bc3569af99c6: Verifying Checksum 2022-11-23T00:50:52.7593279Z bc3569af99c6: Download complete 2022-11-23T00:50:52.9721890Z eaead16dc43b: Verifying Checksum 2022-11-23T00:50:52.9722155Z eaead16dc43b: Download complete 2022-11-23T00:50:53.0782360Z 1ca61cb127a4: Verifying Checksum 2022-11-23T00:50:53.0782802Z 1ca61cb127a4: Download complete 2022-11-23T00:50:53.1810275Z 00f031ea3c8c: Verifying Checksum 2022-11-23T00:50:53.1811002Z 00f031ea3c8c: Download complete 2022-11-23T00:50:53.2482137Z f20cf54d9815: Verifying Checksum 2022-11-23T00:50:53.2482937Z f20cf54d9815: Download complete 2022-11-23T00:50:53.3290406Z 62838d6083a0: Verifying Checksum 2022-11-23T00:50:53.3291128Z 62838d6083a0: Download complete 2022-11-23T00:50:53.3940783Z 0722a93ac84d: Verifying Checksum 2022-11-23T00:50:53.3941217Z 0722a93ac84d: Download complete 2022-11-23T00:50:53.4696586Z 01cb44a1f67d: Verifying Checksum 2022-11-23T00:50:53.4696999Z 01cb44a1f67d: Download complete 2022-11-23T00:50:53.5496905Z cc0ec4d54ee3: Verifying Checksum 2022-11-23T00:50:53.5497740Z cc0ec4d54ee3: Download complete 2022-11-23T00:50:53.6302479Z 8bbcc3ccef0b: Download complete 2022-11-23T00:50:53.7039040Z eaead16dc43b: Pull complete 2022-11-23T00:50:53.8111160Z 715d2474eda3: Pull complete 2022-11-23T00:50:53.8327020Z 66a45252a7e1: Verifying Checksum 2022-11-23T00:50:53.8327414Z 66a45252a7e1: Download complete 2022-11-23T00:50:53.8938236Z a08ff36d728a: Download complete 2022-11-23T00:50:53.9560728Z 96ca29f04ec9: Verifying Checksum 2022-11-23T00:50:53.9561039Z 96ca29f04ec9: Download complete 2022-11-23T00:50:54.0200769Z ef6355ac96b8: Verifying Checksum 2022-11-23T00:50:54.0201210Z ef6355ac96b8: Download complete 2022-11-23T00:50:54.0803999Z 82e52daa2886: Download complete 2022-11-23T00:50:54.1741171Z aebf3506f955: Verifying Checksum 2022-11-23T00:50:54.1741508Z aebf3506f955: Download complete 2022-11-23T00:50:54.2524037Z 6ad112ca629c: Verifying Checksum 2022-11-23T00:50:54.2524518Z 6ad112ca629c: Download complete 2022-11-23T00:50:54.3298233Z 3493d04200b9: Download complete 2022-11-23T00:50:54.4105789Z 21b5e3341388: Verifying Checksum 2022-11-23T00:50:54.4106195Z 21b5e3341388: Download complete 2022-11-23T00:50:54.4906207Z 7dcd21b53876: Download complete 2022-11-23T00:50:54.5639392Z 0e84407c4de1: Verifying Checksum 2022-11-23T00:50:54.5639769Z 0e84407c4de1: Download complete 2022-11-23T00:50:55.7938906Z 996cd434ffa9: Verifying Checksum 2022-11-23T00:50:55.7939184Z 996cd434ffa9: Download complete 2022-11-23T00:50:55.8320117Z 4e19c3ab2a21: Verifying Checksum 2022-11-23T00:50:55.8320469Z 4e19c3ab2a21: Download complete 2022-11-23T00:50:55.8631293Z 12dabfbc8cbf: Download complete 2022-11-23T00:50:55.9015374Z a85993be1f64: Verifying Checksum 2022-11-23T00:50:55.9015641Z a85993be1f64: Download complete 2022-11-23T00:50:55.9548721Z 56c122ba81a3: Verifying Checksum 2022-11-23T00:50:55.9549173Z 56c122ba81a3: Download complete 2022-11-23T00:50:55.9930602Z 459b060f923d: Verifying Checksum 2022-11-23T00:50:55.9930955Z 459b060f923d: Download complete 2022-11-23T00:50:56.0230522Z 23fc09f50708: Download complete 2022-11-23T00:50:56.0733985Z d547350f52b8: Verifying Checksum 2022-11-23T00:50:56.0734362Z d547350f52b8: Download complete 2022-11-23T00:50:56.0815974Z 7bd9af926b96: Verifying Checksum 2022-11-23T00:50:56.0816404Z 7bd9af926b96: Download complete 2022-11-23T00:50:56.1652172Z 7ee1b08cbcfc: Download complete 2022-11-23T00:50:56.2275620Z 09576f8a6dff: Verifying Checksum 2022-11-23T00:50:56.2276041Z 09576f8a6dff: Download complete 2022-11-23T00:50:56.3084363Z 4390d55095e0: Verifying Checksum 2022-11-23T00:50:56.3084726Z 4390d55095e0: Download complete 2022-11-23T00:50:56.3768470Z 12cbeba63b2c: Verifying Checksum 2022-11-23T00:50:56.3768893Z 12cbeba63b2c: Download complete 2022-11-23T00:50:56.4545775Z e6ee584a4dc3: Verifying Checksum 2022-11-23T00:50:56.4546293Z e6ee584a4dc3: Download complete 2022-11-23T00:50:56.5285870Z dd92da0e437c: Download complete 2022-11-23T00:50:56.6004626Z 032c2210a4b0: Verifying Checksum 2022-11-23T00:50:56.6005238Z 032c2210a4b0: Download complete 2022-11-23T00:50:56.6688384Z 9df118d82a56: Verifying Checksum 2022-11-23T00:50:56.6688763Z 9df118d82a56: Download complete 2022-11-23T00:50:56.7333053Z fe880e04aec0: Verifying Checksum 2022-11-23T00:50:56.7333728Z fe880e04aec0: Download complete 2022-11-23T00:50:56.8124783Z e7724ad8245f: Download complete 2022-11-23T00:50:56.9635080Z 12640eb761f4: Download complete 2022-11-23T00:50:57.0534411Z b89dde521e1e: Verifying Checksum 2022-11-23T00:50:57.0534795Z b89dde521e1e: Download complete 2022-11-23T00:50:57.1250641Z 5232869cea87: Verifying Checksum 2022-11-23T00:50:57.1250972Z 5232869cea87: Download complete 2022-11-23T00:50:57.3791572Z 61f0406c9695: Verifying Checksum 2022-11-23T00:50:57.3792029Z 61f0406c9695: Download complete 2022-11-23T00:50:57.4521955Z 3a3ba8d4cade: Verifying Checksum 2022-11-23T00:50:57.4522748Z 3a3ba8d4cade: Download complete 2022-11-23T00:50:57.5779615Z fb30c41a1012: Download complete 2022-11-23T00:51:02.2178434Z 74a2ea6e34e9: Verifying Checksum 2022-11-23T00:51:02.2178851Z 74a2ea6e34e9: Download complete 2022-11-23T00:51:02.3028453Z 5d7408a3f956: Download complete 2022-11-23T00:51:02.3707495Z 14610b60e914: Verifying Checksum 2022-11-23T00:51:02.3707837Z 14610b60e914: Download complete 2022-11-23T00:51:02.4984039Z 644cc2173b2d: Download complete 2022-11-23T00:51:02.5910289Z c7ebec60a7d0: Verifying Checksum 2022-11-23T00:51:02.5910724Z c7ebec60a7d0: Download complete 2022-11-23T00:51:02.6640063Z faa6e4dc86e3: Download complete 2022-11-23T00:51:02.7526265Z 996cd434ffa9: Pull complete 2022-11-23T00:51:02.9730906Z bc3569af99c6: Pull complete 2022-11-23T00:51:03.2572305Z bd0a90d3ecfd: Verifying Checksum 2022-11-23T00:51:03.2572703Z bd0a90d3ecfd: Download complete 2022-11-23T00:51:14.1485139Z 72ba7d8a612c: Verifying Checksum 2022-11-23T00:51:14.1485561Z 72ba7d8a612c: Download complete 2022-11-23T00:51:18.3409710Z 740a41582195: Verifying Checksum 2022-11-23T00:51:18.3409984Z 740a41582195: Download complete 2022-11-23T00:51:18.4166325Z 66a45252a7e1: Pull complete 2022-11-23T00:51:18.8946387Z 1ca61cb127a4: Pull complete 2022-11-23T00:51:19.3488090Z 00f031ea3c8c: Pull complete 2022-11-23T00:51:19.5885259Z f20cf54d9815: Pull complete 2022-11-23T00:51:19.7994598Z 62838d6083a0: Pull complete 2022-11-23T00:51:20.0536173Z 0722a93ac84d: Pull complete 2022-11-23T00:51:20.2860826Z 01cb44a1f67d: Pull complete 2022-11-23T00:51:20.5347817Z cc0ec4d54ee3: Pull complete 2022-11-23T00:51:20.7608917Z 8bbcc3ccef0b: Pull complete 2022-11-23T00:51:40.2739686Z 72ba7d8a612c: Pull complete 2022-11-23T00:51:40.5546343Z a08ff36d728a: Pull complete 2022-11-23T00:51:40.8091644Z 96ca29f04ec9: Pull complete 2022-11-23T00:51:41.0190953Z ef6355ac96b8: Pull complete 2022-11-23T00:51:41.1385226Z 82e52daa2886: Pull complete 2022-11-23T00:51:41.2779189Z aebf3506f955: Pull complete 2022-11-23T00:51:41.5086372Z 6ad112ca629c: Pull complete 2022-11-23T00:51:41.7543069Z 3493d04200b9: Pull complete 2022-11-23T00:51:41.9853459Z 21b5e3341388: Pull complete 2022-11-23T00:51:42.1378080Z 7dcd21b53876: Pull complete 2022-11-23T00:51:42.2626527Z 0e84407c4de1: Pull complete 2022-11-23T00:51:45.1568256Z 4e19c3ab2a21: Pull complete 2022-11-23T00:51:45.3828089Z 12dabfbc8cbf: Pull complete 2022-11-23T00:51:45.6176218Z a85993be1f64: Pull complete 2022-11-23T00:51:45.8557421Z 56c122ba81a3: Pull complete 2022-11-23T00:51:46.0723383Z 459b060f923d: Pull complete 2022-11-23T00:51:46.2991881Z 23fc09f50708: Pull complete 2022-11-23T00:51:46.4766827Z d547350f52b8: Pull complete 2022-11-23T00:51:46.6695558Z 7bd9af926b96: Pull complete 2022-11-23T00:51:46.8783047Z 7ee1b08cbcfc: Pull complete 2022-11-23T00:52:18.9704481Z 740a41582195: Pull complete 2022-11-23T00:52:19.2417814Z 09576f8a6dff: Pull complete 2022-11-23T00:52:19.4532432Z 4390d55095e0: Pull complete 2022-11-23T00:52:19.6585975Z 12cbeba63b2c: Pull complete 2022-11-23T00:52:19.8503649Z e6ee584a4dc3: Pull complete 2022-11-23T00:52:20.0713434Z dd92da0e437c: Pull complete 2022-11-23T00:52:20.2691869Z 032c2210a4b0: Pull complete 2022-11-23T00:52:20.4879753Z 9df118d82a56: Pull complete 2022-11-23T00:52:20.7293016Z fe880e04aec0: Pull complete 2022-11-23T00:52:20.9074042Z e7724ad8245f: Pull complete 2022-11-23T00:52:21.1266685Z 952d1555718a: Pull complete 2022-11-23T00:52:21.3454759Z 12640eb761f4: Pull complete 2022-11-23T00:52:21.4870792Z b89dde521e1e: Pull complete 2022-11-23T00:52:21.5698914Z 5232869cea87: Pull complete 2022-11-23T00:52:21.9616750Z 61f0406c9695: Pull complete 2022-11-23T00:52:22.1740879Z 3a3ba8d4cade: Pull complete 2022-11-23T00:52:22.3972791Z fb30c41a1012: Pull complete 2022-11-23T00:52:27.1089584Z 74a2ea6e34e9: Pull complete 2022-11-23T00:52:27.3469426Z 5d7408a3f956: Pull complete 2022-11-23T00:52:27.5592813Z 14610b60e914: Pull complete 2022-11-23T00:52:28.0092061Z 644cc2173b2d: Pull complete 2022-11-23T00:52:28.2346825Z c7ebec60a7d0: Pull complete 2022-11-23T00:52:28.4484868Z faa6e4dc86e3: Pull complete 2022-11-23T00:52:30.0393055Z bd0a90d3ecfd: Pull complete 2022-11-23T00:52:30.1067914Z Digest: sha256:1b97278acf366e6554046e1d3ca95023e6d5ad7dc91874507487c84debad8799 2022-11-23T00:52:30.1420742Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-android-ndk-r19c:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:52:30.1582442Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-android-ndk-r19c:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:52:30.1641161Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:52:30.1641471Z .github/scripts/parse_ref.py 2022-11-23T00:52:30.2490008Z shell: /usr/bin/bash -e {0} 2022-11-23T00:52:30.2490239Z ##[endgroup] 2022-11-23T00:52:30.3655684Z Prepare all required actions 2022-11-23T00:52:30.3655926Z Getting action download info 2022-11-23T00:52:30.5259799Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T00:52:30.7647454Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T00:52:30.7647679Z with: 2022-11-23T00:52:30.7647993Z github-token: *** 2022-11-23T00:52:30.7648162Z ##[endgroup] 2022-11-23T00:52:30.7778691Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:52:30.7778935Z with: 2022-11-23T00:52:30.7779097Z shell: bash 2022-11-23T00:52:30.7779262Z timeout_minutes: 10 2022-11-23T00:52:30.7779446Z max_attempts: 5 2022-11-23T00:52:30.7779628Z retry_wait_seconds: 30 2022-11-23T00:52:30.7780034Z 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:52:30.7780417Z polling_interval_seconds: 1 2022-11-23T00:52:30.7780612Z warning_on_retry: true 2022-11-23T00:52:30.7780806Z continue_on_error: false 2022-11-23T00:52:30.7780998Z env: 2022-11-23T00:52:30.7781304Z GITHUB_TOKEN: *** 2022-11-23T00:52:30.7781484Z ##[endgroup] 2022-11-23T00:52:32.3954681Z + python3 -m pip install requests==2.26.0 2022-11-23T00:52:33.1116736Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:52:33.1403857Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T00:52:33.1539434Z 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:52:33.1552299Z 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:52:33.1568973Z 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:52:33.1729837Z 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:52:33.4930476Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293562 i-0d783e53a04ecdd14 2022-11-23T00:52:34.9845477Z + GHA_WORKFLOW_JOB_ID=9654934757 2022-11-23T00:52:34.9846625Z + echo job-id=9654934757 2022-11-23T00:52:35.3935002Z Command completed after 1 attempt(s). 2022-11-23T00:52:35.4007195Z Prepare all required actions 2022-11-23T00:52:35.4007505Z Getting action download info 2022-11-23T00:52:35.5635706Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T00:52:35.5635930Z with: 2022-11-23T00:52:35.5636348Z github-token: *** 2022-11-23T00:52:35.5636531Z ##[endgroup] 2022-11-23T00:52:35.5777915Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:52:35.5778220Z with: 2022-11-23T00:52:35.5778443Z shell: bash 2022-11-23T00:52:35.5778636Z timeout_minutes: 10 2022-11-23T00:52:35.5778935Z max_attempts: 5 2022-11-23T00:52:35.5779498Z retry_wait_seconds: 30 2022-11-23T00:52:35.5779762Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:52:35.5780074Z polling_interval_seconds: 1 2022-11-23T00:52:35.5780334Z warning_on_retry: true 2022-11-23T00:52:35.5780566Z continue_on_error: false 2022-11-23T00:52:35.5780807Z env: 2022-11-23T00:52:35.5781160Z GITHUB_TOKEN: *** 2022-11-23T00:52:35.5781513Z ##[endgroup] 2022-11-23T00:52:35.6307364Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:52:35.8448945Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:52:35.8643510Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T00:52:35.8770516Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2022-11-23T00:52:35.8779146Z 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:52:35.8791022Z 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:52:35.8943446Z 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:52:35.8963560Z 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:52:36.6289211Z Command completed after 1 attempt(s). 2022-11-23T00:52:36.6334968Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:52:36.6335275Z .github/scripts/parse_ref.py 2022-11-23T00:52:36.6346824Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:52:36.6347277Z ##[endgroup] 2022-11-23T00:52:36.6560621Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T00:52:36.6560914Z .github/scripts/filter_test_configs.py \ 2022-11-23T00:52:36.6561146Z  --test-matrix "" \ 2022-11-23T00:52:36.6561350Z  --pr-number "" \ 2022-11-23T00:52:36.6561524Z  --tag "" \ 2022-11-23T00:52:36.6561717Z  --event-name "push" 2022-11-23T00:52:36.6572315Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:52:36.6572529Z env: 2022-11-23T00:52:36.6572835Z GITHUB_TOKEN: *** 2022-11-23T00:52:36.6573014Z ##[endgroup] 2022-11-23T00:52:36.7857421Z .github/scripts/filter_test_configs.py:154: UserWarning: Invalid test matrix input '', exiting 2022-11-23T00:52:36.7857850Z warnings.warn(f"Invalid test matrix input '{args.test_matrix}', exiting") 2022-11-23T00:52:36.7989896Z ##[group]Run echo "" 2022-11-23T00:52:36.7990071Z echo "" 2022-11-23T00:52:36.8001112Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:52:36.8001340Z ##[endgroup] 2022-11-23T00:52:36.8024293Z 2022-11-23T00:52:36.8097936Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:52:36.8098306Z # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:52:36.8098569Z container_name=$(docker run \ 2022-11-23T00:52:36.8098770Z  -e BUILD_ENVIRONMENT \ 2022-11-23T00:52:36.8098993Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-11-23T00:52:36.8099210Z  -e AWS_DEFAULT_REGION \ 2022-11-23T00:52:36.8099408Z  -e PR_NUMBER \ 2022-11-23T00:52:36.8099580Z  -e SHA1 \ 2022-11-23T00:52:36.8099759Z  -e BRANCH \ 2022-11-23T00:52:36.8099948Z  -e SCCACHE_BUCKET \ 2022-11-23T00:52:36.8100139Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-11-23T00:52:36.8100336Z  -e XLA_CUDA \ 2022-11-23T00:52:36.8100545Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-11-23T00:52:36.8100770Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2022-11-23T00:52:36.8101080Z  -e TORCH_CUDA_ARCH_LIST \ 2022-11-23T00:52:36.8101279Z  -e PR_LABELS \ 2022-11-23T00:52:36.8101463Z  -e OUR_GITHUB_JOB_ID \ 2022-11-23T00:52:36.8101703Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-11-23T00:52:36.8101961Z  --security-opt seccomp=unconfined \ 2022-11-23T00:52:36.8102174Z  --cap-add=SYS_PTRACE \ 2022-11-23T00:52:36.8102364Z  --tty \ 2022-11-23T00:52:36.8102541Z  --detach \ 2022-11-23T00:52:36.8102715Z  --user jenkins \ 2022-11-23T00:52:36.8102953Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-11-23T00:52:36.8103211Z  -w /var/lib/jenkins/workspace \ 2022-11-23T00:52:36.8103405Z  "${DOCKER_IMAGE}" 2022-11-23T00:52:36.8103581Z ) 2022-11-23T00:52:36.8103816Z docker exec -t "${container_name}" sh -c '.jenkins/pytorch/build.sh' 2022-11-23T00:52:36.8114808Z shell: /usr/bin/bash -e {0} 2022-11-23T00:52:36.8115114Z env: 2022-11-23T00:52:36.8115462Z BUILD_ENVIRONMENT: linux-focal-py3-clang7-mobile-custom-build-static 2022-11-23T00:52:36.8115751Z BRANCH: master 2022-11-23T00:52:36.8115928Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:52:36.8116120Z PR_NUMBER: 2022-11-23T00:52:36.8116373Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:52:36.8116623Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-11-23T00:52:36.8116865Z SCCACHE_S3_KEY_PREFIX: pull 2022-11-23T00:52:36.8117145Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-11-23T00:52:36.8117393Z PR_LABELS: [] 2022-11-23T00:52:36.8117575Z TORCH_CUDA_ARCH_LIST: 5.2 2022-11-23T00:52:36.8117963Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-android-ndk-r19c:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:52:36.8118325Z XLA_CUDA: 2022-11-23T00:52:36.8118475Z DEBUG: 0 2022-11-23T00:52:36.8118648Z OUR_GITHUB_JOB_ID: 9654934757 2022-11-23T00:52:36.8118841Z ##[endgroup] 2022-11-23T00:52:42.4149923Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:52:42.4186901Z + source .jenkins/pytorch/common.sh 2022-11-23T00:52:42.4189662Z +++ dirname .jenkins/pytorch/common.sh 2022-11-23T00:52:42.4194824Z ++ source .jenkins/pytorch/common_utils.sh 2022-11-23T00:52:42.4196625Z +++ declare -f -t trap_add 2022-11-23T00:52:42.4201146Z ++ set -ex 2022-11-23T00:52:42.4203377Z ++ [[ linux-focal-py3-clang7-mobile-custom-build-static == *rocm* ]] 2022-11-23T00:52:42.4204058Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T00:52:42.4208500Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:52:42.4214232Z + source .jenkins/pytorch/common-build.sh 2022-11-23T00:52:42.4216979Z ++ [[ linux-focal-py3-clang7-mobile-custom-build-static != *win-* ]] 2022-11-23T00:52:42.4222264Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-11-23T00:52:42.4228024Z +++ cd .jenkins/pytorch 2022-11-23T00:52:42.4228565Z +++ pwd -P 2022-11-23T00:52:42.4230808Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T00:52:42.4231231Z ++ which sccache 2022-11-23T00:52:42.4257029Z ++ sccache --stop-server 2022-11-23T00:52:42.4526373Z ++ true 2022-11-23T00:52:42.4526723Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-11-23T00:52:42.4557993Z ++ [[ -n 1 ]] 2022-11-23T00:52:42.4558651Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-11-23T00:52:42.4559030Z Skipping sccache server initialization, setting environment variables 2022-11-23T00:52:42.4559314Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:52:42.4559517Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:52:42.4559765Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:52:42.4560025Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:52:42.4571597Z ++ export RUST_LOG=sccache::server=error 2022-11-23T00:52:42.4571851Z ++ RUST_LOG=sccache::server=error 2022-11-23T00:52:42.4572139Z ++ sccache --zero-stats 2022-11-23T00:52:42.4921789Z Compile requests 0 2022-11-23T00:52:42.4922263Z Compile requests executed 0 2022-11-23T00:52:42.4922582Z Cache hits 0 2022-11-23T00:52:42.4922782Z Cache misses 0 2022-11-23T00:52:42.4922986Z Cache timeouts 0 2022-11-23T00:52:42.4923185Z Cache read errors 0 2022-11-23T00:52:42.4923391Z Forced recaches 0 2022-11-23T00:52:42.4923579Z Cache write errors 0 2022-11-23T00:52:42.4923856Z Compilation failures 0 2022-11-23T00:52:42.4924186Z Cache errors 0 2022-11-23T00:52:42.4924553Z Non-cacheable compilations 0 2022-11-23T00:52:42.4924837Z Non-cacheable calls 0 2022-11-23T00:52:42.4925266Z Non-compilation calls 0 2022-11-23T00:52:42.4925686Z Unsupported compiler calls 0 2022-11-23T00:52:42.4925981Z Average cache write 0.000 s 2022-11-23T00:52:42.4926404Z Average cache read miss 0.000 s 2022-11-23T00:52:42.4926621Z Average cache read hit 0.000 s 2022-11-23T00:52:42.4926832Z Failed distributed compilations 0 2022-11-23T00:52:42.4928849Z 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:52:42.4929474Z ++ trap_add sccache_epilogue EXIT 2022-11-23T00:52:42.4929798Z ++ trap_add_cmd=sccache_epilogue 2022-11-23T00:52:42.4930057Z ++ shift 2022-11-23T00:52:42.4930311Z ++ for trap_add_name in "$@" 2022-11-23T00:52:42.4931727Z ++++ trap -p EXIT 2022-11-23T00:52:42.4934373Z +++ eval 'extract_trap_cmd ' 2022-11-23T00:52:42.4934710Z ++++ extract_trap_cmd 2022-11-23T00:52:42.4935069Z ++++ printf '%s\n' '' 2022-11-23T00:52:42.4935432Z +++ printf '%s\n' sccache_epilogue 2022-11-23T00:52:42.4936613Z ++ trap -- ' 2022-11-23T00:52:42.4936988Z sccache_epilogue' EXIT 2022-11-23T00:52:42.4937924Z ++ which ccache 2022-11-23T00:52:42.4949597Z + [[ linux-focal-py3-clang7-mobile-custom-build-static == *-clang7-asan* ]] 2022-11-23T00:52:42.4950216Z + [[ linux-focal-py3-clang7-mobile-custom-build-static == *-clang7-tsan* ]] 2022-11-23T00:52:42.4950718Z + [[ linux-focal-py3-clang7-mobile-custom-build-static == *-mobile-*build* ]] 2022-11-23T00:52:42.4951934Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:52:42.4958472Z + exec .jenkins/pytorch/build-mobile.sh 2022-11-23T00:52:42.5014879Z ++ [[ linux-focal-py3-clang7-mobile-custom-build-static == *rocm* ]] 2022-11-23T00:52:42.5015192Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T00:52:42.5017444Z ++ dirname /var/lib/jenkins/workspace/.jenkins/pytorch/build-mobile.sh 2022-11-23T00:52:42.5023347Z + source /var/lib/jenkins/workspace/.jenkins/pytorch/common-build.sh 2022-11-23T00:52:42.5025264Z ++ [[ linux-focal-py3-clang7-mobile-custom-build-static != *win-* ]] 2022-11-23T00:52:42.5030722Z ++++ dirname /var/lib/jenkins/workspace/.jenkins/pytorch/common-build.sh 2022-11-23T00:52:42.5037032Z +++ cd /var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T00:52:42.5037324Z +++ pwd -P 2022-11-23T00:52:42.5039151Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T00:52:42.5039402Z ++ which sccache 2022-11-23T00:52:42.5047096Z ++ sccache --stop-server 2022-11-23T00:52:42.5072313Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-11-23T00:52:42.5077994Z ++ [[ -n 1 ]] 2022-11-23T00:52:42.5078549Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-11-23T00:52:42.5079043Z Skipping sccache server initialization, setting environment variables 2022-11-23T00:52:42.5079384Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:52:42.5079709Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:52:42.5080051Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:52:42.5080482Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:52:42.5080898Z ++ export RUST_LOG=sccache::server=error 2022-11-23T00:52:42.5081244Z ++ RUST_LOG=sccache::server=error 2022-11-23T00:52:42.5081677Z ++ sccache --zero-stats 2022-11-23T00:52:42.5211064Z Compile requests 0 2022-11-23T00:52:42.5211421Z Compile requests executed 0 2022-11-23T00:52:42.5211778Z Cache hits 0 2022-11-23T00:52:42.5212092Z Cache misses 0 2022-11-23T00:52:42.5212422Z Cache timeouts 0 2022-11-23T00:52:42.5212725Z Cache read errors 0 2022-11-23T00:52:42.5212982Z Forced recaches 0 2022-11-23T00:52:42.5213185Z Cache write errors 0 2022-11-23T00:52:42.5213377Z Compilation failures 0 2022-11-23T00:52:42.5213576Z Cache errors 0 2022-11-23T00:52:42.5213887Z Non-cacheable compilations 0 2022-11-23T00:52:42.5214230Z Non-cacheable calls 0 2022-11-23T00:52:42.5214482Z Non-compilation calls 0 2022-11-23T00:52:42.5214749Z Unsupported compiler calls 0 2022-11-23T00:52:42.5215230Z Average cache write 0.000 s 2022-11-23T00:52:42.5215446Z Average cache read miss 0.000 s 2022-11-23T00:52:42.5215659Z Average cache read hit 0.000 s 2022-11-23T00:52:42.5215866Z Failed distributed compilations 0 2022-11-23T00:52:42.5216425Z 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:52:42.5216836Z ++ trap_add sccache_epilogue EXIT 2022-11-23T00:52:42.5217044Z ++ trap_add_cmd=sccache_epilogue 2022-11-23T00:52:42.5217212Z ++ shift 2022-11-23T00:52:42.5217383Z ++ for trap_add_name in "$@" 2022-11-23T00:52:42.5221226Z ++++ trap -p EXIT 2022-11-23T00:52:42.5223493Z +++ eval 'extract_trap_cmd ' 2022-11-23T00:52:42.5223963Z ++++ extract_trap_cmd 2022-11-23T00:52:42.5224393Z /var/lib/jenkins/workspace/.jenkins/pytorch/common_utils.sh: line 28: $3: unbound variable 2022-11-23T00:52:42.5225338Z ++ trap -- '' EXIT 2022-11-23T00:52:42.5225508Z ++ which ccache 2022-11-23T00:52:42.5234842Z + retry pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html --progress-bar off 2022-11-23T00:52:42.5235506Z + pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html --progress-bar off 2022-11-23T00:52:43.2140546Z Looking in links: https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html 2022-11-23T00:52:43.8873672Z Collecting torch 2022-11-23T00:52:43.8914268Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-1.14.0.dev20221122%2Bcpu-cp37-cp37m-linux_x86_64.whl (198.0 MB) 2022-11-23T00:52:46.5089788Z Collecting torchvision 2022-11-23T00:52:46.5133704Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.15.0.dev20221122%2Bcpu-cp37-cp37m-linux_x86_64.whl (16.1 MB) 2022-11-23T00:52:46.7022917Z Requirement already satisfied: networkx in /opt/conda/lib/python3.7/site-packages (from torch) (2.6.3) 2022-11-23T00:52:46.7026845Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch) (4.3.0) 2022-11-23T00:52:46.7031274Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torch) (1.10.1) 2022-11-23T00:52:46.7076765Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.7/site-packages (from torchvision) (9.3.0) 2022-11-23T00:52:46.7082943Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision) (1.18.5) 2022-11-23T00:52:46.7088925Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from torchvision) (2.27.1) 2022-11-23T00:52:46.7729791Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision) (2.0.4) 2022-11-23T00:52:46.7742234Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision) (3.3) 2022-11-23T00:52:46.7748243Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision) (1.26.8) 2022-11-23T00:52:46.7756597Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision) (2022.9.24) 2022-11-23T00:52:46.7778761Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.7/site-packages (from sympy->torch) (1.2.1) 2022-11-23T00:52:47.5833148Z Installing collected packages: torch, torchvision 2022-11-23T00:52:55.0954550Z Successfully installed torch-1.14.0.dev20221122+cpu torchvision-0.15.0.dev20221122+cpu 2022-11-23T00:52:55.2317635Z + [[ linux-focal-py3-clang7-mobile-custom-build-static == *-mobile-custom-build-static* ]] 2022-11-23T00:52:55.2317993Z + TEST_CUSTOM_BUILD_STATIC=1 2022-11-23T00:52:55.2318218Z + test/mobile/custom_build/build.sh 2022-11-23T00:52:55.2334042Z +++ dirname test/mobile/custom_build/build.sh 2022-11-23T00:52:55.2339447Z ++ cd test/mobile/custom_build/../../.. 2022-11-23T00:52:55.2339969Z ++ pwd -P 2022-11-23T00:52:55.2342090Z + SRC_ROOT=/var/lib/jenkins/workspace 2022-11-23T00:52:55.2342425Z + TEST_SRC_ROOT=/var/lib/jenkins/workspace/test/mobile/custom_build 2022-11-23T00:52:55.2342707Z + BUILD_ROOT=/var/lib/jenkins/workspace/build_test_custom_build 2022-11-23T00:52:55.2343126Z + mkdir -p /var/lib/jenkins/workspace/build_test_custom_build 2022-11-23T00:52:55.2483045Z + cd /var/lib/jenkins/workspace/build_test_custom_build 2022-11-23T00:52:55.2484974Z + '[' -n '' ']' 2022-11-23T00:52:55.2485182Z + '[' -n 1 ']' 2022-11-23T00:52:55.2485392Z + test_custom_build_with_static_dispatch 2022-11-23T00:52:55.2485736Z + prepare_model_and_dump_root_ops 2022-11-23T00:52:55.2485972Z + cd /var/lib/jenkins/workspace/build_test_custom_build 2022-11-23T00:52:55.2486267Z + MODEL=/var/lib/jenkins/workspace/build_test_custom_build/MobileNetV2.pt 2022-11-23T00:52:55.2486654Z + ROOT_OPS=/var/lib/jenkins/workspace/build_test_custom_build/MobileNetV2.yaml 2022-11-23T00:52:55.2486976Z + python /var/lib/jenkins/workspace/test/mobile/custom_build/prepare_model.py 2022-11-23T00:52:56.6934089Z /opt/conda/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. 2022-11-23T00:52:56.6934693Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and may be removed in the future, " 2022-11-23T00:52:56.6935589Z /opt/conda/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=MobileNet_V2_Weights.IMAGENET1K_V1`. You can also use `weights=MobileNet_V2_Weights.DEFAULT` to get the most up-to-date weights. 2022-11-23T00:52:56.6936154Z warnings.warn(msg) 2022-11-23T00:52:56.7689772Z Downloading: "https://download.pytorch.org/models/mobilenet_v2-b0353104.pth" to /var/lib/jenkins/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth 2022-11-23T00:52:56.8408584Z 2022-11-23T00:52:56.8955346Z 0% 0.00/13.6M [00:00) [with T = long int; int64_t = long int]': 2022-11-23T00:54:20.8629160Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:20.8630513Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:20.8632634Z 142 | auto alt_options_msg = 2022-11-23T00:54:20.8633402Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:20.8635881Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:20.8637162Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:20.8639503Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:20.8640310Z 2022-11-23T00:54:20.9327513Z [3698/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-11-23T00:54:20.9328609Z [3699/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-11-23T00:54:20.9455801Z [3699/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-11-23T00:54:20.9456395Z [3700/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-11-23T00:54:21.0433251Z [3700/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-11-23T00:54:21.0435960Z [3701/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-11-23T00:54:21.1398289Z [3701/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-11-23T00:54:21.1398786Z [3702/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-11-23T00:54:21.1577226Z [3702/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-11-23T00:54:21.1577807Z [3703/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-11-23T00:54:21.1594039Z [3703/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-11-23T00:54:21.1594885Z [3704/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-11-23T00:54:21.1661796Z [3704/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-11-23T00:54:21.1663015Z [3705/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-11-23T00:54:21.1787225Z [3705/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-11-23T00:54:21.1788155Z [3706/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-11-23T00:54:21.3341798Z [3706/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-11-23T00:54:21.3343391Z [3707/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-11-23T00:54:21.3397931Z [3707/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-11-23T00:54:21.3399206Z [3708/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-11-23T00:54:21.4137862Z [3708/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-11-23T00:54:21.4139635Z [3709/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-11-23T00:54:21.4616326Z [3709/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-11-23T00:54:21.4617269Z [3710/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-11-23T00:54:21.5286614Z [3710/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-11-23T00:54:21.5287525Z [3711/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-11-23T00:54:21.5668514Z [3711/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-11-23T00:54:21.5669021Z [3712/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-11-23T00:54:21.5862561Z [3712/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-11-23T00:54:21.5863923Z [3713/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-11-23T00:54:21.7167527Z [3713/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-11-23T00:54:21.7168554Z [3714/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-11-23T00:54:21.8194923Z [3714/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-11-23T00:54:21.8196724Z [3715/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-11-23T00:54:21.9217406Z [3715/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-11-23T00:54:21.9224628Z [3716/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-11-23T00:54:22.0281031Z [3716/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-11-23T00:54:22.0282444Z [3717/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-11-23T00:54:22.0690048Z [3717/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-11-23T00:54:22.0692830Z [3718/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-11-23T00:54:22.4282707Z [3718/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-11-23T00:54:22.4283717Z [3719/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-11-23T00:54:22.4284806Z ../../aten/src/ATen/BatchedFallback.cpp: In function 'void at::batchedTensorInplaceForLoopFallback(const c10::OperatorHandle&, torch::jit::Stack*)': 2022-11-23T00:54:22.4285788Z ../../aten/src/ATen/BatchedFallback.cpp:141:12: warning: unused variable 'offending_level' [-Wunused-variable] 2022-11-23T00:54:22.4286600Z 141 | auto offending_level = llvm::findLastSet(additional_bdims.to_ulong()); 2022-11-23T00:54:22.4287053Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:22.4289754Z 2022-11-23T00:54:22.4352912Z [3719/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-11-23T00:54:22.4354732Z [3720/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-11-23T00:54:22.7481995Z [3720/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-11-23T00:54:22.7483476Z [3721/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-11-23T00:54:22.7969963Z [3721/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-11-23T00:54:22.7972201Z [3722/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-11-23T00:54:23.1066356Z [3722/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-11-23T00:54:23.1068728Z [3723/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-11-23T00:54:23.1359936Z [3723/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-11-23T00:54:23.1360557Z [3724/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-11-23T00:54:23.2682628Z [3724/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-11-23T00:54:23.2683777Z [3725/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-11-23T00:54:23.2684668Z In file included from ../../aten/src/ATen/SparseTensorImpl.cpp:2: 2022-11-23T00:54:23.2686025Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:23.2687050Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:23.2688178Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:23.2749072Z 142 | auto alt_options_msg = 2022-11-23T00:54:23.2749854Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:23.2750794Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:23.2751666Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:23.2752604Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:23.2753003Z 2022-11-23T00:54:23.3609663Z [3725/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2022-11-23T00:54:23.3610733Z [3726/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-11-23T00:54:23.3611509Z In file included from ../../aten/src/ATen/SparseTensorUtils.h:4, 2022-11-23T00:54:23.3612198Z from ../../aten/src/ATen/SparseTensorUtils.cpp:1: 2022-11-23T00:54:23.3613292Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:23.3614118Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:23.3615006Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:23.3615712Z 142 | auto alt_options_msg = 2022-11-23T00:54:23.3616172Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:23.3617325Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:23.3618170Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:23.3619073Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:23.3619553Z 2022-11-23T00:54:23.3732341Z [3726/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-11-23T00:54:23.3733244Z [3727/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-11-23T00:54:23.4056755Z [3727/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-11-23T00:54:23.4059527Z [3728/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-11-23T00:54:23.4166187Z [3728/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-11-23T00:54:23.4166773Z [3729/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-11-23T00:54:23.4743972Z [3729/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-11-23T00:54:23.4744806Z [3730/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-11-23T00:54:23.5227863Z [3730/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-11-23T00:54:23.5230335Z [3731/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-11-23T00:54:23.5359140Z [3731/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-11-23T00:54:23.5360318Z [3732/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2022-11-23T00:54:23.6835440Z [3732/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-11-23T00:54:23.6836359Z [3733/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-11-23T00:54:23.7401809Z [3733/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-11-23T00:54:23.7402786Z [3734/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-11-23T00:54:23.7457234Z [3734/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-11-23T00:54:23.7458097Z [3735/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-11-23T00:54:23.7649207Z [3735/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-11-23T00:54:23.7650476Z [3736/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-11-23T00:54:23.7906740Z [3736/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-11-23T00:54:23.7907877Z [3737/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-11-23T00:54:23.8491025Z [3737/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-11-23T00:54:23.8491967Z [3738/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-11-23T00:54:23.8617586Z [3738/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-11-23T00:54:23.8618380Z [3739/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-11-23T00:54:24.0563645Z [3739/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-11-23T00:54:24.0572292Z [3740/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-11-23T00:54:24.0984389Z [3740/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-11-23T00:54:24.0985386Z [3741/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-11-23T00:54:24.1201137Z [3741/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-11-23T00:54:24.1201703Z [3742/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-11-23T00:54:24.1238143Z [3742/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-11-23T00:54:24.1239385Z [3743/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-11-23T00:54:24.1408146Z [3743/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-11-23T00:54:24.1409110Z [3744/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-11-23T00:54:24.1530874Z [3744/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-11-23T00:54:24.1531429Z [3745/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-11-23T00:54:24.3286181Z [3745/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-11-23T00:54:24.3287109Z [3746/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-11-23T00:54:24.3442044Z [3746/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-11-23T00:54:24.3443004Z [3747/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-11-23T00:54:24.4230905Z [3747/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-11-23T00:54:24.4231853Z [3748/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-11-23T00:54:24.4659327Z [3748/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-11-23T00:54:24.4660230Z [3749/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-11-23T00:54:24.4705255Z [3749/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-11-23T00:54:24.4706130Z [3750/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-11-23T00:54:24.5233952Z [3750/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-11-23T00:54:24.5235048Z [3751/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-11-23T00:54:24.5829965Z [3751/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-11-23T00:54:24.5830847Z [3752/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-11-23T00:54:24.6148077Z [3752/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-11-23T00:54:24.6149048Z [3753/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-11-23T00:54:24.6640033Z [3753/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-11-23T00:54:24.6641027Z [3754/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-11-23T00:54:24.6642238Z [3754/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-11-23T00:54:24.6643367Z [3755/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-11-23T00:54:24.7963784Z [3755/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-11-23T00:54:24.7964698Z [3756/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-11-23T00:54:24.8418387Z [3756/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-11-23T00:54:24.8419363Z [3757/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-11-23T00:54:24.8452207Z [3757/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-11-23T00:54:24.8453085Z [3758/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-11-23T00:54:24.8855155Z [3758/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-11-23T00:54:24.8856051Z [3759/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-11-23T00:54:24.8886716Z [3759/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-11-23T00:54:24.8889228Z [3760/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-11-23T00:54:24.9495144Z [3760/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-11-23T00:54:24.9495875Z [3761/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-11-23T00:54:24.9852346Z [3761/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-11-23T00:54:24.9853428Z [3762/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-11-23T00:54:24.9886484Z [3762/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-11-23T00:54:24.9887430Z [3763/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-11-23T00:54:25.1563732Z [3763/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-11-23T00:54:25.1569447Z [3764/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-11-23T00:54:25.2084818Z [3764/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-11-23T00:54:25.2085832Z [3765/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-11-23T00:54:25.2566460Z [3765/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-11-23T00:54:25.2567523Z [3766/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-11-23T00:54:25.2722457Z [3766/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-11-23T00:54:25.2723440Z [3767/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-11-23T00:54:25.3266839Z [3767/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-11-23T00:54:25.3267858Z [3768/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-11-23T00:54:25.3885639Z [3768/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-11-23T00:54:25.3892914Z [3769/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-11-23T00:54:25.4560782Z [3769/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-11-23T00:54:25.4561742Z [3770/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-11-23T00:54:25.4980418Z [3770/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-11-23T00:54:25.4981472Z [3771/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-11-23T00:54:25.5557226Z [3771/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-11-23T00:54:25.5558087Z [3772/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-11-23T00:54:25.5558880Z In file included from ../../aten/src/ATen/native/AveragePool2d.cpp:4: 2022-11-23T00:54:25.5560259Z ../../aten/src/ATen/native/Pool.h: In function 'void at::native::{anonymous}::pool2d_shape_check(const at::Tensor&, int, int, int, int, int, int, int, int, int64_t, int64_t, int64_t, int64_t, int64_t, c10::MemoryFormat)': 2022-11-23T00:54:25.5561380Z ../../aten/src/ATen/native/Pool.h:109:17: warning: unused variable 'nOutputPlane' [-Wunused-variable] 2022-11-23T00:54:25.5562111Z 109 | const int64_t nOutputPlane = nInputPlane; 2022-11-23T00:54:25.5562630Z | ^~~~~~~~~~~~ 2022-11-23T00:54:25.5563057Z 2022-11-23T00:54:25.5914218Z [3772/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-11-23T00:54:25.5915121Z [3773/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-11-23T00:54:25.6836840Z [3773/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-11-23T00:54:25.6837798Z [3774/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-11-23T00:54:25.6838570Z In file included from ../../aten/src/ATen/native/AveragePool3d.cpp:6: 2022-11-23T00:54:25.6839892Z ../../aten/src/ATen/native/Pool.h: In function 'void at::native::{anonymous}::pool2d_shape_check(const at::Tensor&, int, int, int, int, int, int, int, int, int64_t, int64_t, int64_t, int64_t, int64_t, c10::MemoryFormat)': 2022-11-23T00:54:25.6841060Z ../../aten/src/ATen/native/Pool.h:109:17: warning: unused variable 'nOutputPlane' [-Wunused-variable] 2022-11-23T00:54:25.6841813Z 109 | const int64_t nOutputPlane = nInputPlane; 2022-11-23T00:54:25.6842320Z | ^~~~~~~~~~~~ 2022-11-23T00:54:25.6842534Z 2022-11-23T00:54:25.7177403Z [3774/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-11-23T00:54:25.7178208Z [3775/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-11-23T00:54:25.7370646Z [3775/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-11-23T00:54:25.7373009Z [3776/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-11-23T00:54:25.7800414Z [3776/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-11-23T00:54:25.7801839Z [3777/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-11-23T00:54:25.8313410Z [3777/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-11-23T00:54:25.8314599Z [3778/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-11-23T00:54:25.9929193Z [3778/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-11-23T00:54:25.9930148Z [3779/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-11-23T00:54:27.1232298Z [3779/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-11-23T00:54:27.1234844Z [3780/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-11-23T00:54:27.2473437Z [3780/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-11-23T00:54:27.2475375Z [3781/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-11-23T00:54:27.2758361Z [3781/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-11-23T00:54:27.2768551Z [3782/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-11-23T00:54:27.2890481Z [3782/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-11-23T00:54:27.2893254Z [3783/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-11-23T00:54:27.3573007Z [3783/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-11-23T00:54:27.3577276Z [3784/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-11-23T00:54:27.4214871Z [3784/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-11-23T00:54:27.4215833Z [3785/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-11-23T00:54:28.4014837Z [3785/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-11-23T00:54:28.4016481Z [3786/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-11-23T00:54:28.7343474Z [3786/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-11-23T00:54:28.7344995Z [3787/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-11-23T00:54:28.8220150Z [3787/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-11-23T00:54:28.8221741Z [3788/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-11-23T00:54:28.8247994Z [3788/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-11-23T00:54:28.8250521Z [3789/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-11-23T00:54:28.8602613Z [3789/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-11-23T00:54:28.8605228Z [3790/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-11-23T00:54:28.9062900Z [3790/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-11-23T00:54:28.9073309Z [3791/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-11-23T00:54:29.9109783Z [3791/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-11-23T00:54:29.9121276Z [3792/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-11-23T00:54:30.2167490Z [3792/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-11-23T00:54:30.2194623Z [3793/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-11-23T00:54:30.2647106Z [3793/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-11-23T00:54:30.2648093Z [3794/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-11-23T00:54:30.2649403Z ../../aten/src/ATen/functorch/BatchedFallback.cpp: In function 'void at::functorch::batchedTensorInplaceForLoopFallback(const c10::OperatorHandle&, torch::jit::Stack*)': 2022-11-23T00:54:30.2650750Z ../../aten/src/ATen/functorch/BatchedFallback.cpp:147:12: warning: unused variable 'offending_level' [-Wunused-variable] 2022-11-23T00:54:30.2651528Z 147 | auto offending_level = llvm::findLastSet(additional_bdims.to_ulong()); 2022-11-23T00:54:30.2652027Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:30.2652215Z 2022-11-23T00:54:30.2694308Z [3794/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-11-23T00:54:30.2695176Z [3795/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-11-23T00:54:30.3162129Z [3795/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-11-23T00:54:30.3162753Z [3796/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-11-23T00:54:30.3224526Z [3796/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-11-23T00:54:30.3228278Z [3797/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-11-23T00:54:30.4342571Z [3797/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-11-23T00:54:30.4344722Z [3798/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-11-23T00:54:30.6329949Z [3798/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-11-23T00:54:30.6332164Z [3799/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-11-23T00:54:30.6342386Z [3799/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-11-23T00:54:30.6344641Z [3800/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-11-23T00:54:30.7921126Z [3800/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-11-23T00:54:30.7922066Z [3801/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-11-23T00:54:31.0071501Z [3801/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-11-23T00:54:31.0072584Z [3802/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-11-23T00:54:31.1526195Z [3802/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-11-23T00:54:31.1527157Z [3803/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-11-23T00:54:31.5239317Z [3803/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-11-23T00:54:31.5245578Z [3804/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-11-23T00:54:31.5433164Z [3804/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-11-23T00:54:31.5433887Z [3805/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-11-23T00:54:31.5991937Z [3805/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-11-23T00:54:31.5992811Z [3806/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-11-23T00:54:31.6984090Z [3806/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-11-23T00:54:31.6990046Z [3807/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-11-23T00:54:31.8020694Z [3807/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-11-23T00:54:31.8022024Z [3808/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-11-23T00:54:31.9129957Z [3808/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-11-23T00:54:31.9130901Z [3809/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-11-23T00:54:31.9163774Z [3809/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-11-23T00:54:31.9169190Z [3810/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-11-23T00:54:31.9306519Z [3810/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-11-23T00:54:31.9307842Z [3811/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-11-23T00:54:31.9543601Z [3811/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-11-23T00:54:32.0789532Z [3812/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-11-23T00:54:32.0790897Z [3812/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-11-23T00:54:32.0791671Z [3813/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-11-23T00:54:32.1438154Z [3813/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-11-23T00:54:32.1439033Z [3814/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-11-23T00:54:32.1853905Z [3814/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-11-23T00:54:32.1854791Z [3815/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-11-23T00:54:32.2270741Z [3815/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-11-23T00:54:32.2271769Z [3816/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-11-23T00:54:32.2500642Z [3816/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-11-23T00:54:32.2501738Z [3817/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-11-23T00:54:32.3052189Z [3817/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-11-23T00:54:32.3052972Z [3818/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-11-23T00:54:32.4323157Z [3818/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-11-23T00:54:32.4330314Z [3819/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-11-23T00:54:32.4713837Z [3819/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-11-23T00:54:32.4714806Z [3820/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-11-23T00:54:32.5356758Z [3820/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-11-23T00:54:32.5361234Z [3821/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-11-23T00:54:32.5364796Z In file included from ../../aten/src/ATen/native/Convolution.cpp:8: 2022-11-23T00:54:32.5366466Z ../../aten/src/ATen/native/Pool.h: In function 'void at::native::{anonymous}::pool2d_shape_check(const at::Tensor&, int, int, int, int, int, int, int, int, int64_t, int64_t, int64_t, int64_t, int64_t, c10::MemoryFormat)': 2022-11-23T00:54:32.5367828Z ../../aten/src/ATen/native/Pool.h:109:17: warning: unused variable 'nOutputPlane' [-Wunused-variable] 2022-11-23T00:54:32.5368610Z 109 | const int64_t nOutputPlane = nInputPlane; 2022-11-23T00:54:32.5369460Z | ^~~~~~~~~~~~ 2022-11-23T00:54:32.5370561Z ../../aten/src/ATen/native/Convolution.cpp: In function 'c10::MemoryFormat at::native::determine_backend_memory_format(const at::Tensor&, const at::Tensor&, at::native::ConvBackend)': 2022-11-23T00:54:32.5371700Z ../../aten/src/ATen/native/Convolution.cpp:1389:8: warning: unused variable 'k' [-Wunused-variable] 2022-11-23T00:54:32.5375896Z 1389 | auto k = weight.ndimension(); 2022-11-23T00:54:32.5376480Z | ^ 2022-11-23T00:54:32.5379368Z 2022-11-23T00:54:32.5986575Z [3821/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-11-23T00:54:32.5987645Z [3822/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-11-23T00:54:32.6123653Z [3822/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-11-23T00:54:32.6124567Z [3823/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-11-23T00:54:32.6453733Z [3823/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-11-23T00:54:32.6454951Z [3824/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-11-23T00:54:32.7468159Z [3824/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-11-23T00:54:32.7468914Z [3825/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-11-23T00:54:32.7978720Z [3825/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-11-23T00:54:32.7979525Z [3826/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-11-23T00:54:32.8809483Z [3826/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-11-23T00:54:32.8810391Z [3827/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-11-23T00:54:32.9152085Z [3827/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-11-23T00:54:32.9153004Z [3828/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-11-23T00:54:32.9217094Z [3828/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-11-23T00:54:32.9218019Z [3829/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-11-23T00:54:32.9218818Z In file included from ../../aten/src/ATen/native/DilatedMaxPool2d.cpp:6: 2022-11-23T00:54:32.9220182Z ../../aten/src/ATen/native/Pool.h: In function 'void at::native::{anonymous}::pool2d_shape_check(const at::Tensor&, int, int, int, int, int, int, int, int, int64_t, int64_t, int64_t, int64_t, int64_t, c10::MemoryFormat)': 2022-11-23T00:54:32.9221375Z ../../aten/src/ATen/native/Pool.h:109:17: warning: unused variable 'nOutputPlane' [-Wunused-variable] 2022-11-23T00:54:32.9222119Z 109 | const int64_t nOutputPlane = nInputPlane; 2022-11-23T00:54:32.9222639Z | ^~~~~~~~~~~~ 2022-11-23T00:54:32.9222856Z 2022-11-23T00:54:32.9416122Z [3829/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-11-23T00:54:32.9417015Z [3830/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-11-23T00:54:32.9755092Z [3830/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-11-23T00:54:32.9756725Z [3831/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-11-23T00:54:32.9757524Z In file included from ../../aten/src/ATen/native/DilatedMaxPool3d.cpp:6: 2022-11-23T00:54:32.9758853Z ../../aten/src/ATen/native/Pool.h: In function 'void at::native::{anonymous}::pool2d_shape_check(const at::Tensor&, int, int, int, int, int, int, int, int, int64_t, int64_t, int64_t, int64_t, int64_t, c10::MemoryFormat)': 2022-11-23T00:54:32.9760014Z ../../aten/src/ATen/native/Pool.h:109:17: warning: unused variable 'nOutputPlane' [-Wunused-variable] 2022-11-23T00:54:32.9760753Z 109 | const int64_t nOutputPlane = nInputPlane; 2022-11-23T00:54:32.9761262Z | ^~~~~~~~~~~~ 2022-11-23T00:54:32.9763297Z 2022-11-23T00:54:33.0638384Z [3831/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-11-23T00:54:33.0639250Z [3832/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-11-23T00:54:33.2711162Z [3832/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-11-23T00:54:33.2711673Z [3833/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-11-23T00:54:33.2767726Z [3833/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-11-23T00:54:33.2768624Z [3834/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-11-23T00:54:33.2978011Z [3834/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-11-23T00:54:33.2978921Z [3835/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-11-23T00:54:33.3273093Z [3835/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-11-23T00:54:33.3274077Z [3836/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-11-23T00:54:33.3610504Z [3836/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-11-23T00:54:33.3611861Z [3837/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-11-23T00:54:33.4097734Z [3837/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-11-23T00:54:33.4099591Z [3838/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-11-23T00:54:33.5568157Z [3838/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-11-23T00:54:33.5572110Z [3839/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-11-23T00:54:33.5843441Z [3839/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-11-23T00:54:33.5845907Z [3840/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-11-23T00:54:33.6697616Z [3840/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-11-23T00:54:33.6698201Z [3841/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-11-23T00:54:33.6785451Z [3841/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-11-23T00:54:33.6786067Z [3842/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-11-23T00:54:33.7420096Z [3842/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-11-23T00:54:33.7421076Z [3843/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-11-23T00:54:33.8000492Z [3843/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-11-23T00:54:33.8001377Z [3844/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-11-23T00:54:33.8617896Z [3844/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-11-23T00:54:33.8618807Z [3845/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-11-23T00:54:33.9269115Z [3845/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-11-23T00:54:33.9270054Z [3846/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-11-23T00:54:33.9649265Z [3846/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-11-23T00:54:33.9650562Z [3847/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-11-23T00:54:34.0456701Z [3847/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-11-23T00:54:34.0457502Z [3848/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-11-23T00:54:34.0498399Z [3848/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-11-23T00:54:34.0499276Z [3849/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-11-23T00:54:34.0916887Z [3849/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-11-23T00:54:34.0917959Z [3850/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-11-23T00:54:34.1986867Z [3850/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-11-23T00:54:34.1988647Z [3851/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-11-23T00:54:34.2802495Z [3851/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-11-23T00:54:34.2803374Z [3852/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-11-23T00:54:34.3492412Z [3852/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-11-23T00:54:34.3493256Z [3853/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-11-23T00:54:34.4113271Z [3853/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-11-23T00:54:34.4114201Z [3854/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-11-23T00:54:34.4349289Z [3854/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-11-23T00:54:34.4350209Z [3855/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-11-23T00:54:34.4442440Z [3855/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-11-23T00:54:34.4442950Z [3856/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-11-23T00:54:34.6747246Z [3856/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-11-23T00:54:34.6748130Z [3857/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-11-23T00:54:34.6955984Z [3857/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-11-23T00:54:34.6957057Z [3858/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-11-23T00:54:34.6957772Z In file included from ../../aten/src/ATen/native/MaxPooling.cpp:8: 2022-11-23T00:54:34.6959025Z ../../aten/src/ATen/native/Pool.h: In function 'void at::native::{anonymous}::pool2d_shape_check(const at::Tensor&, int, int, int, int, int, int, int, int, int64_t, int64_t, int64_t, int64_t, int64_t, c10::MemoryFormat)': 2022-11-23T00:54:34.6960162Z ../../aten/src/ATen/native/Pool.h:109:17: warning: unused variable 'nOutputPlane' [-Wunused-variable] 2022-11-23T00:54:34.6960873Z 109 | const int64_t nOutputPlane = nInputPlane; 2022-11-23T00:54:34.6961350Z | ^~~~~~~~~~~~ 2022-11-23T00:54:34.6961556Z 2022-11-23T00:54:34.7354119Z [3858/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-11-23T00:54:34.7357012Z [3859/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-11-23T00:54:34.7492389Z [3859/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-11-23T00:54:34.7492956Z [3860/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-11-23T00:54:34.7775512Z [3860/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-11-23T00:54:34.7776461Z [3861/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-11-23T00:54:34.7902643Z [3861/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-11-23T00:54:34.7903914Z [3862/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-11-23T00:54:35.0036594Z [3862/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-11-23T00:54:35.0044141Z [3863/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-11-23T00:54:35.0494883Z [3863/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-11-23T00:54:35.0495842Z [3864/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-11-23T00:54:35.0774281Z [3864/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-11-23T00:54:35.0775277Z [3865/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-11-23T00:54:35.1136235Z [3865/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-11-23T00:54:35.1137134Z [3866/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-11-23T00:54:35.1594212Z [3866/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-11-23T00:54:35.1600377Z [3867/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-11-23T00:54:35.2147367Z [3867/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-11-23T00:54:35.2149910Z [3868/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-11-23T00:54:35.3779293Z [3868/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-11-23T00:54:35.3780128Z [3869/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-11-23T00:54:35.4100609Z [3869/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-11-23T00:54:35.4101184Z [3870/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-11-23T00:54:35.4323692Z [3870/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-11-23T00:54:35.4324765Z [3871/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-11-23T00:54:35.4993531Z [3871/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-11-23T00:54:35.4994034Z [3872/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-11-23T00:54:35.5107161Z [3872/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-11-23T00:54:35.5108093Z [3873/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-11-23T00:54:35.5323701Z [3873/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-11-23T00:54:35.5324599Z [3874/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-11-23T00:54:35.7368475Z [3874/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-11-23T00:54:35.7369379Z [3875/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-11-23T00:54:35.7502274Z [3875/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-11-23T00:54:35.7503610Z [3876/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-11-23T00:54:35.7836183Z [3876/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-11-23T00:54:35.7837380Z [3877/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-11-23T00:54:35.7896064Z [3877/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-11-23T00:54:35.7896931Z [3878/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-11-23T00:54:35.8226743Z [3878/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-11-23T00:54:35.8227886Z [3879/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-11-23T00:54:35.8931199Z [3879/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-11-23T00:54:35.8932148Z [3880/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-11-23T00:54:36.0586549Z [3880/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-11-23T00:54:36.0587554Z [3881/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-11-23T00:54:36.1331709Z [3881/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-11-23T00:54:36.1332607Z [3882/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-11-23T00:54:36.1583770Z [3882/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-11-23T00:54:36.1584644Z [3883/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-11-23T00:54:36.1810028Z [3883/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-11-23T00:54:36.1810939Z [3884/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-11-23T00:54:36.2113078Z [3884/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-11-23T00:54:36.2113828Z [3885/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-11-23T00:54:36.2157917Z [3885/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-11-23T00:54:36.2158858Z [3886/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-11-23T00:54:36.4015998Z [3886/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-11-23T00:54:36.4016914Z [3887/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-11-23T00:54:36.4137521Z [3887/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-11-23T00:54:36.4138161Z [3888/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-11-23T00:54:36.4643125Z [3888/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-11-23T00:54:36.4643982Z [3889/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-11-23T00:54:36.5711914Z [3889/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-11-23T00:54:36.5712789Z [3890/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-11-23T00:54:36.5847599Z [3890/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-11-23T00:54:36.5848262Z [3891/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-11-23T00:54:36.6671233Z [3891/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-11-23T00:54:36.6671804Z [3892/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-11-23T00:54:36.6953870Z [3892/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-11-23T00:54:36.6956197Z [3893/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-11-23T00:54:36.7948220Z [3893/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-11-23T00:54:36.7949906Z [3894/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-11-23T00:54:36.9566570Z [3894/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-11-23T00:54:36.9567479Z [3895/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-11-23T00:54:37.0614378Z [3895/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-11-23T00:54:37.0741194Z [3896/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-11-23T00:54:37.0742043Z [3896/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-11-23T00:54:37.0742952Z [3897/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-11-23T00:54:37.0751635Z [3897/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-11-23T00:54:37.0752435Z [3898/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-11-23T00:54:37.3875374Z [3898/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-11-23T00:54:37.3876519Z [3899/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-11-23T00:54:37.4134860Z [3899/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-11-23T00:54:37.4135674Z [3900/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-11-23T00:54:37.4299710Z [3900/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-11-23T00:54:37.4300623Z [3901/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-11-23T00:54:37.4959236Z [3901/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-11-23T00:54:37.4960277Z [3902/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-11-23T00:54:37.4961333Z In file included from ../../aten/src/ATen/SparseCsrTensorUtils.h:4, 2022-11-23T00:54:37.4962208Z from ../../aten/src/ATen/native/TensorShape.cpp:13: 2022-11-23T00:54:37.4963374Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:37.4964462Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:37.4965558Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:37.4966412Z 142 | auto alt_options_msg = 2022-11-23T00:54:37.4967013Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:37.4968503Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:37.4982024Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:37.4983122Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:37.4984074Z In file included from ../../aten/src/ATen/native/TensorShape.cpp:26: 2022-11-23T00:54:37.4985658Z ../../aten/src/ATen/native/cpu/SerialStackImpl.h: In instantiation of 'bool at::native::detail::can_use_native_serial_stack_impl(at::Tensor&, TensorListType, int64_t) [with TensorListType = c10::ArrayRef; int64_t = long int]': 2022-11-23T00:54:37.4988060Z ../../aten/src/ATen/native/cpu/SerialStackImpl.h:133:44: required from 'static bool at::native::detail::CanUseNativeSerialStack::call(at::Tensor&, TensorListType, int64_t) [with TensorListType = c10::ArrayRef; int64_t = long int]' 2022-11-23T00:54:37.4994392Z ../../aten/src/ATen/native/TensorShape.cpp:2593:82: required from here 2022-11-23T00:54:37.4995292Z ../../aten/src/ATen/native/cpu/SerialStackImpl.h:94:15: warning: unused variable 'first_tensor_shape' [-Wunused-variable] 2022-11-23T00:54:37.4996129Z 94 | auto const &first_tensor_shape = first_tensor.sizes(); 2022-11-23T00:54:37.4996632Z | ^~~~~~~~~~~~~~~~~~ 2022-11-23T00:54:37.4997340Z 2022-11-23T00:54:37.6217290Z [3902/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-11-23T00:54:37.6218144Z [3903/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-11-23T00:54:37.6948501Z [3903/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-11-23T00:54:37.6949379Z [3904/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-11-23T00:54:37.7455018Z [3904/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-11-23T00:54:37.7455918Z [3905/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-11-23T00:54:37.7470145Z [3905/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-11-23T00:54:37.7471008Z [3906/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-11-23T00:54:37.7953873Z [3906/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-11-23T00:54:37.7954792Z [3907/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-11-23T00:54:37.7955700Z In file included from ../../aten/src/ATen/SparseCsrTensorUtils.h:4, 2022-11-23T00:54:37.7956434Z from ../../aten/src/ATen/native/TensorConversions.cpp:49: 2022-11-23T00:54:37.7957558Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:37.7958419Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:37.7959368Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:37.7960056Z 142 | auto alt_options_msg = 2022-11-23T00:54:37.7960533Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:37.7961665Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:37.7962513Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:37.7963440Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:37.7963870Z 2022-11-23T00:54:37.8166650Z [3907/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-11-23T00:54:37.8167478Z [3908/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-11-23T00:54:37.9213897Z [3908/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-11-23T00:54:37.9215485Z [3909/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-11-23T00:54:38.0296173Z [3909/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-11-23T00:54:38.0297154Z [3910/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-11-23T00:54:38.0463122Z [3910/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-11-23T00:54:38.0464170Z [3911/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-11-23T00:54:38.1223871Z [3911/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-11-23T00:54:38.1224867Z [3912/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-11-23T00:54:38.1235906Z [3912/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-11-23T00:54:38.1236890Z [3913/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-11-23T00:54:38.1900326Z [3913/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-11-23T00:54:38.1901244Z [3914/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-11-23T00:54:38.2097857Z [3914/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-11-23T00:54:38.2098789Z [3915/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-11-23T00:54:38.3467322Z [3915/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-11-23T00:54:38.3468217Z [3916/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-11-23T00:54:38.3950004Z [3916/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-11-23T00:54:38.3950741Z [3917/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-11-23T00:54:38.4092224Z [3917/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-11-23T00:54:38.4093190Z [3918/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-11-23T00:54:38.4537573Z [3918/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-11-23T00:54:38.4538556Z [3919/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-11-23T00:54:38.4589420Z [3919/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-11-23T00:54:38.4590543Z [3920/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-11-23T00:54:38.5421342Z [3920/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-11-23T00:54:38.5422262Z [3921/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-11-23T00:54:38.5557563Z [3921/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T00:54:38.5558457Z [3922/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-11-23T00:54:38.6674950Z [3922/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-11-23T00:54:38.6675820Z [3923/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-11-23T00:54:38.6824374Z [3923/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-11-23T00:54:38.6825439Z [3924/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-11-23T00:54:38.8086615Z [3924/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T00:54:38.8095125Z [3925/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-11-23T00:54:38.9034735Z [3925/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T00:54:38.9035823Z [3926/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-11-23T00:54:38.9221025Z [3926/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-11-23T00:54:38.9222297Z [3927/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T00:54:39.0923195Z [3927/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-11-23T00:54:39.0924099Z [3928/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T00:54:39.1161298Z [3928/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-11-23T00:54:39.1162365Z [3929/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T00:54:39.2893038Z [3929/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-11-23T00:54:39.2894436Z [3930/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-11-23T00:54:39.4391898Z [3930/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2022-11-23T00:54:39.4392865Z [3931/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-11-23T00:54:39.4606763Z [3931/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-11-23T00:54:39.4607593Z [3932/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-11-23T00:54:39.4608367Z In file included from ../../aten/src/ATen/SparseTensorUtils.h:4, 2022-11-23T00:54:39.4609045Z from ../../aten/src/ATen/native/sparse/SoftMax.cpp:8: 2022-11-23T00:54:39.4609998Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:39.4610464Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:39.4611027Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:39.4611466Z 142 | auto alt_options_msg = 2022-11-23T00:54:39.4611735Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:39.4612308Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:39.4612771Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:39.4613326Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:39.4613568Z 2022-11-23T00:54:39.7213394Z [3932/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-11-23T00:54:39.7214402Z [3933/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-11-23T00:54:39.7215148Z In file included from ../../aten/src/ATen/SparseCsrTensorUtils.h:4, 2022-11-23T00:54:39.7215684Z from ../../aten/src/ATen/native/sparse/SparseBlas.cpp:4: 2022-11-23T00:54:39.7216707Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:39.7217538Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:39.7218272Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:39.7219041Z 142 | auto alt_options_msg = 2022-11-23T00:54:39.7219295Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:39.7219983Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:39.7220732Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:39.7221557Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:39.7221967Z 2022-11-23T00:54:39.7347623Z [3933/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-11-23T00:54:39.7350201Z [3934/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-11-23T00:54:39.7602495Z [3934/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-11-23T00:54:39.7603632Z [3935/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2022-11-23T00:54:39.7604491Z In file included from ../../aten/src/ATen/SparseTensorUtils.h:4, 2022-11-23T00:54:39.7605290Z from ../../aten/src/ATen/native/sparse/SparseBinaryOpIntersectionCommon.h:8, 2022-11-23T00:54:39.7606150Z from ../../aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp:3: 2022-11-23T00:54:39.7607363Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:39.7608391Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:39.7609318Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:39.7610024Z 142 | auto alt_options_msg = 2022-11-23T00:54:39.7610489Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:39.7611367Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:39.7612188Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:39.7613089Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:39.7613544Z 2022-11-23T00:54:39.8113631Z [3935/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-11-23T00:54:39.8114598Z [3936/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-11-23T00:54:39.8115364Z In file included from ../../aten/src/ATen/SparseCsrTensorUtils.h:4, 2022-11-23T00:54:39.8116141Z from ../../aten/src/ATen/native/sparse/SparseBlasImpl.cpp:5: 2022-11-23T00:54:39.8117250Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:39.8118095Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:39.8119012Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:39.8119914Z 142 | auto alt_options_msg = 2022-11-23T00:54:39.8120377Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:39.8121346Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:39.8122136Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:39.8123098Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:39.8123536Z 2022-11-23T00:54:39.9247281Z [3936/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-11-23T00:54:39.9249016Z [3937/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-11-23T00:54:40.0704385Z [3937/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-11-23T00:54:40.0705824Z [3938/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-11-23T00:54:40.0706911Z In file included from ../../aten/src/ATen/SparseCsrTensorUtils.h:4, 2022-11-23T00:54:40.0707989Z from ../../aten/src/ATen/native/sparse/SparseCsrTensor.cpp:10: 2022-11-23T00:54:40.0709285Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:40.0710388Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:40.0711657Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:40.0712636Z 142 | auto alt_options_msg = 2022-11-23T00:54:40.0713128Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:40.0714377Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:40.0715372Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:40.0716635Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:40.0717083Z 2022-11-23T00:54:40.1207980Z [3938/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-11-23T00:54:40.1208637Z [3939/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-11-23T00:54:40.1209100Z In file included from ../../aten/src/ATen/native/sparse/SparseMatMul.cpp:6: 2022-11-23T00:54:40.1209740Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:40.1210192Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:40.1210767Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:40.1211160Z 142 | auto alt_options_msg = 2022-11-23T00:54:40.1211425Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:40.1211937Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:40.1212536Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:40.1213126Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:40.1213391Z 2022-11-23T00:54:40.1611720Z [3939/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-11-23T00:54:40.1612685Z [3940/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-11-23T00:54:40.1954845Z [3940/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-11-23T00:54:40.1959431Z [3941/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-11-23T00:54:40.1966536Z [3941/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-11-23T00:54:40.1967566Z [3942/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-11-23T00:54:40.1968383Z In file included from ../../aten/src/ATen/SparseCsrTensorUtils.h:4, 2022-11-23T00:54:40.1969132Z from ../../aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp:5: 2022-11-23T00:54:40.1970316Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:40.1971179Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:40.1972300Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:40.1973036Z 142 | auto alt_options_msg = 2022-11-23T00:54:40.1973526Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:40.1974504Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:40.1975374Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:40.1976311Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:40.1976762Z 2022-11-23T00:54:40.2643567Z [3942/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-11-23T00:54:40.2644603Z [3943/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-11-23T00:54:40.2645442Z In file included from ../../aten/src/ATen/native/sparse/SparseTensor.cpp:9: 2022-11-23T00:54:40.2646620Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:40.2647503Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:40.2648449Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:40.2649178Z 142 | auto alt_options_msg = 2022-11-23T00:54:40.2649666Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:40.2650665Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:40.2651728Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:40.2652658Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:40.2653108Z 2022-11-23T00:54:40.4588642Z [3943/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2022-11-23T00:54:40.4589522Z [3944/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-11-23T00:54:40.4590198Z In file included from ../../aten/src/ATen/SparseTensorUtils.h:4, 2022-11-23T00:54:40.4590863Z from ../../aten/src/ATen/native/sparse/SparseUnaryOps.cpp:2: 2022-11-23T00:54:40.4591876Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:40.4592825Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:40.4593597Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:40.4594216Z 142 | auto alt_options_msg = 2022-11-23T00:54:40.4594638Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:40.4595621Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:40.4596404Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:40.4597463Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:40.4598892Z 2022-11-23T00:54:40.4608743Z [3944/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2022-11-23T00:54:40.4610301Z [3945/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-11-23T00:54:40.4614138Z In file included from ../../aten/src/ATen/SparseTensorUtils.h:4, 2022-11-23T00:54:40.4614848Z from ../../aten/src/ATen/native/sparse/SparseTensorMath.h:3, 2022-11-23T00:54:40.4618693Z from ../../aten/src/ATen/native/sparse/SparseTensorMath.cpp:3: 2022-11-23T00:54:40.4619859Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:40.4620725Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:40.4621675Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:40.4622385Z 142 | auto alt_options_msg = 2022-11-23T00:54:40.4622877Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:40.4623879Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:40.4624721Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:40.4625660Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:40.4626287Z 2022-11-23T00:54:40.6306646Z [3945/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-11-23T00:54:40.6310738Z [3946/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-11-23T00:54:41.3571945Z [3946/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2022-11-23T00:54:41.3573199Z [3947/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-11-23T00:54:41.4410678Z [3947/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-11-23T00:54:41.4421014Z [3948/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-11-23T00:54:41.5027313Z [3948/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2022-11-23T00:54:41.5028479Z [3949/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2022-11-23T00:54:41.6295156Z [3949/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-11-23T00:54:41.6296320Z [3950/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-11-23T00:54:41.7354586Z [3950/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-11-23T00:54:41.7355665Z [3951/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2022-11-23T00:54:41.7957005Z [3951/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:54:41.7963225Z [3952/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-11-23T00:54:41.8758458Z [3952/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-11-23T00:54:41.8759412Z [3953/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2022-11-23T00:54:41.9371855Z [3953/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-11-23T00:54:41.9373260Z [3954/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:54:41.9423129Z [3954/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-11-23T00:54:41.9424989Z [3955/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-11-23T00:54:42.4035406Z [3955/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-11-23T00:54:42.4064274Z [3956/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-11-23T00:54:42.7023792Z [3956/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-11-23T00:54:42.7030827Z [3957/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2022-11-23T00:54:42.9877189Z [3957/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-11-23T00:54:42.9884807Z [3958/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-11-23T00:54:43.1859874Z [3958/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-11-23T00:54:43.1866576Z [3959/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-11-23T00:54:43.4025846Z [3959/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-11-23T00:54:43.4028554Z [3960/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-11-23T00:54:43.4195735Z [3960/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-11-23T00:54:43.4197093Z [3961/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-11-23T00:54:43.4725619Z [3961/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-11-23T00:54:43.4727296Z [3962/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-11-23T00:54:43.5687037Z [3962/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-11-23T00:54:43.5692014Z [3963/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-11-23T00:54:43.7756750Z [3963/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-11-23T00:54:43.7757627Z [3964/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-11-23T00:54:43.7758348Z In file included from ../../aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp:6: 2022-11-23T00:54:43.7759750Z ../../aten/src/ATen/native/Pool.h: In function 'void at::native::{anonymous}::pool2d_shape_check(const at::Tensor&, int, int, int, int, int, int, int, int, int64_t, int64_t, int64_t, int64_t, int64_t, c10::MemoryFormat)': 2022-11-23T00:54:43.7760794Z ../../aten/src/ATen/native/Pool.h:109:17: warning: unused variable 'nOutputPlane' [-Wunused-variable] 2022-11-23T00:54:43.7761406Z 109 | const int64_t nOutputPlane = nInputPlane; 2022-11-23T00:54:43.7761840Z | ^~~~~~~~~~~~ 2022-11-23T00:54:43.7762017Z 2022-11-23T00:54:43.8023207Z [3964/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-11-23T00:54:43.8024088Z [3965/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-11-23T00:54:43.8024778Z In file included from ../../aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp:4: 2022-11-23T00:54:43.8025996Z ../../aten/src/ATen/native/Pool.h: In function 'void at::native::{anonymous}::pool2d_shape_check(const at::Tensor&, int, int, int, int, int, int, int, int, int64_t, int64_t, int64_t, int64_t, int64_t, c10::MemoryFormat)': 2022-11-23T00:54:43.8027459Z ../../aten/src/ATen/native/Pool.h:109:17: warning: unused variable 'nOutputPlane' [-Wunused-variable] 2022-11-23T00:54:43.8028129Z 109 | const int64_t nOutputPlane = nInputPlane; 2022-11-23T00:54:43.8028548Z | ^~~~~~~~~~~~ 2022-11-23T00:54:43.8034416Z 2022-11-23T00:54:43.8586187Z [3965/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-11-23T00:54:43.8587339Z [3966/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-11-23T00:54:43.8898448Z [3966/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-11-23T00:54:43.8899321Z [3967/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-11-23T00:54:43.9491390Z [3967/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-11-23T00:54:43.9495931Z [3968/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-11-23T00:54:44.1954552Z [3968/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-11-23T00:54:44.1955633Z [3969/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-11-23T00:54:44.1995219Z [3969/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-11-23T00:54:44.1995923Z [3970/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-11-23T00:54:44.2614611Z [3970/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-11-23T00:54:44.2615665Z [3971/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-11-23T00:54:44.2827811Z [3971/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-11-23T00:54:44.2828748Z [3972/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-11-23T00:54:44.2967583Z [3972/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-11-23T00:54:44.2968420Z [3973/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-11-23T00:54:44.3139360Z [3973/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-11-23T00:54:44.3140435Z [3974/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-11-23T00:54:44.3331058Z [3974/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-11-23T00:54:44.3332036Z [3975/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-11-23T00:54:44.3333654Z In file included from ../../aten/src/ATen/native/quantized/cpu/Pooling.cpp:7: 2022-11-23T00:54:44.3334736Z ../../aten/src/ATen/native/Pool.h: In function 'void at::native::{anonymous}::pool2d_shape_check(const at::Tensor&, int, int, int, int, int, int, int, int, int64_t, int64_t, int64_t, int64_t, int64_t, c10::MemoryFormat)': 2022-11-23T00:54:44.3335395Z ../../aten/src/ATen/native/Pool.h:109:17: warning: unused variable 'nOutputPlane' [-Wunused-variable] 2022-11-23T00:54:44.3335869Z 109 | const int64_t nOutputPlane = nInputPlane; 2022-11-23T00:54:44.3336159Z | ^~~~~~~~~~~~ 2022-11-23T00:54:44.3336335Z 2022-11-23T00:54:44.5335115Z [3975/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-11-23T00:54:44.5336126Z [3976/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-11-23T00:54:44.5582346Z [3976/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-11-23T00:54:44.5587493Z [3977/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-11-23T00:54:44.6291385Z [3977/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-11-23T00:54:44.6292619Z [3978/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-11-23T00:54:44.7909116Z [3978/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T00:54:44.7910015Z [3979/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-11-23T00:54:44.8001370Z [3979/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-11-23T00:54:44.8002383Z [3980/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-11-23T00:54:44.8130292Z [3980/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-11-23T00:54:44.8131295Z [3981/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-11-23T00:54:44.8451229Z [3981/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-11-23T00:54:44.8452231Z [3982/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-11-23T00:54:44.9242949Z [3982/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-11-23T00:54:44.9243914Z [3983/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-11-23T00:54:45.0561060Z [3983/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-11-23T00:54:45.0563765Z [3984/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T00:54:45.1120042Z [3984/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-11-23T00:54:45.1121003Z [3985/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-11-23T00:54:45.1517051Z [3985/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-11-23T00:54:45.1518138Z [3986/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-11-23T00:54:45.2462111Z [3986/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-11-23T00:54:45.2463097Z [3987/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-11-23T00:54:45.2711753Z [3987/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-11-23T00:54:45.2712680Z [3988/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-11-23T00:54:45.3657336Z [3988/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-11-23T00:54:45.3658359Z [3989/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-11-23T00:54:45.6005195Z [3989/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-11-23T00:54:45.6006118Z [3990/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-11-23T00:54:45.6569326Z [3990/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-11-23T00:54:45.6570691Z [3991/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-11-23T00:54:45.6809643Z [3991/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-11-23T00:54:45.6810952Z [3992/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-11-23T00:54:45.7222987Z [3992/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-11-23T00:54:45.7224365Z [3993/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-11-23T00:54:45.9517302Z [3993/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-11-23T00:54:45.9518327Z [3994/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-11-23T00:54:46.0011329Z [3994/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-11-23T00:54:46.0012315Z [3995/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-11-23T00:54:46.0164795Z [3995/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T00:54:46.0165557Z [3996/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-11-23T00:54:46.0603403Z [3996/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T00:54:46.0604603Z [3997/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-11-23T00:54:46.1597166Z [3997/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-11-23T00:54:46.1605518Z [3998/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-11-23T00:54:46.3251260Z [3998/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-11-23T00:54:46.3251863Z [3999/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T00:54:46.3374824Z [3999/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-11-23T00:54:46.3375574Z [4000/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-11-23T00:54:46.3382972Z [4000/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-11-23T00:54:46.3383503Z [4001/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-11-23T00:54:46.3537318Z [4001/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-11-23T00:54:46.3538300Z [4002/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T00:54:46.6738266Z [4002/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-11-23T00:54:46.6739054Z [4003/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-11-23T00:54:46.7147098Z [4003/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-11-23T00:54:46.7148318Z [4004/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-11-23T00:54:46.7286343Z [4004/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-11-23T00:54:46.7287015Z [4005/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-11-23T00:54:46.7417438Z [4005/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-11-23T00:54:46.7418059Z [4006/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-11-23T00:54:47.0703799Z [4006/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-11-23T00:54:47.0704756Z [4007/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-11-23T00:54:47.0871899Z [4007/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-11-23T00:54:47.0872443Z [4008/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-11-23T00:54:47.0881476Z [4008/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-11-23T00:54:47.0882569Z [4009/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-11-23T00:54:47.0987652Z [4009/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-11-23T00:54:47.0988620Z [4010/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-11-23T00:54:47.2646649Z [4010/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-11-23T00:54:47.2648137Z [4011/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-11-23T00:54:47.2875141Z [4011/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-11-23T00:54:47.2876357Z [4012/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-11-23T00:54:47.4392284Z [4012/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-11-23T00:54:47.4396985Z [4013/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-11-23T00:54:47.4397737Z In file included from ../../aten/src/ATen/SparseCsrTensorUtils.h:4, 2022-11-23T00:54:47.4398385Z from ../../aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.h:3, 2022-11-23T00:54:47.4399099Z from ../../aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp:2: 2022-11-23T00:54:47.4400184Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:47.4400961Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:47.4401722Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:47.4402264Z 142 | auto alt_options_msg = 2022-11-23T00:54:47.4402614Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:47.4403414Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:47.4404382Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:47.4405170Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:47.4405518Z 2022-11-23T00:54:47.4727638Z [4013/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-11-23T00:54:47.4729010Z [4014/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-11-23T00:54:47.5227236Z [4014/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-11-23T00:54:47.5228656Z [4015/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-11-23T00:54:47.5740410Z [4015/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-11-23T00:54:47.5750820Z [4016/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-11-23T00:54:47.6180672Z [4016/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-11-23T00:54:47.6182404Z [4017/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-11-23T00:54:47.7595929Z [4017/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-11-23T00:54:47.7596830Z [4018/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-11-23T00:54:47.7982085Z [4018/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-11-23T00:54:47.7982940Z [4019/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-11-23T00:54:47.8291787Z [4019/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-11-23T00:54:47.8292693Z [4020/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-11-23T00:54:47.8420755Z [4020/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-11-23T00:54:47.8421306Z [4021/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-11-23T00:54:48.0668637Z [4021/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-11-23T00:54:48.0669506Z [4022/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-11-23T00:54:48.1158503Z [4022/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-11-23T00:54:48.1159395Z [4023/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-11-23T00:54:48.1766982Z [4023/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-11-23T00:54:48.1767989Z [4024/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-11-23T00:54:48.2212445Z [4024/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-11-23T00:54:48.2213521Z [4025/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-11-23T00:54:48.2580380Z [4025/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-11-23T00:54:48.2582976Z [4026/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-11-23T00:54:48.4192142Z [4026/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-11-23T00:54:48.4193422Z [4027/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-11-23T00:54:48.4337783Z [4027/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-11-23T00:54:48.4338427Z [4028/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-11-23T00:54:48.5581984Z [4028/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-11-23T00:54:48.5582896Z [4029/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-11-23T00:54:48.5828650Z [4029/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-11-23T00:54:48.5829481Z [4030/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-11-23T00:54:48.7861772Z [4030/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-11-23T00:54:48.7862655Z [4031/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-11-23T00:54:48.8487987Z [4031/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-11-23T00:54:48.8488874Z [4032/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-11-23T00:54:48.8539839Z [4032/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-11-23T00:54:48.8540733Z [4033/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-11-23T00:54:49.0991796Z [4033/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-11-23T00:54:49.0992858Z [4034/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-11-23T00:54:49.1350851Z [4034/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-11-23T00:54:49.1358147Z [4035/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-11-23T00:54:49.1969662Z [4035/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-11-23T00:54:49.1976192Z [4036/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-11-23T00:54:49.1984612Z In file included from ../../aten/src/ATen/native/mkldnn/Utils.cpp:3: 2022-11-23T00:54:49.1985861Z ../../aten/src/ATen/native/Pool.h: In function 'void at::native::{anonymous}::pool2d_shape_check(const at::Tensor&, int, int, int, int, int, int, int, int, int64_t, int64_t, int64_t, int64_t, int64_t, c10::MemoryFormat)': 2022-11-23T00:54:49.1987128Z ../../aten/src/ATen/native/Pool.h:109:17: warning: unused variable 'nOutputPlane' [-Wunused-variable] 2022-11-23T00:54:49.1987785Z 109 | const int64_t nOutputPlane = nInputPlane; 2022-11-23T00:54:49.1988249Z | ^~~~~~~~~~~~ 2022-11-23T00:54:49.1991026Z 2022-11-23T00:54:49.3704752Z [4036/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-11-23T00:54:49.3709149Z [4037/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-11-23T00:54:49.3977712Z [4037/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-11-23T00:54:49.3982007Z [4038/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-11-23T00:54:49.5554104Z [4038/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-11-23T00:54:49.5560301Z [4039/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-11-23T00:54:49.6589940Z [4039/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-11-23T00:54:49.6594115Z [4040/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-11-23T00:54:49.6705994Z [4040/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-11-23T00:54:49.6707154Z [4041/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-11-23T00:54:49.6952355Z [4041/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-11-23T00:54:49.6953434Z [4042/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-11-23T00:54:49.8208686Z [4042/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-11-23T00:54:49.8209577Z [4043/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-11-23T00:54:49.8908441Z [4043/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-11-23T00:54:49.8909208Z [4044/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-11-23T00:54:49.9448306Z [4044/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-11-23T00:54:49.9449434Z [4045/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-11-23T00:54:50.0387587Z [4045/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-11-23T00:54:50.0388457Z [4046/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-11-23T00:54:50.0853168Z [4046/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-11-23T00:54:50.0853997Z [4047/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-11-23T00:54:50.1523100Z [4047/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-11-23T00:54:50.1524123Z [4048/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-11-23T00:54:50.1524924Z In file included from ../../aten/src/ATen/native/xnnpack/MaxPooling.cpp:3: 2022-11-23T00:54:50.1526256Z ../../aten/src/ATen/native/Pool.h: In function 'void at::native::{anonymous}::pool2d_shape_check(const at::Tensor&, int, int, int, int, int, int, int, int, int64_t, int64_t, int64_t, int64_t, int64_t, c10::MemoryFormat)': 2022-11-23T00:54:50.1527410Z ../../aten/src/ATen/native/Pool.h:109:17: warning: unused variable 'nOutputPlane' [-Wunused-variable] 2022-11-23T00:54:50.1528151Z 109 | const int64_t nOutputPlane = nInputPlane; 2022-11-23T00:54:50.1528667Z | ^~~~~~~~~~~~ 2022-11-23T00:54:50.1528884Z 2022-11-23T00:54:50.2259832Z [4048/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-11-23T00:54:50.2260570Z [4049/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-11-23T00:54:50.2545063Z [4049/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-11-23T00:54:50.2546209Z [4050/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-11-23T00:54:50.3290254Z [4050/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-11-23T00:54:50.3292762Z [4051/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-11-23T00:54:50.4616499Z [4051/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-11-23T00:54:50.4626340Z [4052/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-11-23T00:54:50.4812341Z [4052/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-11-23T00:54:50.4813279Z [4053/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-11-23T00:54:50.9023686Z [4053/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-11-23T00:54:50.9026234Z [4054/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-11-23T00:54:50.9182576Z [4054/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-11-23T00:54:50.9183455Z [4055/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-11-23T00:54:50.9466278Z [4055/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-11-23T00:54:50.9467069Z [4056/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-11-23T00:54:50.9756355Z [4056/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-11-23T00:54:50.9757193Z [4057/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-11-23T00:54:51.0190538Z [4057/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-11-23T00:54:51.0191575Z [4058/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-11-23T00:54:51.0796580Z [4058/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-11-23T00:54:51.0797534Z [4059/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-11-23T00:54:51.2619558Z [4059/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-11-23T00:54:51.2620590Z [4060/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-11-23T00:54:51.3572901Z [4060/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-11-23T00:54:51.3581072Z [4061/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-11-23T00:54:51.4599376Z [4061/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-11-23T00:54:51.4600354Z [4062/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-11-23T00:54:51.4775642Z [4062/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-11-23T00:54:51.4776705Z [4063/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-11-23T00:54:51.5248646Z [4063/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-11-23T00:54:51.5249617Z [4064/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-11-23T00:54:51.5640771Z [4064/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-11-23T00:54:51.5641968Z [4065/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-11-23T00:54:51.7628920Z [4065/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-11-23T00:54:51.7638242Z [4066/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-11-23T00:54:51.8643569Z [4066/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-11-23T00:54:51.8743083Z [4067/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-11-23T00:54:51.8743627Z [4067/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-11-23T00:54:51.8744121Z [4068/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-11-23T00:54:51.9051639Z [4068/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-11-23T00:54:51.9052648Z [4069/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-11-23T00:54:51.9152857Z [4069/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-11-23T00:54:51.9153824Z [4070/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-11-23T00:54:51.9384939Z [4070/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-11-23T00:54:51.9385782Z [4071/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-11-23T00:54:51.9980028Z [4071/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-11-23T00:54:51.9981154Z [4072/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-11-23T00:54:52.0215596Z [4072/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-11-23T00:54:52.0216489Z [4073/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-11-23T00:54:52.1470347Z [4073/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-11-23T00:54:52.1471286Z [4074/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-11-23T00:54:52.1611392Z [4074/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-11-23T00:54:52.1612687Z [4075/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-11-23T00:54:52.2438241Z [4075/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-11-23T00:54:52.2439033Z [4076/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-11-23T00:54:52.3636161Z [4076/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-11-23T00:54:52.3637008Z [4077/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-11-23T00:54:52.5776878Z [4077/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-11-23T00:54:52.5778335Z [4078/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-11-23T00:54:52.7032878Z [4078/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-11-23T00:54:52.7033472Z [4079/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-11-23T00:54:52.7625315Z [4079/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-11-23T00:54:52.7626405Z [4080/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-11-23T00:54:52.9448898Z [4080/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:52.9449919Z [4081/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.0351846Z [4081/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.0352674Z [4082/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-11-23T00:54:53.0688791Z [4082/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.0690055Z [4083/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-11-23T00:54:53.1879192Z [4083/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.1880242Z [4084/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.2255544Z [4084/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.2256651Z [4085/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.2750209Z [4085/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.2752843Z [4086/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-11-23T00:54:53.4153215Z [4086/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.4154259Z [4087/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.4343675Z [4087/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.4344735Z [4088/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.4981965Z [4088/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.4982952Z [4089/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.5474943Z [4089/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.5476079Z [4090/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.6790228Z [4090/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.6796831Z [4091/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.7273549Z [4091/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.7274187Z [4092/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.7539240Z [4092/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.7540405Z [4093/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.7975561Z [4093/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.7976602Z [4094/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.9483663Z [4094/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:53.9484674Z [4095/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.0011935Z [4095/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.0013119Z [4096/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.0430504Z [4096/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.0431601Z [4097/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.0553914Z [4097/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.0555021Z [4098/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.1437634Z [4098/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.1438629Z [4099/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.1536872Z [4099/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.1537935Z [4100/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.3338649Z [4100/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.3340031Z [4101/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.3978697Z [4101/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.3979744Z [4102/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.4506152Z [4102/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.4507419Z [4103/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.5067756Z [4103/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.5068986Z [4104/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.5414305Z [4104/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.5415408Z [4105/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.5800969Z [4105/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.5801633Z [4106/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.6837180Z [4106/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.6843297Z [4107/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.7629106Z [4107/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.7630201Z [4108/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.8239468Z [4108/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.8240593Z [4109/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.9258725Z [4109/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.9259633Z [4110/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.9632185Z [4110/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:54.9632789Z [4111/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.0533198Z [4111/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.0534299Z [4112/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.0535218Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/cpu/MaxPoolKernel.cpp:8, 2022-11-23T00:54:55.0536020Z from aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp:1: 2022-11-23T00:54:55.0537379Z ../../aten/src/ATen/native/Pool.h: In function 'void at::native::{anonymous}::pool2d_shape_check(const at::Tensor&, int, int, int, int, int, int, int, int, int64_t, int64_t, int64_t, int64_t, int64_t, c10::MemoryFormat)': 2022-11-23T00:54:55.0538616Z ../../aten/src/ATen/native/Pool.h:109:17: warning: unused variable 'nOutputPlane' [-Wunused-variable] 2022-11-23T00:54:55.0539365Z 109 | const int64_t nOutputPlane = nInputPlane; 2022-11-23T00:54:55.0539882Z | ^~~~~~~~~~~~ 2022-11-23T00:54:55.0540083Z 2022-11-23T00:54:55.0946331Z [4112/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.0947535Z [4113/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.1800057Z [4113/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.1801315Z [4114/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.2164318Z [4114/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.2165370Z [4115/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.3239115Z [4115/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.3240208Z [4116/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.3472514Z [4116/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.3473269Z [4117/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.3849763Z [4117/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.3850856Z [4118/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.4525035Z [4118/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.4526090Z [4119/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.5020990Z [4119/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.5025868Z [4120/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.6375564Z [4120/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.6376676Z [4121/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.7033740Z [4121/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.7034859Z [4122/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.8117816Z [4122/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.8118418Z [4123/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.8267791Z [4123/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.8268809Z [4124/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.8427383Z [4124/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.8433788Z [4125/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.9639498Z [4125/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.9644377Z [4126/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.9756781Z [4126/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:55.9757876Z [4127/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.1173899Z [4127/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.1174931Z [4128/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.1407111Z [4128/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.1408132Z [4129/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.2106440Z [4129/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-11-23T00:54:56.2107544Z [4130/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.2108442Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/cpu/AvgPoolKernel.cpp:6, 2022-11-23T00:54:56.2109252Z from aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp:1: 2022-11-23T00:54:56.2110604Z ../../aten/src/ATen/native/Pool.h: In function 'void at::native::{anonymous}::pool2d_shape_check(const at::Tensor&, int, int, int, int, int, int, int, int, int64_t, int64_t, int64_t, int64_t, int64_t, c10::MemoryFormat)': 2022-11-23T00:54:56.2111748Z ../../aten/src/ATen/native/Pool.h:109:17: warning: unused variable 'nOutputPlane' [-Wunused-variable] 2022-11-23T00:54:56.2112478Z 109 | const int64_t nOutputPlane = nInputPlane; 2022-11-23T00:54:56.2112997Z | ^~~~~~~~~~~~ 2022-11-23T00:54:56.2113197Z 2022-11-23T00:54:56.2358862Z [4130/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-11-23T00:54:56.2359612Z [4131/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.3908562Z [4131/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-11-23T00:54:56.3909133Z [4132/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.4180246Z [4132/4459] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-11-23T00:54:56.4180805Z [4133/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.4190032Z [4133/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-11-23T00:54:56.4190843Z [4134/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-11-23T00:54:56.4401275Z [4134/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-11-23T00:54:56.4402017Z [4135/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-11-23T00:54:56.4759081Z [4135/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-11-23T00:54:56.4759957Z [4136/4459] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-11-23T00:54:56.4760999Z /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-23T00:54:56.4762962Z 3157 | #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-11-23T00:54:56.4763458Z | ^~~~~~~ 2022-11-23T00:54:56.4763649Z 2022-11-23T00:54:56.5082859Z [4136/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-11-23T00:54:56.5083385Z [4137/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-11-23T00:54:56.5391196Z [4137/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-11-23T00:54:56.5392044Z [4138/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-11-23T00:54:56.5591403Z [4138/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-11-23T00:54:56.5592223Z [4139/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-11-23T00:54:56.5609450Z [4139/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-11-23T00:54:56.5610650Z [4140/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-11-23T00:54:56.5870610Z [4140/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-11-23T00:54:56.5871496Z [4141/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-11-23T00:54:56.6085664Z [4141/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-11-23T00:54:56.6086523Z [4142/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-11-23T00:54:56.6283950Z [4142/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/embedding_lookup_idx.cc.o 2022-11-23T00:54:56.6284494Z [4143/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-11-23T00:54:56.6398380Z [4143/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-11-23T00:54:56.6399453Z [4144/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-11-23T00:54:56.6550295Z [4144/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-11-23T00:54:56.6551145Z [4145/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-11-23T00:54:56.6916742Z [4145/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-11-23T00:54:56.6917271Z [4146/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-11-23T00:54:56.7719024Z [4146/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-11-23T00:54:56.7719922Z [4147/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-11-23T00:54:56.8405706Z [4147/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-11-23T00:54:56.8406655Z [4148/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/embedding_lookup_idx.cc.o 2022-11-23T00:54:56.9730740Z [4148/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-11-23T00:54:56.9731632Z [4149/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-11-23T00:54:56.9961747Z [4149/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-11-23T00:54:56.9962476Z [4150/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-11-23T00:54:56.9999936Z [4150/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-11-23T00:54:57.0000416Z [4151/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-11-23T00:54:57.1470334Z [4151/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-11-23T00:54:57.1471974Z [4152/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-11-23T00:54:57.1571632Z [4152/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-11-23T00:54:57.1572424Z [4153/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-11-23T00:54:57.3173918Z [4153/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-11-23T00:54:57.3174553Z [4154/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-11-23T00:54:57.3294330Z [4154/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-11-23T00:54:57.3294953Z [4155/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-11-23T00:54:57.3446476Z [4155/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-11-23T00:54:57.3446971Z [4156/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-11-23T00:54:57.3447384Z In file included from ../../aten/src/ATen/SparseCsrTensorUtils.h:4, 2022-11-23T00:54:57.3447770Z from ../../torch/csrc/autograd/engine.cpp:14: 2022-11-23T00:54:57.3448447Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:57.3448971Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:57.3449479Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:57.3450041Z 142 | auto alt_options_msg = 2022-11-23T00:54:57.3450323Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:57.3450883Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:57.3451371Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:57.3451852Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:57.3452099Z 2022-11-23T00:54:57.4574221Z [4156/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-11-23T00:54:57.4575121Z [4157/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-11-23T00:54:57.6811029Z [4157/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-11-23T00:54:57.6819386Z [4158/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-11-23T00:54:57.8388822Z [4158/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-11-23T00:54:57.8390185Z [4159/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-11-23T00:54:57.8528843Z [4159/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-11-23T00:54:57.8529400Z [4160/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-11-23T00:54:58.0216878Z [4160/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-11-23T00:54:58.0217980Z [4161/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-11-23T00:54:58.0218721Z In file included from ../../aten/src/ATen/SparseCsrTensorUtils.h:4, 2022-11-23T00:54:58.0219394Z from ../../torch/csrc/autograd/input_buffer.cpp:4: 2022-11-23T00:54:58.0220468Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:54:58.0221318Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:54:58.0222242Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:58.0222939Z 142 | auto alt_options_msg = 2022-11-23T00:54:58.0223351Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:54:58.0223968Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:54:58.0224481Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:54:58.0224983Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:54:58.0225278Z 2022-11-23T00:54:58.1904658Z [4161/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-11-23T00:54:58.1910358Z [4162/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-11-23T00:54:58.2546062Z [4162/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-11-23T00:54:58.2547393Z [4163/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-11-23T00:54:58.2737707Z [4163/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-11-23T00:54:58.2740476Z [4164/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-11-23T00:54:58.4438623Z [4164/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-11-23T00:54:58.4439496Z [4165/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-11-23T00:54:58.4848100Z [4165/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-11-23T00:54:58.4848721Z [4166/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-11-23T00:54:58.5105811Z [4166/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-11-23T00:54:58.5109194Z [4167/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-11-23T00:54:58.5137925Z [4167/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-11-23T00:54:58.5140521Z [4168/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-11-23T00:54:58.5487686Z [4168/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-11-23T00:54:58.5488252Z [4169/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-11-23T00:54:58.6066619Z [4169/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-11-23T00:54:58.6070504Z [4170/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-11-23T00:54:58.9056945Z [4170/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-11-23T00:54:58.9057635Z [4171/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-11-23T00:54:58.9296488Z [4171/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-11-23T00:54:58.9297030Z [4172/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-11-23T00:54:58.9422917Z [4172/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-11-23T00:54:58.9423413Z [4173/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-11-23T00:54:58.9634971Z [4173/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-11-23T00:54:58.9636000Z [4174/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-11-23T00:54:59.0532708Z [4174/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-11-23T00:54:59.0533645Z [4175/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-11-23T00:54:59.2785554Z [4175/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-11-23T00:54:59.2786827Z [4176/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-11-23T00:54:59.2963349Z [4176/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-11-23T00:54:59.2964243Z [4177/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-11-23T00:54:59.3335007Z [4177/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-11-23T00:54:59.3335985Z [4178/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-11-23T00:54:59.5296962Z [4178/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-11-23T00:54:59.5304485Z [4179/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-11-23T00:54:59.9446017Z [4179/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-11-23T00:54:59.9446929Z [4180/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-11-23T00:55:00.2076805Z [4180/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-11-23T00:55:00.2079017Z [4181/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-11-23T00:55:00.3415087Z [4181/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-11-23T00:55:00.3416933Z [4182/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-11-23T00:55:00.3869432Z [4182/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-11-23T00:55:00.3873556Z [4183/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-11-23T00:55:00.4029908Z [4183/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-11-23T00:55:00.4031212Z [4184/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-11-23T00:55:00.5077930Z [4184/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-11-23T00:55:00.5079152Z [4185/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-11-23T00:55:00.5552689Z [4185/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-11-23T00:55:00.5553325Z [4186/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-11-23T00:55:00.5767708Z [4186/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-11-23T00:55:00.5769544Z [4187/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-11-23T00:55:00.6216764Z [4187/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-11-23T00:55:00.6218209Z [4188/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-11-23T00:55:00.7055416Z [4188/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-11-23T00:55:00.7056219Z [4189/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-11-23T00:55:00.7366632Z [4189/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-11-23T00:55:00.7367728Z [4190/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-11-23T00:55:00.8013559Z [4190/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-11-23T00:55:00.8014439Z [4191/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-11-23T00:55:00.8239766Z [4191/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-11-23T00:55:00.8241011Z [4192/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-11-23T00:55:00.9424660Z [4192/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-11-23T00:55:00.9425706Z [4193/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-11-23T00:55:01.0423902Z [4193/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-11-23T00:55:01.0424826Z [4194/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-11-23T00:55:01.0473732Z [4194/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-11-23T00:55:01.0474434Z [4195/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-11-23T00:55:01.1740137Z [4195/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-11-23T00:55:01.1740645Z [4196/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-11-23T00:55:01.1782296Z [4196/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-11-23T00:55:01.1783233Z [4197/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-11-23T00:55:01.2647857Z [4197/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-11-23T00:55:01.2648723Z [4198/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-11-23T00:55:01.3625084Z [4198/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-11-23T00:55:01.3626620Z [4199/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-11-23T00:55:01.4267390Z [4199/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-11-23T00:55:01.4268285Z [4200/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-11-23T00:55:01.4870840Z [4200/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-11-23T00:55:01.4872002Z [4201/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-11-23T00:55:01.5764068Z [4201/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-11-23T00:55:01.5765040Z [4202/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-11-23T00:55:01.5771108Z [4202/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-11-23T00:55:01.5771970Z [4203/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-11-23T00:55:01.6421945Z [4203/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-11-23T00:55:01.6422828Z [4204/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-11-23T00:55:01.7065047Z [4204/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-11-23T00:55:01.7065959Z [4205/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-11-23T00:55:01.8046324Z [4205/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-11-23T00:55:01.8047246Z [4206/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-11-23T00:55:01.8193336Z [4206/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-11-23T00:55:01.8194269Z [4207/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-11-23T00:55:01.9357537Z [4207/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-11-23T00:55:01.9358402Z [4208/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-11-23T00:55:01.9730556Z [4208/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-11-23T00:55:01.9731463Z [4209/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-11-23T00:55:01.9861967Z [4209/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-11-23T00:55:01.9865132Z [4210/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-11-23T00:55:02.0954278Z [4210/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-11-23T00:55:02.0955212Z [4211/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-11-23T00:55:02.1646284Z [4211/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-11-23T00:55:02.1648471Z [4212/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-11-23T00:55:02.2617083Z [4212/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-11-23T00:55:02.2617995Z [4213/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-11-23T00:55:02.3769935Z [4213/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-11-23T00:55:02.3771039Z [4214/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-11-23T00:55:02.5089617Z [4214/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-11-23T00:55:02.5091022Z [4215/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-11-23T00:55:02.5315747Z [4215/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-11-23T00:55:02.5316685Z [4216/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-11-23T00:55:02.6500284Z [4216/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-11-23T00:55:02.6501675Z [4217/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-11-23T00:55:02.6697209Z [4217/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-11-23T00:55:02.6698764Z [4218/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-11-23T00:55:02.6754482Z [4218/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-11-23T00:55:02.6755376Z [4219/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-11-23T00:55:02.7031993Z [4219/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-11-23T00:55:02.7033013Z [4220/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-11-23T00:55:02.8127477Z [4220/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-11-23T00:55:02.8130111Z [4221/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-11-23T00:55:02.8914295Z [4221/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-11-23T00:55:02.8918000Z [4222/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-11-23T00:55:03.0429128Z [4222/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-11-23T00:55:03.0430067Z [4223/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-11-23T00:55:03.0737591Z [4223/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-11-23T00:55:03.0739107Z [4224/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-11-23T00:55:03.2048946Z [4224/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-11-23T00:55:03.2055803Z [4225/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-11-23T00:55:03.3249162Z [4225/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-11-23T00:55:03.3255781Z [4226/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-11-23T00:55:03.4147167Z [4226/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-11-23T00:55:03.4154828Z [4227/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-11-23T00:55:03.7420803Z [4227/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-11-23T00:55:03.7422377Z [4228/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-11-23T00:55:03.8141761Z [4228/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-11-23T00:55:03.8142690Z [4229/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-11-23T00:55:03.8905896Z [4229/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-11-23T00:55:03.8907728Z [4230/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-11-23T00:55:03.9076915Z [4230/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-11-23T00:55:03.9084114Z [4231/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-11-23T00:55:04.1638480Z [4231/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-11-23T00:55:04.1639433Z [4232/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-11-23T00:55:04.2159012Z [4232/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-11-23T00:55:04.2159842Z [4233/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-11-23T00:55:04.3558660Z [4233/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-11-23T00:55:04.3559682Z [4234/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-11-23T00:55:04.4027791Z [4234/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-11-23T00:55:04.4028392Z [4235/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-11-23T00:55:04.4084956Z [4235/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-11-23T00:55:04.4086795Z [4236/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-11-23T00:55:04.6685896Z [4236/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-11-23T00:55:04.6687274Z [4237/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-11-23T00:55:04.7396136Z [4237/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-11-23T00:55:04.7397095Z [4238/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-11-23T00:55:04.8151352Z [4238/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-11-23T00:55:04.8152265Z [4239/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-11-23T00:55:04.8344465Z [4239/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-11-23T00:55:04.8345121Z [4240/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-11-23T00:55:05.0809941Z [4240/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-11-23T00:55:05.0810857Z [4241/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-11-23T00:55:05.1530218Z [4241/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-11-23T00:55:05.1531240Z [4242/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-11-23T00:55:05.1556548Z [4242/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-11-23T00:55:05.1557400Z [4243/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-11-23T00:55:05.2798474Z [4243/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-11-23T00:55:05.2799476Z [4244/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-11-23T00:55:05.2805183Z [4244/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-11-23T00:55:05.2806147Z [4245/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-11-23T00:55:05.2893388Z [4245/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-11-23T00:55:05.2895633Z [4246/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-11-23T00:55:05.5366749Z [4246/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-11-23T00:55:05.5367661Z [4247/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-11-23T00:55:05.5625684Z [4247/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-11-23T00:55:05.5626757Z [4248/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-11-23T00:55:05.6752258Z [4248/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-11-23T00:55:05.6753245Z [4249/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-11-23T00:55:05.7036740Z [4249/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-11-23T00:55:05.7037998Z [4250/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-11-23T00:55:05.7062083Z [4250/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-11-23T00:55:05.7063325Z [4251/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-11-23T00:55:05.8998436Z [4251/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-11-23T00:55:05.8999301Z [4252/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-11-23T00:55:06.0455757Z [4252/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-11-23T00:55:06.0456361Z [4253/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-11-23T00:55:06.1041426Z [4253/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-11-23T00:55:06.1043773Z [4254/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-11-23T00:55:06.3117233Z [4254/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-11-23T00:55:06.3118181Z [4255/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-11-23T00:55:06.3178364Z [4255/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-11-23T00:55:06.3181725Z [4256/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-11-23T00:55:06.4996982Z [4256/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-11-23T00:55:06.4997887Z [4257/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-11-23T00:55:06.6858945Z [4257/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-11-23T00:55:06.6859815Z [4258/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-11-23T00:55:06.7095565Z [4258/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-11-23T00:55:06.7096558Z [4259/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-11-23T00:55:06.9020668Z [4259/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-11-23T00:55:06.9021555Z [4260/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-11-23T00:55:06.9240545Z [4260/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-11-23T00:55:06.9251250Z [4261/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-11-23T00:55:07.0127012Z [4261/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-11-23T00:55:07.0131792Z [4262/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-11-23T00:55:07.1210361Z [4262/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-11-23T00:55:07.1217940Z [4263/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-11-23T00:55:07.1446703Z [4263/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-11-23T00:55:07.1447535Z [4264/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-11-23T00:55:07.2319463Z [4264/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-11-23T00:55:07.2322174Z [4265/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-11-23T00:55:07.3099614Z [4265/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-11-23T00:55:07.3100572Z [4266/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-11-23T00:55:07.4131940Z [4266/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-11-23T00:55:07.4132849Z [4267/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-11-23T00:55:07.5275579Z [4267/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-11-23T00:55:07.5276865Z [4268/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-11-23T00:55:07.6167796Z [4268/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-11-23T00:55:07.6170989Z [4269/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-11-23T00:55:07.7012468Z [4269/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-11-23T00:55:07.7013465Z [4270/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-11-23T00:55:07.9397452Z [4270/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-11-23T00:55:07.9398306Z [4271/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-11-23T00:55:08.0961996Z [4271/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-11-23T00:55:08.0963211Z [4272/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-11-23T00:55:08.2074735Z [4272/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-11-23T00:55:08.2076011Z [4273/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-11-23T00:55:08.3006028Z [4273/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-11-23T00:55:08.3006996Z [4274/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-11-23T00:55:08.3133583Z [4274/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-11-23T00:55:08.3134525Z [4275/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-11-23T00:55:08.4173589Z [4275/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-11-23T00:55:08.4174869Z [4276/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-11-23T00:55:08.5921816Z [4276/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-11-23T00:55:08.5923545Z [4277/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-11-23T00:55:08.7185515Z [4277/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-11-23T00:55:08.7186431Z [4278/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-11-23T00:55:08.7330097Z [4278/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-11-23T00:55:08.7331363Z [4279/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-11-23T00:55:08.7597974Z [4279/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-11-23T00:55:08.7602522Z [4280/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-11-23T00:55:08.7996330Z [4280/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-11-23T00:55:08.7998781Z [4281/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-11-23T00:55:08.8925141Z [4281/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-11-23T00:55:08.8927339Z [4282/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-11-23T00:55:08.9965696Z [4282/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-11-23T00:55:08.9966724Z [4283/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-11-23T00:55:09.1075388Z [4283/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-11-23T00:55:09.1076289Z [4284/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-11-23T00:55:09.1345200Z [4284/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-11-23T00:55:09.1346171Z [4285/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-11-23T00:55:09.1696788Z [4285/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-11-23T00:55:09.1697720Z [4286/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-11-23T00:55:09.2278394Z [4286/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-11-23T00:55:09.2279368Z [4287/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-11-23T00:55:09.2710279Z [4287/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-11-23T00:55:09.2711274Z [4288/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-11-23T00:55:09.5245074Z [4288/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-11-23T00:55:09.5246019Z [4289/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-11-23T00:55:09.5440511Z [4289/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-11-23T00:55:09.5441460Z [4290/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-11-23T00:55:09.6091739Z [4290/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-11-23T00:55:09.6094492Z [4291/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-11-23T00:55:09.6819136Z [4291/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-11-23T00:55:09.6820714Z [4292/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-11-23T00:55:09.9018052Z [4292/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-11-23T00:55:09.9020577Z [4293/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-11-23T00:55:09.9216152Z [4293/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-11-23T00:55:09.9217515Z [4294/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-11-23T00:55:09.9449744Z [4294/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-11-23T00:55:09.9451609Z [4295/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-11-23T00:55:10.0005453Z [4295/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-11-23T00:55:10.0006417Z [4296/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-11-23T00:55:10.0594874Z [4296/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-11-23T00:55:10.0595960Z [4297/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-11-23T00:55:10.2454201Z [4297/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-11-23T00:55:10.2456032Z [4298/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-11-23T00:55:10.2782522Z [4298/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-11-23T00:55:10.2783505Z [4299/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-11-23T00:55:10.3878844Z [4299/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-11-23T00:55:10.3879781Z [4300/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-11-23T00:55:10.4378821Z [4300/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-11-23T00:55:10.4379773Z [4301/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-11-23T00:55:10.4393046Z [4301/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-11-23T00:55:10.4394035Z [4302/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-11-23T00:55:10.6577866Z [4302/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-11-23T00:55:10.6579840Z [4303/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-11-23T00:55:10.7535348Z [4303/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-11-23T00:55:10.7536113Z [4304/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-11-23T00:55:10.7991098Z [4304/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-11-23T00:55:10.7992185Z [4305/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-11-23T00:55:11.0535469Z [4305/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-11-23T00:55:11.0536414Z [4306/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-11-23T00:55:11.0710691Z [4306/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-11-23T00:55:11.0711534Z [4307/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-11-23T00:55:11.2079245Z [4307/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-11-23T00:55:11.2085905Z [4308/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-11-23T00:55:11.2248398Z [4308/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-11-23T00:55:11.2249370Z [4309/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-11-23T00:55:11.4438021Z [4309/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-11-23T00:55:11.4438992Z [4310/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-11-23T00:55:11.5203750Z [4310/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-11-23T00:55:11.5204733Z [4311/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-11-23T00:55:11.5224402Z [4311/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-11-23T00:55:11.5225199Z [4312/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-11-23T00:55:11.6665444Z [4312/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-11-23T00:55:11.6668639Z [4313/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-11-23T00:55:11.6974383Z [4313/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-11-23T00:55:11.6979742Z [4314/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-11-23T00:55:11.8484221Z [4314/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-11-23T00:55:11.8485189Z [4315/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-11-23T00:55:12.0470996Z [4315/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-11-23T00:55:12.0471907Z [4316/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-11-23T00:55:12.0748520Z [4316/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-11-23T00:55:12.0749470Z [4317/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-11-23T00:55:12.2452793Z [4317/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-11-23T00:55:12.2453925Z [4318/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-11-23T00:55:12.5428636Z [4318/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-11-23T00:55:12.5432502Z [4319/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-11-23T00:55:12.5777373Z [4319/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-11-23T00:55:12.5781562Z [4320/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-11-23T00:55:12.7629883Z [4320/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-11-23T00:55:12.7630690Z [4321/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-11-23T00:55:12.9644673Z [4321/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-11-23T00:55:12.9645611Z [4322/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-11-23T00:55:12.9686612Z [4322/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-11-23T00:55:12.9697984Z [4323/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-11-23T00:55:13.1169495Z [4323/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-11-23T00:55:13.1170612Z [4324/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-11-23T00:55:13.2606501Z [4324/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-11-23T00:55:13.2608376Z [4325/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-11-23T00:55:13.2681533Z [4325/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-11-23T00:55:13.2682454Z [4326/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-11-23T00:55:13.5883498Z [4326/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-11-23T00:55:13.5884485Z [4327/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-11-23T00:55:13.6328877Z [4327/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-11-23T00:55:13.6329719Z [4328/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-11-23T00:55:13.6330919Z ../../torch/csrc/jit/runtime/interpreter.cpp: In member function 'bool torch::jit::InterpreterStateImpl::runImpl(torch::jit::Stack&)': 2022-11-23T00:55:13.6331928Z ../../torch/csrc/jit/runtime/interpreter.cpp:759:27: warning: unused variable 'msg' [-Wunused-variable] 2022-11-23T00:55:13.6333454Z 759 | const auto& msg = stack.back().toStringRef(); 2022-11-23T00:55:13.6334133Z | ^~~ 2022-11-23T00:55:13.6334350Z 2022-11-23T00:55:14.0781274Z [4328/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-11-23T00:55:14.0782202Z [4329/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-11-23T00:55:14.0935986Z [4329/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-11-23T00:55:14.0937605Z [4330/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-11-23T00:55:14.3163339Z [4330/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-11-23T00:55:14.3166392Z [4331/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-11-23T00:55:14.5040129Z [4331/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-11-23T00:55:14.5041127Z [4332/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-11-23T00:55:14.5092967Z [4332/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-11-23T00:55:14.5093921Z [4333/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-11-23T00:55:14.5334278Z [4333/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-11-23T00:55:14.5335321Z [4334/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-11-23T00:55:14.7072221Z [4334/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-11-23T00:55:14.7082814Z [4335/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-11-23T00:55:14.8819695Z [4335/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-11-23T00:55:14.8822305Z [4336/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-11-23T00:55:14.9091377Z [4336/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-11-23T00:55:14.9092262Z [4337/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-11-23T00:55:14.9584082Z [4337/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-11-23T00:55:14.9584993Z [4338/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-11-23T00:55:15.1219742Z [4338/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-11-23T00:55:15.1220638Z [4339/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-11-23T00:55:15.4080738Z [4339/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-11-23T00:55:15.4081613Z [4340/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-11-23T00:55:15.4415974Z [4340/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-11-23T00:55:15.4417106Z [4341/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-11-23T00:55:15.8188764Z [4341/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-11-23T00:55:15.8192703Z [4342/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-11-23T00:55:15.8779051Z [4342/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-11-23T00:55:15.8779928Z [4343/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-11-23T00:55:15.9772546Z [4343/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-11-23T00:55:15.9773727Z [4344/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-11-23T00:55:16.2774110Z [4344/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-11-23T00:55:16.2775110Z [4345/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-11-23T00:55:16.4284659Z [4345/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-11-23T00:55:16.4285633Z [4346/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-11-23T00:55:16.4444336Z [4346/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-11-23T00:55:16.4448165Z [4347/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-11-23T00:55:16.4572306Z [4347/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-11-23T00:55:16.4575953Z [4348/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-11-23T00:55:16.5551673Z [4348/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-11-23T00:55:16.5552514Z [4349/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-11-23T00:55:16.5553167Z In file included from ../../torch/csrc/jit/runtime/static/ops.cpp:18: 2022-11-23T00:55:16.5554374Z ../../aten/src/ATen/native/cpu/SerialStackImpl.h: In instantiation of 'bool at::native::detail::can_use_native_serial_stack_impl(at::Tensor&, TensorListType, int64_t) [with TensorListType = torch::jit::ProcessedNodeInputWrapper; int64_t = long int]': 2022-11-23T00:55:16.5556130Z ../../aten/src/ATen/native/cpu/SerialStackImpl.h:140:44: required from 'static bool at::native::detail::CanUseNativeSerialStack::call(at::Tensor&, TensorListType, int64_t) [with TensorListType = torch::jit::ProcessedNodeInputWrapper; int64_t = long int]' 2022-11-23T00:55:16.5557388Z ../../torch/csrc/jit/runtime/static/ops.cpp:868:37: required from here 2022-11-23T00:55:16.5558254Z ../../aten/src/ATen/native/cpu/SerialStackImpl.h:94:15: warning: unused variable 'first_tensor_shape' [-Wunused-variable] 2022-11-23T00:55:16.5558986Z 94 | auto const &first_tensor_shape = first_tensor.sizes(); 2022-11-23T00:55:16.5559446Z | ^~~~~~~~~~~~~~~~~~ 2022-11-23T00:55:16.5559644Z 2022-11-23T00:55:16.7678509Z [4349/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-11-23T00:55:16.7680159Z [4350/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-11-23T00:55:16.7802812Z [4350/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-11-23T00:55:16.7803848Z [4351/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-11-23T00:55:16.8151602Z [4351/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-11-23T00:55:16.8152584Z [4352/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-11-23T00:55:16.9096461Z [4352/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-11-23T00:55:16.9097424Z [4353/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-11-23T00:55:17.0136549Z [4353/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-11-23T00:55:17.0137488Z [4354/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-11-23T00:55:17.1577233Z [4354/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-11-23T00:55:17.1578490Z [4355/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-11-23T00:55:17.2148247Z [4355/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-11-23T00:55:17.2149210Z [4356/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-11-23T00:55:17.2314809Z [4356/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-11-23T00:55:17.2315476Z [4357/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-11-23T00:55:17.6171478Z [4357/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-11-23T00:55:17.6182172Z [4358/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-11-23T00:55:18.0338987Z [4358/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-11-23T00:55:18.0349641Z [4359/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-11-23T00:55:18.1443139Z [4359/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-11-23T00:55:18.1449520Z [4360/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-11-23T00:55:18.3804955Z [4360/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-11-23T00:55:18.3806621Z [4361/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-11-23T00:55:18.4598475Z [4361/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-11-23T00:55:18.4601517Z [4362/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-11-23T00:55:18.5295198Z [4362/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-11-23T00:55:18.5296166Z [4363/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-11-23T00:55:18.8368842Z [4363/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-11-23T00:55:18.8372851Z [4364/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-11-23T00:55:19.1244868Z [4364/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-11-23T00:55:19.1245714Z [4365/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-11-23T00:55:19.2366202Z [4365/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-11-23T00:55:19.2367110Z [4366/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-11-23T00:55:19.4865010Z [4366/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-11-23T00:55:19.4865662Z [4367/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-11-23T00:55:19.7029438Z [4367/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-11-23T00:55:19.7034049Z [4368/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-11-23T00:55:19.7567744Z [4368/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-11-23T00:55:19.7568713Z [4369/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-11-23T00:55:19.7736480Z [4369/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-11-23T00:55:19.7739625Z [4370/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-11-23T00:55:19.7911450Z [4370/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-11-23T00:55:19.7912441Z [4371/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-11-23T00:55:20.0401374Z [4371/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-11-23T00:55:20.0402433Z [4372/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-11-23T00:55:20.0808777Z [4372/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-11-23T00:55:20.0809683Z [4373/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-11-23T00:55:20.5781616Z [4373/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-11-23T00:55:20.5789251Z [4374/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-11-23T00:55:20.7130193Z [4374/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-11-23T00:55:20.7133815Z [4375/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-11-23T00:55:21.0411616Z [4375/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-11-23T00:55:21.0414922Z [4376/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-11-23T00:55:21.0808000Z [4376/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-11-23T00:55:21.0811139Z [4377/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-11-23T00:55:21.1360788Z [4377/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-11-23T00:55:21.1363048Z [4378/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-11-23T00:55:21.1818044Z [4378/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-11-23T00:55:21.1818887Z [4379/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-11-23T00:55:21.2716437Z [4379/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-11-23T00:55:21.2719716Z [4380/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-11-23T00:55:21.3374451Z [4380/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-11-23T00:55:21.3375305Z [4381/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-11-23T00:55:21.8141224Z [4381/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-11-23T00:55:21.8147184Z [4382/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-11-23T00:55:21.9521186Z [4382/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-11-23T00:55:21.9523929Z [4383/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-11-23T00:55:22.4142997Z [4383/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-11-23T00:55:22.4143898Z [4384/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-11-23T00:55:22.5535281Z [4384/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-11-23T00:55:22.5540074Z [4385/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-11-23T00:55:22.6788466Z [4385/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-11-23T00:55:22.6797451Z [4386/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-11-23T00:55:22.7612646Z [4386/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-11-23T00:55:22.7621198Z [4387/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-11-23T00:55:23.3063779Z [4387/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-11-23T00:55:23.3067788Z [4388/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-11-23T00:55:23.3241376Z [4388/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-11-23T00:55:23.3242846Z [4389/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-11-23T00:55:23.7178095Z [4389/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-11-23T00:55:23.7188503Z [4390/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-11-23T00:55:23.7802618Z [4390/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-11-23T00:55:23.7806875Z [4391/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-11-23T00:55:24.0429937Z [4391/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-11-23T00:55:24.0432223Z [4392/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-11-23T00:55:24.0646122Z [4392/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-11-23T00:55:24.0646937Z [4393/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-11-23T00:55:24.1021529Z [4393/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-11-23T00:55:24.1022396Z [4394/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-11-23T00:55:24.3512925Z [4394/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-11-23T00:55:24.3514122Z [4395/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-11-23T00:55:24.4087665Z [4395/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-11-23T00:55:24.4089257Z [4396/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-11-23T00:55:24.6191427Z [4396/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-11-23T00:55:24.6197776Z [4397/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-11-23T00:55:24.7046937Z [4397/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-11-23T00:55:24.7051199Z [4398/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-11-23T00:55:24.7242508Z [4398/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-11-23T00:55:24.7243035Z [4399/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-11-23T00:55:24.8404972Z [4399/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-11-23T00:55:24.8406407Z [4400/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-11-23T00:55:24.9035786Z [4400/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-11-23T00:55:24.9041460Z [4401/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-11-23T00:55:24.9937414Z [4401/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-11-23T00:55:24.9938183Z [4402/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-11-23T00:55:25.0697039Z [4402/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-11-23T00:55:25.0698119Z [4403/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-11-23T00:55:25.1185618Z [4403/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-11-23T00:55:25.1186269Z [4404/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-11-23T00:55:25.1226357Z [4404/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-11-23T00:55:25.1227428Z [4405/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-11-23T00:55:25.2391587Z [4405/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-11-23T00:55:25.2392441Z [4406/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-11-23T00:55:25.2678257Z [4406/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-11-23T00:55:25.2679244Z [4407/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-11-23T00:55:25.3408090Z [4407/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-11-23T00:55:25.3408966Z [4408/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-11-23T00:55:25.3695191Z [4408/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-11-23T00:55:25.3696074Z [4409/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-11-23T00:55:25.4996094Z [4409/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-11-23T00:55:25.4996978Z [4410/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-11-23T00:55:25.5740760Z [4410/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-11-23T00:55:25.5741853Z [4411/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-11-23T00:55:25.5883466Z [4411/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-11-23T00:55:25.5884221Z [4412/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-11-23T00:55:25.6867435Z [4412/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-11-23T00:55:25.6868350Z [4413/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-11-23T00:55:25.6895303Z [4413/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-11-23T00:55:25.6896226Z [4414/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-11-23T00:55:25.7568387Z [4414/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-11-23T00:55:25.7569509Z [4415/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-11-23T00:55:25.8043554Z [4415/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-11-23T00:55:25.8044485Z [4416/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-11-23T00:55:25.8265109Z [4416/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-11-23T00:55:25.8265736Z [4417/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-11-23T00:55:25.8983440Z [4417/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-11-23T00:55:25.8984386Z [4418/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-11-23T00:55:25.9938700Z [4418/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-11-23T00:55:25.9939814Z [4419/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-11-23T00:55:26.0553793Z [4419/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-11-23T00:55:26.0554685Z [4420/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-11-23T00:55:26.1404987Z [4420/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-11-23T00:55:26.1406112Z [4421/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-11-23T00:55:26.1533872Z [4421/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-11-23T00:55:26.1534714Z [4422/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-11-23T00:55:26.2509723Z [4422/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-11-23T00:55:26.2510809Z [4423/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-11-23T00:55:26.2558770Z [4423/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-11-23T00:55:26.2559875Z [4424/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-11-23T00:55:26.3132692Z [4424/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-11-23T00:55:26.3139991Z [4425/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-11-23T00:55:26.3663893Z [4425/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2022-11-23T00:55:26.3664822Z [4426/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-11-23T00:55:26.4216347Z [4426/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-11-23T00:55:26.4217246Z [4427/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-11-23T00:55:26.4224102Z [4427/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-11-23T00:55:26.4224918Z [4428/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-11-23T00:55:26.4794148Z [4428/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-11-23T00:55:26.4800052Z [4429/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-11-23T00:55:26.6726321Z [4429/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-11-23T00:55:26.6727170Z [4430/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-11-23T00:55:26.7091504Z [4430/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2022-11-23T00:55:26.7092392Z [4431/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-11-23T00:55:26.7790609Z [4431/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_graph_observer.cpp.o 2022-11-23T00:55:26.7791446Z [4432/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2022-11-23T00:55:26.8539633Z [4432/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2022-11-23T00:55:26.8540879Z [4433/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-11-23T00:55:26.8542050Z ../../torch/csrc/profiler/orchestration/observer.cpp: In destructor 'virtual torch::profiler::impl::ProfilerStateBase::~ProfilerStateBase()': 2022-11-23T00:55:26.8543179Z ../../torch/csrc/profiler/orchestration/observer.cpp:96:10: warning: unused variable 'handle' [-Wunused-variable] 2022-11-23T00:55:26.8543864Z 96 | auto handle = handle_; 2022-11-23T00:55:26.8544314Z | ^~~~~~ 2022-11-23T00:55:26.8544523Z 2022-11-23T00:55:26.8701527Z [4433/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2022-11-23T00:55:26.8702474Z [4434/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2022-11-23T00:55:26.9132221Z [4434/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2022-11-23T00:55:26.9133197Z [4435/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-11-23T00:55:27.0288777Z [4435/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-11-23T00:55:27.0289626Z [4436/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2022-11-23T00:55:27.0617355Z [4436/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-11-23T00:55:27.0618131Z [4437/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-11-23T00:55:27.1960379Z [4437/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-11-23T00:55:27.1961505Z [4438/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-11-23T00:55:27.2086646Z [4438/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-11-23T00:55:27.2087634Z [4439/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_graph_observer.cpp.o 2022-11-23T00:55:27.2111314Z [4439/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-11-23T00:55:27.2111825Z [4440/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2022-11-23T00:55:27.2175821Z [4440/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-11-23T00:55:27.2176470Z [4441/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2022-11-23T00:55:27.3393967Z [4441/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-11-23T00:55:27.3394836Z [4442/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-11-23T00:55:27.4323056Z [4442/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-11-23T00:55:27.4328418Z [4443/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-11-23T00:55:27.5999973Z [4443/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-11-23T00:55:27.6000853Z [4444/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-11-23T00:55:27.7577186Z [4444/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-11-23T00:55:27.7578126Z [4445/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-11-23T00:55:27.7718815Z [4445/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-11-23T00:55:27.7719678Z [4446/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-11-23T00:55:27.9610765Z [4446/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-11-23T00:55:27.9611602Z [4447/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-11-23T00:55:28.1465202Z [4447/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-11-23T00:55:28.1466128Z [4448/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-11-23T00:55:28.3206477Z [4448/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-11-23T00:55:28.3208409Z [4449/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-11-23T00:55:28.4185405Z [4449/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-11-23T00:55:28.4187202Z [4450/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-11-23T00:55:28.6020200Z [4450/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-11-23T00:55:28.7038480Z [4451/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-11-23T00:55:29.1475628Z [4452/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-11-23T00:55:29.4287474Z [4453/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-11-23T00:55:29.4341877Z [4454/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-11-23T00:55:29.4342623Z [4455/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-11-23T00:55:29.4343054Z In file included from ../../aten/src/ATen/SparseCsrTensorUtils.h:4, 2022-11-23T00:55:29.4343440Z from ../../torch/csrc/autograd/FunctionsManual.cpp:12: 2022-11-23T00:55:29.4344070Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = long int; int64_t = long int]': 2022-11-23T00:55:29.4344527Z ../../aten/src/ATen/SparseTensorImpl.h:231:48: required from here 2022-11-23T00:55:29.4345021Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:55:29.4345407Z 142 | auto alt_options_msg = 2022-11-23T00:55:29.4345668Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:55:29.4346182Z ../../aten/src/ATen/SparseTensorImpl.h: In instantiation of 'void at::SparseTensorImpl::_resize_(int64_t, int64_t, c10::ArrayRef) [with T = c10::SymInt; int64_t = long int]': 2022-11-23T00:55:29.4346637Z ../../aten/src/ATen/SparseTensorImpl.h:238:48: required from here 2022-11-23T00:55:29.4347253Z ../../aten/src/ATen/SparseTensorImpl.h:142:12: warning: unused variable 'alt_options_msg' [-Wunused-variable] 2022-11-23T00:55:29.4360023Z 2022-11-23T00:55:29.4362549Z [4456/4459] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-11-23T00:55:30.9069538Z [4456/4459] Linking CXX static library lib/libtorch_cpu.a 2022-11-23T00:55:30.9071685Z [4457/4459] Linking CXX static library lib/libtorch_cpu.a 2022-11-23T00:55:30.9182345Z [4457/4459] Linking CXX static library lib/libtorch.a 2022-11-23T00:55:30.9182922Z [4458/4459] Linking CXX static library lib/libtorch.a 2022-11-23T00:55:30.9183386Z [4458/4459] Install the project... 2022-11-23T00:55:30.9257492Z -- Install configuration: "Release" 2022-11-23T00:55:32.1779177Z Installation completed, now you can copy the headers/libs from /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install to your project directory. 2022-11-23T00:55:32.1779645Z + build_predictor 2022-11-23T00:55:32.1779924Z + PREDICTOR_BUILD_ROOT=/var/lib/jenkins/workspace/build_test_custom_build/predictor 2022-11-23T00:55:32.1780398Z + rm -rf /var/lib/jenkins/workspace/build_test_custom_build/predictor 2022-11-23T00:55:32.1787332Z + mkdir -p /var/lib/jenkins/workspace/build_test_custom_build/predictor 2022-11-23T00:55:32.1795961Z + cd /var/lib/jenkins/workspace/build_test_custom_build/predictor 2022-11-23T00:55:32.1796624Z + cmake /var/lib/jenkins/workspace/test/mobile/custom_build -DCMAKE_PREFIX_PATH=/var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install -DCMAKE_BUILD_TYPE=Release 2022-11-23T00:55:32.2360238Z -- The C compiler identification is GNU 9.4.0 2022-11-23T00:55:32.2922905Z -- The CXX compiler identification is GNU 9.4.0 2022-11-23T00:55:32.2970146Z -- Check for working C compiler: /opt/cache/bin/cc 2022-11-23T00:55:32.3910084Z -- Check for working C compiler: /opt/cache/bin/cc -- works 2022-11-23T00:55:32.3917678Z -- Detecting C compiler ABI info 2022-11-23T00:55:32.4769325Z -- Detecting C compiler ABI info - done 2022-11-23T00:55:32.4876121Z -- Detecting C compile features 2022-11-23T00:55:32.4879092Z -- Detecting C compile features - done 2022-11-23T00:55:32.4901875Z -- Check for working CXX compiler: /opt/cache/bin/c++ 2022-11-23T00:55:32.5846698Z -- Check for working CXX compiler: /opt/cache/bin/c++ -- works 2022-11-23T00:55:32.5856201Z -- Detecting CXX compiler ABI info 2022-11-23T00:55:32.6785415Z -- Detecting CXX compiler ABI info - done 2022-11-23T00:55:32.6896121Z -- Detecting CXX compile features 2022-11-23T00:55:32.6900818Z -- Detecting CXX compile features - done 2022-11-23T00:55:32.6951674Z CMake Warning at /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T00:55:32.6952360Z static library caffe2_protos_LIBRARY-NOTFOUND not found. 2022-11-23T00:55:32.6952615Z Call Stack (most recent call first): 2022-11-23T00:55:32.6952965Z /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:103 (append_torchlib_if_found) 2022-11-23T00:55:32.6953301Z CMakeLists.txt:8 (find_package) 2022-11-23T00:55:32.6953430Z 2022-11-23T00:55:32.6953435Z 2022-11-23T00:55:32.6960452Z CMake Warning at /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T00:55:32.6960953Z static library onnx_LIBRARY-NOTFOUND not found. 2022-11-23T00:55:32.6961189Z Call Stack (most recent call first): 2022-11-23T00:55:32.6961540Z /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:104 (append_torchlib_if_found) 2022-11-23T00:55:32.6961874Z CMakeLists.txt:8 (find_package) 2022-11-23T00:55:32.6962002Z 2022-11-23T00:55:32.6962007Z 2022-11-23T00:55:32.6964036Z CMake Warning at /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T00:55:32.6964769Z static library onnx_proto_LIBRARY-NOTFOUND not found. 2022-11-23T00:55:32.6965023Z Call Stack (most recent call first): 2022-11-23T00:55:32.6965381Z /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:104 (append_torchlib_if_found) 2022-11-23T00:55:32.6965883Z CMakeLists.txt:8 (find_package) 2022-11-23T00:55:32.6965998Z 2022-11-23T00:55:32.6966002Z 2022-11-23T00:55:32.6967444Z CMake Warning at /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T00:55:32.6968230Z static library foxi_loader_LIBRARY-NOTFOUND not found. 2022-11-23T00:55:32.6968694Z Call Stack (most recent call first): 2022-11-23T00:55:32.6969352Z /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:106 (append_torchlib_if_found) 2022-11-23T00:55:32.6969763Z CMakeLists.txt:8 (find_package) 2022-11-23T00:55:32.6969947Z 2022-11-23T00:55:32.6969952Z 2022-11-23T00:55:32.6971069Z CMake Warning at /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T00:55:32.6971841Z static library fmt_LIBRARY-NOTFOUND not found. 2022-11-23T00:55:32.6972091Z Call Stack (most recent call first): 2022-11-23T00:55:32.6972428Z /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:106 (append_torchlib_if_found) 2022-11-23T00:55:32.6972760Z CMakeLists.txt:8 (find_package) 2022-11-23T00:55:32.6972888Z 2022-11-23T00:55:32.6972893Z 2022-11-23T00:55:32.6977687Z CMake Warning at /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T00:55:32.6978487Z static library eigen_blas_LIBRARY-NOTFOUND not found. 2022-11-23T00:55:32.6978734Z Call Stack (most recent call first): 2022-11-23T00:55:32.6979089Z /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:113 (append_torchlib_if_found) 2022-11-23T00:55:32.6979425Z CMakeLists.txt:8 (find_package) 2022-11-23T00:55:32.6979559Z 2022-11-23T00:55:32.6979695Z 2022-11-23T00:55:32.6981394Z CMake Warning at /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T00:55:32.6982131Z static library sleef_LIBRARY-NOTFOUND not found. 2022-11-23T00:55:32.6982493Z Call Stack (most recent call first): 2022-11-23T00:55:32.6982846Z /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:123 (append_torchlib_if_found) 2022-11-23T00:55:32.6983176Z CMakeLists.txt:8 (find_package) 2022-11-23T00:55:32.6983295Z 2022-11-23T00:55:32.6983301Z 2022-11-23T00:55:32.6984698Z CMake Warning at /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T00:55:32.6985465Z static library asmjit_LIBRARY-NOTFOUND not found. 2022-11-23T00:55:32.6985722Z Call Stack (most recent call first): 2022-11-23T00:55:32.6986083Z /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/share/cmake/Torch/TorchConfig.cmake:123 (append_torchlib_if_found) 2022-11-23T00:55:32.6986403Z CMakeLists.txt:8 (find_package) 2022-11-23T00:55:32.6986529Z 2022-11-23T00:55:32.6986534Z 2022-11-23T00:55:32.6988705Z -- Found Torch: /var/lib/jenkins/workspace/build_test_custom_build/build_custom_libtorch_static/install/lib/libtorch.a 2022-11-23T00:55:32.6998431Z -- Looking for pthread.h 2022-11-23T00:55:32.7898425Z -- Looking for pthread.h - found 2022-11-23T00:55:32.7899856Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T00:55:32.8782164Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T00:55:32.8782932Z -- Looking for pthread_create in pthreads 2022-11-23T00:55:32.9505797Z -- Looking for pthread_create in pthreads - not found 2022-11-23T00:55:32.9506606Z -- Looking for pthread_create in pthread 2022-11-23T00:55:33.0354746Z -- Looking for pthread_create in pthread - found 2022-11-23T00:55:33.0364351Z -- Found Threads: TRUE 2022-11-23T00:55:33.0372098Z -- Configuring done 2022-11-23T00:55:33.0401491Z -- Generating done 2022-11-23T00:55:33.0474759Z -- Build files have been written to: /var/lib/jenkins/workspace/build_test_custom_build/predictor 2022-11-23T00:55:33.0505458Z + make 2022-11-23T00:55:33.0763314Z Scanning dependencies of target Predictor 2022-11-23T00:55:33.5332049Z [ 50%] Building CXX object CMakeFiles/Predictor.dir/predictor.cpp.o 2022-11-23T00:55:34.4619609Z [100%] Linking CXX executable Predictor 2022-11-23T00:55:39.3648319Z [100%] Built target Predictor 2022-11-23T00:55:39.3730455Z + run_predictor 2022-11-23T00:55:39.3730879Z + cd /var/lib/jenkins/workspace/build_test_custom_build/predictor 2022-11-23T00:55:39.3731216Z + ./Predictor /var/lib/jenkins/workspace/build_test_custom_build/MobileNetV2.pt 2022-11-23T00:55:39.9570328Z + cmp -s output.txt /var/lib/jenkins/workspace/test/mobile/custom_build/expected_output.txt 2022-11-23T00:55:39.9599958Z + echo 'Test result is the same as expected.' 2022-11-23T00:55:39.9600229Z Test result is the same as expected. 2022-11-23T00:55:39.9601633Z + print_sccache_stats 2022-11-23T00:55:39.9602002Z + echo 'PyTorch Build Statistics' 2022-11-23T00:55:39.9602222Z PyTorch Build Statistics 2022-11-23T00:55:39.9602511Z + sccache --show-stats 2022-11-23T00:55:39.9625073Z Compile requests 4570 2022-11-23T00:55:39.9625456Z Compile requests executed 4508 2022-11-23T00:55:39.9625861Z Cache hits 4502 2022-11-23T00:55:39.9626193Z Cache hits (C/C++) 4502 2022-11-23T00:55:39.9626435Z Cache misses 0 2022-11-23T00:55:39.9626734Z Cache timeouts 0 2022-11-23T00:55:39.9627197Z Cache read errors 0 2022-11-23T00:55:39.9627529Z Forced recaches 0 2022-11-23T00:55:39.9627831Z Cache write errors 0 2022-11-23T00:55:39.9628162Z Compilation failures 1 2022-11-23T00:55:39.9628773Z Cache errors 5 2022-11-23T00:55:39.9629100Z Cache errors (C/C++) 5 2022-11-23T00:55:39.9629606Z Non-cacheable compilations 0 2022-11-23T00:55:39.9629871Z Non-cacheable calls 0 2022-11-23T00:55:39.9630125Z Non-compilation calls 62 2022-11-23T00:55:39.9630345Z Unsupported compiler calls 0 2022-11-23T00:55:39.9630551Z Average cache write 0.000 s 2022-11-23T00:55:39.9630780Z Average cache read miss 0.000 s 2022-11-23T00:55:39.9631033Z Average cache read hit 0.026 s 2022-11-23T00:55:39.9631307Z Failed distributed compilations 0 2022-11-23T00:55:39.9633609Z 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:55:39.9634086Z + [[ -n 9654934757 ]] 2022-11-23T00:55:39.9634348Z + sccache --show-stats --stats-format json 2022-11-23T00:55:39.9634566Z + jq .stats 2022-11-23T00:55:40.0115502Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T00:55:40.0115812Z with: 2022-11-23T00:55:40.0116020Z s3-prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T00:55:40.0116244Z retention-days: 365 2022-11-23T00:55:40.0116427Z if-no-files-found: warn 2022-11-23T00:55:40.0116632Z path: sccache-stats-*.json 2022-11-23T00:55:40.0116819Z name: artifact 2022-11-23T00:55:40.0117193Z s3-bucket: gha-artifacts 2022-11-23T00:55:40.0117386Z region: us-east-1 2022-11-23T00:55:40.0117564Z ##[endgroup] 2022-11-23T00:55:40.4054317Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T00:55:40.4054959Z With the provided path, there will be 1 file uploaded 2022-11-23T00:55:40.4055451Z Uploading to s3 prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T00:55:40.4112388Z Starting upload of sccache-stats-linux-focal-py3-clang7-mobile-custom-build-static-9654934757.json 2022-11-23T00:55:40.5231968Z Finished upload of sccache-stats-linux-focal-py3-clang7-mobile-custom-build-static-9654934757.json 2022-11-23T00:55:40.5406409Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-11-23T00:55:40.5406639Z with: 2022-11-23T00:55:40.5406800Z ##[endgroup] 2022-11-23T00:55:40.5420539Z ##[group]Run set -eou pipefail 2022-11-23T00:55:40.5420774Z set -eou pipefail 2022-11-23T00:55:40.5420958Z  2022-11-23T00:55:40.5421195Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-11-23T00:55:40.5421432Z for _ in $(seq 1440); do 2022-11-23T00:55:40.5421649Z  # Break if no ssh session exists anymore 2022-11-23T00:55:40.5421869Z  if [ "$(who)" = "" ]; then 2022-11-23T00:55:40.5422039Z  break 2022-11-23T00:55:40.5422203Z  fi 2022-11-23T00:55:40.5422371Z  echo "." 2022-11-23T00:55:40.5422545Z  sleep 5 2022-11-23T00:55:40.5422701Z done 2022-11-23T00:55:40.5434645Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:55:40.5434917Z ##[endgroup] 2022-11-23T00:55:40.5458974Z Holding runner for 2 hours until all ssh sessions have logged out 2022-11-23T00:55:40.5541343Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T00:55:40.5541663Z # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T00:55:40.5541919Z # shellcheck disable=SC2046 2022-11-23T00:55:40.5542144Z docker stop $(docker ps -q) || true 2022-11-23T00:55:40.5542358Z # Prune all of the docker images 2022-11-23T00:55:40.5542572Z docker system prune -af 2022-11-23T00:55:40.5553793Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:55:40.5554012Z ##[endgroup] 2022-11-23T00:55:44.4610803Z acb8a812da30 2022-11-23T00:55:44.8508121Z Deleted Containers: 2022-11-23T00:55:44.8508476Z acb8a812da30c9d5475e609d9dbd05c961eef41ea579a878a711614db12d67ad 2022-11-23T00:55:44.8508649Z 2022-11-23T00:55:50.8042061Z Deleted Images: 2022-11-23T00:55:50.8043077Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-android-ndk-r19c:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:55:50.8044269Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-android-ndk-r19c@sha256:1b97278acf366e6554046e1d3ca95023e6d5ad7dc91874507487c84debad8799 2022-11-23T00:55:50.8045116Z deleted: sha256:60785cf1f925f85430d5179c4e3c470a713c2c3161d89937ea411179b6548aa1 2022-11-23T00:55:50.8045680Z deleted: sha256:62f9773eaf829ca1f5150cad3be1510a585d00ff64a712dcf102c977a9e4e719 2022-11-23T00:55:50.8046259Z deleted: sha256:318bc17f98d4b59d15ae136c535280e886b89398dd2b6f84d04622b52e744a52 2022-11-23T00:55:50.8046579Z deleted: sha256:b24180a7211559f1e6c9f6c43a9c7c274447b7dc15562deb94f1310572a5ddda 2022-11-23T00:55:50.8047042Z deleted: sha256:c16eee4557e9b7d9159a85582fc6cc7da8714ccaa7ab2c17013c0df3a6d2aff6 2022-11-23T00:55:50.8047659Z deleted: sha256:7e1e652bd3d3957bde14d7e18430fdeb847a093ac569ceeaf81439f265a968f1 2022-11-23T00:55:50.8048266Z deleted: sha256:33b6c3e4e4c41aa8d8003c8731669c09e9a954bfa44a9e4f4b556bf3eb132603 2022-11-23T00:55:50.8048874Z deleted: sha256:24aa8aa2bede48223784babee0416d719e6fe345f9d269e91793aa7c1330b8b9 2022-11-23T00:55:50.8049225Z deleted: sha256:8ac0dbbc8e6973ff9515843b16aa094bc8370c96144a9c1f53707341056a9d3b 2022-11-23T00:55:50.8049547Z deleted: sha256:458e72eef820b1157a96dbaeeb976d7c18f81ab7fe6dd419a7051f1784281992 2022-11-23T00:55:50.8049866Z deleted: sha256:9823569093f3a737662d0bd712906babad7710c8f1fe05ad445ec80cb9b7f040 2022-11-23T00:55:50.8050174Z deleted: sha256:9ac78524da3abe70252f835d6dcffa56ad7910c7bab639c6e7d5c0bc508ba83d 2022-11-23T00:55:50.8050499Z deleted: sha256:d2fdb5e30609e21780f3ca97556c200f59ce750791d7870036bf87fceb4c90c4 2022-11-23T00:55:50.8050828Z deleted: sha256:2b03b08b0c6ab39aac142353d12f64fccbedce888a8adbc7531c09f15c19c1a8 2022-11-23T00:55:50.8051161Z deleted: sha256:1272d04a6ad5f248edd208a5ac44393adffe5937ec53708ed161bef5b77049c2 2022-11-23T00:55:50.8051719Z deleted: sha256:fca272fc38793ee2fa309c35bd3fd20859bbe67ebf3bb46a6a17636d989ecf14 2022-11-23T00:55:50.8052055Z deleted: sha256:afc2f122c0f712a738ff4b0e320a4bf6a2b30a85a3c2a66d20971738b676634d 2022-11-23T00:55:50.8052375Z deleted: sha256:0519dcb66736a0ec7d5e154530397f7a6a2b7de724b043fbddb7a0c489576dbe 2022-11-23T00:55:50.8052686Z deleted: sha256:0499e7c13b27bfcfde75b124288e1b5396adc09ff3f384c829c8a5e057c65681 2022-11-23T00:55:50.8053011Z deleted: sha256:7524d05293c4fe8d7cb844be8cf341db02def0b550d21c5df90e72ea09349a20 2022-11-23T00:55:50.8053339Z deleted: sha256:e8949bd58f0e4bab0e97f95cb8c1617ec852e411bc7a792a0f808bf26f0b45b8 2022-11-23T00:55:50.8053652Z deleted: sha256:12fe034016c490f7e06991ff7c9974824d2122e7a96210fd4ead540746f7551e 2022-11-23T00:55:50.8053943Z deleted: sha256:49f472bc282e98ced2d8870810a76a654ed66d2d279025e09e042b1e27f74371 2022-11-23T00:55:50.8054251Z deleted: sha256:33c1d2f7e92d6612f428c1328886c0f70dd444c5cfb4ef49a15c1fb62ca6383a 2022-11-23T00:55:50.8054586Z deleted: sha256:6b5767bcee25fb059d4d4ebb52770a19048deff6ebdebb4bc34dd11b4e14f87c 2022-11-23T00:55:50.8054896Z deleted: sha256:ca22ea749f9484d3316978d1b939a8637c9385c8a1a95d0169939c71828874d0 2022-11-23T00:55:50.8055196Z deleted: sha256:d03f5c859d6b5b1270622de36656474f2456c62d4cbf878216b3b92cfa78a1f2 2022-11-23T00:55:50.8055522Z deleted: sha256:fc7decd27e378a0c5afc86768caa3d97533a6fe70e03d3e6caa8c20e03cce8ef 2022-11-23T00:55:50.8055852Z deleted: sha256:5c548f80a0f7db879e963a4820aa1375d301ec1af4aa688142b7e0e953726536 2022-11-23T00:55:50.8056155Z deleted: sha256:334702077608056314913b7bc84575b8b44a05ccf294f6ffbe249e6db9574856 2022-11-23T00:55:50.8056442Z deleted: sha256:8067e63d970952c682434aac4b63f5692bfa623cd55784e34f750dc307cce31a 2022-11-23T00:55:50.8056758Z deleted: sha256:9f02c45f1490dace3db391c509de5420d99c68c4b746ede99f4c58d91d2dd78c 2022-11-23T00:55:50.8057070Z deleted: sha256:c47f308c8c63ab187b3979db62195be8e99fd06a62b4dd76902ed14333ec9396 2022-11-23T00:55:50.8057405Z deleted: sha256:a51c251accda766eb1d10a7496812e48ccc3acbc62bac4fd3261f3bd9c6a6574 2022-11-23T00:55:50.8057739Z deleted: sha256:e030047ba6c89bec38d2090baa5f9d0804f0013444502972feeabc100d0b9f39 2022-11-23T00:55:50.8058052Z deleted: sha256:018e1a4aaee90553b8d930205d095d2126fc652e988df6575bd2abd5db6443eb 2022-11-23T00:55:50.8058359Z deleted: sha256:c7a3cd9b73997f0f79944fdcb5b87cd3859749eb12fa472d8b84b79a36d7be0b 2022-11-23T00:55:50.8058665Z deleted: sha256:637087c6c60701d7509998a23e3b249a47c8af1ec2766021f67f440312e9bfda 2022-11-23T00:55:50.8058969Z deleted: sha256:d98ecc0969b3f683506de52842a7b3c7bde68e3e90015e8ed904b73b5b2e3020 2022-11-23T00:55:50.8059270Z deleted: sha256:4f38665f03fe0d16f37b637b149c206ca1078f2b60aca31c615c5c84036a124c 2022-11-23T00:55:50.8059590Z deleted: sha256:4245ac73d576c3a6cfbcce6ef2cd951207d15b480c24e474025ea1e8ca174dd9 2022-11-23T00:55:50.8059901Z deleted: sha256:7b8d50626a44372c9a1b9028798e6a7fab99e2660a2e6e37e5634438fd27f84d 2022-11-23T00:55:50.8060222Z deleted: sha256:cc9612a19cde1d2e7f205eb9ed5cc47e2789d940ee34dc3e7b6f04859e821011 2022-11-23T00:55:50.8060543Z deleted: sha256:840ec8947b39c3178c900d9b80d9b9ef7c0bf211bd8bb7d97fde8e8ce4c3c496 2022-11-23T00:55:50.8060860Z deleted: sha256:e19ce7396291bdd35a2060e55d6edf698561fa51bf0f726030a08e320777dc15 2022-11-23T00:55:50.8061187Z deleted: sha256:4bf0ae74c76ff461f16263cc8e4ecbbfde80279e360efbbd182d72b9cf70a59d 2022-11-23T00:55:50.8061511Z deleted: sha256:5e9e6878b90c6c161e74dd6e92f2c97ee2141f9d3d7bb459a40a0d1388866eb0 2022-11-23T00:55:50.8061840Z deleted: sha256:9bcd8c3156734182d7e130f25ecbee8d2e9cab46ba636d6f8b85bfd5137be296 2022-11-23T00:55:50.8062163Z deleted: sha256:9714098becd2e1730bec031fd86a4444a6bcb254a544c82e2008766a83a5fcd1 2022-11-23T00:55:50.8062484Z deleted: sha256:9365e57bf86193d67e2df2f30edb959fb5890e32f2dfa51f230b7bf48d1033ff 2022-11-23T00:55:50.8062795Z deleted: sha256:99ff62cc237c9c98aa99b8619d63a6e4d0fe50ee4f95881b9c5e1997aa6a9afc 2022-11-23T00:55:50.8063117Z deleted: sha256:85e65b03b74b43e3e39547d88bee99c6467cb1c2b32ac79b2fffdbc960a0795e 2022-11-23T00:55:50.8063511Z deleted: sha256:b85128b226c68224973e5c72c5634837df00568a34dac6b8c95ab33302eb70b7 2022-11-23T00:55:50.8063800Z deleted: sha256:58952ca8f23a20eb8b5c0871f1c7559834cc3130f2a0f926e5a7c0d4894e5b94 2022-11-23T00:55:50.8064127Z deleted: sha256:8729f7aee7ac7730955b4dfd10efd0eb6afd874e80a92618c50aa6d3c58a91a3 2022-11-23T00:55:50.8064451Z deleted: sha256:8b1f38f4a9b32dfd573543b3de449274c89007f6869e66f13141f28332369cdb 2022-11-23T00:55:50.8064795Z deleted: sha256:1a699d4acd1199bb3bb96ee30afff4e26527998f3fee8262a25a9132c076e000 2022-11-23T00:55:50.8065159Z deleted: sha256:f4462d5b2da2985f37409c9b257afd2b9fb82356ce4e43e804ee34214242e34a 2022-11-23T00:55:50.8065334Z 2022-11-23T00:55:50.8066643Z Total reclaimed space: 11.26GB 2022-11-23T00:55:50.8171901Z Post job cleanup. 2022-11-23T00:55:50.8242132Z Post job cleanup. 2022-11-23T00:55:50.9350135Z [command]/usr/bin/git version 2022-11-23T00:55:50.9627331Z git version 2.37.1 2022-11-23T00:55:50.9671115Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/bbea7fe2-9c82-43b6-b969-56e36167aa1c' before making global git config changes 2022-11-23T00:55:50.9671563Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T00:55:50.9676506Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:55:50.9722736Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T00:55:50.9753724Z [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:55:51.0169536Z Entering 'android/libs/fbjni' 2022-11-23T00:55:51.0204676Z Entering 'third_party/FP16' 2022-11-23T00:55:51.0239238Z Entering 'third_party/FXdiv' 2022-11-23T00:55:51.0274144Z Entering 'third_party/NNPACK' 2022-11-23T00:55:51.0309128Z Entering 'third_party/QNNPACK' 2022-11-23T00:55:51.0343770Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:55:51.0378233Z Entering 'third_party/XNNPACK' 2022-11-23T00:55:51.0422995Z Entering 'third_party/benchmark' 2022-11-23T00:55:51.0458891Z Entering 'third_party/cpuinfo' 2022-11-23T00:55:51.0493799Z Entering 'third_party/cub' 2022-11-23T00:55:51.0528363Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:55:51.0567793Z Entering 'third_party/cutlass' 2022-11-23T00:55:51.0610454Z Entering 'third_party/eigen' 2022-11-23T00:55:51.0646834Z Entering 'third_party/fbgemm' 2022-11-23T00:55:51.0681552Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:55:51.0714886Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:55:51.0749041Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:55:51.0781826Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:55:51.0816747Z Entering 'third_party/flatbuffers' 2022-11-23T00:55:51.0853035Z Entering 'third_party/fmt' 2022-11-23T00:55:51.0887822Z Entering 'third_party/foxi' 2022-11-23T00:55:51.0921527Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:55:51.0956131Z Entering 'third_party/gloo' 2022-11-23T00:55:51.0990185Z Entering 'third_party/googletest' 2022-11-23T00:55:51.1023759Z Entering 'third_party/ideep' 2022-11-23T00:55:51.1057065Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:55:51.1093814Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:55:51.1133074Z Entering 'third_party/ios-cmake' 2022-11-23T00:55:51.1167153Z Entering 'third_party/ittapi' 2022-11-23T00:55:51.1202450Z Entering 'third_party/kineto' 2022-11-23T00:55:51.1235393Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:55:51.1268517Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:55:51.1303304Z Entering 'third_party/nccl/nccl' 2022-11-23T00:55:51.1338275Z Entering 'third_party/neon2sse' 2022-11-23T00:55:51.1372399Z Entering 'third_party/nlohmann' 2022-11-23T00:55:51.1407267Z Entering 'third_party/onnx' 2022-11-23T00:55:51.1453299Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:55:51.1486710Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:55:51.1522941Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:55:51.1557013Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:55:51.1595592Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:55:51.1628676Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:55:51.1661485Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:55:51.1699202Z Entering 'third_party/pocketfft' 2022-11-23T00:55:51.1732747Z Entering 'third_party/protobuf' 2022-11-23T00:55:51.1770172Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:55:51.1803571Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:55:51.1839405Z Entering 'third_party/psimd' 2022-11-23T00:55:51.1873192Z Entering 'third_party/pthreadpool' 2022-11-23T00:55:51.1907739Z Entering 'third_party/pybind11' 2022-11-23T00:55:51.1940809Z Entering 'third_party/python-enum' 2022-11-23T00:55:51.1975579Z Entering 'third_party/python-peachpy' 2022-11-23T00:55:51.2009009Z Entering 'third_party/python-six' 2022-11-23T00:55:51.2043911Z Entering 'third_party/sleef' 2022-11-23T00:55:51.2078056Z Entering 'third_party/tbb' 2022-11-23T00:55:51.2114326Z Entering 'third_party/tensorpipe' 2022-11-23T00:55:51.2148096Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:55:51.2181056Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:55:51.2214292Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:55:51.2247668Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:55:51.2281299Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:55:51.2317372Z Entering 'third_party/zstd' 2022-11-23T00:55:51.2364520Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T00:55:51.2391098Z http.https://github.com/.extraheader 2022-11-23T00:55:51.2398442Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T00:55:51.2438926Z [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:55:51.2693349Z Entering 'android/libs/fbjni' 2022-11-23T00:55:51.2713821Z http.https://github.com/.extraheader 2022-11-23T00:55:51.2751227Z Entering 'third_party/FP16' 2022-11-23T00:55:51.2770497Z http.https://github.com/.extraheader 2022-11-23T00:55:51.2803402Z Entering 'third_party/FXdiv' 2022-11-23T00:55:51.2823542Z http.https://github.com/.extraheader 2022-11-23T00:55:51.2863578Z Entering 'third_party/NNPACK' 2022-11-23T00:55:51.2883669Z http.https://github.com/.extraheader 2022-11-23T00:55:51.2910220Z Entering 'third_party/QNNPACK' 2022-11-23T00:55:51.2930001Z http.https://github.com/.extraheader 2022-11-23T00:55:51.2968120Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:55:51.2988221Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3014668Z Entering 'third_party/XNNPACK' 2022-11-23T00:55:51.3034427Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3082507Z Entering 'third_party/benchmark' 2022-11-23T00:55:51.3102452Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3140022Z Entering 'third_party/cpuinfo' 2022-11-23T00:55:51.3160351Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3199511Z Entering 'third_party/cub' 2022-11-23T00:55:51.3219645Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3258176Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:55:51.3278479Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3323012Z Entering 'third_party/cutlass' 2022-11-23T00:55:51.3343192Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3390602Z Entering 'third_party/eigen' 2022-11-23T00:55:51.3410403Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3449092Z Entering 'third_party/fbgemm' 2022-11-23T00:55:51.3469316Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3496156Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:55:51.3516967Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3542895Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:55:51.3562385Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3598531Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:55:51.3617660Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3654091Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:55:51.3674703Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3702780Z Entering 'third_party/flatbuffers' 2022-11-23T00:55:51.3724946Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3768906Z Entering 'third_party/fmt' 2022-11-23T00:55:51.3789589Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3816243Z Entering 'third_party/foxi' 2022-11-23T00:55:51.3837451Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3863132Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:55:51.3883337Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3910438Z Entering 'third_party/gloo' 2022-11-23T00:55:51.3930631Z http.https://github.com/.extraheader 2022-11-23T00:55:51.3957327Z Entering 'third_party/googletest' 2022-11-23T00:55:51.3977208Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4003948Z Entering 'third_party/ideep' 2022-11-23T00:55:51.4024154Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4055950Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:55:51.4076421Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4104688Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:55:51.4124307Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4167966Z Entering 'third_party/ios-cmake' 2022-11-23T00:55:51.4187721Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4214663Z Entering 'third_party/ittapi' 2022-11-23T00:55:51.4234889Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4261184Z Entering 'third_party/kineto' 2022-11-23T00:55:51.4280870Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4316540Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:55:51.4335509Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4373751Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:55:51.4393639Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4443754Z Entering 'third_party/nccl/nccl' 2022-11-23T00:55:51.4463865Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4491621Z Entering 'third_party/neon2sse' 2022-11-23T00:55:51.4511397Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4537685Z Entering 'third_party/nlohmann' 2022-11-23T00:55:51.4558650Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4595462Z Entering 'third_party/onnx' 2022-11-23T00:55:51.4615979Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4653138Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:55:51.4673226Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4710020Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:55:51.4729393Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4765569Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:55:51.4784983Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4811172Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:55:51.4831021Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4868829Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:55:51.4888234Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4926073Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:55:51.4945767Z http.https://github.com/.extraheader 2022-11-23T00:55:51.4980285Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:55:51.4999771Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5045841Z Entering 'third_party/pocketfft' 2022-11-23T00:55:51.5065733Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5098629Z Entering 'third_party/protobuf' 2022-11-23T00:55:51.5119612Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5148665Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:55:51.5167953Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5206896Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:55:51.5226076Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5265117Z Entering 'third_party/psimd' 2022-11-23T00:55:51.5285587Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5320975Z Entering 'third_party/pthreadpool' 2022-11-23T00:55:51.5341174Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5367393Z Entering 'third_party/pybind11' 2022-11-23T00:55:51.5388680Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5423240Z Entering 'third_party/python-enum' 2022-11-23T00:55:51.5443407Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5469746Z Entering 'third_party/python-peachpy' 2022-11-23T00:55:51.5489682Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5516638Z Entering 'third_party/python-six' 2022-11-23T00:55:51.5536478Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5562568Z Entering 'third_party/sleef' 2022-11-23T00:55:51.5583023Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5608874Z Entering 'third_party/tbb' 2022-11-23T00:55:51.5629699Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5665318Z Entering 'third_party/tensorpipe' 2022-11-23T00:55:51.5685630Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5718907Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:55:51.5738853Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5765311Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:55:51.5784578Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5811109Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:55:51.5831513Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5857490Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:55:51.5876986Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5902550Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:55:51.5922261Z http.https://github.com/.extraheader 2022-11-23T00:55:51.5950575Z Entering 'third_party/zstd' 2022-11-23T00:55:51.5970186Z http.https://github.com/.extraheader 2022-11-23T00:55:51.6201919Z Evaluate and set job outputs 2022-11-23T00:55:51.6211935Z Set output 'docker-image' 2022-11-23T00:55:51.6213152Z Cleaning up orphan processes