2022-08-17T11:54:34.4370004Z Requested labels: linux.20_04.16x 2022-08-17T11:54:34.4370071Z Job defined at: pytorch/pytorch/.github/workflows/lint.yml@refs/pull/82657/merge 2022-08-17T11:54:34.4370095Z Waiting for a runner to pick up this job... 2022-08-17T11:54:36.3038824Z Job is about to start running on the runner: linux.20_04.16x_6cbcafac3867 (organization) 2022-08-17T11:54:40.1485872Z Current runner version: '2.295.0' 2022-08-17T11:54:40.1491356Z Runner name: 'linux.20_04.16x_6cbcafac3867' 2022-08-17T11:54:40.1491822Z Runner group name: 'Default' 2022-08-17T11:54:40.1492350Z Machine name: 'runner' 2022-08-17T11:54:40.1509360Z ##[group]Operating System 2022-08-17T11:54:40.1509783Z Ubuntu 2022-08-17T11:54:40.1510074Z 20.04.4 2022-08-17T11:54:40.1510326Z LTS 2022-08-17T11:54:40.1510603Z ##[endgroup] 2022-08-17T11:54:40.1510859Z ##[group]Virtual Environment 2022-08-17T11:54:40.1511190Z Environment: ubuntu-20.04 2022-08-17T11:54:40.1511512Z Version: 20220814.1 2022-08-17T11:54:40.1511923Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20220814.1/images/linux/Ubuntu2004-Readme.md 2022-08-17T11:54:40.1512491Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20220814.1 2022-08-17T11:54:40.1512882Z ##[endgroup] 2022-08-17T11:54:40.1513714Z ##[group]GITHUB_TOKEN Permissions 2022-08-17T11:54:40.1514411Z Actions: read 2022-08-17T11:54:40.1514766Z Checks: read 2022-08-17T11:54:40.1515050Z Contents: read 2022-08-17T11:54:40.1515296Z Deployments: read 2022-08-17T11:54:40.1515596Z Discussions: read 2022-08-17T11:54:40.1515880Z Issues: read 2022-08-17T11:54:40.1516109Z Metadata: read 2022-08-17T11:54:40.1516408Z Packages: read 2022-08-17T11:54:40.1516689Z Pages: read 2022-08-17T11:54:40.1516929Z PullRequests: read 2022-08-17T11:54:40.1517238Z RepositoryProjects: read 2022-08-17T11:54:40.1517549Z SecurityEvents: read 2022-08-17T11:54:40.1517823Z Statuses: read 2022-08-17T11:54:40.1518106Z ##[endgroup] 2022-08-17T11:54:40.1521517Z Secret source: None 2022-08-17T11:54:40.1521932Z Prepare workflow directory 2022-08-17T11:54:40.2397864Z Prepare all required actions 2022-08-17T11:54:40.2560740Z Getting action download info 2022-08-17T11:54:40.4405328Z Download action repository 'actions/setup-python@v2' (SHA:7f80679172b057fc5e90d70d197929d454754a5a) 2022-08-17T11:54:43.2204091Z Download action repository 'pytorch/pytorch@master' (SHA:2a096e940d33a33c4eb6df1c2ed4da607bd31a7f) 2022-08-17T11:54:46.2630297Z Getting action download info 2022-08-17T11:54:46.4417853Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-08-17T11:54:46.7343028Z ##[group]Run actions/setup-python@v2 2022-08-17T11:54:46.7343304Z with: 2022-08-17T11:54:46.7343490Z python-version: 3.8 2022-08-17T11:54:46.7343675Z architecture: x64 2022-08-17T11:54:46.7344063Z token: *** 2022-08-17T11:54:46.7344247Z ##[endgroup] 2022-08-17T11:54:47.1636490Z Successfully setup CPython (3.8.13) 2022-08-17T11:54:47.1919973Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-08-17T11:54:47.1920252Z with: 2022-08-17T11:54:47.1920431Z submodules: false 2022-08-17T11:54:47.1920637Z fetch-depth: 0 2022-08-17T11:54:47.1920815Z env: 2022-08-17T11:54:47.1921056Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:54:47.1921358Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:54:47.1921586Z ##[endgroup] 2022-08-17T11:54:47.2139338Z ##[group]Run retry () { 2022-08-17T11:54:47.2139614Z retry () { 2022-08-17T11:54:47.2139847Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-08-17T11:54:47.2140074Z } 2022-08-17T11:54:47.2140271Z echo "${GITHUB_WORKSPACE}" 2022-08-17T11:54:47.2140502Z if [ -z "${NO_SUDO}" ]; then 2022-08-17T11:54:47.2140727Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T11:54:47.2140939Z else 2022-08-17T11:54:47.2141172Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T11:54:47.2141377Z fi 2022-08-17T11:54:47.2141573Z mkdir "${GITHUB_WORKSPACE}" 2022-08-17T11:54:47.2196545Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T11:54:47.2196825Z env: 2022-08-17T11:54:47.2197065Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:54:47.2197362Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:54:47.2197772Z NO_SUDO: 2022-08-17T11:54:47.2197957Z ##[endgroup] 2022-08-17T11:54:47.2346022Z /home/runner/work/pytorch/pytorch 2022-08-17T11:54:47.4368400Z ##[group]Run malfet/checkout@silent-checkout 2022-08-17T11:54:47.4368695Z with: 2022-08-17T11:54:47.4414502Z ref: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:54:47.4414753Z fetch-depth: 0 2022-08-17T11:54:47.4414934Z submodules: false 2022-08-17T11:54:47.4415138Z quiet-checkout: true 2022-08-17T11:54:47.4415350Z repository: pytorch/pytorch 2022-08-17T11:54:47.4415770Z token: *** 2022-08-17T11:54:47.4415938Z ssh-strict: true 2022-08-17T11:54:47.4416141Z persist-credentials: true 2022-08-17T11:54:47.4416338Z clean: true 2022-08-17T11:54:47.4416493Z lfs: false 2022-08-17T11:54:47.4416681Z set-safe-directory: true 2022-08-17T11:54:47.4416867Z env: 2022-08-17T11:54:47.4417082Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:54:47.4417376Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:54:47.4417628Z ##[endgroup] 2022-08-17T11:54:47.5439083Z Syncing repository: pytorch/pytorch 2022-08-17T11:54:47.5445260Z ##[group]Getting Git version info 2022-08-17T11:54:47.5446022Z Working directory is '/home/runner/work/pytorch/pytorch' 2022-08-17T11:54:47.5490074Z [command]/usr/bin/git version 2022-08-17T11:54:47.8379638Z git version 2.37.2 2022-08-17T11:54:47.8411286Z ##[endgroup] 2022-08-17T11:54:47.8431313Z Temporarily overriding HOME='/home/runner/work/_temp/ad456b64-ff31-4751-9bcd-7f26e25a81f6' before making global git config changes 2022-08-17T11:54:47.8431887Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T11:54:47.8440144Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-08-17T11:54:47.8610405Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2022-08-17T11:54:47.8615032Z ##[group]Initializing the repository 2022-08-17T11:54:47.8619785Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2022-08-17T11:54:47.9591513Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-08-17T11:54:47.9592052Z hint: is subject to change. To configure the initial branch name to use in all 2022-08-17T11:54:47.9592509Z hint: of your new repositories, which will suppress this warning, call: 2022-08-17T11:54:47.9592812Z hint: 2022-08-17T11:54:47.9593228Z hint: git config --global init.defaultBranch 2022-08-17T11:54:47.9593607Z hint: 2022-08-17T11:54:47.9594301Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-08-17T11:54:47.9594858Z hint: 'development'. The just-created branch can be renamed via this command: 2022-08-17T11:54:47.9595176Z hint: 2022-08-17T11:54:47.9595449Z hint: git branch -m 2022-08-17T11:54:47.9595824Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2022-08-17T11:54:47.9611099Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-08-17T11:54:47.9801291Z ##[endgroup] 2022-08-17T11:54:47.9801829Z ##[group]Disabling automatic garbage collection 2022-08-17T11:54:47.9807292Z [command]/usr/bin/git config --local gc.auto 0 2022-08-17T11:54:47.9847821Z ##[endgroup] 2022-08-17T11:54:47.9848317Z ##[group]Setting up auth 2022-08-17T11:54:47.9857844Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T11:54:47.9901567Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-08-17T11:54:48.7048138Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T11:54:48.7093109Z [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-08-17T11:54:48.7343269Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T11:54:48.7382309Z ##[endgroup] 2022-08-17T11:54:48.7382944Z ##[group]Fetching the repository 2022-08-17T11:54:48.7412169Z [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-08-17T11:55:26.9772307Z [command]/usr/bin/git rev-parse --verify --quiet ce6a3c605df99d1df57c0dda75c06d748e54ed2a^{object} 2022-08-17T11:55:26.9819010Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:55:28.0580896Z ##[endgroup] 2022-08-17T11:55:28.0581692Z ##[group]Determining the checkout info 2022-08-17T11:55:28.0582316Z ##[endgroup] 2022-08-17T11:55:28.0582799Z ##[group]Checking out the ref 2022-08-17T11:55:28.0588453Z [command]/usr/bin/git checkout --quiet --force ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T11:55:29.2701658Z ##[endgroup] 2022-08-17T11:55:29.2941510Z [command]/usr/bin/git log -1 --format='%H' 2022-08-17T11:55:29.2972904Z 'ce6a3c605df99d1df57c0dda75c06d748e54ed2a' 2022-08-17T11:55:29.3108363Z ##[group]Run pip install lintrunner==0.9.* 2022-08-17T11:55:29.3108753Z pip install lintrunner==0.9.* 2022-08-17T11:55:29.3161427Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:29.3161614Z env: 2022-08-17T11:55:29.3161859Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:55:29.3162163Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:55:29.3162388Z ##[endgroup] 2022-08-17T11:55:36.1317545Z Collecting lintrunner==0.9.* 2022-08-17T11:55:36.1554724Z Downloading lintrunner-0.9.2-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.3 MB) 2022-08-17T11:55:36.1788062Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 113.9 MB/s eta 0:00:00 2022-08-17T11:55:36.3290376Z Installing collected packages: lintrunner 2022-08-17T11:55:36.3853378Z Successfully installed lintrunner-0.9.2 2022-08-17T11:55:36.5845930Z ##[group]Run lintrunner init 2022-08-17T11:55:36.5846191Z lintrunner init 2022-08-17T11:55:36.5895895Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:36.5896152Z env: 2022-08-17T11:55:36.5896418Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:55:36.5896731Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:55:36.5896991Z ##[endgroup] 2022-08-17T11:55:36.6021360Z [2022-08-17T11:55:36Z INFO lintrunner::linter] Initializing linter: 'FLAKE8' 2022-08-17T11:55:36.6342964Z $ pip3 install --user flake8==3.8.2 flake8-bugbear==20.1.4 flake8-comprehensions==3.3.0 flake8-executable==2.0.4 flake8-pyi==20.5.0 mccabe==0.6.1 pycodestyle==2.6.0 pyflakes==2.2.0 2022-08-17T11:55:37.1180824Z Collecting flake8==3.8.2 2022-08-17T11:55:37.1383568Z Downloading flake8-3.8.2-py2.py3-none-any.whl (72 kB) 2022-08-17T11:55:37.1448780Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.7/72.7 kB 17.3 MB/s eta 0:00:00 2022-08-17T11:55:37.1698924Z Collecting flake8-bugbear==20.1.4 2022-08-17T11:55:37.1746151Z Downloading flake8_bugbear-20.1.4-py36.py37.py38-none-any.whl (15 kB) 2022-08-17T11:55:37.2006004Z Collecting flake8-comprehensions==3.3.0 2022-08-17T11:55:37.2056157Z Downloading flake8_comprehensions-3.3.0-py3-none-any.whl (7.2 kB) 2022-08-17T11:55:37.2220265Z Collecting flake8-executable==2.0.4 2022-08-17T11:55:37.2264236Z Downloading flake8_executable-2.0.4-py3-none-any.whl (35 kB) 2022-08-17T11:55:37.2484388Z Collecting flake8-pyi==20.5.0 2022-08-17T11:55:37.2536300Z Downloading flake8_pyi-20.5.0-py36-none-any.whl (9.6 kB) 2022-08-17T11:55:37.2762770Z Collecting mccabe==0.6.1 2022-08-17T11:55:37.2800217Z Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) 2022-08-17T11:55:37.2991749Z Collecting pycodestyle==2.6.0 2022-08-17T11:55:37.3046762Z Downloading pycodestyle-2.6.0-py2.py3-none-any.whl (41 kB) 2022-08-17T11:55:37.3090478Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.4/41.4 kB 15.8 MB/s eta 0:00:00 2022-08-17T11:55:37.3297251Z Collecting pyflakes==2.2.0 2022-08-17T11:55:37.3339928Z Downloading pyflakes-2.2.0-py2.py3-none-any.whl (66 kB) 2022-08-17T11:55:37.3379724Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.0/67.0 kB 30.1 MB/s eta 0:00:00 2022-08-17T11:55:37.3860866Z Collecting attrs>=19.2.0 2022-08-17T11:55:37.3900256Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-08-17T11:55:37.3942587Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 25.7 MB/s eta 0:00:00 2022-08-17T11:55:37.5259278Z Installing collected packages: mccabe, pyflakes, pycodestyle, attrs, flake8, flake8-pyi, flake8-executable, flake8-comprehensions, flake8-bugbear 2022-08-17T11:55:37.7534702Z Successfully installed attrs-22.1.0 flake8-3.8.2 flake8-bugbear-20.1.4 flake8-comprehensions-3.3.0 flake8-executable-2.0.4 flake8-pyi-20.5.0 mccabe-0.6.1 pycodestyle-2.6.0 pyflakes-2.2.0 2022-08-17T11:55:37.9151630Z took 1280ms 2022-08-17T11:55:37.9227366Z [2022-08-17T11:55:37Z INFO lintrunner::linter] Initializing linter: 'CLANGFORMAT' 2022-08-17T11:55:37.9856445Z INFO: .lintbin/clang-format does not exist. 2022-08-17T11:55:37.9857319Z INFO: Downloading https://oss-clang-format.s3.us-east-2.amazonaws.com/linux64/clang-format-linux64 to .lintbin/clang-format 2022-08-17T11:55:38.1536712Z INFO: Downloaded clang-format successfully. 2022-08-17T11:55:38.1611280Z INFO: Using clang-format located at .lintbin/clang-format 2022-08-17T11:55:38.1709607Z [2022-08-17T11:55:38Z INFO lintrunner::linter] Initializing linter: 'MYPY' 2022-08-17T11:55:38.2047219Z $ pip3 install --user numpy==1.21.6 expecttest==0.1.3 mypy==0.960 types-requests==2.27.25 types-six==1.16.15 types-PyYAML==6.0.7 types-tabulate==0.8.8 types-protobuf==3.19.18 types-pkg-resources==0.1.3 types-Jinja2==2.11.9 junitparser==2.1.1 rich==10.9.0 pyyaml==6.0 2022-08-17T11:55:38.9768185Z Collecting numpy==1.21.6 2022-08-17T11:55:38.9973003Z Downloading numpy-1.21.6-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-08-17T11:55:39.1409907Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/15.7 MB 114.4 MB/s eta 0:00:00 2022-08-17T11:55:39.2025016Z Collecting expecttest==0.1.3 2022-08-17T11:55:39.2083935Z Downloading expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-08-17T11:55:39.3081676Z Collecting mypy==0.960 2022-08-17T11:55:39.3130413Z Downloading mypy-0.960-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.8 MB) 2022-08-17T11:55:39.4608233Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/17.8 MB 97.4 MB/s eta 0:00:00 2022-08-17T11:55:39.5509279Z Collecting types-requests==2.27.25 2022-08-17T11:55:39.5555814Z Downloading types_requests-2.27.25-py3-none-any.whl (12 kB) 2022-08-17T11:55:39.5765209Z Collecting types-six==1.16.15 2022-08-17T11:55:39.5814613Z Downloading types_six-1.16.15-py3-none-any.whl (14 kB) 2022-08-17T11:55:39.6024686Z Collecting types-PyYAML==6.0.7 2022-08-17T11:55:39.6073766Z Downloading types_PyYAML-6.0.7-py3-none-any.whl (13 kB) 2022-08-17T11:55:39.6242677Z Collecting types-tabulate==0.8.8 2022-08-17T11:55:39.6285862Z Downloading types_tabulate-0.8.8-py3-none-any.whl (2.5 kB) 2022-08-17T11:55:39.6523354Z Collecting types-protobuf==3.19.18 2022-08-17T11:55:39.6624628Z Downloading types_protobuf-3.19.18-py3-none-any.whl (52 kB) 2022-08-17T11:55:39.6670650Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.3/52.3 kB 20.6 MB/s eta 0:00:00 2022-08-17T11:55:39.6788653Z Collecting types-pkg-resources==0.1.3 2022-08-17T11:55:39.6825978Z Downloading types_pkg_resources-0.1.3-py2.py3-none-any.whl (4.8 kB) 2022-08-17T11:55:39.6993402Z Collecting types-Jinja2==2.11.9 2022-08-17T11:55:39.7037329Z Downloading types_Jinja2-2.11.9-py3-none-any.whl (18 kB) 2022-08-17T11:55:39.7265019Z Collecting junitparser==2.1.1 2022-08-17T11:55:39.7317051Z Downloading junitparser-2.1.1-py2.py3-none-any.whl (10 kB) 2022-08-17T11:55:39.8183755Z Collecting rich==10.9.0 2022-08-17T11:55:39.8247829Z Downloading rich-10.9.0-py3-none-any.whl (211 kB) 2022-08-17T11:55:39.8303296Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.2/211.2 kB 69.2 MB/s eta 0:00:00 2022-08-17T11:55:39.8849400Z Collecting pyyaml==6.0 2022-08-17T11:55:39.8893658Z Downloading PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB) 2022-08-17T11:55:39.8982395Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 701.2/701.2 kB 109.6 MB/s eta 0:00:00 2022-08-17T11:55:39.9464722Z Collecting tomli>=1.1.0 2022-08-17T11:55:39.9502475Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2022-08-17T11:55:39.9645535Z Collecting mypy-extensions>=0.4.3 2022-08-17T11:55:39.9803660Z Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB) 2022-08-17T11:55:40.0002438Z Collecting typing-extensions>=3.10 2022-08-17T11:55:40.0042687Z Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-08-17T11:55:40.0251768Z Collecting types-urllib3<1.27 2022-08-17T11:55:40.0294013Z Downloading types_urllib3-1.26.22-py3-none-any.whl (14 kB) 2022-08-17T11:55:40.0502362Z Collecting types-MarkupSafe 2022-08-17T11:55:40.0542336Z Downloading types_MarkupSafe-1.1.10-py3-none-any.whl (4.0 kB) 2022-08-17T11:55:40.0736479Z Collecting future 2022-08-17T11:55:40.0775891Z Downloading future-0.18.2.tar.gz (829 kB) 2022-08-17T11:55:40.0874629Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 829.2/829.2 kB 115.6 MB/s eta 0:00:00 2022-08-17T11:55:40.1744276Z Preparing metadata (setup.py): started 2022-08-17T11:55:42.4391992Z Preparing metadata (setup.py): finished with status 'done' 2022-08-17T11:55:42.4763696Z Collecting colorama<0.5.0,>=0.4.0 2022-08-17T11:55:42.4805022Z Downloading colorama-0.4.5-py2.py3-none-any.whl (16 kB) 2022-08-17T11:55:42.5140438Z Collecting pygments<3.0.0,>=2.6.0 2022-08-17T11:55:42.5184395Z Downloading Pygments-2.13.0-py3-none-any.whl (1.1 MB) 2022-08-17T11:55:42.5309765Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 116.7 MB/s eta 0:00:00 2022-08-17T11:55:42.5542929Z Collecting commonmark<0.10.0,>=0.9.0 2022-08-17T11:55:42.5592239Z Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB) 2022-08-17T11:55:42.5633219Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 21.2 MB/s eta 0:00:00 2022-08-17T11:55:42.5900349Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-08-17T11:55:42.6961558Z Installing collected packages: types-urllib3, types-tabulate, types-six, types-PyYAML, types-protobuf, types-pkg-resources, types-MarkupSafe, mypy-extensions, commonmark, typing-extensions, types-requests, types-Jinja2, tomli, pyyaml, pygments, numpy, future, expecttest, colorama, rich, mypy, junitparser 2022-08-17T11:55:45.0912103Z Running setup.py install for future: started 2022-08-17T11:55:45.8268276Z Running setup.py install for future: finished with status 'done' 2022-08-17T11:55:47.1360570Z Successfully installed colorama-0.4.5 commonmark-0.9.1 expecttest-0.1.3 future-0.18.2 junitparser-2.1.1 mypy-0.960 mypy-extensions-0.4.3 numpy-1.21.6 pygments-2.13.0 pyyaml-6.0 rich-10.9.0 tomli-2.0.1 types-Jinja2-2.11.9 types-MarkupSafe-1.1.10 types-PyYAML-6.0.7 types-pkg-resources-0.1.3 types-protobuf-3.19.18 types-requests-2.27.25 types-six-1.16.15 types-tabulate-0.8.8 types-urllib3-1.26.22 typing-extensions-4.3.0 2022-08-17T11:55:47.3178510Z took 9112ms 2022-08-17T11:55:47.3255497Z [2022-08-17T11:55:47Z INFO lintrunner::linter] Initializing linter: 'CLANGTIDY' 2022-08-17T11:55:47.3888331Z INFO: .lintbin/clang-tidy does not exist. 2022-08-17T11:55:47.3889134Z INFO: Downloading https://oss-clang-format.s3.us-east-2.amazonaws.com/linux64/clang-tidy to .lintbin/clang-tidy 2022-08-17T11:55:48.2166201Z INFO: Downloaded clang-tidy successfully. 2022-08-17T11:55:48.4219790Z INFO: Using clang-tidy located at .lintbin/clang-tidy 2022-08-17T11:55:48.4323148Z [2022-08-17T11:55:48Z INFO lintrunner::linter] Initializing linter: 'NATIVEFUNCTIONS' 2022-08-17T11:55:48.4657419Z $ pip3 install --user ruamel.yaml==0.17.4 2022-08-17T11:55:49.2409956Z Collecting ruamel.yaml==0.17.4 2022-08-17T11:55:49.2613016Z Downloading ruamel.yaml-0.17.4-py3-none-any.whl (101 kB) 2022-08-17T11:55:49.2679895Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.9/101.9 kB 26.9 MB/s eta 0:00:00 2022-08-17T11:55:49.3069048Z Collecting ruamel.yaml.clib>=0.1.2 2022-08-17T11:55:49.3106619Z Downloading ruamel.yaml.clib-0.2.6-cp38-cp38-manylinux1_x86_64.whl (570 kB) 2022-08-17T11:55:49.3188121Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.4/570.4 kB 103.8 MB/s eta 0:00:00 2022-08-17T11:55:49.4052517Z Installing collected packages: ruamel.yaml.clib, ruamel.yaml 2022-08-17T11:55:49.5094163Z Successfully installed ruamel.yaml-0.17.4 ruamel.yaml.clib-0.2.6 2022-08-17T11:55:49.6477776Z took 1181ms 2022-08-17T11:55:49.6544076Z [2022-08-17T11:55:49Z INFO lintrunner::linter] Initializing linter: 'CMAKE' 2022-08-17T11:55:49.6891953Z $ pip3 install --user cmakelint==1.4.1 2022-08-17T11:55:50.1660911Z Collecting cmakelint==1.4.1 2022-08-17T11:55:50.1849791Z Downloading cmakelint-1.4.1-py3-none-any.whl (12 kB) 2022-08-17T11:55:50.2713570Z Installing collected packages: cmakelint 2022-08-17T11:55:50.2887444Z Successfully installed cmakelint-1.4.1 2022-08-17T11:55:50.4121394Z took 722ms 2022-08-17T11:55:50.4201841Z [2022-08-17T11:55:50Z INFO lintrunner::linter] Initializing linter: 'SHELLCHECK' 2022-08-17T11:55:50.4538339Z $ pip3 install --user shellcheck-py==0.7.2.1 2022-08-17T11:55:50.9362082Z Collecting shellcheck-py==0.7.2.1 2022-08-17T11:55:50.9910336Z Downloading shellcheck_py-0.7.2.1-py2.py3-none-manylinux1_x86_64.whl (2.0 MB) 2022-08-17T11:55:51.0128907Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 110.1 MB/s eta 0:00:00 2022-08-17T11:55:51.1035956Z Installing collected packages: shellcheck-py 2022-08-17T11:55:51.1482521Z Successfully installed shellcheck-py-0.7.2.1 2022-08-17T11:55:51.2695278Z took 815ms 2022-08-17T11:55:51.2765463Z [2022-08-17T11:55:51Z INFO lintrunner::linter] Initializing linter: 'ACTIONLINT' 2022-08-17T11:55:51.3413191Z INFO: .lintbin/actionlint does not exist. 2022-08-17T11:55:51.3414712Z INFO: Downloading https://oss-clang-format.s3.us-east-2.amazonaws.com/actionlint/1.6.15/Linux_arm64/actionlint to .lintbin/actionlint 2022-08-17T11:55:51.9261383Z INFO: Downloaded actionlint successfully. 2022-08-17T11:55:51.9430440Z INFO: Using actionlint located at .lintbin/actionlint 2022-08-17T11:55:51.9533228Z [2022-08-17T11:55:51Z INFO lintrunner::linter] Initializing linter: 'WORKFLOWSYNC' 2022-08-17T11:55:51.9896318Z $ pip3 install --user PyYAML==6.0 2022-08-17T11:55:52.4302817Z Requirement already satisfied: PyYAML==6.0 in /home/runner/.local/lib/python3.8/site-packages (6.0) 2022-08-17T11:55:52.6381255Z took 648ms 2022-08-17T11:55:52.6457276Z [2022-08-17T11:55:52Z INFO lintrunner::linter] Initializing linter: 'UFMT' 2022-08-17T11:55:52.6796062Z $ pip3 install --user black==22.3.0 ufmt==1.3.3 usort==1.0.2 2022-08-17T11:55:53.1951532Z Collecting black==22.3.0 2022-08-17T11:55:53.2192881Z Downloading black-22.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB) 2022-08-17T11:55:53.2371565Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 97.4 MB/s eta 0:00:00 2022-08-17T11:55:53.2625471Z Collecting ufmt==1.3.3 2022-08-17T11:55:53.2672903Z Downloading ufmt-1.3.3-py3-none-any.whl (11 kB) 2022-08-17T11:55:53.2888969Z Collecting usort==1.0.2 2022-08-17T11:55:53.2943360Z Downloading usort-1.0.2-py3-none-any.whl (23 kB) 2022-08-17T11:55:53.3139251Z Requirement already satisfied: typing-extensions>=3.10.0.0 in /home/runner/.local/lib/python3.8/site-packages (from black==22.3.0) (4.3.0) 2022-08-17T11:55:53.3415054Z Collecting click>=8.0.0 2022-08-17T11:55:53.3455792Z Downloading click-8.1.3-py3-none-any.whl (96 kB) 2022-08-17T11:55:53.3502972Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 37.0 MB/s eta 0:00:00 2022-08-17T11:55:53.3523632Z Requirement already satisfied: mypy-extensions>=0.4.3 in /home/runner/.local/lib/python3.8/site-packages (from black==22.3.0) (0.4.3) 2022-08-17T11:55:53.3699172Z Collecting platformdirs>=2 2022-08-17T11:55:53.3744373Z Downloading platformdirs-2.5.2-py3-none-any.whl (14 kB) 2022-08-17T11:55:53.3909936Z Collecting pathspec>=0.9.0 2022-08-17T11:55:53.3950336Z Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) 2022-08-17T11:55:53.3992104Z Requirement already satisfied: tomli>=1.1.0 in /home/runner/.local/lib/python3.8/site-packages (from black==22.3.0) (2.0.1) 2022-08-17T11:55:53.4433004Z Collecting tomlkit>=0.7.2 2022-08-17T11:55:53.4480579Z Downloading tomlkit-0.11.4-py3-none-any.whl (35 kB) 2022-08-17T11:55:53.4660629Z Collecting trailrunner>=1.1.1 2022-08-17T11:55:53.4704677Z Downloading trailrunner-1.2.1-py3-none-any.whl (10 kB) 2022-08-17T11:55:53.4870385Z Collecting moreorless>=0.4.0 2022-08-17T11:55:53.4960469Z Downloading moreorless-0.4.0-py2.py3-none-any.whl (9.3 kB) 2022-08-17T11:55:53.5181476Z Collecting stdlibs>=2021.4.1 2022-08-17T11:55:53.5232038Z Downloading stdlibs-2022.6.8-py3-none-any.whl (49 kB) 2022-08-17T11:55:53.5277037Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.0/49.0 kB 18.1 MB/s eta 0:00:00 2022-08-17T11:55:53.5421948Z Collecting toml>=0.10.0 2022-08-17T11:55:53.5461222Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2022-08-17T11:55:53.5494019Z Requirement already satisfied: attrs>=21.2.0 in /home/runner/.local/lib/python3.8/site-packages (from usort==1.0.2) (22.1.0) 2022-08-17T11:55:53.6114925Z Collecting LibCST>=0.3.7 2022-08-17T11:55:53.6235105Z Downloading libcst-0.4.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB) 2022-08-17T11:55:53.6469402Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 130.9 MB/s eta 0:00:00 2022-08-17T11:55:53.7174148Z Collecting typing-inspect>=0.4.0 2022-08-17T11:55:53.7216465Z Downloading typing_inspect-0.7.1-py3-none-any.whl (8.4 kB) 2022-08-17T11:55:53.7249494Z Requirement already satisfied: pyyaml>=5.2 in /home/runner/.local/lib/python3.8/site-packages (from LibCST>=0.3.7->usort==1.0.2) (6.0) 2022-08-17T11:55:53.8696745Z Installing collected packages: typing-inspect, tomlkit, toml, stdlibs, platformdirs, pathspec, click, trailrunner, moreorless, LibCST, black, usort, ufmt 2022-08-17T11:55:54.6723959Z Successfully installed LibCST-0.4.7 black-22.3.0 click-8.1.3 moreorless-0.4.0 pathspec-0.9.0 platformdirs-2.5.2 stdlibs-2022.6.8 toml-0.10.2 tomlkit-0.11.4 trailrunner-1.2.1 typing-inspect-0.7.1 ufmt-1.3.3 usort-1.0.2 2022-08-17T11:55:54.8043717Z took 2124ms 2022-08-17T11:55:54.8153409Z ##[group]Run python3 -m tools.linter.clang_tidy.generate_build_files 2022-08-17T11:55:54.8153880Z python3 -m tools.linter.clang_tidy.generate_build_files 2022-08-17T11:55:54.8154274Z python3 -m tools.generate_torch_version --is_debug=false 2022-08-17T11:55:54.8154605Z python3 -m tools.pyi.gen_pyi \ 2022-08-17T11:55:54.8154999Z  --native-functions-path aten/src/ATen/native/native_functions.yaml \ 2022-08-17T11:55:54.8155522Z  --tags-path aten/src/ATen/native/tags.yaml \ 2022-08-17T11:55:54.8155932Z  --deprecated-functions-path "tools/autograd/deprecated.yaml" 2022-08-17T11:55:54.8213035Z shell: /usr/bin/bash -e {0} 2022-08-17T11:55:54.8213291Z env: 2022-08-17T11:55:54.8213598Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:55:54.8213968Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:55:54.8214267Z ##[endgroup] 2022-08-17T11:57:03.4173573Z Running: ['git', 'submodule', 'update', '--init', '--recursive'] 2022-08-17T11:57:03.4174283Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-08-17T11:57:03.4174888Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-08-17T11:57:03.4175704Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-08-17T11:57:03.4180258Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-08-17T11:57:03.4180965Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-08-17T11:57:03.4181584Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-08-17T11:57:03.4182218Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-08-17T11:57:03.4182805Z Submodule path 'third_party/cpuinfo': checked out '5916273f79a21551890fd3d56fc5375a78d1598d' 2022-08-17T11:57:03.4183400Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-08-17T11:57:03.4184018Z Submodule path 'third_party/cudnn_frontend': checked out '43709ab96c47e26eebcdac72f93f946d44ceffa8' 2022-08-17T11:57:03.4184628Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-08-17T11:57:03.4185205Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-08-17T11:57:03.4188668Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-08-17T11:57:03.4189908Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-08-17T11:57:03.4190623Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-08-17T11:57:03.4191340Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-08-17T11:57:03.4191985Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-08-17T11:57:03.4192569Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-08-17T11:57:03.4193152Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-08-17T11:57:03.4193775Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-08-17T11:57:03.4194363Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-08-17T11:57:03.4194954Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-08-17T11:57:03.4195548Z Submodule path 'third_party/ideep': checked out '8a114a51c116b55c4ceb689b98746786bd00c29b' 2022-08-17T11:57:03.4197865Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-08-17T11:57:03.4198959Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-08-17T11:57:03.4199874Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-08-17T11:57:03.4200611Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-08-17T11:57:03.4201122Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-08-17T11:57:03.4201795Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-08-17T11:57:03.4202338Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-08-17T11:57:03.4202845Z Submodule path 'third_party/nccl/nccl': checked out '19ab67d1727d337d10d0a48cbaf5cd119b8d88f1' 2022-08-17T11:57:03.4203314Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-08-17T11:57:03.4203757Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-08-17T11:57:03.4204222Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-08-17T11:57:03.4204731Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-08-17T11:57:03.4205241Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-08-17T11:57:03.4205750Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-08-17T11:57:03.4206267Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-08-17T11:57:03.4206842Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-08-17T11:57:03.4207416Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-08-17T11:57:03.4208041Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-08-17T11:57:03.4208558Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-08-17T11:57:03.4209023Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-08-17T11:57:03.4209524Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-08-17T11:57:03.4210061Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-08-17T11:57:03.4210545Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-08-17T11:57:03.4211020Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-08-17T11:57:03.4211491Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-08-17T11:57:03.4211977Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-08-17T11:57:03.4212477Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-08-17T11:57:03.4213224Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-08-17T11:57:03.4213676Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-08-17T11:57:03.4214135Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-08-17T11:57:03.4214611Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-08-17T11:57:03.4215230Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-08-17T11:57:03.4215775Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-08-17T11:57:03.4216297Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-08-17T11:57:03.4216840Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-08-17T11:57:03.4217468Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-08-17T11:57:03.4217972Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-08-17T11:57:03.4218514Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-08-17T11:57:03.4219081Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-08-17T11:57:03.4219637Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-08-17T11:57:03.4220192Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-08-17T11:57:03.4220850Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-08-17T11:57:03.4221390Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-08-17T11:57:03.4221944Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-08-17T11:57:03.4222474Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-08-17T11:57:03.4222990Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-08-17T11:57:03.4223552Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-08-17T11:57:03.4224104Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-08-17T11:57:03.4224610Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-08-17T11:57:03.4225163Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-08-17T11:57:03.4225681Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-08-17T11:57:03.4226182Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-08-17T11:57:03.4226731Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-08-17T11:57:03.4227334Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-08-17T11:57:03.4227883Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-08-17T11:57:03.4228404Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-08-17T11:57:03.4228947Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-08-17T11:57:03.4229471Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-08-17T11:57:03.4229987Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-08-17T11:57:03.4230498Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-08-17T11:57:03.4231100Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-08-17T11:57:03.4231624Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-08-17T11:57:03.4232126Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-08-17T11:57:03.4232671Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-08-17T11:57:03.4233277Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-08-17T11:57:03.4233826Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-08-17T11:57:03.4234399Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-08-17T11:57:03.4235007Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-08-17T11:57:03.4235589Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-08-17T11:57:03.4236132Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-08-17T11:57:03.4236717Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-08-17T11:57:03.4237290Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-08-17T11:57:03.4237806Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-08-17T11:57:03.4238279Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-08-17T11:57:03.4238811Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-08-17T11:57:03.4239339Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-08-17T11:57:03.4239781Z Cloning into '/home/runner/work/pytorch/pytorch/android/libs/fbjni'... 2022-08-17T11:57:03.4240171Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/FP16'... 2022-08-17T11:57:03.4240561Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/FXdiv'... 2022-08-17T11:57:03.4240943Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/NNPACK'... 2022-08-17T11:57:03.4241318Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/QNNPACK'... 2022-08-17T11:57:03.4241711Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/XNNPACK'... 2022-08-17T11:57:03.4242108Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/benchmark'... 2022-08-17T11:57:03.4242501Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cpuinfo'... 2022-08-17T11:57:03.4242868Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cub'... 2022-08-17T11:57:03.4243267Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-08-17T11:57:03.4243659Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/eigen'... 2022-08-17T11:57:03.4244029Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm'... 2022-08-17T11:57:03.4244426Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/flatbuffers'... 2022-08-17T11:57:03.4244810Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fmt'... 2022-08-17T11:57:03.4245175Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/foxi'... 2022-08-17T11:57:03.4245586Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-08-17T11:57:03.4245985Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/gloo'... 2022-08-17T11:57:03.4246421Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/googletest'... 2022-08-17T11:57:03.4246803Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ideep'... 2022-08-17T11:57:03.4247198Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ios-cmake'... 2022-08-17T11:57:03.4247586Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ittapi'... 2022-08-17T11:57:03.4247960Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto'... 2022-08-17T11:57:03.4248403Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/nccl/nccl'... 2022-08-17T11:57:03.4248799Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/neon2sse'... 2022-08-17T11:57:03.4249189Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/nlohmann'... 2022-08-17T11:57:03.4249564Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx'... 2022-08-17T11:57:03.4249961Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-08-17T11:57:03.4250367Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/pocketfft'... 2022-08-17T11:57:03.4250752Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/protobuf'... 2022-08-17T11:57:03.4251141Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/psimd'... 2022-08-17T11:57:03.4251537Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/pthreadpool'... 2022-08-17T11:57:03.4251936Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/pybind11'... 2022-08-17T11:57:03.4252324Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/python-enum'... 2022-08-17T11:57:03.4252908Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/python-peachpy'... 2022-08-17T11:57:03.4253333Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/python-six'... 2022-08-17T11:57:03.4253710Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/sleef'... 2022-08-17T11:57:03.4254095Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tbb'... 2022-08-17T11:57:03.4254491Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe'... 2022-08-17T11:57:03.4254879Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/zstd'... 2022-08-17T11:57:03.4255383Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-08-17T11:57:03.4255956Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T11:57:03.4256559Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-08-17T11:57:03.4257217Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T11:57:03.4257736Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-08-17T11:57:03.4258183Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-08-17T11:57:03.4258640Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-08-17T11:57:03.4259099Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-08-17T11:57:03.4259590Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-08-17T11:57:03.4260045Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-08-17T11:57:03.4260585Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T11:57:03.4261095Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-08-17T11:57:03.4261724Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T11:57:03.4262379Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T11:57:03.4262924Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-08-17T11:57:03.4263396Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-08-17T11:57:03.4264023Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-08-17T11:57:03.4264616Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-08-17T11:57:03.4265111Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-08-17T11:57:03.4265545Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-08-17T11:57:03.4266070Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T11:57:03.4266575Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-08-17T11:57:03.4267174Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T11:57:03.4267835Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T11:57:03.4268413Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-08-17T11:57:03.4268945Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-08-17T11:57:03.4269595Z 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-08-17T11:57:03.4270199Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-08-17T11:57:03.4270785Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-08-17T11:57:03.4271411Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-08-17T11:57:03.4271934Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-08-17T11:57:03.4272386Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-08-17T11:57:03.4272959Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-08-17T11:57:03.4273562Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-08-17T11:57:03.4274138Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-08-17T11:57:03.4274716Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T11:57:03.4275238Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-08-17T11:57:03.4275704Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-08-17T11:57:03.4276158Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-08-17T11:57:03.4276606Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-08-17T11:57:03.4277242Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T11:58:01.1457674Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-08-17T11:58:01.1462253Z Running: ['time', '/opt/hostedtoolcache/Python/3.8.13/x64/bin/python3', 'setup.py', '--cmake-only', 'build'] 2022-08-17T11:58:01.1463198Z -- The CXX compiler identification is Clang 11.0.0 2022-08-17T11:58:01.1463650Z -- The C compiler identification is Clang 11.0.0 2022-08-17T11:58:01.1464059Z -- Detecting CXX compiler ABI info 2022-08-17T11:58:01.1470928Z -- Detecting CXX compiler ABI info - done 2022-08-17T11:58:01.1471326Z -- Check for working CXX compiler: /usr/bin/clang++ - skipped 2022-08-17T11:58:01.1471641Z -- Detecting CXX compile features 2022-08-17T11:58:01.1471938Z -- Detecting CXX compile features - done 2022-08-17T11:58:01.1472233Z -- Detecting C compiler ABI info 2022-08-17T11:58:01.1472529Z -- Detecting C compiler ABI info - done 2022-08-17T11:58:01.1472869Z -- Check for working C compiler: /usr/bin/clang - skipped 2022-08-17T11:58:01.1482525Z -- Detecting C compile features 2022-08-17T11:58:01.1482962Z -- Detecting C compile features - done 2022-08-17T11:58:01.1483380Z -- Not forcing any particular BLAS to be found 2022-08-17T11:58:01.1484142Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-08-17T11:58:01.1484585Z -- Performing Test COMPILER_WORKS 2022-08-17T11:58:01.1484976Z -- Performing Test COMPILER_WORKS - Success 2022-08-17T11:58:01.1485394Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-08-17T11:58:01.1485800Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-08-17T11:58:01.1486231Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-08-17T11:58:01.1486694Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-08-17T11:58:01.1487405Z -- std::exception_ptr is supported. 2022-08-17T11:58:01.1487838Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-08-17T11:58:01.1488350Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-08-17T11:58:01.1488809Z -- Turning off deprecation warning due to glog. 2022-08-17T11:58:01.1489159Z -- Performing Test C_HAS_AVX_1 2022-08-17T11:58:01.1489517Z -- Performing Test C_HAS_AVX_1 - Failed 2022-08-17T11:58:01.1489864Z -- Performing Test C_HAS_AVX_2 2022-08-17T11:58:01.1490206Z -- Performing Test C_HAS_AVX_2 - Success 2022-08-17T11:58:01.1490562Z -- Performing Test C_HAS_AVX2_1 2022-08-17T11:58:01.1490928Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-08-17T11:58:01.1491260Z -- Performing Test C_HAS_AVX2_2 2022-08-17T11:58:01.1501189Z -- Performing Test C_HAS_AVX2_2 - Success 2022-08-17T11:58:01.1502022Z -- Performing Test C_HAS_AVX512_1 2022-08-17T11:58:01.1502483Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-08-17T11:58:01.1502932Z -- Performing Test C_HAS_AVX512_2 2022-08-17T11:58:01.1503380Z -- Performing Test C_HAS_AVX512_2 - Success 2022-08-17T11:58:01.1503821Z -- Performing Test CXX_HAS_AVX_1 2022-08-17T11:58:01.1504273Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-08-17T11:58:01.1504684Z -- Performing Test CXX_HAS_AVX_2 2022-08-17T11:58:01.1505124Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-08-17T11:58:01.1505578Z -- Performing Test CXX_HAS_AVX2_1 2022-08-17T11:58:01.1505991Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-08-17T11:58:01.1506415Z -- Performing Test CXX_HAS_AVX2_2 2022-08-17T11:58:01.1506884Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-08-17T11:58:01.1507320Z -- Performing Test CXX_HAS_AVX512_1 2022-08-17T11:58:01.1507754Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-08-17T11:58:01.1508193Z -- Performing Test CXX_HAS_AVX512_2 2022-08-17T11:58:01.1508613Z -- Performing Test CXX_HAS_AVX512_2 - Success 2022-08-17T11:58:01.1509178Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-08-17T11:58:01.1509794Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-08-17T11:58:01.1510799Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-08-17T11:58:01.1511513Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-08-17T11:58:01.1512096Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-08-17T11:58:01.1512472Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-08-17T11:58:01.1512851Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-08-17T11:58:01.1513338Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-08-17T11:58:01.1513690Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-08-17T11:58:01.1514030Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-08-17T11:58:01.1514485Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2022-08-17T11:58:01.1514912Z -- Building using own protobuf under third_party per request. 2022-08-17T11:58:01.1515214Z -- Use custom protobuf build. 2022-08-17T11:58:01.1515427Z -- 2022-08-17T11:58:01.1515606Z -- 3.13.0.0 2022-08-17T11:58:01.1515872Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-08-17T11:58:01.1516194Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-08-17T11:58:01.1516485Z -- Check if compiler accepts -pthread 2022-08-17T11:58:01.1516790Z -- Check if compiler accepts -pthread - yes 2022-08-17T11:58:01.1517057Z -- Found Threads: TRUE 2022-08-17T11:58:01.1517337Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-08-17T11:58:01.1517686Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-08-17T11:58:01.1518213Z -- Caffe2 protobuf include directory: $$ 2022-08-17T11:58:01.1518686Z -- Trying to find preferred BLAS backend of choice: MKL 2022-08-17T11:58:01.1518964Z -- MKL_THREADING = OMP 2022-08-17T11:58:01.1519207Z -- Looking for sys/types.h 2022-08-17T11:58:01.1519458Z -- Looking for sys/types.h - found 2022-08-17T11:58:01.1519713Z -- Looking for stdint.h 2022-08-17T11:58:01.1519962Z -- Looking for stdint.h - found 2022-08-17T11:58:01.1520209Z -- Looking for stddef.h 2022-08-17T11:58:01.1520441Z -- Looking for stddef.h - found 2022-08-17T11:58:01.1520679Z -- Check size of void* 2022-08-17T11:58:01.1520952Z -- Check size of void* - done 2022-08-17T11:58:01.1521178Z -- MKL_THREADING = OMP 2022-08-17T11:58:01.1521417Z -- MKL_THREADING = OMP 2022-08-17T11:58:01.1521789Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl] 2022-08-17T11:58:01.1522112Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1522490Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl] 2022-08-17T11:58:01.1522819Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1523177Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - guide - pthread - m - dl] 2022-08-17T11:58:01.1523512Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1523885Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - guide - pthread - m - dl] 2022-08-17T11:58:01.1524204Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1524548Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl] 2022-08-17T11:58:01.1524873Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1525234Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m - dl] 2022-08-17T11:58:01.1525536Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1525883Z -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl] 2022-08-17T11:58:01.1526201Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1526523Z -- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl] 2022-08-17T11:58:01.1526824Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1527162Z -- Checking for [mkl_intel_lp64 - mkl_core - iomp5 - pthread - m - dl] 2022-08-17T11:58:01.1527477Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1527875Z -- Checking for [mkl_intel - mkl_core - iomp5 - pthread - m - dl] 2022-08-17T11:58:01.1528188Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1528531Z -- Checking for [mkl_intel_lp64 - mkl_core - guide - pthread - m - dl] 2022-08-17T11:58:01.1528837Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1529168Z -- Checking for [mkl_intel - mkl_core - guide - pthread - m - dl] 2022-08-17T11:58:01.1529474Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1529787Z -- Checking for [mkl_intel_lp64 - mkl_core - pthread - m - dl] 2022-08-17T11:58:01.1530157Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1530475Z -- Checking for [mkl_intel - mkl_core - pthread - m - dl] 2022-08-17T11:58:01.1530750Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1531036Z -- Checking for [mkl - guide - pthread - m] 2022-08-17T11:58:01.1531302Z -- Library mkl: not found 2022-08-17T11:58:01.1531547Z -- MKL library not found 2022-08-17T11:58:01.1531891Z -- Checking for [blis] 2022-08-17T11:58:01.1532174Z -- Library blis: BLAS_blis_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1532445Z -- Checking for [Accelerate] 2022-08-17T11:58:01.1533088Z -- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1533386Z -- Checking for [vecLib] 2022-08-17T11:58:01.1533682Z -- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1533948Z -- Checking for [flexiblas] 2022-08-17T11:58:01.1534259Z -- Library flexiblas: BLAS_flexiblas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1534550Z -- Checking for [openblas] 2022-08-17T11:58:01.1534843Z -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1535159Z -- Checking for [openblas - pthread - m] 2022-08-17T11:58:01.1535487Z -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1535803Z -- Checking for [openblas - pthread - m - gomp] 2022-08-17T11:58:01.1536169Z -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1536452Z -- Checking for [goto2 - gfortran] 2022-08-17T11:58:01.1536754Z -- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1537066Z -- Checking for [goto2 - gfortran - pthread] 2022-08-17T11:58:01.1537365Z -- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1537650Z -- Checking for [acml - gfortran] 2022-08-17T11:58:01.1537943Z -- Library acml: BLAS_acml_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1538206Z -- Checking for [blis] 2022-08-17T11:58:01.1538474Z -- Library blis: BLAS_blis_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1538896Z -- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY) 2022-08-17T11:58:01.1539280Z -- Checking for [ptf77blas - atlas - gfortran] 2022-08-17T11:58:01.1539599Z -- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1539867Z -- Checking for [] 2022-08-17T11:58:01.1540096Z -- Looking for sgemm_ 2022-08-17T11:58:01.1540335Z -- Looking for sgemm_ - not found 2022-08-17T11:58:01.1540646Z -- Cannot find a library with BLAS API. Not using BLAS. 2022-08-17T11:58:01.1541070Z -- Using pocketfft in directory: /home/runner/work/pytorch/pytorch/third_party/pocketfft/ 2022-08-17T11:58:01.1541499Z -- The ASM compiler identification is Clang with GNU-like command-line 2022-08-17T11:58:01.1541811Z -- Found assembler: /usr/bin/clang 2022-08-17T11:58:01.1542101Z -- Brace yourself, we are building NNPACK 2022-08-17T11:58:01.1542403Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-08-17T11:58:01.1542707Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-08-17T11:58:01.1543140Z -- Found PythonInterp: /opt/hostedtoolcache/Python/3.8.13/x64/bin/python3 (found version "3.8.13") 2022-08-17T11:58:01.1543478Z -- NNPACK backend is x86-64 2022-08-17T11:58:01.1543917Z -- Found Python: /opt/hostedtoolcache/Python/3.8.13/x64/bin/python3.8 (found version "3.8.13") found components: Interpreter 2022-08-17T11:58:01.1544281Z -- Failed to find LLVM FileCheck 2022-08-17T11:58:01.1544585Z -- Found Git: /usr/bin/git (found version "2.37.2") 2022-08-17T11:58:01.1544886Z -- git version: v1.6.1 normalized to 1.6.1 2022-08-17T11:58:01.1545259Z -- Version: 1.6.1 2022-08-17T11:58:01.1545514Z -- Looking for shm_open in rt 2022-08-17T11:58:01.1545788Z -- Looking for shm_open in rt - found 2022-08-17T11:58:01.1546072Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-08-17T11:58:01.1546392Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-08-17T11:58:01.1546693Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-08-17T11:58:01.1546983Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-08-17T11:58:01.1547341Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-08-17T11:58:01.1547649Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-08-17T11:58:01.1547936Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-08-17T11:58:01.1548246Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-08-17T11:58:01.1548674Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-08-17T11:58:01.1548978Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-08-17T11:58:01.1549280Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-08-17T11:58:01.1549623Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2022-08-17T11:58:01.1549936Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-08-17T11:58:01.1550231Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-08-17T11:58:01.1550546Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-08-17T11:58:01.1550881Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-08-17T11:58:01.1551196Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-08-17T11:58:01.1551530Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success 2022-08-17T11:58:01.1551955Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-08-17T11:58:01.1552272Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-08-17T11:58:01.1552646Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-08-17T11:58:01.1553069Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-08-17T11:58:01.1553456Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-08-17T11:58:01.1553891Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-08-17T11:58:01.1554257Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-08-17T11:58:01.1554646Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-08-17T11:58:01.1554951Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-08-17T11:58:01.1555300Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-08-17T11:58:01.1555685Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-08-17T11:58:01.1556052Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success 2022-08-17T11:58:01.1556376Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES 2022-08-17T11:58:01.1556739Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES 2022-08-17T11:58:01.1587523Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile 2022-08-17T11:58:01.1588052Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-08-17T11:58:01.1588364Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-08-17T11:58:01.1588661Z -- Performing Test HAVE_STD_REGEX 2022-08-17T11:58:01.1588947Z -- Performing Test HAVE_STD_REGEX 2022-08-17T11:58:01.1589245Z -- Performing Test HAVE_STD_REGEX -- success 2022-08-17T11:58:01.1589530Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-08-17T11:58:01.1589815Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-08-17T11:58:01.1590150Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-08-17T11:58:01.1590440Z -- Performing Test HAVE_POSIX_REGEX 2022-08-17T11:58:01.1590725Z -- Performing Test HAVE_POSIX_REGEX 2022-08-17T11:58:01.1591037Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-08-17T11:58:01.1591317Z -- Performing Test HAVE_STEADY_CLOCK 2022-08-17T11:58:01.1591601Z -- Performing Test HAVE_STEADY_CLOCK 2022-08-17T11:58:01.1591906Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-08-17T11:58:01.1592209Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-08-17T11:58:01.1592538Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-08-17T11:58:01.1592817Z -- MKL_THREADING = OMP 2022-08-17T11:58:01.1593042Z -- MKL_THREADING = OMP 2022-08-17T11:58:01.1593503Z -- Found OpenMP_C: -fopenmp=libomp 2022-08-17T11:58:01.1593803Z -- Found OpenMP_CXX: -fopenmp=libomp 2022-08-17T11:58:01.1594067Z -- Found OpenMP: TRUE 2022-08-17T11:58:01.1594357Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-08-17T11:58:01.1594720Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-08-17T11:58:01.1595082Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-08-17T11:58:01.1595444Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2022-08-17T11:58:01.1595860Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-08-17T11:58:01.1596209Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-08-17T11:58:01.1596531Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-08-17T11:58:01.1596884Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Failed 2022-08-17T11:58:01.1597257Z -- Could NOT find Numa (missing: Numa_INCLUDE_DIR Numa_LIBRARIES) 2022-08-17T11:58:01.1597588Z -- Using third party subdirectory Eigen. 2022-08-17T11:58:01.1598065Z -- Found PythonInterp: /opt/hostedtoolcache/Python/3.8.13/x64/bin/python3 (found suitable version "3.8.13", minimum required is "3.0") 2022-08-17T11:58:01.1598641Z -- Found PythonLibs: /opt/hostedtoolcache/Python/3.8.13/x64/lib/libpython3.8.so.1.0 (found suitable version "3.8.13", minimum required is "3.0") 2022-08-17T11:58:01.1599005Z -- Using third_party/pybind11. 2022-08-17T11:58:01.1599387Z -- pybind11 include dirs: /home/runner/work/pytorch/pytorch/cmake/../third_party/pybind11/include 2022-08-17T11:58:01.1599714Z -- Checking for module 'mpi-c' 2022-08-17T11:58:01.1599962Z -- No package 'mpi-c' found 2022-08-17T11:58:01.1600304Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2022-08-17T11:58:01.1600606Z -- Checking for module 'mpi-cxx' 2022-08-17T11:58:01.1600871Z -- No package 'mpi-cxx' found 2022-08-17T11:58:01.1601252Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2022-08-17T11:58:01.1601629Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2022-08-17T11:58:01.1601952Z -- Adding OpenMP CXX_FLAGS: -fopenmp=libomp 2022-08-17T11:58:01.1602317Z -- Will link against OpenMP libraries: /usr/lib/llvm-11/lib/libomp.so 2022-08-17T11:58:01.1602612Z -- Performing Test UV_LINT_W4 2022-08-17T11:58:01.1602891Z -- Performing Test UV_LINT_W4 - Failed 2022-08-17T11:58:01.1603208Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-08-17T11:58:01.1603553Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-08-17T11:58:01.1603909Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-08-17T11:58:01.1604275Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-08-17T11:58:01.1604619Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-08-17T11:58:01.1604946Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-08-17T11:58:01.1605289Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-08-17T11:58:01.1605651Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-08-17T11:58:01.1605994Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-08-17T11:58:01.1606351Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-08-17T11:58:01.1606713Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-08-17T11:58:01.1607098Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-08-17T11:58:01.1607422Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-08-17T11:58:01.1607740Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-08-17T11:58:01.1608053Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-08-17T11:58:01.1608354Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-08-17T11:58:01.1608654Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-08-17T11:58:01.1608971Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-08-17T11:58:01.1609304Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-08-17T11:58:01.1609720Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-08-17T11:58:01.1610038Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-08-17T11:58:01.1610335Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-08-17T11:58:01.1610623Z -- Performing Test UV_LINT_WALL 2022-08-17T11:58:01.1610908Z -- Performing Test UV_LINT_WALL - Success 2022-08-17T11:58:01.1611216Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-08-17T11:58:01.1611541Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-08-17T11:58:01.1611962Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-08-17T11:58:01.1612297Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-08-17T11:58:01.1612580Z -- Performing Test UV_LINT_EXTRA 2022-08-17T11:58:01.1613043Z -- Performing Test UV_LINT_EXTRA - Success 2022-08-17T11:58:01.1613332Z -- Performing Test UV_LINT_UTF8_MSVC 2022-08-17T11:58:01.1613719Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-08-17T11:58:01.1614024Z -- Performing Test UV_F_STRICT_ALIASING 2022-08-17T11:58:01.1614341Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-08-17T11:58:01.1614608Z -- summary of build options: 2022-08-17T11:58:01.1614884Z Install prefix: /home/runner/work/pytorch/pytorch/torch 2022-08-17T11:58:01.1615132Z Target system: Linux 2022-08-17T11:58:01.1615314Z Compiler: 2022-08-17T11:58:01.1615515Z C compiler: /usr/bin/clang 2022-08-17T11:58:01.1615787Z CFLAGS: -fopenmp=libomp 2022-08-17T11:58:01.1615924Z 2022-08-17T11:58:01.1616090Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-08-17T11:58:01.1616349Z -- Gloo build as SHARED library 2022-08-17T11:58:01.1616760Z -- Found PythonInterp: /opt/hostedtoolcache/Python/3.8.13/x64/bin/python3 (found version "3.8.13") 2022-08-17T11:58:01.1617271Z -- Found PythonLibs: /opt/hostedtoolcache/Python/3.8.13/x64/lib/libpython3.8.so.1.0 (found version "3.8.13") 2022-08-17T11:58:01.1617553Z -- 2022-08-17T11:58:01.1617769Z -- ******** Summary ******** 2022-08-17T11:58:01.1618029Z -- CMake version : 3.24.0 2022-08-17T11:58:01.1618309Z -- CMake command : /usr/local/bin/cmake 2022-08-17T11:58:01.1618578Z -- System : Linux 2022-08-17T11:58:01.1618859Z -- C++ compiler : /usr/bin/clang++ 2022-08-17T11:58:01.1619125Z -- C++ compiler version : 11.0.0 2022-08-17T11:58:01.1619591Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -Wnon-virtual-dtor 2022-08-17T11:58:01.1619999Z -- Build type : Release 2022-08-17T11:58:01.1620362Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-08-17T11:58:01.1620805Z -- CMAKE_PREFIX_PATH : /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages 2022-08-17T11:58:01.1621225Z -- CMAKE_INSTALL_PREFIX : /home/runner/work/pytorch/pytorch/torch 2022-08-17T11:58:01.1621753Z -- CMAKE_MODULE_PATH : /home/runner/work/pytorch/pytorch/cmake/Modules;/home/runner/work/pytorch/pytorch/cmake/public/../Modules_CUDA_fix 2022-08-17T11:58:01.1622081Z -- 2022-08-17T11:58:01.1622302Z -- ONNX version : 1.12.0 2022-08-17T11:58:01.1622578Z -- ONNX NAMESPACE : onnx_torch 2022-08-17T11:58:01.1622852Z -- ONNX_USE_LITE_PROTO : OFF 2022-08-17T11:58:01.1623117Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-08-17T11:58:01.1623391Z -- Protobuf_USE_STATIC_LIBS : ON 2022-08-17T11:58:01.1623668Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-08-17T11:58:01.1623920Z -- ONNX_WERROR : OFF 2022-08-17T11:58:01.1624186Z -- ONNX_BUILD_TESTS : OFF 2022-08-17T11:58:01.1624450Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-08-17T11:58:01.1624704Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-08-17T11:58:01.1624975Z -- ONNXIFI_ENABLE_EXT : OFF 2022-08-17T11:58:01.1625188Z -- 2022-08-17T11:58:01.1625406Z -- Protobuf compiler : 2022-08-17T11:58:01.1625671Z -- Protobuf includes : 2022-08-17T11:58:01.1625935Z -- Protobuf libraries : 2022-08-17T11:58:01.1626303Z -- BUILD_ONNX_PYTHON : OFF 2022-08-17T11:58:01.1626505Z -- 2022-08-17T11:58:01.1626719Z -- ******** Summary ******** 2022-08-17T11:58:01.1626967Z -- CMake version : 3.24.0 2022-08-17T11:58:01.1627242Z -- CMake command : /usr/local/bin/cmake 2022-08-17T11:58:01.1627515Z -- System : Linux 2022-08-17T11:58:01.1627790Z -- C++ compiler : /usr/bin/clang++ 2022-08-17T11:58:01.1628051Z -- C++ compiler version : 11.0.0 2022-08-17T11:58:01.1628594Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -Wnon-virtual-dtor 2022-08-17T11:58:01.1628974Z -- Build type : Release 2022-08-17T11:58:01.1629276Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-08-17T11:58:01.1629695Z -- CMAKE_PREFIX_PATH : /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages 2022-08-17T11:58:01.1630106Z -- CMAKE_INSTALL_PREFIX : /home/runner/work/pytorch/pytorch/torch 2022-08-17T11:58:01.1630623Z -- CMAKE_MODULE_PATH : /home/runner/work/pytorch/pytorch/cmake/Modules;/home/runner/work/pytorch/pytorch/cmake/public/../Modules_CUDA_fix 2022-08-17T11:58:01.1630938Z -- 2022-08-17T11:58:01.1631171Z -- ONNX version : 1.4.1 2022-08-17T11:58:01.1631442Z -- ONNX NAMESPACE : onnx_torch 2022-08-17T11:58:01.1631696Z -- ONNX_BUILD_TESTS : OFF 2022-08-17T11:58:01.1631957Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-08-17T11:58:01.1632221Z -- ONNX_USE_LITE_PROTO : OFF 2022-08-17T11:58:01.1632472Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-08-17T11:58:01.1632681Z -- 2022-08-17T11:58:01.1632909Z -- Protobuf compiler : 2022-08-17T11:58:01.1633155Z -- Protobuf includes : 2022-08-17T11:58:01.1633414Z -- Protobuf libraries : 2022-08-17T11:58:01.1633665Z -- BUILD_ONNX_PYTHON : OFF 2022-08-17T11:58:01.1634023Z -- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor 2022-08-17T11:58:01.1634366Z -- Adding -DNDEBUG to compile flags 2022-08-17T11:58:01.1634689Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-08-17T11:58:01.1635050Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-08-17T11:58:01.1635402Z -- Could not find hardware support for NEON on this machine. 2022-08-17T11:58:01.1635710Z -- No OMAP3 processor on this machine. 2022-08-17T11:58:01.1635990Z -- No OMAP4 processor on this machine. 2022-08-17T11:58:01.1636246Z -- MKL_THREADING = OMP 2022-08-17T11:58:01.1636611Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl] 2022-08-17T11:58:01.1636948Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1637306Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl] 2022-08-17T11:58:01.1637626Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1638001Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - guide - pthread - m - dl] 2022-08-17T11:58:01.1638331Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1638685Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - guide - pthread - m - dl] 2022-08-17T11:58:01.1639007Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1639365Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl] 2022-08-17T11:58:01.1639675Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1640032Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m - dl] 2022-08-17T11:58:01.1640348Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1640672Z -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl] 2022-08-17T11:58:01.1640990Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1641323Z -- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl] 2022-08-17T11:58:01.1641621Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1641945Z -- Checking for [mkl_intel_lp64 - mkl_core - iomp5 - pthread - m - dl] 2022-08-17T11:58:01.1642266Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1642648Z -- Checking for [mkl_intel - mkl_core - iomp5 - pthread - m - dl] 2022-08-17T11:58:01.1642938Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1643284Z -- Checking for [mkl_intel_lp64 - mkl_core - guide - pthread - m - dl] 2022-08-17T11:58:01.1643602Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1643918Z -- Checking for [mkl_intel - mkl_core - guide - pthread - m - dl] 2022-08-17T11:58:01.1644222Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1644596Z -- Checking for [mkl_intel_lp64 - mkl_core - pthread - m - dl] 2022-08-17T11:58:01.1644902Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1645209Z -- Checking for [mkl_intel - mkl_core - pthread - m - dl] 2022-08-17T11:58:01.1645496Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1645784Z -- Checking for [mkl - guide - pthread - m] 2022-08-17T11:58:01.1646039Z -- Library mkl: not found 2022-08-17T11:58:01.1646285Z -- MKL library not found 2022-08-17T11:58:01.1646524Z -- Checking for [blis] 2022-08-17T11:58:01.1646801Z -- Library blis: BLAS_blis_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1647080Z -- Checking for [Accelerate] 2022-08-17T11:58:01.1647401Z -- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1647669Z -- Checking for [vecLib] 2022-08-17T11:58:01.1647959Z -- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1648238Z -- Checking for [flexiblas] 2022-08-17T11:58:01.1648536Z -- Library flexiblas: BLAS_flexiblas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1648853Z -- Checking for [openblas] 2022-08-17T11:58:01.1649158Z -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1649468Z -- Checking for [openblas - pthread - m] 2022-08-17T11:58:01.1649775Z -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1650099Z -- Checking for [openblas - pthread - m - gomp] 2022-08-17T11:58:01.1650432Z -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1650711Z -- Checking for [goto2 - gfortran] 2022-08-17T11:58:01.1651017Z -- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1651330Z -- Checking for [goto2 - gfortran - pthread] 2022-08-17T11:58:01.1651626Z -- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1651901Z -- Checking for [acml - gfortran] 2022-08-17T11:58:01.1652187Z -- Library acml: BLAS_acml_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1652433Z -- Checking for [blis] 2022-08-17T11:58:01.1652959Z -- Library blis: BLAS_blis_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1653523Z -- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY) 2022-08-17T11:58:01.1653908Z -- Checking for [ptf77blas - atlas - gfortran] 2022-08-17T11:58:01.1654228Z -- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1654502Z -- Checking for [] 2022-08-17T11:58:01.1654800Z -- Cannot find a library with BLAS API. Not using BLAS. 2022-08-17T11:58:01.1655064Z -- LAPACK requires BLAS 2022-08-17T11:58:01.1655373Z -- Cannot find a library with LAPACK API. Not using LAPACK. 2022-08-17T11:58:01.1655723Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2022-08-17T11:58:01.1656047Z -- MIOpen not found. Compiling without MIOpen support 2022-08-17T11:58:01.1656320Z -- MKL_THREADING = OMP 2022-08-17T11:58:01.1656680Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl] 2022-08-17T11:58:01.1657010Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1657368Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl] 2022-08-17T11:58:01.1657692Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1658060Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - guide - pthread - m - dl] 2022-08-17T11:58:01.1658374Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1658741Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - guide - pthread - m - dl] 2022-08-17T11:58:01.1659058Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1659510Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl] 2022-08-17T11:58:01.1659848Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1660207Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m - dl] 2022-08-17T11:58:01.1660524Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1660844Z -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl] 2022-08-17T11:58:01.1661160Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1661491Z -- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl] 2022-08-17T11:58:01.1661836Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1662175Z -- Checking for [mkl_intel_lp64 - mkl_core - iomp5 - pthread - m - dl] 2022-08-17T11:58:01.1662487Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1662802Z -- Checking for [mkl_intel - mkl_core - iomp5 - pthread - m - dl] 2022-08-17T11:58:01.1663097Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1663431Z -- Checking for [mkl_intel_lp64 - mkl_core - guide - pthread - m - dl] 2022-08-17T11:58:01.1663745Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1664066Z -- Checking for [mkl_intel - mkl_core - guide - pthread - m - dl] 2022-08-17T11:58:01.1664365Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1664681Z -- Checking for [mkl_intel_lp64 - mkl_core - pthread - m - dl] 2022-08-17T11:58:01.1664970Z -- Library mkl_intel_lp64: not found 2022-08-17T11:58:01.1665413Z -- Checking for [mkl_intel - mkl_core - pthread - m - dl] 2022-08-17T11:58:01.1665693Z -- Library mkl_intel: not found 2022-08-17T11:58:01.1665958Z -- Checking for [mkl - guide - pthread - m] 2022-08-17T11:58:01.1666216Z -- Library mkl: not found 2022-08-17T11:58:01.1666459Z -- MKL library not found 2022-08-17T11:58:01.1666952Z -- Checking for [blis] 2022-08-17T11:58:01.1667230Z -- Library blis: BLAS_blis_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1667497Z -- Checking for [Accelerate] 2022-08-17T11:58:01.1667810Z -- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1668072Z -- Checking for [vecLib] 2022-08-17T11:58:01.1668358Z -- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1668633Z -- Checking for [flexiblas] 2022-08-17T11:58:01.1668925Z -- Library flexiblas: BLAS_flexiblas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1669200Z -- Checking for [openblas] 2022-08-17T11:58:01.1669494Z -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1669778Z -- Checking for [openblas - pthread - m] 2022-08-17T11:58:01.1670085Z -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1670403Z -- Checking for [openblas - pthread - m - gomp] 2022-08-17T11:58:01.1670709Z -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1670993Z -- Checking for [goto2 - gfortran] 2022-08-17T11:58:01.1671272Z -- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1671557Z -- Checking for [goto2 - gfortran - pthread] 2022-08-17T11:58:01.1671859Z -- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1672129Z -- Checking for [acml - gfortran] 2022-08-17T11:58:01.1672411Z -- Library acml: BLAS_acml_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1672650Z -- Checking for [blis] 2022-08-17T11:58:01.1672922Z -- Library blis: BLAS_blis_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1673324Z -- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY) 2022-08-17T11:58:01.1673676Z -- Checking for [ptf77blas - atlas - gfortran] 2022-08-17T11:58:01.1674006Z -- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND 2022-08-17T11:58:01.1674261Z -- Checking for [] 2022-08-17T11:58:01.1674536Z -- Cannot find a library with BLAS API. Not using BLAS. 2022-08-17T11:58:01.1674808Z -- MKLDNN_CPU_RUNTIME = OMP 2022-08-17T11:58:01.1675049Z -- cmake version: 3.24.0 2022-08-17T11:58:01.1675270Z -- DNNL_TARGET_ARCH: X64 2022-08-17T11:58:01.1675504Z -- DNNL_LIBRARY_NAME: dnnl 2022-08-17T11:58:01.1675764Z -- Found OpenMP_C: -fopenmp=libomp 2022-08-17T11:58:01.1676038Z -- Found OpenMP_CXX: -fopenmp=libomp 2022-08-17T11:58:01.1676438Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2022-08-17T11:58:01.1676946Z -- Found PythonInterp: /opt/hostedtoolcache/Python/3.8.13/x64/bin/python3 (found suitable version "3.8.13", minimum required is "2.7") 2022-08-17T11:58:01.1677354Z -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2022-08-17T11:58:01.1677623Z -- Enabled workload: TRAINING 2022-08-17T11:58:01.1677872Z -- Enabled primitives: ALL 2022-08-17T11:58:01.1678308Z -- Enabled primitive CPU ISA: ALL 2022-08-17T11:58:01.1678624Z -- Enabled primitive GPU ISA: ALL 2022-08-17T11:58:01.1678888Z -- Primitive cache is enabled 2022-08-17T11:58:01.1679309Z -- Looking for /home/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h 2022-08-17T11:58:01.1679828Z -- Looking for /home/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h - found 2022-08-17T11:58:01.1680337Z -- Looking for /home/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h 2022-08-17T11:58:01.1680871Z -- Looking for /home/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h - found 2022-08-17T11:58:01.1681406Z -- Looking for C++ include /home/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp 2022-08-17T11:58:01.1681965Z -- Looking for C++ include /home/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp - found 2022-08-17T11:58:01.1682385Z -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 2022-08-17T11:58:01.1682677Z -- Cannot find Doxygen package 2022-08-17T11:58:01.1682969Z -- DNNL_GRAPH_BUILD_FOR_CI is set to be OFF 2022-08-17T11:58:01.1683280Z -- Compiling oneDNN Graph with CPU runtime OMP support 2022-08-17T11:58:01.1683586Z -- Graph compiler backend is disabled. 2022-08-17T11:58:01.1684020Z -- Set version definitions to /home/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn/src/utils/verbose.cpp 2022-08-17T11:58:01.1684377Z -- Compiled partition cache is enabled 2022-08-17T11:58:01.1684637Z -- Found MKL-DNN: TRUE 2022-08-17T11:58:01.1684893Z -- Looking for clock_gettime in rt 2022-08-17T11:58:01.1685162Z -- Looking for clock_gettime in rt - found 2022-08-17T11:58:01.1685412Z -- Looking for mmap 2022-08-17T11:58:01.1685653Z -- Looking for mmap - found 2022-08-17T11:58:01.1685894Z -- Looking for shm_open 2022-08-17T11:58:01.1686130Z -- Looking for shm_open - found 2022-08-17T11:58:01.1686378Z -- Looking for shm_unlink 2022-08-17T11:58:01.1686636Z -- Looking for shm_unlink - found 2022-08-17T11:58:01.1686885Z -- Looking for malloc_usable_size 2022-08-17T11:58:01.1687292Z -- Looking for malloc_usable_size - found 2022-08-17T11:58:01.1687561Z -- Performing Test C_HAS_THREAD 2022-08-17T11:58:01.1687825Z -- Performing Test C_HAS_THREAD - Success 2022-08-17T11:58:01.1688064Z -- Version: 7.0.3 2022-08-17T11:58:01.1688285Z -- Build type: Release 2022-08-17T11:58:01.1688491Z -- CXX_STANDARD: 14 2022-08-17T11:58:01.1688739Z -- Performing Test has_std_14_flag 2022-08-17T11:58:01.1689018Z -- Performing Test has_std_14_flag - Success 2022-08-17T11:58:01.1689279Z -- Performing Test has_std_1y_flag 2022-08-17T11:58:01.1689562Z -- Performing Test has_std_1y_flag - Success 2022-08-17T11:58:01.1689873Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-08-17T11:58:01.1690204Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-08-17T11:58:01.1690500Z -- Performing Test FMT_HAS_VARIANT 2022-08-17T11:58:01.1690788Z -- Performing Test FMT_HAS_VARIANT - Success 2022-08-17T11:58:01.1691088Z -- Required features: cxx_variadic_templates 2022-08-17T11:58:01.1691362Z -- Performing Test HAS_NULLPTR_WARNING 2022-08-17T11:58:01.1691663Z -- Performing Test HAS_NULLPTR_WARNING - Success 2022-08-17T11:58:01.1691921Z -- Looking for strtod_l 2022-08-17T11:58:01.1692160Z -- Looking for strtod_l - not found 2022-08-17T11:58:01.1692425Z -- Using CPU-only version of Kineto 2022-08-17T11:58:01.1692856Z -- Configuring Kineto dependency: 2022-08-17T11:58:01.1693524Z -- KINETO_SOURCE_DIR = /home/runner/work/pytorch/pytorch/third_party/kineto/libkineto 2022-08-17T11:58:01.1693861Z -- KINETO_BUILD_TESTS = OFF 2022-08-17T11:58:01.1694121Z -- KINETO_LIBRARY_TYPE = static 2022-08-17T11:58:01.1694524Z -- Found PythonInterp: /opt/hostedtoolcache/Python/3.8.13/x64/bin/python3 (found version "3.8.13") 2022-08-17T11:58:01.1694967Z -- Kineto: FMT_SOURCE_DIR = /home/runner/work/pytorch/pytorch/third_party/fmt 2022-08-17T11:58:01.1695401Z -- Kineto: FMT_INCLUDE_DIR = /home/runner/work/pytorch/pytorch/third_party/fmt/include 2022-08-17T11:58:01.1695785Z -- Configured Kineto (CPU) 2022-08-17T11:58:01.1696053Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-08-17T11:58:01.1696371Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-08-17T11:58:01.1696690Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2022-08-17T11:58:01.1697012Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2022-08-17T11:58:01.1697354Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-08-17T11:58:01.1697727Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-08-17T11:58:01.1698034Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-08-17T11:58:01.1698343Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-08-17T11:58:01.1698640Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-08-17T11:58:01.1698946Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-08-17T11:58:01.1699240Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-08-17T11:58:01.1699563Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-08-17T11:58:01.1699878Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-08-17T11:58:01.1700188Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-08-17T11:58:01.1700498Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-08-17T11:58:01.1700817Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-08-17T11:58:01.1701109Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-08-17T11:58:01.1701420Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-08-17T11:58:01.1701727Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-08-17T11:58:01.1702035Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-08-17T11:58:01.1702344Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-08-17T11:58:01.1702657Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-08-17T11:58:01.1702998Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-08-17T11:58:01.1703354Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-08-17T11:58:01.1703686Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-08-17T11:58:01.1703997Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-08-17T11:58:01.1704311Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-08-17T11:58:01.1704652Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-08-17T11:58:01.1704979Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-08-17T11:58:01.1705420Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-08-17T11:58:01.1705714Z -- Performing Test HAS_WCONSTANT_CONVERSION 2022-08-17T11:58:01.1706017Z -- Performing Test HAS_WCONSTANT_CONVERSION - Success 2022-08-17T11:58:01.1706339Z -- Performing Test HAS_WNO_INVALID_PARTIAL_SPECIALIZATION 2022-08-17T11:58:01.1706671Z -- Performing Test HAS_WNO_INVALID_PARTIAL_SPECIALIZATION - Success 2022-08-17T11:58:01.1706989Z -- Performing Test HAS_WNO_TYPEDEF_REDEFINITION 2022-08-17T11:58:01.1707300Z -- Performing Test HAS_WNO_TYPEDEF_REDEFINITION - Success 2022-08-17T11:58:01.1707586Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2022-08-17T11:58:01.1707896Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Success 2022-08-17T11:58:01.1708215Z -- Performing Test HAS_WNO_INCONSISTENT_MISSING_OVERRIDE 2022-08-17T11:58:01.1708541Z -- Performing Test HAS_WNO_INCONSISTENT_MISSING_OVERRIDE - Success 2022-08-17T11:58:01.1708878Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE 2022-08-17T11:58:01.1709217Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE - Failed 2022-08-17T11:58:01.1709520Z -- Performing Test HAS_WNO_C++14_EXTENSIONS 2022-08-17T11:58:01.1709851Z -- Performing Test HAS_WNO_C++14_EXTENSIONS - Success 2022-08-17T11:58:01.1710331Z -- Performing Test HAS_WNO_CONSTEXPR_NOT_CONST 2022-08-17T11:58:01.1710657Z -- Performing Test HAS_WNO_CONSTEXPR_NOT_CONST - Success 2022-08-17T11:58:01.1710948Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-08-17T11:58:01.1711249Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-08-17T11:58:01.1711546Z -- Performing Test HAS_QUNUSED_ARGUMENTS 2022-08-17T11:58:01.1711891Z -- Performing Test HAS_QUNUSED_ARGUMENTS - Success 2022-08-17T11:58:01.1712230Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-08-17T11:58:01.1712549Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Success 2022-08-17T11:58:01.1712854Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-08-17T11:58:01.1713191Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-08-17T11:58:01.1713515Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-08-17T11:58:01.1713851Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Failed 2022-08-17T11:58:01.1714156Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-08-17T11:58:01.1714492Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Failed 2022-08-17T11:58:01.1714791Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-08-17T11:58:01.1715074Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-08-17T11:58:01.1715360Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-08-17T11:58:01.1715671Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-08-17T11:58:01.1715946Z -- Performing Test HAS_WERROR_FORMAT 2022-08-17T11:58:01.1716240Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-08-17T11:58:01.1716547Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-08-17T11:58:01.1716864Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Failed 2022-08-17T11:58:01.1717169Z -- Performing Test HAS_WERROR_SIGN_COMPARE 2022-08-17T11:58:01.1717478Z -- Performing Test HAS_WERROR_SIGN_COMPARE - Success 2022-08-17T11:58:01.1717783Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-08-17T11:58:01.1718090Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2022-08-17T11:58:01.1718354Z -- Looking for backtrace 2022-08-17T11:58:01.1718605Z -- Looking for backtrace - found 2022-08-17T11:58:01.1718905Z -- backtrace facility detected in default set of libraries 2022-08-17T11:58:01.1719198Z -- Found Backtrace: /usr/include 2022-08-17T11:58:01.1719416Z -- don't use NUMA 2022-08-17T11:58:01.1719617Z -- headers outputs: 2022-08-17T11:58:01.1719825Z -- sources outputs: 2022-08-17T11:58:01.1720058Z -- declarations_yaml outputs: 2022-08-17T11:58:01.1720349Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-08-17T11:58:01.1720696Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2022-08-17T11:58:01.1720995Z -- Using ATen parallel backend: OMP 2022-08-17T11:58:01.1721536Z -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.1.1f") 2022-08-17T11:58:01.1721841Z -- Check size of long double 2022-08-17T11:58:01.1722170Z -- Check size of long double - done 2022-08-17T11:58:01.1722479Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-08-17T11:58:01.1722813Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-08-17T11:58:01.1723146Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-08-17T11:58:01.1723480Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-08-17T11:58:01.1723780Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-08-17T11:58:01.1724100Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-08-17T11:58:01.1724417Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-08-17T11:58:01.1724726Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-08-17T11:58:01.1725034Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-08-17T11:58:01.1725355Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-08-17T11:58:01.1725669Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-08-17T11:58:01.1725981Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-08-17T11:58:01.1726299Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-08-17T11:58:01.1726689Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-08-17T11:58:01.1727003Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-08-17T11:58:01.1727340Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-08-17T11:58:01.1727690Z -- Found OpenMP_C: -fopenmp=libomp (found version "5.0") 2022-08-17T11:58:01.1728038Z -- Found OpenMP_CXX: -fopenmp=libomp (found version "5.0") 2022-08-17T11:58:01.1728377Z -- Found OpenMP: TRUE (found version "5.0") 2022-08-17T11:58:01.1728749Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2022-08-17T11:58:01.1729073Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2022-08-17T11:58:01.1729415Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-08-17T11:58:01.1729776Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-08-17T11:58:01.1730120Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-08-17T11:58:01.1730457Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2022-08-17T11:58:01.1730807Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-08-17T11:58:01.1731165Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-08-17T11:58:01.1731470Z -- Configuring build for SLEEF-v3.6.0 2022-08-17T11:58:01.1732001Z -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2022-08-17T11:58:01.1732414Z -- Building shared libs : OFF 2022-08-17T11:58:01.1732896Z -- Building static test bins: OFF 2022-08-17T11:58:01.1733185Z -- MPFR : LIB_MPFR-NOTFOUND 2022-08-17T11:58:01.1733482Z -- GMP : /usr/lib/x86_64-linux-gnu/libgmp.so 2022-08-17T11:58:01.1733780Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2022-08-17T11:58:01.1734037Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-08-17T11:58:01.1734278Z -- OPENSSL : 1.1.1f 2022-08-17T11:58:01.1734524Z -- SDE : SDE_COMMAND-NOTFOUND 2022-08-17T11:58:01.1734756Z -- RUNNING_ON_TRAVIS : 2022-08-17T11:58:01.1735009Z -- COMPILER_SUPPORTS_OPENMP : 1 2022-08-17T11:58:01.1735297Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-08-17T11:58:01.1735614Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-08-17T11:58:01.1735949Z -- Performing Test HAS_WNO_UNUSED_LOCAL_TYPEDEFS 2022-08-17T11:58:01.1736290Z -- Performing Test HAS_WNO_UNUSED_LOCAL_TYPEDEFS - Success 2022-08-17T11:58:01.1736614Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-08-17T11:58:01.1736961Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Failed 2022-08-17T11:58:01.1737461Z -- /usr/bin/clang++ /home/runner/work/pytorch/pytorch/torch/abi-check.cpp -o /home/runner/work/pytorch/pytorch/build/abi-check 2022-08-17T11:58:01.1737851Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-08-17T11:58:01.1738138Z -- pytorch is compiling with OpenMP. 2022-08-17T11:58:01.1738431Z OpenMP CXX_FLAGS: -fopenmp=libomp. 2022-08-17T11:58:01.1738747Z OpenMP libraries: /usr/lib/llvm-11/lib/libomp.so. 2022-08-17T11:58:01.1739035Z -- Caffe2 is compiling with OpenMP. 2022-08-17T11:58:01.1739319Z OpenMP CXX_FLAGS: -fopenmp=libomp. 2022-08-17T11:58:01.1739634Z OpenMP libraries: /usr/lib/llvm-11/lib/libomp.so. 2022-08-17T11:58:01.1740005Z -- Using lib/python3.8/site-packages as python relative installation path 2022-08-17T11:58:01.1740278Z -- 2022-08-17T11:58:01.1740494Z -- ******** Summary ******** 2022-08-17T11:58:01.1740696Z -- General: 2022-08-17T11:58:01.1740943Z -- CMake version : 3.24.0 2022-08-17T11:58:01.1741229Z -- CMake command : /usr/local/bin/cmake 2022-08-17T11:58:01.1741482Z -- System : Linux 2022-08-17T11:58:01.1741758Z -- C++ compiler : /usr/bin/clang++ 2022-08-17T11:58:01.1742024Z -- C++ compiler id : Clang 2022-08-17T11:58:01.1742284Z -- C++ compiler version : 11.0.0 2022-08-17T11:58:01.1742532Z -- Using ccache if found : ON 2022-08-17T11:58:01.1742835Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-08-17T11:58:01.1745398Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -fno-math-errno -fno-trapping-math -Werror=format 2022-08-17T11:58:01.1747389Z -- Build type : Release 2022-08-17T11:58:01.1748049Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS 2022-08-17T11:58:01.1748671Z -- CMAKE_PREFIX_PATH : /opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages 2022-08-17T11:58:01.1749096Z -- CMAKE_INSTALL_PREFIX : /home/runner/work/pytorch/pytorch/torch 2022-08-17T11:58:01.1749486Z -- USE_GOLD_LINKER : OFF 2022-08-17T11:58:01.1749707Z -- 2022-08-17T11:58:01.1750001Z -- TORCH_VERSION : 1.13.0 2022-08-17T11:58:01.1750257Z -- CAFFE2_VERSION : 1.13.0 2022-08-17T11:58:01.1750517Z -- BUILD_CAFFE2 : OFF 2022-08-17T11:58:01.1750778Z -- BUILD_CAFFE2_OPS : OFF 2022-08-17T11:58:01.1751037Z -- BUILD_CAFFE2_MOBILE : OFF 2022-08-17T11:58:01.1751302Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2022-08-17T11:58:01.1751587Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-08-17T11:58:01.1751860Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-08-17T11:58:01.1752108Z -- BUILD_BINARY : OFF 2022-08-17T11:58:01.1752362Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-08-17T11:58:01.1752625Z -- Link local protobuf : ON 2022-08-17T11:58:01.1752868Z -- BUILD_DOCS : OFF 2022-08-17T11:58:01.1753122Z -- BUILD_PYTHON : True 2022-08-17T11:58:01.1753390Z -- Python version : 3.8.13 2022-08-17T11:58:01.1753739Z -- Python executable : /opt/hostedtoolcache/Python/3.8.13/x64/bin/python3 2022-08-17T11:58:01.1754067Z -- Pythonlibs version : 3.8.13 2022-08-17T11:58:01.1754458Z -- Python library : /opt/hostedtoolcache/Python/3.8.13/x64/lib/libpython3.8.so.1.0 2022-08-17T11:58:01.1754896Z -- Python includes : /opt/hostedtoolcache/Python/3.8.13/x64/include/python3.8 2022-08-17T11:58:01.1755262Z -- Python site-packages: lib/python3.8/site-packages 2022-08-17T11:58:01.1755560Z -- BUILD_SHARED_LIBS : ON 2022-08-17T11:58:01.1755850Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-08-17T11:58:01.1756109Z -- BUILD_TEST : True 2022-08-17T11:58:01.1756361Z -- BUILD_JNI : OFF 2022-08-17T11:58:01.1756621Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-08-17T11:58:01.1756873Z -- BUILD_LITE_INTERPRETER: OFF 2022-08-17T11:58:01.1757130Z -- INTERN_BUILD_MOBILE : 2022-08-17T11:58:01.1757386Z -- USE_BLAS : 0 2022-08-17T11:58:01.1757619Z -- USE_LAPACK : 0 2022-08-17T11:58:01.1757867Z -- USE_ASAN : OFF 2022-08-17T11:58:01.1758118Z -- USE_CPP_CODE_COVERAGE : OFF 2022-08-17T11:58:01.1758363Z -- USE_CUDA : OFF 2022-08-17T11:58:01.1758605Z -- USE_ROCM : OFF 2022-08-17T11:58:01.1758863Z -- USE_EIGEN_FOR_BLAS : ON 2022-08-17T11:58:01.1759103Z -- USE_FBGEMM : ON 2022-08-17T11:58:01.1759362Z -- USE_FAKELOWP : OFF 2022-08-17T11:58:01.1759612Z -- USE_KINETO : ON 2022-08-17T11:58:01.1759858Z -- USE_FFMPEG : OFF 2022-08-17T11:58:01.1760093Z -- USE_GFLAGS : OFF 2022-08-17T11:58:01.1760424Z -- USE_GLOG : OFF 2022-08-17T11:58:01.1760691Z -- USE_LEVELDB : OFF 2022-08-17T11:58:01.1760928Z -- USE_LITE_PROTO : OFF 2022-08-17T11:58:01.1761173Z -- USE_LMDB : OFF 2022-08-17T11:58:01.1761419Z -- USE_METAL : OFF 2022-08-17T11:58:01.1761661Z -- USE_PYTORCH_METAL : OFF 2022-08-17T11:58:01.1761936Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-08-17T11:58:01.1762197Z -- USE_MPS : OFF 2022-08-17T11:58:01.1762486Z -- USE_FFTW : OFF 2022-08-17T11:58:01.1762733Z -- USE_MKL : OFF 2022-08-17T11:58:01.1762982Z -- USE_MKLDNN : ON 2022-08-17T11:58:01.1763220Z -- USE_MKLDNN_ACL : OFF 2022-08-17T11:58:01.1763473Z -- USE_MKLDNN_CBLAS : OFF 2022-08-17T11:58:01.1763720Z -- USE_UCC : OFF 2022-08-17T11:58:01.1763947Z -- USE_ITT : ON 2022-08-17T11:58:01.1764193Z -- USE_NCCL : 0 2022-08-17T11:58:01.1764438Z -- USE_NNPACK : ON 2022-08-17T11:58:01.1764673Z -- USE_NUMPY : ON 2022-08-17T11:58:01.1764921Z -- USE_OBSERVERS : ON 2022-08-17T11:58:01.1765172Z -- USE_OPENCL : OFF 2022-08-17T11:58:01.1765426Z -- USE_OPENCV : OFF 2022-08-17T11:58:01.1765658Z -- USE_OPENMP : ON 2022-08-17T11:58:01.1765902Z -- USE_TBB : OFF 2022-08-17T11:58:01.1766145Z -- USE_VULKAN : OFF 2022-08-17T11:58:01.1766376Z -- USE_PROF : OFF 2022-08-17T11:58:01.1766625Z -- USE_QNNPACK : ON 2022-08-17T11:58:01.1766882Z -- USE_PYTORCH_QNNPACK : ON 2022-08-17T11:58:01.1767121Z -- USE_XNNPACK : ON 2022-08-17T11:58:01.1767364Z -- USE_REDIS : OFF 2022-08-17T11:58:01.1767614Z -- USE_ROCKSDB : OFF 2022-08-17T11:58:01.1767842Z -- USE_ZMQ : OFF 2022-08-17T11:58:01.1768085Z -- USE_DISTRIBUTED : ON 2022-08-17T11:58:01.1768338Z -- USE_MPI : OFF 2022-08-17T11:58:01.1768576Z -- USE_GLOO : ON 2022-08-17T11:58:01.1768835Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-08-17T11:58:01.1769095Z -- USE_TENSORPIPE : ON 2022-08-17T11:58:01.1769335Z -- USE_DEPLOY : 1 2022-08-17T11:58:01.1769776Z -- Public Dependencies : caffe2::Threads 2022-08-17T11:58:01.1770431Z -- Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;ittnotify;fp16;tensorpipe;gloo;foxi_loader;rt;fmt::fmt-header-only;kineto;dl 2022-08-17T11:58:01.1770865Z -- USE_COREML_DELEGATE : OFF 2022-08-17T11:58:01.1771119Z -- BUILD_LAZY_TS_BACKEND : ON 2022-08-17T11:58:01.1771385Z -- Configuring done 2022-08-17T11:58:01.1771613Z -- Generating done 2022-08-17T11:58:01.1771949Z -- Build files have been written to: /home/runner/work/pytorch/pytorch/build 2022-08-17T11:58:01.1772303Z Building wheel torch-1.13.0a0+gitce6a3c6 2022-08-17T11:58:01.1772598Z -- Building version 1.13.0a0+gitce6a3c6 2022-08-17T11:58:01.1774340Z cmake -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/runner/work/pytorch/pytorch/torch -DCMAKE_PREFIX_PATH=/opt/hostedtoolcache/Python/3.8.13/x64/lib/python3.8/site-packages -DJAVA_HOME=/usr/lib/jvm/temurin-11-jdk-amd64 -DNUMPY_INCLUDE_DIR=/home/runner/.local/lib/python3.8/site-packages/numpy/core/include -DPYTHON_EXECUTABLE=/opt/hostedtoolcache/Python/3.8.13/x64/bin/python3 -DPYTHON_INCLUDE_DIR=/opt/hostedtoolcache/Python/3.8.13/x64/include/python3.8 -DPYTHON_LIBRARY=/opt/hostedtoolcache/Python/3.8.13/x64/lib/libpython3.8.so.1.0 -DTORCH_BUILD_VERSION=1.13.0a0+gitce6a3c6 -DUSE_DEPLOY=1 -DUSE_NCCL=0 -DUSE_NUMPY=True /home/runner/work/pytorch/pytorch 2022-08-17T11:58:01.1775519Z Finished running cmake. Run "ccmake build" or "cmake-gui build" to adjust build options and "python setup.py install" to build. 2022-08-17T11:58:01.1776052Z CMake Warning (dev) at /usr/local/share/cmake-3.24/Modules/CMakeDependentOption.cmake:89 (message): 2022-08-17T11:58:01.1776520Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-08-17T11:58:01.1776942Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-08-17T11:58:01.1777272Z cmake_policy command to set the policy and suppress this warning. 2022-08-17T11:58:01.1777532Z Call Stack (most recent call first): 2022-08-17T11:58:01.1777786Z CMakeLists.txt:259 (cmake_dependent_option) 2022-08-17T11:58:01.1778155Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1778396Z 2022-08-17T11:58:01.1778699Z CMake Warning (dev) at /usr/local/share/cmake-3.24/Modules/CMakeDependentOption.cmake:89 (message): 2022-08-17T11:58:01.1779059Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-08-17T11:58:01.1779469Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-08-17T11:58:01.1779790Z cmake_policy command to set the policy and suppress this warning. 2022-08-17T11:58:01.1780052Z Call Stack (most recent call first): 2022-08-17T11:58:01.1780303Z CMakeLists.txt:290 (cmake_dependent_option) 2022-08-17T11:58:01.1780670Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1780857Z 2022-08-17T11:58:01.1780972Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2022-08-17T11:58:01.1781226Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2022-08-17T11:58:01.1781536Z Caffe2: CUDA cannot be found. Depending on whether you are building Caffe2 2022-08-17T11:58:01.1781877Z or a Caffe2 dependent library, the next warning / error will give you more 2022-08-17T11:58:01.1782110Z info. 2022-08-17T11:58:01.1782305Z Call Stack (most recent call first): 2022-08-17T11:58:01.1782544Z cmake/Dependencies.cmake:43 (include) 2022-08-17T11:58:01.1782760Z CMakeLists.txt:708 (include) 2022-08-17T11:58:01.1782893Z 2022-08-17T11:58:01.1782899Z 2022-08-17T11:58:01.1783030Z CMake Warning at cmake/Dependencies.cmake:66 (message): 2022-08-17T11:58:01.1783415Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2022-08-17T11:58:01.1783689Z Call Stack (most recent call first): 2022-08-17T11:58:01.1783899Z CMakeLists.txt:708 (include) 2022-08-17T11:58:01.1784030Z 2022-08-17T11:58:01.1784036Z 2022-08-17T11:58:01.1784169Z CMake Warning at cmake/Dependencies.cmake:221 (message): 2022-08-17T11:58:01.1784441Z MKL could not be found. Defaulting to Eigen 2022-08-17T11:58:01.1784670Z Call Stack (most recent call first): 2022-08-17T11:58:01.1784890Z CMakeLists.txt:708 (include) 2022-08-17T11:58:01.1785025Z 2022-08-17T11:58:01.1785030Z 2022-08-17T11:58:01.1785163Z CMake Warning at cmake/Dependencies.cmake:259 (message): 2022-08-17T11:58:01.1785471Z Preferred BLAS (MKL) cannot be found, now searching for a general BLAS 2022-08-17T11:58:01.1785701Z library 2022-08-17T11:58:01.1785896Z Call Stack (most recent call first): 2022-08-17T11:58:01.1786117Z CMakeLists.txt:708 (include) 2022-08-17T11:58:01.1786247Z 2022-08-17T11:58:01.1786252Z 2022-08-17T11:58:01.1786563Z CMake Warning (dev) at /usr/local/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-08-17T11:58:01.1786956Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-08-17T11:58:01.1787285Z does not match the name of the calling package (OpenMP). This can lead to 2022-08-17T11:58:01.1787612Z problems in calling code that expects `find_package` result variables 2022-08-17T11:58:01.1787889Z (e.g., `_FOUND`) to follow a certain pattern. 2022-08-17T11:58:01.1788131Z Call Stack (most recent call first): 2022-08-17T11:58:01.1788414Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-08-17T11:58:01.1788705Z third_party/fbgemm/CMakeLists.txt:61 (find_package) 2022-08-17T11:58:01.1789085Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1789263Z 2022-08-17T11:58:01.1789579Z CMake Warning (dev) at /usr/local/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-08-17T11:58:01.1790027Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-08-17T11:58:01.1790349Z does not match the name of the calling package (OpenMP). This can lead to 2022-08-17T11:58:01.1790670Z problems in calling code that expects `find_package` result variables 2022-08-17T11:58:01.1790953Z (e.g., `_FOUND`) to follow a certain pattern. 2022-08-17T11:58:01.1791178Z Call Stack (most recent call first): 2022-08-17T11:58:01.1791462Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-08-17T11:58:01.1791833Z third_party/fbgemm/CMakeLists.txt:61 (find_package) 2022-08-17T11:58:01.1792211Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1792376Z 2022-08-17T11:58:01.1792516Z CMake Warning at third_party/fbgemm/CMakeLists.txt:63 (message): 2022-08-17T11:58:01.1792843Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2022-08-17T11:58:01.1792990Z 2022-08-17T11:58:01.1792999Z 2022-08-17T11:58:01.1793202Z CMake Warning at third_party/fbgemm/CMakeLists.txt:162 (message): 2022-08-17T11:58:01.1793529Z ========== 2022-08-17T11:58:01.1793628Z 2022-08-17T11:58:01.1793632Z 2022-08-17T11:58:01.1793772Z CMake Warning at third_party/fbgemm/CMakeLists.txt:163 (message): 2022-08-17T11:58:01.1794026Z CMAKE_BUILD_TYPE = Release 2022-08-17T11:58:01.1794159Z 2022-08-17T11:58:01.1794164Z 2022-08-17T11:58:01.1794306Z CMake Warning at third_party/fbgemm/CMakeLists.txt:164 (message): 2022-08-17T11:58:01.1794582Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-08-17T11:58:01.1794720Z 2022-08-17T11:58:01.1794725Z 2022-08-17T11:58:01.1794865Z CMake Warning at third_party/fbgemm/CMakeLists.txt:165 (message): 2022-08-17T11:58:01.1795195Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-08-17T11:58:01.1795337Z 2022-08-17T11:58:01.1795342Z 2022-08-17T11:58:01.1795479Z CMake Warning at third_party/fbgemm/CMakeLists.txt:166 (message): 2022-08-17T11:58:01.1795696Z ========== 2022-08-17T11:58:01.1795801Z 2022-08-17T11:58:01.1795806Z 2022-08-17T11:58:01.1795890Z ** AsmJit Summary ** 2022-08-17T11:58:01.1796174Z ASMJIT_DIR=/home/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2022-08-17T11:58:01.1796440Z ASMJIT_TEST=FALSE 2022-08-17T11:58:01.1796628Z ASMJIT_TARGET_TYPE=STATIC 2022-08-17T11:58:01.1796840Z ASMJIT_DEPS=pthread;rt 2022-08-17T11:58:01.1797055Z ASMJIT_LIBS=asmjit;pthread;rt 2022-08-17T11:58:01.1797313Z ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-08-17T11:58:01.1797821Z ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2022-08-17T11:58:01.1798198Z ASMJIT_PRIVATE_CFLAGS_DBG= 2022-08-17T11:58:01.1798503Z ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants 2022-08-17T11:58:01.1798794Z CMake Warning at cmake/Dependencies.cmake:889 (message): 2022-08-17T11:58:01.1799171Z Not compiling with NUMA. Suppress this warning with -DUSE_NUMA=OFF 2022-08-17T11:58:01.1799443Z Call Stack (most recent call first): 2022-08-17T11:58:01.1799651Z CMakeLists.txt:708 (include) 2022-08-17T11:58:01.1799787Z 2022-08-17T11:58:01.1799792Z 2022-08-17T11:58:01.1799928Z CMake Warning at cmake/Dependencies.cmake:1163 (message): 2022-08-17T11:58:01.1800298Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2022-08-17T11:58:01.1800552Z Call Stack (most recent call first): 2022-08-17T11:58:01.1800778Z CMakeLists.txt:708 (include) 2022-08-17T11:58:01.1800909Z 2022-08-17T11:58:01.1800915Z 2022-08-17T11:58:01.1801236Z CMake Warning (dev) at /usr/local/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-08-17T11:58:01.1801631Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-08-17T11:58:01.1801949Z does not match the name of the calling package (OpenMP). This can lead to 2022-08-17T11:58:01.1802398Z problems in calling code that expects `find_package` result variables 2022-08-17T11:58:01.1802679Z (e.g., `_FOUND`) to follow a certain pattern. 2022-08-17T11:58:01.1802900Z Call Stack (most recent call first): 2022-08-17T11:58:01.1803251Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-08-17T11:58:01.1803542Z cmake/Dependencies.cmake:1218 (find_package) 2022-08-17T11:58:01.1803761Z CMakeLists.txt:708 (include) 2022-08-17T11:58:01.1804106Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1804283Z 2022-08-17T11:58:01.1804594Z CMake Warning (dev) at /usr/local/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-08-17T11:58:01.1805192Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-08-17T11:58:01.1805508Z does not match the name of the calling package (OpenMP). This can lead to 2022-08-17T11:58:01.1805835Z problems in calling code that expects `find_package` result variables 2022-08-17T11:58:01.1806122Z (e.g., `_FOUND`) to follow a certain pattern. 2022-08-17T11:58:01.1806360Z Call Stack (most recent call first): 2022-08-17T11:58:01.1806630Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-08-17T11:58:01.1806924Z cmake/Dependencies.cmake:1218 (find_package) 2022-08-17T11:58:01.1807162Z CMakeLists.txt:708 (include) 2022-08-17T11:58:01.1807502Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1807680Z 2022-08-17T11:58:01.1807822Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-08-17T11:58:01.1808140Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-08-17T11:58:01.1808541Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-08-17T11:58:01.1808840Z set the policy and suppress this warning. 2022-08-17T11:58:01.1808985Z 2022-08-17T11:58:01.1809139Z For compatibility with older versions of CMake, option is clearing the 2022-08-17T11:58:01.1809467Z normal variable 'BUILD_BENCHMARK'. 2022-08-17T11:58:01.1809805Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1809980Z 2022-08-17T11:58:01.1810119Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2022-08-17T11:58:01.1810447Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-08-17T11:58:01.1810840Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-08-17T11:58:01.1811131Z set the policy and suppress this warning. 2022-08-17T11:58:01.1811276Z 2022-08-17T11:58:01.1811428Z For compatibility with older versions of CMake, option is clearing the 2022-08-17T11:58:01.1811740Z normal variable 'USE_RCCL'. 2022-08-17T11:58:01.1812113Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1812289Z 2022-08-17T11:58:01.1812426Z CMake Warning at cmake/Dependencies.cmake:1509 (message): 2022-08-17T11:58:01.1812874Z Metal is only used in ios builds. 2022-08-17T11:58:01.1813096Z Call Stack (most recent call first): 2022-08-17T11:58:01.1813319Z CMakeLists.txt:708 (include) 2022-08-17T11:58:01.1813449Z 2022-08-17T11:58:01.1813454Z 2022-08-17T11:58:01.1813760Z Generated: /home/runner/work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-08-17T11:58:01.1814264Z Generated: /home/runner/work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-08-17T11:58:01.1814815Z Generated: /home/runner/work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-08-17T11:58:01.1815142Z CMake Warning at cmake/Dependencies.cmake:1709 (message): 2022-08-17T11:58:01.1815533Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2022-08-17T11:58:01.1815812Z Call Stack (most recent call first): 2022-08-17T11:58:01.1816025Z CMakeLists.txt:708 (include) 2022-08-17T11:58:01.1816155Z 2022-08-17T11:58:01.1816161Z 2022-08-17T11:58:01.1816270Z disabling CUDA because NOT USE_CUDA is set 2022-08-17T11:58:01.1816514Z disabling ROCM because NOT USE_ROCM is set 2022-08-17T11:58:01.1816784Z -- Will build oneDNN Graph 2022-08-17T11:58:01.1817241Z CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:36 (cmake_policy): 2022-08-17T11:58:01.1817600Z The OLD behavior for policy CMP0025 will be removed from a future version 2022-08-17T11:58:01.1817845Z of CMake. 2022-08-17T11:58:01.1817956Z 2022-08-17T11:58:01.1818168Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-08-17T11:58:01.1818498Z policies are deprecated and that a policy should be set to OLD only under 2022-08-17T11:58:01.1818906Z specific short-term circumstances. Projects should be ported to the NEW 2022-08-17T11:58:01.1819267Z behavior and not rely on setting a policy to OLD. 2022-08-17T11:58:01.1819408Z 2022-08-17T11:58:01.1819431Z 2022-08-17T11:58:01.1819745Z CMake Warning (dev) at /usr/local/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-08-17T11:58:01.1820136Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-08-17T11:58:01.1820467Z does not match the name of the calling package (OpenMP). This can lead to 2022-08-17T11:58:01.1820792Z problems in calling code that expects `find_package` result variables 2022-08-17T11:58:01.1821062Z (e.g., `_FOUND`) to follow a certain pattern. 2022-08-17T11:58:01.1821299Z Call Stack (most recent call first): 2022-08-17T11:58:01.1821582Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-08-17T11:58:01.1821992Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-08-17T11:58:01.1822409Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-08-17T11:58:01.1822805Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1822983Z 2022-08-17T11:58:01.1823302Z CMake Warning (dev) at /usr/local/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-08-17T11:58:01.1823679Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-08-17T11:58:01.1824008Z does not match the name of the calling package (OpenMP). This can lead to 2022-08-17T11:58:01.1824327Z problems in calling code that expects `find_package` result variables 2022-08-17T11:58:01.1824598Z (e.g., `_FOUND`) to follow a certain pattern. 2022-08-17T11:58:01.1824840Z Call Stack (most recent call first): 2022-08-17T11:58:01.1825122Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-08-17T11:58:01.1825559Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-08-17T11:58:01.1825968Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-08-17T11:58:01.1826368Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1826547Z 2022-08-17T11:58:01.1826866Z CMake Warning (dev) at /usr/local/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-08-17T11:58:01.1827237Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-08-17T11:58:01.1827565Z does not match the name of the calling package (OpenMP). This can lead to 2022-08-17T11:58:01.1827881Z problems in calling code that expects `find_package` result variables 2022-08-17T11:58:01.1828165Z (e.g., `_FOUND`) to follow a certain pattern. 2022-08-17T11:58:01.1828389Z Call Stack (most recent call first): 2022-08-17T11:58:01.1828670Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-08-17T11:58:01.1829057Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-08-17T11:58:01.1829408Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-08-17T11:58:01.1829779Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1829959Z 2022-08-17T11:58:01.1830279Z CMake Warning (dev) at /usr/local/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-08-17T11:58:01.1830668Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-08-17T11:58:01.1831027Z does not match the name of the calling package (OpenMP). This can lead to 2022-08-17T11:58:01.1831352Z problems in calling code that expects `find_package` result variables 2022-08-17T11:58:01.1831636Z (e.g., `_FOUND`) to follow a certain pattern. 2022-08-17T11:58:01.1831861Z Call Stack (most recent call first): 2022-08-17T11:58:01.1832141Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-08-17T11:58:01.1832532Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-08-17T11:58:01.1832931Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-08-17T11:58:01.1833308Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1833489Z 2022-08-17T11:58:01.1833574Z INFO CUDA_SOURCE_DIR = 2022-08-17T11:58:01.1833777Z INFO ROCM_SOURCE_DIR = 2022-08-17T11:58:01.1834092Z INFO CUPTI unavailable or disabled - not building GPU profilers 2022-08-17T11:58:01.1834372Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2022-08-17T11:58:01.1834632Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2022-08-17T11:58:01.1834877Z disabling CUDA because USE_CUDA is set false 2022-08-17T11:58:01.1835189Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-08-17T11:58:01.1835525Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-08-17T11:58:01.1835763Z of CMake. 2022-08-17T11:58:01.1835858Z 2022-08-17T11:58:01.1836085Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-08-17T11:58:01.1836410Z policies are deprecated and that a policy should be set to OLD only under 2022-08-17T11:58:01.1836817Z specific short-term circumstances. Projects should be ported to the NEW 2022-08-17T11:58:01.1837103Z behavior and not rely on setting a policy to OLD. 2022-08-17T11:58:01.1837255Z 2022-08-17T11:58:01.1837261Z 2022-08-17T11:58:01.1837421Z Target system: Linux-5.15.0-1017-azure 2022-08-17T11:58:01.1837649Z Target processor: x86_64 2022-08-17T11:58:01.1837924Z Host system: Linux-5.15.0-1017-azure 2022-08-17T11:58:01.1838131Z Host processor: x86_64 2022-08-17T11:58:01.1838364Z Detected C compiler: Clang @ /usr/bin/clang 2022-08-17T11:58:01.1838575Z CMake: 3.24.0 2022-08-17T11:58:01.1838761Z Make program: /usr/bin/make 2022-08-17T11:58:01.1838889Z 2022-08-17T11:58:01.1839024Z *** Note: Parallel build is only supported with Ninja *** 2022-08-17T11:58:01.1839189Z 2022-08-17T11:58:01.1839300Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-08-17T11:58:01.1839600Z core header install: /home/runner/work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2022-08-17T11:58:01.1839986Z core header install: /home/runner/work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2022-08-17T11:58:01.1840363Z core header install: /home/runner/work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2022-08-17T11:58:01.1840674Z CMake Warning (dev) at torch/CMakeLists.txt:464: 2022-08-17T11:58:01.1840916Z Syntax Warning in cmake code at column 107 2022-08-17T11:58:01.1841062Z 2022-08-17T11:58:01.1841201Z Argument not separated from preceding token by whitespace. 2022-08-17T11:58:01.1841588Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1841767Z 2022-08-17T11:58:01.1841874Z CMake Warning (dev) at torch/CMakeLists.txt:464: 2022-08-17T11:58:01.1842131Z Syntax Warning in cmake code at column 115 2022-08-17T11:58:01.1842274Z 2022-08-17T11:58:01.1842411Z Argument not separated from preceding token by whitespace. 2022-08-17T11:58:01.1842793Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1842973Z 2022-08-17T11:58:01.1843282Z CMake Warning (dev) at /usr/local/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-08-17T11:58:01.1843672Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-08-17T11:58:01.1844000Z does not match the name of the calling package (OpenMP). This can lead to 2022-08-17T11:58:01.1844374Z problems in calling code that expects `find_package` result variables 2022-08-17T11:58:01.1844646Z (e.g., `_FOUND`) to follow a certain pattern. 2022-08-17T11:58:01.1844889Z Call Stack (most recent call first): 2022-08-17T11:58:01.1845178Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-08-17T11:58:01.1845453Z caffe2/CMakeLists.txt:1283 (find_package) 2022-08-17T11:58:01.1845829Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1846068Z 2022-08-17T11:58:01.1846392Z CMake Warning (dev) at /usr/local/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-08-17T11:58:01.1846785Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-08-17T11:58:01.1847101Z does not match the name of the calling package (OpenMP). This can lead to 2022-08-17T11:58:01.1847424Z problems in calling code that expects `find_package` result variables 2022-08-17T11:58:01.1847714Z (e.g., `_FOUND`) to follow a certain pattern. 2022-08-17T11:58:01.1847940Z Call Stack (most recent call first): 2022-08-17T11:58:01.1848224Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-08-17T11:58:01.1848509Z caffe2/CMakeLists.txt:1283 (find_package) 2022-08-17T11:58:01.1848853Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-08-17T11:58:01.1849032Z 2022-08-17T11:58:01.1849151Z CMake Warning at CMakeLists.txt:1066 (message): 2022-08-17T11:58:01.1849447Z Generated cmake files are only fully tested if one builds with system glog, 2022-08-17T11:58:01.1849785Z gflags, and protobuf. Other settings may generate files that are not well 2022-08-17T11:58:01.1850018Z tested. 2022-08-17T11:58:01.1850121Z 2022-08-17T11:58:01.1850126Z 2022-08-17T11:58:01.1850200Z CMake Warning: 2022-08-17T11:58:01.1850517Z Manually-specified variables were not used by the project: 2022-08-17T11:58:01.1850687Z 2022-08-17T11:58:01.1850746Z JAVA_HOME 2022-08-17T11:58:01.1850856Z 2022-08-17T11:58:01.1850861Z 2022-08-17T11:58:01.1851014Z 29.45user 6.71system 0:57.68elapsed 62%CPU (0avgtext+0avgdata 147620maxresident)k 2022-08-17T11:58:26.2393702Z 205136inputs+182688outputs (1233major+1811949minor)pagefaults 0swaps 2022-08-17T11:58:26.2397034Z Running: ['time', '/opt/hostedtoolcache/Python/3.8.13/x64/bin/python3', '-m', 'torchgen.gen', '-s', 'aten/src/ATen', '-d', 'build/aten/src/ATen', '--per-operator-headers'] 2022-08-17T11:58:26.2397439Z 2022-08-17T11:58:26.2397651Z 16.18user 0.35system 0:16.54elapsed 99%CPU (0avgtext+0avgdata 197776maxresident)k 2022-08-17T11:58:26.2398090Z 0inputs+126984outputs (0major+51897minor)pagefaults 0swaps 2022-08-17T11:58:26.2399057Z Running: ['time', '/opt/hostedtoolcache/Python/3.8.13/x64/bin/python3', 'tools/setup_helpers/generate_code.py', '--native-functions-path', 'aten/src/ATen/native/native_functions.yaml', '--tags-path', 'aten/src/ATen/native/tags.yaml', '--gen_lazy_ts_backend'] 2022-08-17T11:58:26.2409626Z 2022-08-17T11:58:26.2410152Z 8.45user 0.07system 0:08.53elapsed 99%CPU (0avgtext+0avgdata 59928maxresident)k 2022-08-17T11:58:26.2410587Z 0inputs+50136outputs (0major+22899minor)pagefaults 0swaps 2022-08-17T11:58:26.4351241Z fatal: no tag exactly matches 'ce6a3c605df99d1df57c0dda75c06d748e54ed2a' 2022-08-17T11:58:32.5220770Z ##[group]Run set +e 2022-08-17T11:58:32.5221060Z set +e 2022-08-17T11:58:32.5221401Z if ! lintrunner --force-color --all-files --tee-json=lint.json; then 2022-08-17T11:58:32.5221719Z  echo "" 2022-08-17T11:58:32.5222106Z  echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`.\e[0m" 2022-08-17T11:58:32.5222661Z  echo -e "\e[1m\e[36mSee https://github.com/pytorch/pytorch/wiki/lintrunner for setup instructions.\e[0m" 2022-08-17T11:58:32.5223137Z  exit 1 2022-08-17T11:58:32.5223346Z fi 2022-08-17T11:58:32.5273603Z shell: /usr/bin/bash -e {0} 2022-08-17T11:58:32.5273806Z env: 2022-08-17T11:58:32.5274014Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T11:58:32.5274295Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T11:58:32.5274520Z ##[endgroup] 2022-08-17T12:01:45.7877359Z ok No lint issues. 2022-08-17T12:01:45.7930507Z ##[group]Run # Use jq to massage the JSON lint output into GitHub Actions workflow commands. 2022-08-17T12:01:45.7931080Z # Use jq to massage the JSON lint output into GitHub Actions workflow commands. 2022-08-17T12:01:45.7931437Z jq --raw-output \ 2022-08-17T12:01:45.7932071Z  '"::\(if .severity == "advice" or .severity == "disabled" then "warning" else .severity end) file=\(.path),line=\(.line),col=\(.char),title=\(.code) \(.name)::" + (.description | gsub("\\n"; "%0A"))' \ 2022-08-17T12:01:45.7932523Z  lint.json 2022-08-17T12:01:45.7980755Z shell: /usr/bin/bash -e {0} 2022-08-17T12:01:45.7980957Z env: 2022-08-17T12:01:45.7981184Z pythonLocation: /opt/hostedtoolcache/Python/3.8.13/x64 2022-08-17T12:01:45.7981492Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.13/x64/lib 2022-08-17T12:01:45.7981731Z ##[endgroup] 2022-08-17T12:01:46.0526086Z Post job cleanup. 2022-08-17T12:01:46.0566651Z Post job cleanup. 2022-08-17T12:01:46.1620057Z [command]/usr/bin/git version 2022-08-17T12:01:46.1670178Z git version 2.37.2 2022-08-17T12:01:46.1714064Z Temporarily overriding HOME='/home/runner/work/_temp/306b579a-840e-4262-8d22-53f6a023ee37' before making global git config changes 2022-08-17T12:01:46.1714559Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T12:01:46.1720169Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-08-17T12:01:46.1764890Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T12:01:46.1803911Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-08-17T12:01:46.2056163Z Entering 'android/libs/fbjni' 2022-08-17T12:01:46.2564844Z Entering 'third_party/FP16' 2022-08-17T12:01:46.2614522Z Entering 'third_party/FXdiv' 2022-08-17T12:01:46.2650617Z Entering 'third_party/NNPACK' 2022-08-17T12:01:46.2692241Z Entering 'third_party/QNNPACK' 2022-08-17T12:01:46.2729014Z Entering 'third_party/XNNPACK' 2022-08-17T12:01:46.2778067Z Entering 'third_party/benchmark' 2022-08-17T12:01:46.2814955Z Entering 'third_party/cpuinfo' 2022-08-17T12:01:46.2852289Z Entering 'third_party/cub' 2022-08-17T12:01:46.2889263Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:01:46.2935675Z Entering 'third_party/eigen' 2022-08-17T12:01:46.2975144Z Entering 'third_party/fbgemm' 2022-08-17T12:01:46.3011463Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:01:46.3048780Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:01:46.3086479Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:01:46.3122214Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:01:46.3159750Z Entering 'third_party/flatbuffers' 2022-08-17T12:01:46.3196792Z Entering 'third_party/fmt' 2022-08-17T12:01:46.3233275Z Entering 'third_party/foxi' 2022-08-17T12:01:46.3271835Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:01:46.3310956Z Entering 'third_party/gloo' 2022-08-17T12:01:46.3344122Z Entering 'third_party/googletest' 2022-08-17T12:01:46.3382255Z Entering 'third_party/ideep' 2022-08-17T12:01:46.3417246Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:01:46.3456014Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:01:46.3499190Z Entering 'third_party/ios-cmake' 2022-08-17T12:01:46.3535493Z Entering 'third_party/ittapi' 2022-08-17T12:01:46.3572156Z Entering 'third_party/kineto' 2022-08-17T12:01:46.3608588Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:01:46.3644664Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:01:46.3681654Z Entering 'third_party/nccl/nccl' 2022-08-17T12:01:46.3717687Z Entering 'third_party/neon2sse' 2022-08-17T12:01:46.3754109Z Entering 'third_party/nlohmann' 2022-08-17T12:01:46.3790680Z Entering 'third_party/onnx' 2022-08-17T12:01:46.3842886Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:01:46.3880246Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:01:46.3919696Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:01:46.3954868Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:01:46.3995120Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:01:46.4030599Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:01:46.4070362Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:01:46.4115846Z Entering 'third_party/pocketfft' 2022-08-17T12:01:46.4153800Z Entering 'third_party/protobuf' 2022-08-17T12:01:46.4194743Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:01:46.4229879Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:01:46.4270532Z Entering 'third_party/psimd' 2022-08-17T12:01:46.4309492Z Entering 'third_party/pthreadpool' 2022-08-17T12:01:46.4348233Z Entering 'third_party/pybind11' 2022-08-17T12:01:46.4384590Z Entering 'third_party/python-enum' 2022-08-17T12:01:46.4423106Z Entering 'third_party/python-peachpy' 2022-08-17T12:01:46.4458658Z Entering 'third_party/python-six' 2022-08-17T12:01:46.4498456Z Entering 'third_party/sleef' 2022-08-17T12:01:46.4534500Z Entering 'third_party/tbb' 2022-08-17T12:01:46.4574769Z Entering 'third_party/tensorpipe' 2022-08-17T12:01:46.4612306Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:01:46.4647999Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:01:46.4684611Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:01:46.4720001Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:01:46.4753714Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:01:46.4796972Z Entering 'third_party/zstd' 2022-08-17T12:01:46.4857511Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T12:01:46.4895081Z http.https://github.com/.extraheader 2022-08-17T12:01:46.4903827Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-08-17T12:01:46.4944812Z [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-08-17T12:01:46.5195366Z Entering 'android/libs/fbjni' 2022-08-17T12:01:46.5230977Z Entering 'third_party/FP16' 2022-08-17T12:01:46.5268034Z Entering 'third_party/FXdiv' 2022-08-17T12:01:46.5302688Z Entering 'third_party/NNPACK' 2022-08-17T12:01:46.5337671Z Entering 'third_party/QNNPACK' 2022-08-17T12:01:46.5375435Z Entering 'third_party/XNNPACK' 2022-08-17T12:01:46.5421596Z Entering 'third_party/benchmark' 2022-08-17T12:01:46.5456948Z Entering 'third_party/cpuinfo' 2022-08-17T12:01:46.5495413Z Entering 'third_party/cub' 2022-08-17T12:01:46.5532330Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:01:46.5576253Z Entering 'third_party/eigen' 2022-08-17T12:01:46.5616297Z Entering 'third_party/fbgemm' 2022-08-17T12:01:46.5652780Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:01:46.5689719Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:01:46.5727612Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:01:46.5765417Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:01:46.5810106Z Entering 'third_party/flatbuffers' 2022-08-17T12:01:46.5848830Z Entering 'third_party/fmt' 2022-08-17T12:01:46.5886553Z Entering 'third_party/foxi' 2022-08-17T12:01:46.5922887Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:01:46.5958166Z Entering 'third_party/gloo' 2022-08-17T12:01:46.5994106Z Entering 'third_party/googletest' 2022-08-17T12:01:46.6035212Z Entering 'third_party/ideep' 2022-08-17T12:01:46.6070507Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:01:46.6108633Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:01:46.6152152Z Entering 'third_party/ios-cmake' 2022-08-17T12:01:46.6188018Z Entering 'third_party/ittapi' 2022-08-17T12:01:46.6223483Z Entering 'third_party/kineto' 2022-08-17T12:01:46.6269623Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:01:46.6305765Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:01:46.6343731Z Entering 'third_party/nccl/nccl' 2022-08-17T12:01:46.6386972Z Entering 'third_party/neon2sse' 2022-08-17T12:01:46.6430485Z Entering 'third_party/nlohmann' 2022-08-17T12:01:46.6473916Z Entering 'third_party/onnx' 2022-08-17T12:01:46.6527857Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:01:46.6565674Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:01:46.6607002Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:01:46.6644217Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:01:46.6683487Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:01:46.6718013Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:01:46.6752430Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:01:46.6800436Z Entering 'third_party/pocketfft' 2022-08-17T12:01:46.6834473Z Entering 'third_party/protobuf' 2022-08-17T12:01:46.6875809Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:01:46.6910778Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:01:46.6952561Z Entering 'third_party/psimd' 2022-08-17T12:01:46.6993822Z Entering 'third_party/pthreadpool' 2022-08-17T12:01:46.7030877Z Entering 'third_party/pybind11' 2022-08-17T12:01:46.7069496Z Entering 'third_party/python-enum' 2022-08-17T12:01:46.7105642Z Entering 'third_party/python-peachpy' 2022-08-17T12:01:46.7145051Z Entering 'third_party/python-six' 2022-08-17T12:01:46.7180697Z Entering 'third_party/sleef' 2022-08-17T12:01:46.7216490Z Entering 'third_party/tbb' 2022-08-17T12:01:46.7254428Z Entering 'third_party/tensorpipe' 2022-08-17T12:01:46.7290892Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:01:46.7330023Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:01:46.7370313Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:01:46.7407059Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:01:46.7441815Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:01:46.7481211Z Entering 'third_party/zstd' 2022-08-17T12:01:46.7669684Z Post job cleanup. 2022-08-17T12:01:46.9050593Z Cleaning up orphan processes