2022-08-17T12:06:59.8747142Z Requested labels: linux.2xlarge 2022-08-17T12:06:59.8747262Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/82657/merge 2022-08-17T12:06:59.8747288Z Waiting for a runner to pick up this job... 2022-08-17T12:07:00.5905801Z Job is about to start running on the runner: i-0e79bc30e5670ad0b (repository) 2022-08-17T12:07:05.8687329Z Current runner version: '2.295.0' 2022-08-17T12:07:05.8692696Z Runner name: 'i-0e79bc30e5670ad0b' 2022-08-17T12:07:05.8693239Z Runner group name: 'Default' 2022-08-17T12:07:05.8693851Z Machine name: 'ip-10-0-7-54' 2022-08-17T12:07:05.8695762Z ##[group]GITHUB_TOKEN Permissions 2022-08-17T12:07:05.8696394Z Actions: read 2022-08-17T12:07:05.8696690Z Checks: read 2022-08-17T12:07:05.8696968Z Contents: read 2022-08-17T12:07:05.8697216Z Deployments: read 2022-08-17T12:07:05.8697544Z Discussions: read 2022-08-17T12:07:05.8697835Z Issues: read 2022-08-17T12:07:05.8698098Z Metadata: read 2022-08-17T12:07:05.8698381Z Packages: read 2022-08-17T12:07:05.8698681Z Pages: read 2022-08-17T12:07:05.8698945Z PullRequests: read 2022-08-17T12:07:05.8699269Z RepositoryProjects: read 2022-08-17T12:07:05.8699587Z SecurityEvents: read 2022-08-17T12:07:05.8699840Z Statuses: read 2022-08-17T12:07:05.8700147Z ##[endgroup] 2022-08-17T12:07:05.8703212Z Secret source: None 2022-08-17T12:07:05.8703792Z Prepare workflow directory 2022-08-17T12:07:06.1117348Z Prepare all required actions 2022-08-17T12:07:06.1279580Z Getting action download info 2022-08-17T12:07:06.3796148Z Download action repository 'pytorch/pytorch@master' (SHA:2a096e940d33a33c4eb6df1c2ed4da607bd31a7f) 2022-08-17T12:07:08.8549011Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-08-17T12:07:08.9955972Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-08-17T12:07:09.2439017Z Getting action download info 2022-08-17T12:07:09.4318203Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-08-17T12:07:09.6904292Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-08-17T12:07:09.6904582Z with: 2022-08-17T12:07:09.6904777Z submodules: recursive 2022-08-17T12:07:09.6904968Z fetch-depth: 0 2022-08-17T12:07:09.6905127Z env: 2022-08-17T12:07:09.6905313Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:07:09.6905513Z ##[endgroup] 2022-08-17T12:07:09.7119997Z ##[group]Run retry () { 2022-08-17T12:07:09.7120261Z retry () { 2022-08-17T12:07:09.7120493Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-08-17T12:07:09.7120710Z } 2022-08-17T12:07:09.7120904Z echo "${GITHUB_WORKSPACE}" 2022-08-17T12:07:09.7121136Z if [ -z "${NO_SUDO}" ]; then 2022-08-17T12:07:09.7121366Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T12:07:09.7121560Z else 2022-08-17T12:07:09.7121764Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T12:07:09.7121963Z fi 2022-08-17T12:07:09.7122182Z mkdir "${GITHUB_WORKSPACE}" 2022-08-17T12:07:09.7137907Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:07:09.7138151Z env: 2022-08-17T12:07:09.7138329Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:07:09.7138513Z NO_SUDO: 2022-08-17T12:07:09.7138684Z ##[endgroup] 2022-08-17T12:07:09.7304484Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:07:12.2002665Z ##[group]Run malfet/checkout@silent-checkout 2022-08-17T12:07:12.2002956Z with: 2022-08-17T12:07:12.2003164Z ref: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:07:12.2003362Z fetch-depth: 0 2022-08-17T12:07:12.2003542Z submodules: recursive 2022-08-17T12:07:12.2003729Z quiet-checkout: true 2022-08-17T12:07:12.2003915Z repository: pytorch/pytorch 2022-08-17T12:07:12.2004459Z token: *** 2022-08-17T12:07:12.2004635Z ssh-strict: true 2022-08-17T12:07:12.2004818Z persist-credentials: true 2022-08-17T12:07:12.2005008Z clean: true 2022-08-17T12:07:12.2005180Z lfs: false 2022-08-17T12:07:12.2005348Z set-safe-directory: true 2022-08-17T12:07:12.2005527Z env: 2022-08-17T12:07:12.2005699Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:07:12.2005873Z ##[endgroup] 2022-08-17T12:07:12.3108847Z Syncing repository: pytorch/pytorch 2022-08-17T12:07:12.3110265Z ##[group]Getting Git version info 2022-08-17T12:07:12.3110917Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-08-17T12:07:12.3111347Z [command]/usr/bin/git version 2022-08-17T12:07:12.3111553Z git version 2.37.1 2022-08-17T12:07:12.3127467Z ##[endgroup] 2022-08-17T12:07:12.3141084Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c43bc1a1-ba58-499b-90d6-c5d429fea39a' before making global git config changes 2022-08-17T12:07:12.3141678Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T12:07:12.3146738Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:07:12.3182890Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-08-17T12:07:12.3186283Z ##[group]Initializing the repository 2022-08-17T12:07:12.3190654Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:07:12.3295191Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-08-17T12:07:12.3295728Z hint: is subject to change. To configure the initial branch name to use in all 2022-08-17T12:07:12.3296084Z hint: of your new repositories, which will suppress this warning, call: 2022-08-17T12:07:12.3296503Z hint: 2022-08-17T12:07:12.3297013Z hint: git config --global init.defaultBranch 2022-08-17T12:07:12.3297529Z hint: 2022-08-17T12:07:12.3298033Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-08-17T12:07:12.3298716Z hint: 'development'. The just-created branch can be renamed via this command: 2022-08-17T12:07:12.3299134Z hint: 2022-08-17T12:07:12.3299610Z hint: git branch -m 2022-08-17T12:07:12.3299989Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-08-17T12:07:12.3305646Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-08-17T12:07:12.3334066Z ##[endgroup] 2022-08-17T12:07:12.3334445Z ##[group]Disabling automatic garbage collection 2022-08-17T12:07:12.3338449Z [command]/usr/bin/git config --local gc.auto 0 2022-08-17T12:07:12.3364213Z ##[endgroup] 2022-08-17T12:07:12.3364550Z ##[group]Setting up auth 2022-08-17T12:07:12.3371633Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T12:07:12.3399387Z [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:07:12.3637431Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T12:07:12.3665761Z [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:07:12.3898807Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T12:07:12.3941463Z ##[endgroup] 2022-08-17T12:07:12.3941836Z ##[group]Fetching the repository 2022-08-17T12:07:12.3948139Z [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-17T12:07:55.7201042Z [command]/usr/bin/git rev-parse --verify --quiet ce6a3c605df99d1df57c0dda75c06d748e54ed2a^{object} 2022-08-17T12:07:55.7234706Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:07:56.8677762Z ##[endgroup] 2022-08-17T12:07:56.8678161Z ##[group]Determining the checkout info 2022-08-17T12:07:56.8679195Z ##[endgroup] 2022-08-17T12:07:56.8679542Z ##[group]Checking out the ref 2022-08-17T12:07:56.8686160Z [command]/usr/bin/git checkout --quiet --force ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:07:58.0780471Z ##[endgroup] 2022-08-17T12:07:58.0781069Z ##[group]Setting up auth for fetching submodules 2022-08-17T12:07:58.0786697Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T12:07:58.0832420Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-08-17T12:07:58.0862503Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-08-17T12:07:58.0891856Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-08-17T12:07:58.0916551Z ##[endgroup] 2022-08-17T12:07:58.0916894Z ##[group]Fetching submodules 2022-08-17T12:07:58.0920396Z [command]/usr/bin/git submodule sync --recursive 2022-08-17T12:07:58.1174614Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-08-17T12:07:58.1417289Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-08-17T12:07:58.1417897Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-08-17T12:07:58.1420164Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-08-17T12:07:58.1422493Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-08-17T12:07:58.1425380Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-08-17T12:07:58.1427807Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-08-17T12:07:58.1430415Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-08-17T12:07:58.1432600Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-08-17T12:07:58.1435226Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-08-17T12:07:58.1437963Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-08-17T12:07:58.1440560Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-08-17T12:07:58.1443396Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-08-17T12:07:58.1446565Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-08-17T12:07:58.1449550Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-08-17T12:07:58.1452638Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-08-17T12:07:58.1456922Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:07:58.1460556Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-08-17T12:07:58.1464778Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-08-17T12:07:58.1468969Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-08-17T12:07:58.1473695Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-08-17T12:07:58.1478531Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-08-17T12:07:58.1483032Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-08-17T12:07:58.1488617Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-08-17T12:07:58.1493574Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-08-17T12:07:58.1498520Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-08-17T12:07:58.1503680Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-08-17T12:07:58.1509054Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-08-17T12:07:58.1514328Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-08-17T12:07:58.1520013Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-08-17T12:07:58.1526039Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-08-17T12:07:58.1531800Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-08-17T12:07:58.1537798Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-08-17T12:07:58.1543456Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-08-17T12:07:58.1549553Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-08-17T12:07:58.1555806Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-08-17T12:07:58.1561858Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-08-17T12:07:58.1568288Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-08-17T12:07:58.1574584Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-08-17T12:07:58.1580989Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-08-17T12:07:58.1604827Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-08-17T12:07:58.4156042Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-08-17T12:07:58.6005207Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-08-17T12:07:58.7951952Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-08-17T12:07:59.1126020Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-08-17T12:07:59.3749103Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-08-17T12:08:04.5536181Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-08-17T12:08:04.9730209Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-08-17T12:08:05.5622497Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-08-17T12:08:07.0162708Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-08-17T12:08:08.0188094Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-08-17T12:08:13.1649037Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-08-17T12:08:13.7862571Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-08-17T12:08:15.1212332Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-08-17T12:08:16.2553778Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-08-17T12:08:16.4675593Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-08-17T12:08:16.9198107Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-08-17T12:08:17.2233727Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-08-17T12:08:18.2170604Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-08-17T12:08:18.5979703Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-08-17T12:08:18.7976818Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-08-17T12:08:19.0487867Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-08-17T12:08:20.3217382Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-08-17T12:08:20.7381272Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-08-17T12:08:21.1187482Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-08-17T12:08:27.0625149Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-08-17T12:08:28.7169034Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-08-17T12:08:29.1488161Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-08-17T12:08:29.3572465Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-08-17T12:08:34.1848678Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-08-17T12:08:34.3826653Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-08-17T12:08:34.8041123Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-08-17T12:08:35.7287430Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-08-17T12:08:35.9592407Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-08-17T12:08:36.4137069Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-08-17T12:08:36.6937613Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-08-17T12:08:37.2287720Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-08-17T12:08:39.1471726Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-08-17T12:08:39.5975182Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-08-17T12:08:41.5848118Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-08-17T12:08:41.5943204Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-08-17T12:08:41.6016274Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-08-17T12:08:41.6222060Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-08-17T12:08:41.6423552Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-08-17T12:08:42.1875658Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-08-17T12:08:42.2065589Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-08-17T12:08:42.2985725Z Submodule path 'third_party/cpuinfo': checked out '5916273f79a21551890fd3d56fc5375a78d1598d' 2022-08-17T12:08:42.3299991Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-08-17T12:08:42.5913851Z Submodule path 'third_party/cudnn_frontend': checked out '43709ab96c47e26eebcdac72f93f946d44ceffa8' 2022-08-17T12:08:42.8095599Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-08-17T12:08:42.8506437Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-08-17T12:08:42.8519726Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:08:42.8521461Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:08:42.8523508Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:08:42.8526018Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:08:42.8548430Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-08-17T12:08:43.6685173Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-08-17T12:08:44.1807164Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-08-17T12:08:45.2030394Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-08-17T12:08:45.5158537Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-08-17T12:08:45.6077094Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-08-17T12:08:45.6606977Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-08-17T12:08:45.6698581Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-08-17T12:08:45.7479049Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-08-17T12:08:45.7781090Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-08-17T12:08:45.7859094Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-08-17T12:08:45.8220420Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-08-17T12:08:45.8435404Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-08-17T12:08:45.8859975Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-08-17T12:08:45.8963225Z Submodule path 'third_party/ideep': checked out '8a114a51c116b55c4ceb689b98746786bd00c29b' 2022-08-17T12:08:45.8974958Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-08-17T12:08:45.8996921Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-08-17T12:08:52.7201023Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-08-17T12:08:52.7216082Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:08:52.7238699Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-08-17T12:08:59.4568308Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-08-17T12:08:59.4660338Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-08-17T12:08:59.4787836Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-08-17T12:08:59.5634964Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-08-17T12:08:59.5649761Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:08:59.5652000Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:08:59.5675459Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-08-17T12:09:00.8331692Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-08-17T12:09:01.9253857Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-08-17T12:09:01.9742627Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-08-17T12:09:01.9920847Z Submodule path 'third_party/nccl/nccl': checked out '19ab67d1727d337d10d0a48cbaf5cd119b8d88f1' 2022-08-17T12:09:02.0048887Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-08-17T12:09:02.1022247Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-08-17T12:09:02.3265433Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-08-17T12:09:02.3291392Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-08-17T12:09:02.3292526Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-08-17T12:09:02.3315115Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-08-17T12:09:02.7809443Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-08-17T12:09:03.5968197Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-08-17T12:09:03.6250803Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-08-17T12:09:03.6387095Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-08-17T12:09:03.6400300Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:09:03.6420390Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-08-17T12:09:05.4201094Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-08-17T12:09:05.4219687Z 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-17T12:09:05.4221577Z 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-17T12:09:05.4245052Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-08-17T12:09:05.8165196Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-08-17T12:09:07.6224654Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-08-17T12:09:07.6806482Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-08-17T12:09:07.6817889Z 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-17T12:09:07.6839837Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-08-17T12:09:07.9035963Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-08-17T12:09:07.9118568Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-08-17T12:09:08.1414724Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-08-17T12:09:08.1431824Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:09:08.1433703Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-08-17T12:09:08.1456979Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-08-17T12:09:08.5379284Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-08-17T12:09:09.5447443Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-08-17T12:09:09.6070243Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-08-17T12:09:09.6148360Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-08-17T12:09:09.6245452Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-08-17T12:09:09.6544422Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-08-17T12:09:09.6625089Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-08-17T12:09:09.6887187Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-08-17T12:09:09.6974190Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-08-17T12:09:09.7373839Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-08-17T12:09:09.8355213Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-08-17T12:09:09.8590317Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-08-17T12:09:09.8602575Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:09:09.8604553Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:09:09.8606698Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:09:09.8608838Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:09:09.8630391Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-08-17T12:09:10.8701083Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-08-17T12:09:11.1469400Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-08-17T12:09:12.3629534Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-08-17T12:09:13.2280114Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-08-17T12:09:13.2410637Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-08-17T12:09:13.3000183Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-08-17T12:09:13.3249302Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-08-17T12:09:13.3262264Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:09:13.3283012Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-08-17T12:09:13.5504802Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-08-17T12:09:13.6717056Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-08-17T12:09:13.6745347Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-08-17T12:09:13.6999652Z Entering 'android/libs/fbjni' 2022-08-17T12:09:13.7032956Z Entering 'third_party/FP16' 2022-08-17T12:09:13.7066005Z Entering 'third_party/FXdiv' 2022-08-17T12:09:13.7099611Z Entering 'third_party/NNPACK' 2022-08-17T12:09:13.7134049Z Entering 'third_party/QNNPACK' 2022-08-17T12:09:13.7168390Z Entering 'third_party/XNNPACK' 2022-08-17T12:09:13.7212094Z Entering 'third_party/benchmark' 2022-08-17T12:09:13.7247218Z Entering 'third_party/cpuinfo' 2022-08-17T12:09:13.7281130Z Entering 'third_party/cub' 2022-08-17T12:09:13.7315793Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:09:13.7354464Z Entering 'third_party/eigen' 2022-08-17T12:09:13.7391268Z Entering 'third_party/fbgemm' 2022-08-17T12:09:13.7426488Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:09:13.7460002Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:09:13.7493549Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:09:13.7527536Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:09:13.7562326Z Entering 'third_party/flatbuffers' 2022-08-17T12:09:13.7597920Z Entering 'third_party/fmt' 2022-08-17T12:09:13.7631293Z Entering 'third_party/foxi' 2022-08-17T12:09:13.7664205Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:09:13.7698407Z Entering 'third_party/gloo' 2022-08-17T12:09:13.7732675Z Entering 'third_party/googletest' 2022-08-17T12:09:13.7766932Z Entering 'third_party/ideep' 2022-08-17T12:09:13.7799841Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:09:13.7835273Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:09:13.7875367Z Entering 'third_party/ios-cmake' 2022-08-17T12:09:13.7908742Z Entering 'third_party/ittapi' 2022-08-17T12:09:13.7943178Z Entering 'third_party/kineto' 2022-08-17T12:09:13.7979449Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:09:13.8013138Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:09:13.8048497Z Entering 'third_party/nccl/nccl' 2022-08-17T12:09:13.8082187Z Entering 'third_party/neon2sse' 2022-08-17T12:09:13.8115216Z Entering 'third_party/nlohmann' 2022-08-17T12:09:13.8150377Z Entering 'third_party/onnx' 2022-08-17T12:09:13.8195534Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:09:13.8229992Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:09:13.8266054Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:09:13.8300332Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:09:13.8338175Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:09:13.8371851Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:09:13.8405311Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:09:13.8444372Z Entering 'third_party/pocketfft' 2022-08-17T12:09:13.8477517Z Entering 'third_party/protobuf' 2022-08-17T12:09:13.8514935Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:09:13.8547914Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:09:13.8583935Z Entering 'third_party/psimd' 2022-08-17T12:09:13.8617306Z Entering 'third_party/pthreadpool' 2022-08-17T12:09:13.8650469Z Entering 'third_party/pybind11' 2022-08-17T12:09:13.8683671Z Entering 'third_party/python-enum' 2022-08-17T12:09:13.8716699Z Entering 'third_party/python-peachpy' 2022-08-17T12:09:13.8749538Z Entering 'third_party/python-six' 2022-08-17T12:09:13.8782359Z Entering 'third_party/sleef' 2022-08-17T12:09:13.8817089Z Entering 'third_party/tbb' 2022-08-17T12:09:13.8851855Z Entering 'third_party/tensorpipe' 2022-08-17T12:09:13.8885630Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:09:13.8918558Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:09:13.8951197Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:09:13.8983865Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:09:13.9016334Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:09:13.9052464Z Entering 'third_party/zstd' 2022-08-17T12:09:13.9094039Z ##[endgroup] 2022-08-17T12:09:13.9094429Z ##[group]Persisting credentials for submodules 2022-08-17T12:09:13.9102511Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-08-17T12:09:13.9347782Z Entering 'android/libs/fbjni' 2022-08-17T12:09:13.9381257Z Entering 'third_party/FP16' 2022-08-17T12:09:13.9415209Z Entering 'third_party/FXdiv' 2022-08-17T12:09:13.9449570Z Entering 'third_party/NNPACK' 2022-08-17T12:09:13.9483259Z Entering 'third_party/QNNPACK' 2022-08-17T12:09:13.9518189Z Entering 'third_party/XNNPACK' 2022-08-17T12:09:13.9563611Z Entering 'third_party/benchmark' 2022-08-17T12:09:13.9597163Z Entering 'third_party/cpuinfo' 2022-08-17T12:09:13.9631590Z Entering 'third_party/cub' 2022-08-17T12:09:13.9664063Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:09:13.9701592Z Entering 'third_party/eigen' 2022-08-17T12:09:13.9737518Z Entering 'third_party/fbgemm' 2022-08-17T12:09:13.9771707Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:09:13.9804770Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:09:13.9840936Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:09:13.9875158Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:09:13.9908857Z Entering 'third_party/flatbuffers' 2022-08-17T12:09:13.9946783Z Entering 'third_party/fmt' 2022-08-17T12:09:13.9982066Z Entering 'third_party/foxi' 2022-08-17T12:09:14.0017403Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:09:14.0052869Z Entering 'third_party/gloo' 2022-08-17T12:09:14.0086821Z Entering 'third_party/googletest' 2022-08-17T12:09:14.0120601Z Entering 'third_party/ideep' 2022-08-17T12:09:14.0153993Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:09:14.0189563Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:09:14.0229646Z Entering 'third_party/ios-cmake' 2022-08-17T12:09:14.0264164Z Entering 'third_party/ittapi' 2022-08-17T12:09:14.0298035Z Entering 'third_party/kineto' 2022-08-17T12:09:14.0331619Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:09:14.0364730Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:09:14.0398618Z Entering 'third_party/nccl/nccl' 2022-08-17T12:09:14.0432912Z Entering 'third_party/neon2sse' 2022-08-17T12:09:14.0465825Z Entering 'third_party/nlohmann' 2022-08-17T12:09:14.0500630Z Entering 'third_party/onnx' 2022-08-17T12:09:14.0545568Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:09:14.0581591Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:09:14.0617056Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:09:14.0649736Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:09:14.0686936Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:09:14.0719800Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:09:14.0756271Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:09:14.0796280Z Entering 'third_party/pocketfft' 2022-08-17T12:09:14.0835947Z Entering 'third_party/protobuf' 2022-08-17T12:09:14.0873504Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:09:14.0908037Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:09:14.0946108Z Entering 'third_party/psimd' 2022-08-17T12:09:14.0982859Z Entering 'third_party/pthreadpool' 2022-08-17T12:09:14.1016056Z Entering 'third_party/pybind11' 2022-08-17T12:09:14.1049883Z Entering 'third_party/python-enum' 2022-08-17T12:09:14.1084220Z Entering 'third_party/python-peachpy' 2022-08-17T12:09:14.1118734Z Entering 'third_party/python-six' 2022-08-17T12:09:14.1152027Z Entering 'third_party/sleef' 2022-08-17T12:09:14.1186162Z Entering 'third_party/tbb' 2022-08-17T12:09:14.1220921Z Entering 'third_party/tensorpipe' 2022-08-17T12:09:14.1254172Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:09:14.1286809Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:09:14.1318923Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:09:14.1350794Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:09:14.1382711Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:09:14.1417202Z Entering 'third_party/zstd' 2022-08-17T12:09:14.1464320Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-08-17T12:09:14.1715940Z Entering 'android/libs/fbjni' 2022-08-17T12:09:14.1745550Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-08-17T12:09:14.1759536Z Entering 'third_party/FP16' 2022-08-17T12:09:14.1788970Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-08-17T12:09:14.1802575Z Entering 'third_party/FXdiv' 2022-08-17T12:09:14.1833794Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-08-17T12:09:14.1847949Z Entering 'third_party/NNPACK' 2022-08-17T12:09:14.1879056Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-08-17T12:09:14.1893686Z Entering 'third_party/QNNPACK' 2022-08-17T12:09:14.1927966Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-08-17T12:09:14.1946144Z Entering 'third_party/XNNPACK' 2022-08-17T12:09:14.1979197Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-08-17T12:09:14.2003671Z Entering 'third_party/benchmark' 2022-08-17T12:09:14.2033724Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:09:14.2048839Z Entering 'third_party/cpuinfo' 2022-08-17T12:09:14.2079743Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-08-17T12:09:14.2095098Z Entering 'third_party/cub' 2022-08-17T12:09:14.2127558Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-08-17T12:09:14.2141991Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:09:14.2175615Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-08-17T12:09:14.2195693Z Entering 'third_party/eigen' 2022-08-17T12:09:14.2227120Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-08-17T12:09:14.2242735Z Entering 'third_party/fbgemm' 2022-08-17T12:09:14.2273966Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-08-17T12:09:14.2288267Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:09:14.2319519Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-08-17T12:09:14.2333590Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:09:14.2365343Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-08-17T12:09:14.2379143Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:09:14.2409941Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:09:14.2424059Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:09:14.2454022Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-08-17T12:09:14.2469510Z Entering 'third_party/flatbuffers' 2022-08-17T12:09:14.2501067Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-08-17T12:09:14.2517204Z Entering 'third_party/fmt' 2022-08-17T12:09:14.2548368Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-08-17T12:09:14.2562007Z Entering 'third_party/foxi' 2022-08-17T12:09:14.2594255Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-08-17T12:09:14.2608762Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:09:14.2639968Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-08-17T12:09:14.2653027Z Entering 'third_party/gloo' 2022-08-17T12:09:14.2685641Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-08-17T12:09:14.2698155Z Entering 'third_party/googletest' 2022-08-17T12:09:14.2729928Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:09:14.2744612Z Entering 'third_party/ideep' 2022-08-17T12:09:14.2775503Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-08-17T12:09:14.2788328Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:09:14.2821384Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-08-17T12:09:14.2837068Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:09:14.2869265Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-08-17T12:09:14.2889994Z Entering 'third_party/ios-cmake' 2022-08-17T12:09:14.2920690Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-08-17T12:09:14.2934960Z Entering 'third_party/ittapi' 2022-08-17T12:09:14.2966583Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-08-17T12:09:14.2979954Z Entering 'third_party/kineto' 2022-08-17T12:09:14.3011069Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-08-17T12:09:14.3024991Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:09:14.3057018Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-08-17T12:09:14.3071201Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:09:14.3104289Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-08-17T12:09:14.3118683Z Entering 'third_party/nccl/nccl' 2022-08-17T12:09:14.3150150Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-08-17T12:09:14.3164470Z Entering 'third_party/neon2sse' 2022-08-17T12:09:14.3196391Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-08-17T12:09:14.3210637Z Entering 'third_party/nlohmann' 2022-08-17T12:09:14.3242096Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-08-17T12:09:14.3257206Z Entering 'third_party/onnx' 2022-08-17T12:09:14.3288606Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-08-17T12:09:14.3313781Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:09:14.3345232Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:09:14.3358684Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:09:14.3390006Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:09:14.3405724Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:09:14.3436408Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-08-17T12:09:14.3450975Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:09:14.3480507Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-08-17T12:09:14.3498763Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:09:14.3530002Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:09:14.3543050Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:09:14.3575064Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:09:14.3587316Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:09:14.3619878Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-08-17T12:09:14.3637633Z Entering 'third_party/pocketfft' 2022-08-17T12:09:14.3668302Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-08-17T12:09:14.3681436Z Entering 'third_party/protobuf' 2022-08-17T12:09:14.3712455Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-08-17T12:09:14.3729066Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:09:14.3759372Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:09:14.3773343Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:09:14.3802929Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:09:14.3817958Z Entering 'third_party/psimd' 2022-08-17T12:09:14.3848841Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-08-17T12:09:14.3862364Z Entering 'third_party/pthreadpool' 2022-08-17T12:09:14.3893885Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-08-17T12:09:14.3907963Z Entering 'third_party/pybind11' 2022-08-17T12:09:14.3940107Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:09:14.3954280Z Entering 'third_party/python-enum' 2022-08-17T12:09:14.3985815Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-08-17T12:09:14.3999696Z Entering 'third_party/python-peachpy' 2022-08-17T12:09:14.4031107Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-08-17T12:09:14.4045704Z Entering 'third_party/python-six' 2022-08-17T12:09:14.4076177Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-08-17T12:09:14.4089916Z Entering 'third_party/sleef' 2022-08-17T12:09:14.4120570Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-08-17T12:09:14.4135450Z Entering 'third_party/tbb' 2022-08-17T12:09:14.4167140Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-08-17T12:09:14.4183213Z Entering 'third_party/tensorpipe' 2022-08-17T12:09:14.4215967Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-08-17T12:09:14.4230951Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:09:14.4261887Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:09:14.4276650Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:09:14.4306453Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-08-17T12:09:14.4320226Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:09:14.4350812Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-08-17T12:09:14.4365799Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:09:14.4396501Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:09:14.4409557Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:09:14.4440404Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-08-17T12:09:14.4456801Z Entering 'third_party/zstd' 2022-08-17T12:09:14.4488233Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-08-17T12:09:14.6185475Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-08-17T12:09:14.6441603Z Entering 'android/libs/fbjni' 2022-08-17T12:09:14.6476799Z Entering 'third_party/FP16' 2022-08-17T12:09:14.6511812Z Entering 'third_party/FXdiv' 2022-08-17T12:09:14.6548297Z Entering 'third_party/NNPACK' 2022-08-17T12:09:14.6583111Z Entering 'third_party/QNNPACK' 2022-08-17T12:09:14.6619026Z Entering 'third_party/XNNPACK' 2022-08-17T12:09:14.6664468Z Entering 'third_party/benchmark' 2022-08-17T12:09:14.6698882Z Entering 'third_party/cpuinfo' 2022-08-17T12:09:14.6733000Z Entering 'third_party/cub' 2022-08-17T12:09:14.6768841Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:09:14.6810550Z Entering 'third_party/eigen' 2022-08-17T12:09:14.6846587Z Entering 'third_party/fbgemm' 2022-08-17T12:09:14.6881465Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:09:14.6915626Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:09:14.6950858Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:09:14.6983708Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:09:14.7017976Z Entering 'third_party/flatbuffers' 2022-08-17T12:09:14.7054182Z Entering 'third_party/fmt' 2022-08-17T12:09:14.7088642Z Entering 'third_party/foxi' 2022-08-17T12:09:14.7121837Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:09:14.7156446Z Entering 'third_party/gloo' 2022-08-17T12:09:14.7383355Z Entering 'third_party/googletest' 2022-08-17T12:09:14.7419003Z Entering 'third_party/ideep' 2022-08-17T12:09:14.7452685Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:09:14.7488167Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:09:14.7528372Z Entering 'third_party/ios-cmake' 2022-08-17T12:09:14.7562163Z Entering 'third_party/ittapi' 2022-08-17T12:09:14.7595687Z Entering 'third_party/kineto' 2022-08-17T12:09:14.7629099Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:09:14.7662340Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:09:14.7696631Z Entering 'third_party/nccl/nccl' 2022-08-17T12:09:14.7730922Z Entering 'third_party/neon2sse' 2022-08-17T12:09:14.7763712Z Entering 'third_party/nlohmann' 2022-08-17T12:09:14.7798347Z Entering 'third_party/onnx' 2022-08-17T12:09:14.7843647Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:09:14.7877267Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:09:14.7912474Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:09:14.7946307Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:09:14.7983743Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:09:14.8017021Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:09:14.8050857Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:09:14.8087894Z Entering 'third_party/pocketfft' 2022-08-17T12:09:14.8122203Z Entering 'third_party/protobuf' 2022-08-17T12:09:14.8159432Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:09:14.8193521Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:09:14.8228803Z Entering 'third_party/psimd' 2022-08-17T12:09:14.8263066Z Entering 'third_party/pthreadpool' 2022-08-17T12:09:14.8296385Z Entering 'third_party/pybind11' 2022-08-17T12:09:14.8330227Z Entering 'third_party/python-enum' 2022-08-17T12:09:14.8363186Z Entering 'third_party/python-peachpy' 2022-08-17T12:09:14.8397043Z Entering 'third_party/python-six' 2022-08-17T12:09:14.8431641Z Entering 'third_party/sleef' 2022-08-17T12:09:14.8465044Z Entering 'third_party/tbb' 2022-08-17T12:09:14.8501054Z Entering 'third_party/tensorpipe' 2022-08-17T12:09:14.8536248Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:09:14.8570659Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:09:14.8603519Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:09:14.8638270Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:09:14.8671837Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:09:14.8707921Z Entering 'third_party/zstd' 2022-08-17T12:09:14.8752724Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-08-17T12:09:14.9006807Z Entering 'android/libs/fbjni' 2022-08-17T12:09:14.9041524Z Entering 'third_party/FP16' 2022-08-17T12:09:14.9076024Z Entering 'third_party/FXdiv' 2022-08-17T12:09:14.9111382Z Entering 'third_party/NNPACK' 2022-08-17T12:09:14.9147385Z Entering 'third_party/QNNPACK' 2022-08-17T12:09:14.9181749Z Entering 'third_party/XNNPACK' 2022-08-17T12:09:14.9225367Z Entering 'third_party/benchmark' 2022-08-17T12:09:14.9259835Z Entering 'third_party/cpuinfo' 2022-08-17T12:09:14.9297397Z Entering 'third_party/cub' 2022-08-17T12:09:14.9332812Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:09:14.9371603Z Entering 'third_party/eigen' 2022-08-17T12:09:14.9407750Z Entering 'third_party/fbgemm' 2022-08-17T12:09:14.9445042Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:09:14.9479407Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:09:14.9513265Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:09:14.9546640Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:09:14.9582868Z Entering 'third_party/flatbuffers' 2022-08-17T12:09:14.9618440Z Entering 'third_party/fmt' 2022-08-17T12:09:14.9651994Z Entering 'third_party/foxi' 2022-08-17T12:09:14.9685297Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:09:14.9720046Z Entering 'third_party/gloo' 2022-08-17T12:09:14.9755750Z Entering 'third_party/googletest' 2022-08-17T12:09:14.9790967Z Entering 'third_party/ideep' 2022-08-17T12:09:14.9824967Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:09:14.9860039Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:09:14.9899481Z Entering 'third_party/ios-cmake' 2022-08-17T12:09:14.9933615Z Entering 'third_party/ittapi' 2022-08-17T12:09:14.9968156Z Entering 'third_party/kineto' 2022-08-17T12:09:15.0001576Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:09:15.0035380Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:09:15.0070698Z Entering 'third_party/nccl/nccl' 2022-08-17T12:09:15.0104220Z Entering 'third_party/neon2sse' 2022-08-17T12:09:15.0136863Z Entering 'third_party/nlohmann' 2022-08-17T12:09:15.0173136Z Entering 'third_party/onnx' 2022-08-17T12:09:15.0217940Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:09:15.0251500Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:09:15.0286228Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:09:15.0319510Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:09:15.0356623Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:09:15.0392271Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:09:15.0426171Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:09:15.0463461Z Entering 'third_party/pocketfft' 2022-08-17T12:09:15.0495816Z Entering 'third_party/protobuf' 2022-08-17T12:09:15.0533461Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:09:15.0566640Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:09:15.0601767Z Entering 'third_party/psimd' 2022-08-17T12:09:15.0635656Z Entering 'third_party/pthreadpool' 2022-08-17T12:09:15.0669309Z Entering 'third_party/pybind11' 2022-08-17T12:09:15.0703924Z Entering 'third_party/python-enum' 2022-08-17T12:09:15.0737121Z Entering 'third_party/python-peachpy' 2022-08-17T12:09:15.0770385Z Entering 'third_party/python-six' 2022-08-17T12:09:15.0803444Z Entering 'third_party/sleef' 2022-08-17T12:09:15.0837261Z Entering 'third_party/tbb' 2022-08-17T12:09:15.0872332Z Entering 'third_party/tensorpipe' 2022-08-17T12:09:15.0907033Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:09:15.0941122Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:09:15.0973577Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:09:15.1006588Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:09:15.1038155Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:09:15.1073010Z Entering 'third_party/zstd' 2022-08-17T12:09:15.1113724Z ##[endgroup] 2022-08-17T12:09:15.1152189Z [command]/usr/bin/git log -1 --format='%H' 2022-08-17T12:09:15.1177467Z 'ce6a3c605df99d1df57c0dda75c06d748e54ed2a' 2022-08-17T12:09:15.1299331Z Prepare all required actions 2022-08-17T12:09:15.1326124Z ##[group]Run ./.github/actions/setup-linux 2022-08-17T12:09:15.1326324Z env: 2022-08-17T12:09:15.1326488Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:15.1326675Z ##[endgroup] 2022-08-17T12:09:15.1341145Z ##[group]Run set -euo pipefail 2022-08-17T12:09:15.1341373Z set -euo pipefail 2022-08-17T12:09:15.1341587Z function get_ec2_metadata() { 2022-08-17T12:09:15.1341816Z  # Pulled from instance metadata endpoint for EC2 2022-08-17T12:09:15.1342165Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-08-17T12:09:15.1342459Z  category=$1 2022-08-17T12:09:15.1342685Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-08-17T12:09:15.1342908Z } 2022-08-17T12:09:15.1343110Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-08-17T12:09:15.1343379Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-08-17T12:09:15.1343658Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-08-17T12:09:15.1343902Z echo "system info $(uname -a)" 2022-08-17T12:09:15.1355103Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:09:15.1355307Z env: 2022-08-17T12:09:15.1355477Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:15.1355660Z ##[endgroup] 2022-08-17T12:09:15.1443627Z ami-id: ami-096198a0bccc6bad4 2022-08-17T12:09:15.1491443Z instance-id: i-0e79bc30e5670ad0b 2022-08-17T12:09:15.1538971Z instance-type: c5.2xlarge 2022-08-17T12:09:15.1545524Z system info Linux ip-10-0-7-54.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-08-17T12:09:15.1561262Z ##[group]Run if systemctl is-active --quiet docker; then 2022-08-17T12:09:15.1561546Z if systemctl is-active --quiet docker; then 2022-08-17T12:09:15.1561779Z  echo "Docker daemon is running..."; 2022-08-17T12:09:15.1561986Z else 2022-08-17T12:09:15.1562232Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-08-17T12:09:15.1562461Z fi 2022-08-17T12:09:15.1573441Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:09:15.1573661Z env: 2022-08-17T12:09:15.1573837Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:15.1574011Z ##[endgroup] 2022-08-17T12:09:15.1613312Z Docker daemon is running... 2022-08-17T12:09:15.1629963Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-08-17T12:09:15.1630347Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-08-17T12:09:15.1630645Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:09:15.1631064Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-08-17T12:09:15.1631447Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-08-17T12:09:15.1642127Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:09:15.1642360Z env: 2022-08-17T12:09:15.1642562Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:15.1642787Z AWS_RETRY_MODE: standard 2022-08-17T12:09:15.1642993Z AWS_MAX_ATTEMPTS: 5 2022-08-17T12:09:15.1643220Z AWS_DEFAULT_REGION: us-east-1 2022-08-17T12:09:15.1643439Z ##[endgroup] 2022-08-17T12:09:16.2964886Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-08-17T12:09:16.2965641Z Configure a credential helper to remove this warning. See 2022-08-17T12:09:16.2966216Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-08-17T12:09:16.2966514Z 2022-08-17T12:09:16.2966604Z Login Succeeded 2022-08-17T12:09:16.2994256Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:09:16.2994558Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:09:16.2994893Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:09:16.3006368Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:09:16.3006584Z env: 2022-08-17T12:09:16.3006757Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:16.3006931Z ##[endgroup] 2022-08-17T12:09:16.3065184Z Prepare all required actions 2022-08-17T12:09:16.3065418Z Getting action download info 2022-08-17T12:09:16.4760422Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-08-17T12:09:16.6097148Z ##[group]Run ./.github/actions/setup-ssh 2022-08-17T12:09:16.6097430Z with: 2022-08-17T12:09:16.6097835Z github-secret: *** 2022-08-17T12:09:16.6098023Z env: 2022-08-17T12:09:16.6098252Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:16.6098493Z ##[endgroup] 2022-08-17T12:09:16.6143014Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-08-17T12:09:16.6143213Z with: 2022-08-17T12:09:16.6143501Z GITHUB_TOKEN: *** 2022-08-17T12:09:16.6143695Z activate-with-label: false 2022-08-17T12:09:16.6143881Z label: with-ssh 2022-08-17T12:09:16.6144069Z remove-existing-keys: true 2022-08-17T12:09:16.6144249Z env: 2022-08-17T12:09:16.6144403Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:16.6144584Z ##[endgroup] 2022-08-17T12:09:17.0096917Z Grabbing public ssh keys from https://github.com/IvanYashchuk.keys 2022-08-17T12:09:17.1022388Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-08-17T12:09:17.1035090Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-08-17T12:09:17.1057123Z Login using: ssh ec2-user@ec2-3-228-3-145.compute-1.amazonaws.com 2022-08-17T12:09:17.1107425Z Prepare all required actions 2022-08-17T12:09:17.1125947Z ##[group]Run ./.github/actions/pull-docker-image 2022-08-17T12:09:17.1126161Z with: 2022-08-17T12:09:17.1126498Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:09:17.1126806Z env: 2022-08-17T12:09:17.1126988Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:17.1127172Z ##[endgroup] 2022-08-17T12:09:17.1140279Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:09:17.1140552Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:09:17.1140818Z # ignore output since only exit code is used for conditional 2022-08-17T12:09:17.1141082Z # only pull docker image if it's not available locally 2022-08-17T12:09:17.1141377Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-08-17T12:09:17.1141683Z  retry docker pull "${DOCKER_IMAGE}" 2022-08-17T12:09:17.1141869Z fi 2022-08-17T12:09:17.1153140Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:09:17.1153360Z env: 2022-08-17T12:09:17.1153533Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:09:17.1153879Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:09:17.1154219Z ##[endgroup] 2022-08-17T12:09:17.3194532Z a347f7e7645f04fc68e4f87c73cf0385233153b8: Pulling from pytorch/pytorch-linux-bionic-py3.7-clang9 2022-08-17T12:09:17.3202541Z 22c5ef60a68e: Pulling fs layer 2022-08-17T12:09:17.3202883Z 7de94ae42eb5: Pulling fs layer 2022-08-17T12:09:17.3203201Z a139447d0ea1: Pulling fs layer 2022-08-17T12:09:17.3203558Z b77cf8c70533: Pulling fs layer 2022-08-17T12:09:17.3203876Z b1054aea5f94: Pulling fs layer 2022-08-17T12:09:17.3204323Z 1d6c2c55a73e: Pulling fs layer 2022-08-17T12:09:17.3204542Z 2ba0c5f4eec5: Pulling fs layer 2022-08-17T12:09:17.3204740Z eae1a598e78a: Pulling fs layer 2022-08-17T12:09:17.3206925Z 46b0d6774d29: Pulling fs layer 2022-08-17T12:09:17.3207248Z 08718746cfb0: Pulling fs layer 2022-08-17T12:09:17.3207593Z bbdfc80c705d: Pulling fs layer 2022-08-17T12:09:17.3207939Z 5dbd12e1e6d6: Pulling fs layer 2022-08-17T12:09:17.3208236Z c0e304039a83: Pulling fs layer 2022-08-17T12:09:17.3208691Z 4971ab711018: Pulling fs layer 2022-08-17T12:09:17.3208867Z b77cf8c70533: Waiting 2022-08-17T12:09:17.3209057Z 91d5b0baf4b6: Pulling fs layer 2022-08-17T12:09:17.3209258Z b1054aea5f94: Waiting 2022-08-17T12:09:17.3209507Z a518fdf5021e: Pulling fs layer 2022-08-17T12:09:17.3209719Z 2ba0c5f4eec5: Waiting 2022-08-17T12:09:17.3209924Z 1d6c2c55a73e: Waiting 2022-08-17T12:09:17.3210184Z c31ac2d0a96f: Pulling fs layer 2022-08-17T12:09:17.3210551Z 936b57f23caa: Pulling fs layer 2022-08-17T12:09:17.3210806Z 39e9a06fcd04: Pulling fs layer 2022-08-17T12:09:17.3211104Z 0ba408c9a991: Pulling fs layer 2022-08-17T12:09:17.3211400Z 08718746cfb0: Waiting 2022-08-17T12:09:17.3211736Z 4eeddff048e2: Pulling fs layer 2022-08-17T12:09:17.3212088Z b03153a30ed7: Pulling fs layer 2022-08-17T12:09:17.3212395Z bbdfc80c705d: Waiting 2022-08-17T12:09:17.3212676Z 5dbd12e1e6d6: Waiting 2022-08-17T12:09:17.3212940Z 21f97d722412: Pulling fs layer 2022-08-17T12:09:17.3213108Z c0e304039a83: Waiting 2022-08-17T12:09:17.3213421Z 26968089f8f1: Pulling fs layer 2022-08-17T12:09:17.3213801Z 582f4dc0ea3c: Pulling fs layer 2022-08-17T12:09:17.3214081Z 9a116a946de5: Pulling fs layer 2022-08-17T12:09:17.3214444Z 6148b429c75d: Pulling fs layer 2022-08-17T12:09:17.3214732Z 4971ab711018: Waiting 2022-08-17T12:09:17.3215060Z 91d5b0baf4b6: Waiting 2022-08-17T12:09:17.3215369Z 61b058bacd26: Pulling fs layer 2022-08-17T12:09:17.3215606Z 2bb23ddca198: Pulling fs layer 2022-08-17T12:09:17.3215797Z a518fdf5021e: Waiting 2022-08-17T12:09:17.3216019Z 27c4a4994c6e: Pulling fs layer 2022-08-17T12:09:17.3216211Z 3592701c48ce: Pulling fs layer 2022-08-17T12:09:17.3216541Z cfd1c8399b8f: Pulling fs layer 2022-08-17T12:09:17.3216750Z 4eeddff048e2: Waiting 2022-08-17T12:09:17.3217020Z 0ba408c9a991: Waiting 2022-08-17T12:09:17.3217294Z 03c958aac076: Pulling fs layer 2022-08-17T12:09:17.3217574Z 26968089f8f1: Waiting 2022-08-17T12:09:17.3217843Z b03153a30ed7: Waiting 2022-08-17T12:09:17.3218069Z 6dbd2e8e1d0c: Pulling fs layer 2022-08-17T12:09:17.3218278Z c31ac2d0a96f: Waiting 2022-08-17T12:09:17.3218459Z 582f4dc0ea3c: Waiting 2022-08-17T12:09:17.3218625Z 61b058bacd26: Waiting 2022-08-17T12:09:17.3218790Z 288fc19fc463: Pulling fs layer 2022-08-17T12:09:17.3245687Z 9a116a946de5: Waiting 2022-08-17T12:09:17.3246075Z 87cfb8779f20: Pulling fs layer 2022-08-17T12:09:17.3246451Z 2bb23ddca198: Waiting 2022-08-17T12:09:17.3246726Z 6148b429c75d: Waiting 2022-08-17T12:09:17.3247018Z 52d4c8a6a45a: Pulling fs layer 2022-08-17T12:09:17.3247355Z e85f41721daf: Pulling fs layer 2022-08-17T12:09:17.3247630Z 21f97d722412: Waiting 2022-08-17T12:09:17.3247967Z a2fc7fee1f86: Pulling fs layer 2022-08-17T12:09:17.3248551Z 30320e4ebea2: Pulling fs layer 2022-08-17T12:09:17.3248881Z 03c958aac076: Waiting 2022-08-17T12:09:17.3249052Z 27c4a4994c6e: Waiting 2022-08-17T12:09:17.3249330Z 39e9a06fcd04: Waiting 2022-08-17T12:09:17.3249514Z 7da2e0e49462: Pulling fs layer 2022-08-17T12:09:17.3249687Z 3592701c48ce: Waiting 2022-08-17T12:09:17.3250057Z d3af1b4bab6b: Pulling fs layer 2022-08-17T12:09:17.3250415Z c192004dc29d: Pulling fs layer 2022-08-17T12:09:17.3250733Z 6dbd2e8e1d0c: Waiting 2022-08-17T12:09:17.3250991Z f764ec246fcd: Pulling fs layer 2022-08-17T12:09:17.3251169Z e85f41721daf: Waiting 2022-08-17T12:09:17.3251339Z 3fe950f6e93f: Pulling fs layer 2022-08-17T12:09:17.3251514Z 30320e4ebea2: Waiting 2022-08-17T12:09:17.3251681Z 288fc19fc463: Waiting 2022-08-17T12:09:17.3251848Z 2cc067aa247e: Pulling fs layer 2022-08-17T12:09:17.3252034Z a2fc7fee1f86: Waiting 2022-08-17T12:09:17.3252208Z 7da2e0e49462: Waiting 2022-08-17T12:09:17.3252362Z 87cfb8779f20: Waiting 2022-08-17T12:09:17.3252530Z d3af1b4bab6b: Waiting 2022-08-17T12:09:17.3252720Z 23abdbeecfb4: Pulling fs layer 2022-08-17T12:09:17.3252896Z 52d4c8a6a45a: Waiting 2022-08-17T12:09:17.3253063Z f764ec246fcd: Waiting 2022-08-17T12:09:17.3253244Z 2d0177d2760b: Pulling fs layer 2022-08-17T12:09:17.3253420Z 3fe950f6e93f: Waiting 2022-08-17T12:09:17.3253589Z 2cc067aa247e: Waiting 2022-08-17T12:09:17.3253775Z ae09ccf5bc2d: Pulling fs layer 2022-08-17T12:09:17.3254075Z 2d0177d2760b: Waiting 2022-08-17T12:09:17.3254242Z 1fa185240ca3: Pulling fs layer 2022-08-17T12:09:17.3254436Z a6e0fcd1aa20: Pulling fs layer 2022-08-17T12:09:17.3254623Z ae09ccf5bc2d: Waiting 2022-08-17T12:09:17.3254792Z 8e01ec37d418: Pulling fs layer 2022-08-17T12:09:17.3254984Z 1c32b0efd017: Pulling fs layer 2022-08-17T12:09:17.3255172Z 23abdbeecfb4: Waiting 2022-08-17T12:09:17.3255335Z a6e0fcd1aa20: Waiting 2022-08-17T12:09:17.3255515Z 597207aa735b: Pulling fs layer 2022-08-17T12:09:17.3255695Z 8e01ec37d418: Waiting 2022-08-17T12:09:17.3255865Z ebf0ded24680: Pulling fs layer 2022-08-17T12:09:17.3256046Z 1c32b0efd017: Waiting 2022-08-17T12:09:17.3256214Z 597207aa735b: Waiting 2022-08-17T12:09:17.3256379Z 0c2d3f725e85: Pulling fs layer 2022-08-17T12:09:17.3256569Z 8ed5b0e148f1: Pulling fs layer 2022-08-17T12:09:17.3256763Z 1f07a0c552f0: Pulling fs layer 2022-08-17T12:09:17.3256934Z ebf0ded24680: Waiting 2022-08-17T12:09:17.3257123Z cbd9ad8028e7: Pulling fs layer 2022-08-17T12:09:17.3257340Z 7beb30acbc53: Pulling fs layer 2022-08-17T12:09:17.3257529Z 0c2d3f725e85: Waiting 2022-08-17T12:09:17.3257712Z 49c869d8a1f8: Pulling fs layer 2022-08-17T12:09:17.3257880Z cbd9ad8028e7: Waiting 2022-08-17T12:09:17.3258052Z 1f07a0c552f0: Waiting 2022-08-17T12:09:17.3258220Z 49c869d8a1f8: Waiting 2022-08-17T12:09:17.3258375Z 8ed5b0e148f1: Waiting 2022-08-17T12:09:17.3258553Z 7beb30acbc53: Waiting 2022-08-17T12:09:17.4072767Z 7de94ae42eb5: Verifying Checksum 2022-08-17T12:09:17.4073164Z 7de94ae42eb5: Download complete 2022-08-17T12:09:17.5029121Z b77cf8c70533: Verifying Checksum 2022-08-17T12:09:17.5029710Z b77cf8c70533: Download complete 2022-08-17T12:09:17.6414808Z 22c5ef60a68e: Download complete 2022-08-17T12:09:17.7194877Z 1d6c2c55a73e: Verifying Checksum 2022-08-17T12:09:17.7195389Z 1d6c2c55a73e: Download complete 2022-08-17T12:09:17.8158820Z 2ba0c5f4eec5: Download complete 2022-08-17T12:09:17.8957490Z eae1a598e78a: Verifying Checksum 2022-08-17T12:09:17.8957887Z eae1a598e78a: Download complete 2022-08-17T12:09:17.9815652Z 46b0d6774d29: Verifying Checksum 2022-08-17T12:09:17.9816062Z 46b0d6774d29: Download complete 2022-08-17T12:09:18.0467930Z 08718746cfb0: Download complete 2022-08-17T12:09:18.1105041Z bbdfc80c705d: Download complete 2022-08-17T12:09:18.1890982Z 5dbd12e1e6d6: Verifying Checksum 2022-08-17T12:09:18.1891253Z 5dbd12e1e6d6: Download complete 2022-08-17T12:09:18.2711404Z c0e304039a83: Verifying Checksum 2022-08-17T12:09:18.2711658Z c0e304039a83: Download complete 2022-08-17T12:09:18.2929426Z 22c5ef60a68e: Pull complete 2022-08-17T12:09:18.3991387Z 7de94ae42eb5: Pull complete 2022-08-17T12:09:18.5743360Z b1054aea5f94: Verifying Checksum 2022-08-17T12:09:18.5743707Z b1054aea5f94: Download complete 2022-08-17T12:09:18.6471295Z 91d5b0baf4b6: Download complete 2022-08-17T12:09:18.7339078Z a518fdf5021e: Verifying Checksum 2022-08-17T12:09:18.7339520Z a518fdf5021e: Download complete 2022-08-17T12:09:18.8167972Z c31ac2d0a96f: Download complete 2022-08-17T12:09:18.8912944Z 936b57f23caa: Verifying Checksum 2022-08-17T12:09:18.8913379Z 936b57f23caa: Download complete 2022-08-17T12:09:19.0197212Z 39e9a06fcd04: Verifying Checksum 2022-08-17T12:09:19.0197590Z 39e9a06fcd04: Download complete 2022-08-17T12:09:19.0895596Z 0ba408c9a991: Download complete 2022-08-17T12:09:19.1659820Z 4eeddff048e2: Verifying Checksum 2022-08-17T12:09:19.1660126Z 4eeddff048e2: Download complete 2022-08-17T12:09:19.2502419Z b03153a30ed7: Verifying Checksum 2022-08-17T12:09:19.2502822Z b03153a30ed7: Download complete 2022-08-17T12:09:19.5101553Z 21f97d722412: Verifying Checksum 2022-08-17T12:09:19.5101934Z 21f97d722412: Download complete 2022-08-17T12:09:19.5809936Z 26968089f8f1: Download complete 2022-08-17T12:09:19.6567371Z 582f4dc0ea3c: Verifying Checksum 2022-08-17T12:09:19.6567623Z 582f4dc0ea3c: Download complete 2022-08-17T12:09:20.2752941Z a139447d0ea1: Verifying Checksum 2022-08-17T12:09:20.2753391Z a139447d0ea1: Download complete 2022-08-17T12:09:20.3512008Z 6148b429c75d: Verifying Checksum 2022-08-17T12:09:20.3512435Z 6148b429c75d: Download complete 2022-08-17T12:09:20.4188600Z 61b058bacd26: Verifying Checksum 2022-08-17T12:09:20.4189010Z 61b058bacd26: Download complete 2022-08-17T12:09:20.5055144Z 2bb23ddca198: Verifying Checksum 2022-08-17T12:09:20.5055611Z 2bb23ddca198: Download complete 2022-08-17T12:09:20.5832992Z 27c4a4994c6e: Verifying Checksum 2022-08-17T12:09:20.5833402Z 27c4a4994c6e: Download complete 2022-08-17T12:09:20.5962838Z 9a116a946de5: Verifying Checksum 2022-08-17T12:09:20.5963262Z 9a116a946de5: Download complete 2022-08-17T12:09:20.6525556Z 3592701c48ce: Download complete 2022-08-17T12:09:20.7273235Z 03c958aac076: Verifying Checksum 2022-08-17T12:09:20.7273696Z 03c958aac076: Download complete 2022-08-17T12:09:20.7996745Z 6dbd2e8e1d0c: Verifying Checksum 2022-08-17T12:09:20.7997129Z 6dbd2e8e1d0c: Download complete 2022-08-17T12:09:20.8708438Z 288fc19fc463: Verifying Checksum 2022-08-17T12:09:20.8708691Z 288fc19fc463: Download complete 2022-08-17T12:09:20.9650689Z 87cfb8779f20: Verifying Checksum 2022-08-17T12:09:20.9651726Z 87cfb8779f20: Download complete 2022-08-17T12:09:21.0463501Z 52d4c8a6a45a: Download complete 2022-08-17T12:09:21.1160331Z e85f41721daf: Verifying Checksum 2022-08-17T12:09:21.1161477Z e85f41721daf: Download complete 2022-08-17T12:09:21.2037347Z a2fc7fee1f86: Download complete 2022-08-17T12:09:21.2768417Z 30320e4ebea2: Download complete 2022-08-17T12:09:22.5756168Z cfd1c8399b8f: Verifying Checksum 2022-08-17T12:09:22.5757094Z cfd1c8399b8f: Download complete 2022-08-17T12:09:22.6687821Z d3af1b4bab6b: Download complete 2022-08-17T12:09:22.7425416Z c192004dc29d: Verifying Checksum 2022-08-17T12:09:22.7429285Z c192004dc29d: Download complete 2022-08-17T12:09:23.4459703Z 7da2e0e49462: Verifying Checksum 2022-08-17T12:09:23.4460132Z 7da2e0e49462: Download complete 2022-08-17T12:09:23.5229979Z 3fe950f6e93f: Verifying Checksum 2022-08-17T12:09:23.5230411Z 3fe950f6e93f: Download complete 2022-08-17T12:09:23.6066607Z 2cc067aa247e: Verifying Checksum 2022-08-17T12:09:23.6067032Z 2cc067aa247e: Download complete 2022-08-17T12:09:24.0638453Z 23abdbeecfb4: Verifying Checksum 2022-08-17T12:09:24.0638911Z 23abdbeecfb4: Download complete 2022-08-17T12:09:24.1460337Z 2d0177d2760b: Verifying Checksum 2022-08-17T12:09:24.1460719Z 2d0177d2760b: Download complete 2022-08-17T12:09:24.2270606Z ae09ccf5bc2d: Download complete 2022-08-17T12:09:24.3090656Z 1fa185240ca3: Download complete 2022-08-17T12:09:24.3786543Z a6e0fcd1aa20: Verifying Checksum 2022-08-17T12:09:24.3787847Z a6e0fcd1aa20: Download complete 2022-08-17T12:09:24.6344623Z 8e01ec37d418: Verifying Checksum 2022-08-17T12:09:24.6345057Z 8e01ec37d418: Download complete 2022-08-17T12:09:24.7213136Z 1c32b0efd017: Verifying Checksum 2022-08-17T12:09:24.7213544Z 1c32b0efd017: Download complete 2022-08-17T12:09:24.8085584Z 597207aa735b: Verifying Checksum 2022-08-17T12:09:24.8086728Z 597207aa735b: Download complete 2022-08-17T12:09:26.4211079Z a139447d0ea1: Pull complete 2022-08-17T12:09:26.6973938Z b77cf8c70533: Pull complete 2022-08-17T12:09:27.9384016Z ebf0ded24680: Verifying Checksum 2022-08-17T12:09:27.9384306Z ebf0ded24680: Download complete 2022-08-17T12:09:28.0076337Z 0c2d3f725e85: Download complete 2022-08-17T12:09:28.1016664Z 8ed5b0e148f1: Verifying Checksum 2022-08-17T12:09:28.1017107Z 8ed5b0e148f1: Download complete 2022-08-17T12:09:28.1684152Z 1f07a0c552f0: Verifying Checksum 2022-08-17T12:09:28.1684603Z 1f07a0c552f0: Download complete 2022-08-17T12:09:28.2363022Z cbd9ad8028e7: Verifying Checksum 2022-08-17T12:09:28.2363290Z cbd9ad8028e7: Download complete 2022-08-17T12:09:28.3094751Z 7beb30acbc53: Verifying Checksum 2022-08-17T12:09:28.3095052Z 7beb30acbc53: Download complete 2022-08-17T12:09:29.8929682Z 49c869d8a1f8: Verifying Checksum 2022-08-17T12:09:29.8929974Z 49c869d8a1f8: Download complete 2022-08-17T12:09:41.6071641Z 4971ab711018: Verifying Checksum 2022-08-17T12:09:41.6071947Z 4971ab711018: Download complete 2022-08-17T12:09:45.1858455Z b1054aea5f94: Pull complete 2022-08-17T12:09:45.6725082Z 1d6c2c55a73e: Pull complete 2022-08-17T12:09:46.2244276Z 2ba0c5f4eec5: Pull complete 2022-08-17T12:09:46.7202812Z eae1a598e78a: Pull complete 2022-08-17T12:09:47.2466704Z 46b0d6774d29: Pull complete 2022-08-17T12:09:47.7327550Z 08718746cfb0: Pull complete 2022-08-17T12:09:48.2347515Z bbdfc80c705d: Pull complete 2022-08-17T12:09:48.7411014Z 5dbd12e1e6d6: Pull complete 2022-08-17T12:09:49.2509785Z c0e304039a83: Pull complete 2022-08-17T12:09:49.8349570Z f764ec246fcd: Verifying Checksum 2022-08-17T12:09:49.8349821Z f764ec246fcd: Download complete 2022-08-17T12:10:14.2242534Z 4971ab711018: Pull complete 2022-08-17T12:10:14.5656397Z 91d5b0baf4b6: Pull complete 2022-08-17T12:10:14.7699168Z a518fdf5021e: Pull complete 2022-08-17T12:10:14.9073042Z c31ac2d0a96f: Pull complete 2022-08-17T12:10:15.0307393Z 936b57f23caa: Pull complete 2022-08-17T12:10:15.1853452Z 39e9a06fcd04: Pull complete 2022-08-17T12:10:15.3883978Z 0ba408c9a991: Pull complete 2022-08-17T12:10:15.6467574Z 4eeddff048e2: Pull complete 2022-08-17T12:10:15.8732654Z b03153a30ed7: Pull complete 2022-08-17T12:10:16.3517162Z 21f97d722412: Pull complete 2022-08-17T12:10:16.5563960Z 26968089f8f1: Pull complete 2022-08-17T12:10:16.7032476Z 582f4dc0ea3c: Pull complete 2022-08-17T12:10:18.5806466Z 9a116a946de5: Pull complete 2022-08-17T12:10:18.8045527Z 6148b429c75d: Pull complete 2022-08-17T12:10:19.0251631Z 61b058bacd26: Pull complete 2022-08-17T12:10:19.3010824Z 2bb23ddca198: Pull complete 2022-08-17T12:10:19.5273159Z 27c4a4994c6e: Pull complete 2022-08-17T12:10:19.7595001Z 3592701c48ce: Pull complete 2022-08-17T12:10:23.9033062Z cfd1c8399b8f: Pull complete 2022-08-17T12:10:24.1533762Z 03c958aac076: Pull complete 2022-08-17T12:10:24.3935771Z 6dbd2e8e1d0c: Pull complete 2022-08-17T12:10:24.6436806Z 288fc19fc463: Pull complete 2022-08-17T12:10:24.8678353Z 87cfb8779f20: Pull complete 2022-08-17T12:10:25.1161460Z 52d4c8a6a45a: Pull complete 2022-08-17T12:10:25.3263739Z e85f41721daf: Pull complete 2022-08-17T12:10:25.5377310Z a2fc7fee1f86: Pull complete 2022-08-17T12:10:25.7600363Z 30320e4ebea2: Pull complete 2022-08-17T12:10:32.3630051Z 7da2e0e49462: Pull complete 2022-08-17T12:10:32.5865395Z d3af1b4bab6b: Pull complete 2022-08-17T12:10:32.8009401Z c192004dc29d: Pull complete 2022-08-17T12:10:49.4938110Z f764ec246fcd: Pull complete 2022-08-17T12:10:49.6745825Z 3fe950f6e93f: Pull complete 2022-08-17T12:10:49.8319997Z 2cc067aa247e: Pull complete 2022-08-17T12:10:51.3570408Z 23abdbeecfb4: Pull complete 2022-08-17T12:10:51.5154396Z 2d0177d2760b: Pull complete 2022-08-17T12:10:51.6599992Z ae09ccf5bc2d: Pull complete 2022-08-17T12:10:51.8550056Z 1fa185240ca3: Pull complete 2022-08-17T12:10:52.0242554Z a6e0fcd1aa20: Pull complete 2022-08-17T12:10:52.4208272Z 8e01ec37d418: Pull complete 2022-08-17T12:10:52.6191522Z 1c32b0efd017: Pull complete 2022-08-17T12:10:52.8204818Z 597207aa735b: Pull complete 2022-08-17T12:10:56.6526734Z ebf0ded24680: Pull complete 2022-08-17T12:10:56.9083626Z 0c2d3f725e85: Pull complete 2022-08-17T12:10:57.0855741Z 8ed5b0e148f1: Pull complete 2022-08-17T12:10:57.2983778Z 1f07a0c552f0: Pull complete 2022-08-17T12:10:57.4502414Z cbd9ad8028e7: Pull complete 2022-08-17T12:10:57.6293788Z 7beb30acbc53: Pull complete 2022-08-17T12:10:59.2491441Z 49c869d8a1f8: Pull complete 2022-08-17T12:10:59.3381277Z Digest: sha256:95ffc4876faa899831aa05eeaff071d886a2b5688e7ec5c723861bb7b90674ff 2022-08-17T12:10:59.3698984Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:10:59.3891628Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:10:59.3944301Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-08-17T12:10:59.3944584Z python3 -m pip install psutil==5.9.1 2022-08-17T12:10:59.3944823Z python3 -m pip install pynvml==11.4.1 2022-08-17T12:10:59.3945082Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-08-17T12:10:59.3945349Z echo "::set-output name=monitor-script-pid::${!}" 2022-08-17T12:10:59.3965342Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:10:59.3965571Z env: 2022-08-17T12:10:59.3965745Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:59.3965922Z ##[endgroup] 2022-08-17T12:11:02.0011762Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:11:02.3429042Z Collecting psutil==5.9.1 2022-08-17T12:11:02.3558636Z Downloading psutil-5.9.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281 kB) 2022-08-17T12:11:02.4696946Z Installing collected packages: psutil 2022-08-17T12:11:02.6446866Z Successfully installed psutil-5.9.1 2022-08-17T12:11:02.9131192Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:11:02.9869181Z Collecting pynvml==11.4.1 2022-08-17T12:11:03.0027459Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-08-17T12:11:03.0868521Z Installing collected packages: pynvml 2022-08-17T12:11:03.1871909Z Successfully installed pynvml-11.4.1 2022-08-17T12:11:03.2357697Z Prepare all required actions 2022-08-17T12:11:03.2357966Z Getting action download info 2022-08-17T12:11:03.4189866Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-08-17T12:11:03.6034080Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-08-17T12:11:03.7363099Z ##[group]Run ./.github/actions/download-build-artifacts 2022-08-17T12:11:03.7363323Z with: 2022-08-17T12:11:03.7363513Z name: linux-vulkan-bionic-py3.7-clang9 2022-08-17T12:11:03.7363715Z env: 2022-08-17T12:11:03.7363883Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:03.7364206Z ##[endgroup] 2022-08-17T12:11:03.7480659Z ##[group]Run seemethere/download-artifact-s3@v4 2022-08-17T12:11:03.7480879Z with: 2022-08-17T12:11:03.7481085Z name: linux-vulkan-bionic-py3.7-clang9 2022-08-17T12:11:03.7481299Z s3-bucket: gha-artifacts 2022-08-17T12:11:03.7481487Z region: us-east-1 2022-08-17T12:11:03.7481701Z env: 2022-08-17T12:11:03.7481860Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:03.7482043Z ##[endgroup] 2022-08-17T12:11:05.3424375Z Found 1 objects with prefix pytorch/pytorch/2875102080/linux-vulkan-bionic-py3.7-clang9/ 2022-08-17T12:11:05.3424875Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-08-17T12:11:11.3017357Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-08-17T12:11:11.3017740Z 2022-08-17T12:11:11.3018801Z Artifact download has finished successfully 2022-08-17T12:11:11.3160415Z ##[group]Run unzip -o artifacts.zip 2022-08-17T12:11:11.3160639Z unzip -o artifacts.zip 2022-08-17T12:11:11.3171960Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:11:11.3172155Z env: 2022-08-17T12:11:11.3172313Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:11.3172483Z ##[endgroup] 2022-08-17T12:11:11.3446546Z Archive: artifacts.zip 2022-08-17T12:11:11.3447430Z creating: dist/ 2022-08-17T12:11:12.1480120Z inflating: dist/torch-1.13.0a0+gitce6a3c6-cp37-cp37m-linux_x86_64.whl 2022-08-17T12:11:12.1480652Z creating: build/custom_test_artifacts/ 2022-08-17T12:11:12.1480998Z creating: build/custom_test_artifacts/custom-op-build/ 2022-08-17T12:11:12.1481358Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-08-17T12:11:12.1482883Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:11:12.1483284Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.13.5/ 2022-08-17T12:11:12.1483702Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.13.5/CMakeSystem.cmake 2022-08-17T12:11:12.1484321Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.13.5/CompilerIdC/ 2022-08-17T12:11:12.1484748Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.13.5/CompilerIdC/tmp/ 2022-08-17T12:11:12.1487010Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.13.5/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:11:12.1488195Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.13.5/CompilerIdC/a.out 2022-08-17T12:11:12.1488615Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.13.5/CompilerIdCXX/ 2022-08-17T12:11:12.1489038Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.13.5/CompilerIdCXX/tmp/ 2022-08-17T12:11:12.1490854Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.13.5/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:11:12.1492106Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.13.5/CompilerIdCXX/a.out 2022-08-17T12:11:12.1493406Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.13.5/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:11:12.1494571Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.13.5/CMakeCCompiler.cmake 2022-08-17T12:11:12.1495466Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.13.5/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:11:12.1496307Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.13.5/CMakeCXXCompiler.cmake 2022-08-17T12:11:12.1496714Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:11:12.1497524Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/feature_tests.c 2022-08-17T12:11:12.1498538Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/feature_tests.cxx 2022-08-17T12:11:12.1500081Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/feature_tests.bin 2022-08-17T12:11:12.1500698Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-08-17T12:11:12.1501248Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-08-17T12:11:12.1501933Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-08-17T12:11:12.1523881Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-08-17T12:11:12.1524879Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-08-17T12:11:12.1525709Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-08-17T12:11:12.1526548Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-08-17T12:11:12.1527395Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-08-17T12:11:12.1528244Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-08-17T12:11:12.1529057Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-08-17T12:11:12.1573699Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/CXX.includecache 2022-08-17T12:11:12.1588308Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.internal 2022-08-17T12:11:12.1625253Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-08-17T12:11:12.1626040Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-08-17T12:11:12.1644961Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-08-17T12:11:12.1645786Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-08-17T12:11:12.1646603Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-08-17T12:11:12.1647435Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-08-17T12:11:12.1648278Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-08-17T12:11:12.1649246Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-08-17T12:11:12.1650047Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-08-17T12:11:12.1694467Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/CXX.includecache 2022-08-17T12:11:12.1709053Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.internal 2022-08-17T12:11:12.1766259Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-08-17T12:11:12.1767155Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:11:12.1767975Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:11:12.1768691Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-08-17T12:11:12.1769538Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-08-17T12:11:12.1770287Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-08-17T12:11:12.1771442Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-08-17T12:11:12.1772474Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-08-17T12:11:12.1773171Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-08-17T12:11:12.1824362Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-08-17T12:11:12.1854299Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-08-17T12:11:12.1854956Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-08-17T12:11:12.1855568Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-08-17T12:11:12.1857944Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:11:12.1858642Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.13.5/ 2022-08-17T12:11:12.1859392Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.13.5/CMakeSystem.cmake 2022-08-17T12:11:12.1860133Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.13.5/CompilerIdC/ 2022-08-17T12:11:12.1860877Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.13.5/CompilerIdC/tmp/ 2022-08-17T12:11:12.1861679Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.13.5/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:11:12.1862678Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.13.5/CompilerIdC/a.out 2022-08-17T12:11:12.1863446Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.13.5/CompilerIdCXX/ 2022-08-17T12:11:12.1864196Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.13.5/CompilerIdCXX/tmp/ 2022-08-17T12:11:12.1865408Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.13.5/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:11:12.1866717Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.13.5/CompilerIdCXX/a.out 2022-08-17T12:11:12.1868156Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.13.5/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:11:12.1869011Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.13.5/CMakeCCompiler.cmake 2022-08-17T12:11:12.1870298Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.13.5/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:11:12.1871267Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.13.5/CMakeCXXCompiler.cmake 2022-08-17T12:11:12.1872024Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:11:12.1872784Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/feature_tests.c 2022-08-17T12:11:12.1873511Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/feature_tests.cxx 2022-08-17T12:11:12.1874862Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/feature_tests.bin 2022-08-17T12:11:12.1875716Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-08-17T12:11:12.1876454Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-08-17T12:11:12.1877162Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-08-17T12:11:12.1898230Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-08-17T12:11:12.1899066Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-08-17T12:11:12.1899899Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-08-17T12:11:12.1900826Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-08-17T12:11:12.1901672Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-08-17T12:11:12.1902491Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-08-17T12:11:12.1903289Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-08-17T12:11:12.1947767Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/CXX.includecache 2022-08-17T12:11:12.1962430Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.internal 2022-08-17T12:11:12.1987013Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-08-17T12:11:12.1987904Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:11:12.1988728Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:11:12.1989506Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-08-17T12:11:12.1990235Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-08-17T12:11:12.1990943Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-08-17T12:11:12.1991751Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-08-17T12:11:12.1992717Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-08-17T12:11:12.1993401Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-08-17T12:11:12.2013865Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-08-17T12:11:12.2014512Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-08-17T12:11:12.2015159Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-08-17T12:11:12.2017395Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:11:12.2018126Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.13.5/ 2022-08-17T12:11:12.2018900Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.13.5/CMakeSystem.cmake 2022-08-17T12:11:12.2019680Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.13.5/CompilerIdC/ 2022-08-17T12:11:12.2020474Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.13.5/CompilerIdC/tmp/ 2022-08-17T12:11:12.2021360Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.13.5/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:11:12.2022202Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.13.5/CompilerIdC/a.out 2022-08-17T12:11:12.2023004Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.13.5/CompilerIdCXX/ 2022-08-17T12:11:12.2023802Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.13.5/CompilerIdCXX/tmp/ 2022-08-17T12:11:12.2024830Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.13.5/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:11:12.2026098Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.13.5/CompilerIdCXX/a.out 2022-08-17T12:11:12.2027550Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.13.5/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:11:12.2028451Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.13.5/CMakeCCompiler.cmake 2022-08-17T12:11:12.2029654Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.13.5/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:11:12.2030637Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.13.5/CMakeCXXCompiler.cmake 2022-08-17T12:11:12.2031447Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:11:12.2032404Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/feature_tests.c 2022-08-17T12:11:12.2033198Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/feature_tests.cxx 2022-08-17T12:11:12.2034119Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/feature_tests.bin 2022-08-17T12:11:12.2035013Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-08-17T12:11:12.2035800Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-08-17T12:11:12.2036578Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-08-17T12:11:12.2058990Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-08-17T12:11:12.2059902Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-08-17T12:11:12.2060823Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-08-17T12:11:12.2061720Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-08-17T12:11:12.2062616Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-08-17T12:11:12.2063515Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-08-17T12:11:12.2064403Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-08-17T12:11:12.2108635Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/CXX.includecache 2022-08-17T12:11:12.2123279Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.internal 2022-08-17T12:11:12.2142823Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-08-17T12:11:12.2143680Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-08-17T12:11:12.2147313Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-08-17T12:11:12.2148193Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-08-17T12:11:12.2149053Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-08-17T12:11:12.2149958Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-08-17T12:11:12.2150850Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-08-17T12:11:12.2151730Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-08-17T12:11:12.2152768Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-08-17T12:11:12.2157131Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/CXX.includecache 2022-08-17T12:11:12.2160194Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.internal 2022-08-17T12:11:12.2239504Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-08-17T12:11:12.2240428Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:11:12.2241269Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:11:12.2242093Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-08-17T12:11:12.2242960Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-08-17T12:11:12.2243729Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-08-17T12:11:12.2244813Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-08-17T12:11:12.2245900Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-08-17T12:11:12.2247200Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-08-17T12:11:12.2315925Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-08-17T12:11:12.2332007Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-08-17T12:11:12.2332478Z creating: build/lib/ 2022-08-17T12:11:12.2332979Z inflating: build/lib/libclog.a 2022-08-17T12:11:12.2387261Z inflating: build/lib/libgtest.a 2022-08-17T12:11:12.2395688Z inflating: build/lib/libpthreadpool.a 2022-08-17T12:11:12.2456826Z inflating: build/lib/libbenchmark.a 2022-08-17T12:11:12.2529302Z inflating: build/lib/libprotobuf-lite.a 2022-08-17T12:11:12.2536986Z inflating: build/lib/libittnotify.a 2022-08-17T12:11:12.2561357Z inflating: build/lib/libtensorpipe_uv.a 2022-08-17T12:11:12.2621779Z inflating: build/lib/libasmjit.a 2022-08-17T12:11:12.2686046Z inflating: build/lib/libgloo.a 2022-08-17T12:11:12.3061630Z inflating: build/lib/libprotobuf.a 2022-08-17T12:11:12.3075993Z inflating: build/lib/libfmt.a 2022-08-17T12:11:12.3077487Z inflating: build/lib/libfoxi_loader.a 2022-08-17T12:11:12.3122492Z inflating: build/lib/libc10.so 2022-08-17T12:11:12.3123427Z inflating: build/lib/libtorch_global_deps.so 2022-08-17T12:11:12.3130633Z inflating: build/lib/libcpuinfo_internals.a 2022-08-17T12:11:12.3137813Z inflating: build/lib/libcpuinfo.a 2022-08-17T12:11:12.3139835Z inflating: build/lib/libnnpack_reference_layers.a 2022-08-17T12:11:12.3150817Z inflating: build/lib/libgmock.a 2022-08-17T12:11:12.3151290Z inflating: build/lib/libgtest_main.a 2022-08-17T12:11:12.3151935Z inflating: build/lib/libbenchmark_main.a 2022-08-17T12:11:12.3570948Z inflating: build/lib/libprotoc.a 2022-08-17T12:11:13.2600116Z inflating: build/lib/libdnnl.a 2022-08-17T12:11:13.3057995Z inflating: build/lib/libtensorpipe.a 2022-08-17T12:11:13.3058372Z inflating: build/lib/libgmock_main.a 2022-08-17T12:11:13.3070106Z inflating: build/lib/libqnnpack.a 2022-08-17T12:11:13.4010212Z inflating: build/lib/libfbgemm.a 2022-08-17T12:11:13.4968422Z inflating: build/lib/libdnnl_graph.a 2022-08-17T12:11:13.4985508Z inflating: build/lib/libpytorch_qnnpack.a 2022-08-17T12:11:13.5156535Z inflating: build/lib/libkineto.a 2022-08-17T12:11:13.5192816Z inflating: build/lib/libcaffe2_protos.a 2022-08-17T12:11:13.5295924Z inflating: build/lib/libXNNPACK.a 2022-08-17T12:11:13.5335655Z inflating: build/lib/libonnx_proto.a 2022-08-17T12:11:13.5852577Z inflating: build/lib/libonnx.a 2022-08-17T12:11:13.5868619Z inflating: build/lib/libnnpack.a 2022-08-17T12:11:15.4695276Z inflating: build/lib/libtorch_cpu.so 2022-08-17T12:11:15.4695754Z inflating: build/lib/libtorch.so 2022-08-17T12:11:15.4716992Z inflating: build/lib/libjitbackend_test.so 2022-08-17T12:11:15.4766208Z inflating: build/lib/libtorchbind_test.so 2022-08-17T12:11:15.4790654Z inflating: build/lib/libbackend_with_compiler.so 2022-08-17T12:11:15.4794735Z inflating: build/lib/libshm.so 2022-08-17T12:11:15.6323272Z inflating: build/lib/libtorch_python.so 2022-08-17T12:11:15.6358380Z inflating: build/lib/libnnapi_backend.so 2022-08-17T12:11:15.6358786Z creating: build/bin/ 2022-08-17T12:11:15.6403730Z inflating: build/bin/c10_tempfile_test 2022-08-17T12:11:15.6454280Z inflating: build/bin/c10_string_view_test 2022-08-17T12:11:15.6498346Z inflating: build/bin/c10_Half_test 2022-08-17T12:11:15.6541535Z inflating: build/bin/c10_Array_test 2022-08-17T12:11:15.6586389Z inflating: build/bin/c10_SymInt_test 2022-08-17T12:11:15.6631715Z inflating: build/bin/c10_accumulate_test 2022-08-17T12:11:15.6679757Z inflating: build/bin/c10_bfloat16_test 2022-08-17T12:11:15.6734470Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-08-17T12:11:15.6782209Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-08-17T12:11:15.6826267Z inflating: build/bin/c10_DeadlockDetection_test 2022-08-17T12:11:15.6870575Z inflating: build/bin/c10_Synchronized_test 2022-08-17T12:11:15.6917375Z inflating: build/bin/c10_Bitset_test 2022-08-17T12:11:15.6963848Z inflating: build/bin/c10_exception_test 2022-08-17T12:11:15.7013024Z inflating: build/bin/c10_InlineStreamGuard_test 2022-08-17T12:11:15.7064144Z inflating: build/bin/c10_SizesAndStrides_test 2022-08-17T12:11:15.7109159Z inflating: build/bin/c10_DeviceGuard_test 2022-08-17T12:11:15.7160680Z inflating: build/bin/c10_DispatchKeySet_test 2022-08-17T12:11:15.7205780Z inflating: build/bin/c10_flags_test 2022-08-17T12:11:15.7250625Z inflating: build/bin/c10_C++17_test 2022-08-17T12:11:15.7294812Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-08-17T12:11:15.7427117Z inflating: build/bin/c10_SmallVectorTest 2022-08-17T12:11:15.7472149Z inflating: build/bin/c10_TypeIndex_test 2022-08-17T12:11:15.7521383Z inflating: build/bin/c10_LeftRight_test 2022-08-17T12:11:15.7564654Z inflating: build/bin/c10_StreamGuard_test 2022-08-17T12:11:15.7612774Z inflating: build/bin/c10_ThreadLocal_test 2022-08-17T12:11:15.7655936Z inflating: build/bin/c10_TypeTraits_test 2022-08-17T12:11:15.7699229Z inflating: build/bin/c10_ConstexprCrc_test 2022-08-17T12:11:15.7743759Z inflating: build/bin/c10_Device_test 2022-08-17T12:11:15.7811609Z inflating: build/bin/c10_optional_test 2022-08-17T12:11:15.7860381Z inflating: build/bin/c10_complex_math_test 2022-08-17T12:11:15.7904899Z inflating: build/bin/c10_TypeList_test 2022-08-17T12:11:15.7953293Z inflating: build/bin/c10_complex_test 2022-08-17T12:11:15.7998075Z inflating: build/bin/c10_irange_test 2022-08-17T12:11:15.8086591Z inflating: build/bin/c10_either_test 2022-08-17T12:11:15.8134860Z inflating: build/bin/c10_logging_test 2022-08-17T12:11:15.8263238Z inflating: build/bin/c10_intrusive_ptr_test 2022-08-17T12:11:15.8310438Z inflating: build/bin/c10_typeid_test 2022-08-17T12:11:15.8363928Z inflating: build/bin/c10_Metaprogramming_test 2022-08-17T12:11:15.8411532Z inflating: build/bin/c10_registry_test 2022-08-17T12:11:15.8450784Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-08-17T12:11:15.8814734Z inflating: build/bin/protoc-3.13.0.0 2022-08-17T12:11:15.9177868Z inflating: build/bin/protoc 2022-08-17T12:11:15.9483873Z inflating: build/bin/vec_test_all_types_AVX512 2022-08-17T12:11:15.9802395Z inflating: build/bin/vec_test_all_types_AVX2 2022-08-17T12:11:16.0096556Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-08-17T12:11:16.0143104Z inflating: build/bin/HashStoreTest 2022-08-17T12:11:16.0189745Z inflating: build/bin/FileStoreTest 2022-08-17T12:11:16.0242207Z inflating: build/bin/TCPStoreTest 2022-08-17T12:11:16.0244618Z inflating: build/bin/example_allreduce 2022-08-17T12:11:16.0302681Z inflating: build/bin/ProcessGroupGlooTest 2022-08-17T12:11:16.0587050Z inflating: build/bin/op_registration_test 2022-08-17T12:11:16.0633138Z inflating: build/bin/undefined_tensor_test 2022-08-17T12:11:16.0683795Z inflating: build/bin/scalar_tensor_test 2022-08-17T12:11:16.0729263Z inflating: build/bin/wrapdim_test 2022-08-17T12:11:16.0816580Z inflating: build/bin/kernel_function_test 2022-08-17T12:11:16.0867612Z inflating: build/bin/native_test 2022-08-17T12:11:16.0913429Z inflating: build/bin/Dimname_test 2022-08-17T12:11:16.0960295Z inflating: build/bin/half_test 2022-08-17T12:11:16.1005017Z inflating: build/bin/dispatch_key_set_test 2022-08-17T12:11:16.1060922Z inflating: build/bin/basic 2022-08-17T12:11:16.1108677Z inflating: build/bin/test_parallel 2022-08-17T12:11:16.1159811Z inflating: build/bin/apply_utils_test 2022-08-17T12:11:16.1209778Z inflating: build/bin/quantized_test 2022-08-17T12:11:16.1261620Z inflating: build/bin/atest 2022-08-17T12:11:16.1306180Z inflating: build/bin/dlconvertor_test 2022-08-17T12:11:16.1424836Z inflating: build/bin/kernel_lambda_legacy_test 2022-08-17T12:11:16.1491094Z inflating: build/bin/vmap_test 2022-08-17T12:11:16.1540634Z inflating: build/bin/NamedTensor_test 2022-08-17T12:11:16.1585825Z inflating: build/bin/weakref_test 2022-08-17T12:11:16.1587670Z inflating: build/bin/thread_init_test 2022-08-17T12:11:16.1633831Z inflating: build/bin/inline_container_test 2022-08-17T12:11:16.1721782Z inflating: build/bin/ivalue_test 2022-08-17T12:11:16.1816202Z inflating: build/bin/kernel_lambda_test 2022-08-17T12:11:16.1879752Z inflating: build/bin/Dict_test 2022-08-17T12:11:16.1927401Z inflating: build/bin/broadcast_test 2022-08-17T12:11:16.1977040Z inflating: build/bin/scalar_test 2022-08-17T12:11:16.2048985Z inflating: build/bin/tensor_iterator_test 2022-08-17T12:11:16.2049886Z inflating: build/bin/verify_api_visibility 2022-08-17T12:11:16.2099319Z inflating: build/bin/backend_fallback_test 2022-08-17T12:11:16.2148242Z inflating: build/bin/extension_backend_test 2022-08-17T12:11:16.2193208Z inflating: build/bin/operators_test 2022-08-17T12:11:16.2237367Z inflating: build/bin/lazy_tensor_test 2022-08-17T12:11:16.2284590Z inflating: build/bin/math_kernel_test 2022-08-17T12:11:16.2374956Z inflating: build/bin/List_test 2022-08-17T12:11:16.2420985Z inflating: build/bin/memory_overlapping_test 2022-08-17T12:11:16.2468028Z inflating: build/bin/cpu_profiling_allocator_test 2022-08-17T12:11:16.2530354Z inflating: build/bin/pow_test 2022-08-17T12:11:16.2574485Z inflating: build/bin/reduce_ops_test 2022-08-17T12:11:16.2618788Z inflating: build/bin/CppSignature_test 2022-08-17T12:11:16.2661992Z inflating: build/bin/op_allowlist_test 2022-08-17T12:11:16.2708682Z inflating: build/bin/memory_format_test 2022-08-17T12:11:16.2761396Z inflating: build/bin/IListRef_test 2022-08-17T12:11:16.2805849Z inflating: build/bin/variant_test 2022-08-17T12:11:16.2856713Z inflating: build/bin/cpu_generator_test 2022-08-17T12:11:16.2901684Z inflating: build/bin/reportMemoryUsage_test 2022-08-17T12:11:16.2956775Z inflating: build/bin/type_test 2022-08-17T12:11:16.3012829Z inflating: build/bin/KernelFunction_test 2022-08-17T12:11:16.3094336Z inflating: build/bin/cpu_rng_test 2022-08-17T12:11:16.3141846Z inflating: build/bin/mobile_memory_cleanup 2022-08-17T12:11:16.3258447Z inflating: build/bin/kernel_function_legacy_test 2022-08-17T12:11:16.3312230Z inflating: build/bin/kernel_stackbased_test 2022-08-17T12:11:16.3400939Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-08-17T12:11:16.3447285Z inflating: build/bin/stride_properties_test 2022-08-17T12:11:16.3568566Z inflating: build/bin/vulkan_api_test 2022-08-17T12:11:16.3585207Z inflating: build/bin/tutorial_tensorexpr 2022-08-17T12:11:16.3633461Z inflating: build/bin/test_dist_autograd 2022-08-17T12:11:16.3635375Z inflating: build/bin/parallel_benchmark 2022-08-17T12:11:16.3644482Z inflating: build/bin/aot_model_compiler_test 2022-08-17T12:11:16.3706157Z inflating: build/bin/test_cpp_rpc 2022-08-17T12:11:16.3766653Z inflating: build/bin/test_mobile_nnc 2022-08-17T12:11:16.4075991Z inflating: build/bin/test_lazy 2022-08-17T12:11:16.4080285Z inflating: build/bin/torch_shm_manager 2022-08-17T12:11:16.5183205Z inflating: build/bin/test_tensorexpr 2022-08-17T12:11:16.6553100Z inflating: build/bin/test_api 2022-08-17T12:11:16.7102602Z inflating: build/bin/test_jit 2022-08-17T12:11:16.7126654Z ##[group]Run df -H 2022-08-17T12:11:16.7126948Z df -H 2022-08-17T12:11:16.7140666Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:11:16.7140894Z env: 2022-08-17T12:11:16.7141075Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:16.7141251Z ##[endgroup] 2022-08-17T12:11:16.7193835Z Filesystem Size Used Avail Use% Mounted on 2022-08-17T12:11:16.7194247Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-08-17T12:11:16.7194593Z tmpfs 8.2G 0 8.2G 0% /dev/shm 2022-08-17T12:11:16.7194907Z tmpfs 8.2G 463k 8.2G 1% /run 2022-08-17T12:11:16.7195142Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-08-17T12:11:16.7195358Z /dev/nvme0n1p1 162G 19G 143G 12% / 2022-08-17T12:11:16.7195572Z tmpfs 1.7G 0 1.7G 0% /run/user/0 2022-08-17T12:11:16.7215032Z ##[group]Run .github/scripts/parse_ref.py 2022-08-17T12:11:16.7215277Z .github/scripts/parse_ref.py 2022-08-17T12:11:16.7225781Z shell: /usr/bin/bash -e {0} 2022-08-17T12:11:16.7225962Z env: 2022-08-17T12:11:16.7226135Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:16.7226317Z ##[endgroup] 2022-08-17T12:11:16.7453617Z ##[group]Run set -x 2022-08-17T12:11:16.7453873Z set -x 2022-08-17T12:11:16.7454037Z  2022-08-17T12:11:16.7454286Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-08-17T12:11:16.7454560Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-08-17T12:11:16.7454818Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-08-17T12:11:16.7455054Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-08-17T12:11:16.7455251Z else 2022-08-17T12:11:16.7455438Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-08-17T12:11:16.7455635Z fi 2022-08-17T12:11:16.7455790Z  2022-08-17T12:11:16.7456010Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-08-17T12:11:16.7456241Z  2022-08-17T12:11:16.7456454Z # sanitize the input commit message and PR body here: 2022-08-17T12:11:16.7456651Z # 2022-08-17T12:11:16.7456937Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-08-17T12:11:16.7457309Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-08-17T12:11:16.7457610Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-08-17T12:11:16.7457840Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-08-17T12:11:16.7458028Z  2022-08-17T12:11:16.7458274Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-08-17T12:11:16.7458552Z # wreak havoc internally 2022-08-17T12:11:16.7458789Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-08-17T12:11:16.7459029Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-08-17T12:11:16.7459207Z  2022-08-17T12:11:16.7459438Z # detached container should get cleaned up by teardown_ec2_linux 2022-08-17T12:11:16.7459734Z # TODO: Stop building test binaries as part of the build phase 2022-08-17T12:11:16.7460067Z # Used for GPU_FLAG since that doesn't play nice 2022-08-17T12:11:16.7460309Z # shellcheck disable=SC2086,SC2090 2022-08-17T12:11:16.7460531Z container_name=$(docker run \ 2022-08-17T12:11:16.7460733Z  ${GPU_FLAG:-} \ 2022-08-17T12:11:16.7460918Z  -e BUILD_ENVIRONMENT \ 2022-08-17T12:11:16.7461118Z  -e PR_NUMBER \ 2022-08-17T12:11:16.7461318Z  -e GITHUB_ACTIONS \ 2022-08-17T12:11:16.7461495Z  -e BASE_SHA \ 2022-08-17T12:11:16.7461677Z  -e BRANCH \ 2022-08-17T12:11:16.7461858Z  -e SHA1 \ 2022-08-17T12:11:16.7462033Z  -e AWS_DEFAULT_REGION \ 2022-08-17T12:11:16.7462229Z  -e IN_WHEEL_TEST \ 2022-08-17T12:11:16.7462420Z  -e SHARD_NUMBER \ 2022-08-17T12:11:16.7462596Z  -e TEST_CONFIG \ 2022-08-17T12:11:16.7462788Z  -e NUM_TEST_SHARDS \ 2022-08-17T12:11:16.7462975Z  -e PR_BODY \ 2022-08-17T12:11:16.7463160Z  -e COMMIT_MESSAGES \ 2022-08-17T12:11:16.7463373Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-08-17T12:11:16.7463602Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-08-17T12:11:16.7463799Z  -e PR_LABELS \ 2022-08-17T12:11:16.7464007Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-08-17T12:11:16.7464218Z  -e SCCACHE_BUCKET \ 2022-08-17T12:11:16.7464403Z  -e XLA_CUDA \ 2022-08-17T12:11:16.7464596Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-08-17T12:11:16.7464846Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-08-17T12:11:16.7465079Z  --ulimit stack=10485760:83886080 \ 2022-08-17T12:11:16.7465292Z  --security-opt seccomp=unconfined \ 2022-08-17T12:11:16.7465511Z  --cap-add=SYS_PTRACE \ 2022-08-17T12:11:16.7465700Z  --ipc=host \ 2022-08-17T12:11:16.7465879Z  --shm-size="${SHM_SIZE}" \ 2022-08-17T12:11:16.7466064Z  --tty \ 2022-08-17T12:11:16.7466285Z  --detach \ 2022-08-17T12:11:16.7466469Z  --name="${container_name}" \ 2022-08-17T12:11:16.7466666Z  --user jenkins \ 2022-08-17T12:11:16.7466899Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-08-17T12:11:16.7467146Z  -w /var/lib/jenkins/workspace \ 2022-08-17T12:11:16.7467335Z  "${DOCKER_IMAGE}" 2022-08-17T12:11:16.7467508Z ) 2022-08-17T12:11:16.7467750Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-08-17T12:11:16.7478572Z shell: /usr/bin/bash -e {0} 2022-08-17T12:11:16.7478754Z env: 2022-08-17T12:11:16.7478930Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:16.7479167Z BUILD_ENVIRONMENT: linux-vulkan-bionic-py3.7-clang9 2022-08-17T12:11:16.7479398Z PR_NUMBER: 82657 2022-08-17T12:11:16.7479575Z BRANCH: pull/82657 2022-08-17T12:11:16.7479776Z SHA1: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:11:16.7480031Z BASE_SHA: 343b5f86512f75f8f3bd4b90749c0459743b9e72 2022-08-17T12:11:16.7480244Z PYTORCH_RETRY_TEST_CASES: 1 2022-08-17T12:11:16.7480438Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-08-17T12:11:16.7480635Z TEST_CONFIG: default 2022-08-17T12:11:16.7480810Z SHARD_NUMBER: 1 2022-08-17T12:11:16.7480980Z NUM_TEST_SHARDS: 1 2022-08-17T12:11:16.7481511Z PR_BODY: ### Description This PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser. Partitioning of the graph is removed because it's handled by the `execute(..., executor="nvfuser")` function. ### Testing Existing tests in `test/test_fx_backends.py`. 2022-08-17T12:11:16.7482077Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-08-17T12:11:16.7482300Z SHM_SIZE: 1g 2022-08-17T12:11:16.7482630Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:11:16.7483000Z XLA_CUDA: 2022-08-17T12:11:16.7483257Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-08-17T12:11:16.7483518Z ##[endgroup] 2022-08-17T12:11:16.7506710Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-08-17T12:11:16.7507343Z + [[ linux-vulkan-bionic-py3.7-clang9 == *onnx* ]] 2022-08-17T12:11:16.7507703Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-08-17T12:11:16.7509845Z ++ git cherry -v origin/master 2022-08-17T12:11:17.0030393Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx 2022-08-17T12:11:17.0030934Z + 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table 2022-08-17T12:11:17.0031334Z + e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser 2022-08-17T12:11:17.0031737Z + a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec 2022-08-17T12:11:17.0032092Z + fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests 2022-08-17T12:11:17.0032593Z + 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path 2022-08-17T12:11:17.0032933Z + d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py 2022-08-17T12:11:17.0033368Z + ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:11:17.0035554Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:11:17.0037029Z + PR_BODY='### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because it'\''s handled by the `execute(..., executor="nvfuser")` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:11:17.0039496Z + export 'COMMIT_MESSAGES=+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:11:17.0041677Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:11:17.0043201Z + export 'PR_BODY=### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:11:17.0044455Z + PR_BODY='### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:11:17.0047324Z +++ nproc --ignore=2 2022-08-17T12:11:17.0071278Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_2875102080 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:11:27.3340896Z + container_name=7e5013692202c3713bfdd99d244e56d173e882e2241ba7fea859ad4f14a6ea80 2022-08-17T12:11:27.3341570Z + docker exec -t 7e5013692202c3713bfdd99d244e56d173e882e2241ba7fea859ad4f14a6ea80 sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-08-17T12:11:27.9112918Z Processing ./dist/torch-1.13.0a0+gitce6a3c6-cp37-cp37m-linux_x86_64.whl 2022-08-17T12:11:27.9835634Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitce6a3c6) (4.3.0) 2022-08-17T12:11:28.4656774Z Installing collected packages: torch 2022-08-17T12:11:34.5853353Z Successfully installed torch-1.13.0a0+gitce6a3c6 2022-08-17T12:11:34.6427791Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-08-17T12:11:34.6581868Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-08-17T12:11:34.6582309Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-08-17T12:11:34.6582647Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-08-17T12:11:34.6584743Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-08-17T12:11:34.6585148Z + BUILD_DIR=build 2022-08-17T12:11:34.6585494Z + BUILD_RENAMED_DIR=build_renamed 2022-08-17T12:11:34.6585757Z + BUILD_BIN_DIR=build/bin 2022-08-17T12:11:34.6586065Z + [[ linux-vulkan-bionic-py3.7-clang9 != *bazel* ]] 2022-08-17T12:11:34.6586313Z ++ realpath build/custom_test_artifacts 2022-08-17T12:11:34.6602478Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-08-17T12:11:34.6605312Z ++ dirname .jenkins/pytorch/test.sh 2022-08-17T12:11:34.6626993Z + source .jenkins/pytorch/common.sh 2022-08-17T12:11:34.6630133Z +++ dirname .jenkins/pytorch/common.sh 2022-08-17T12:11:34.6637303Z ++ source .jenkins/pytorch/common_utils.sh 2022-08-17T12:11:34.6638988Z +++ declare -f -t trap_add 2022-08-17T12:11:34.6642564Z ++ set -ex 2022-08-17T12:11:34.6642883Z ++ [[ linux-vulkan-bionic-py3.7-clang9 == *rocm* ]] 2022-08-17T12:11:34.6643145Z ++ BUILD_TEST_LIBTORCH=0 2022-08-17T12:11:34.6644156Z ++ [[ default == *xla* ]] 2022-08-17T12:11:34.6645048Z ++ [[ linux-vulkan-bionic-py3.7-clang9 == *centos* ]] 2022-08-17T12:11:34.6645747Z ++ [[ linux-vulkan-bionic-py3.7-clang9 == *linux-bionic* ]] 2022-08-17T12:11:34.6646313Z ++ [[ linux-vulkan-bionic-py3.7-clang9 == *linux-focal* ]] 2022-08-17T12:11:34.6646592Z + echo 'Environment variables' 2022-08-17T12:11:34.6646777Z Environment variables 2022-08-17T12:11:34.6646948Z + env 2022-08-17T12:11:34.6662408Z SHARD_NUMBER=1 2022-08-17T12:11:34.6662680Z UCC_HOME=/usr 2022-08-17T12:11:34.6663175Z BUILD_ENVIRONMENT=linux-vulkan-bionic-py3.7-clang9 2022-08-17T12:11:34.6663549Z INSTALLED_DB=yes 2022-08-17T12:11:34.6663818Z HOSTNAME=7e5013692202 2022-08-17T12:11:34.6664108Z GITHUB_REF_NAME=82657/merge 2022-08-17T12:11:34.6664393Z GITHUB_API_URL=https://api.github.com 2022-08-17T12:11:34.6664610Z OPENSSL_DIR=/opt/openssl 2022-08-17T12:11:34.6664827Z UCC_COMMIT=a7bda274b10f8adf5bb729f01da064f4e735fb23 2022-08-17T12:11:34.6665316Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_2cc95660-0afd-4ce5-a23d-af8cea86f1ab 2022-08-17T12:11:34.6665622Z CUDA_PATH=/usr/local/cuda 2022-08-17T12:11:34.6665987Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-08-17T12:11:34.6666266Z GITHUB_RUN_ATTEMPT=1 2022-08-17T12:11:34.6666445Z INSTALLED_THRIFT= 2022-08-17T12:11:34.6666607Z TEST_CONFIG=default 2022-08-17T12:11:34.6666798Z GITHUB_REPOSITORY_OWNER=pytorch 2022-08-17T12:11:34.6666989Z GITHUB_ACTIONS=true 2022-08-17T12:11:34.6667140Z CI=true 2022-08-17T12:11:34.6667315Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-08-17T12:11:34.6667505Z BRANCH=pull/82657 2022-08-17T12:11:34.6667725Z GITHUB_HEAD_REF=fx-passes-nvfuser 2022-08-17T12:11:34.6667920Z UCX_COMMIT=v1.13.x 2022-08-17T12:11:34.6668184Z GITHUB_ACTOR=IvanYashchuk 2022-08-17T12:11:34.6668367Z GITHUB_ACTION_REF= 2022-08-17T12:11:34.6668529Z GITHUB_ACTION=__self 2022-08-17T12:11:34.6668715Z GITHUB_REF_PROTECTED=false 2022-08-17T12:11:34.6669048Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-08-17T12:11:34.6671385Z *** 2022-08-17T12:11:34.6671624Z INSTALLED_VISION=yes 2022-08-17T12:11:34.6671806Z HOME=/var/lib/jenkins 2022-08-17T12:11:34.6672112Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-08-17T12:11:34.6672442Z GITHUB_ACTION_REPOSITORY= 2022-08-17T12:11:34.6672633Z GITHUB_REF_TYPE=branch 2022-08-17T12:11:34.6672808Z GITHUB_RETENTION_DAYS=90 2022-08-17T12:11:34.6673119Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-08-17T12:11:34.6673563Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_2cc95660-0afd-4ce5-a23d-af8cea86f1ab 2022-08-17T12:11:34.6673850Z DEBIAN_FRONTEND=noninteractive 2022-08-17T12:11:34.6674082Z GITHUB_REF=refs/pull/82657/merge 2022-08-17T12:11:34.6674308Z GITHUB_SHA=e9efe573711d9f8141e152403ee143f5875669e7 2022-08-17T12:11:34.6674521Z INSTALLED_PROTOBUF=yes 2022-08-17T12:11:34.6674686Z DESIRED_CUDA= 2022-08-17T12:11:34.6674860Z GITHUB_RUN_ID=2875102080 2022-08-17T12:11:34.6675070Z GITHUB_SERVER_URL=https://github.com 2022-08-17T12:11:34.6675253Z MAX_JOBS=6 2022-08-17T12:11:34.6675572Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-08-17T12:11:34.6675820Z UCX_HOME=/usr 2022-08-17T12:11:34.6675990Z PYTORCH_RETRY_TEST_CASES=1 2022-08-17T12:11:34.6676227Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-08-17T12:11:34.6676477Z BASE_SHA=343b5f86512f75f8f3bd4b90749c0459743b9e72 2022-08-17T12:11:34.6676670Z INSTALLED_ANDROID= 2022-08-17T12:11:34.6677216Z PR_BODY=### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`. 2022-08-17T12:11:34.6677737Z GITHUB_BASE_REF=master 2022-08-17T12:11:34.6677910Z TERM=xterm 2022-08-17T12:11:34.6678054Z XLA_CUDA= 2022-08-17T12:11:34.6678229Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-08-17T12:11:34.6678425Z OPENSSL_ROOT_DIR=/opt/openssl 2022-08-17T12:11:34.6678823Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_2cc95660-0afd-4ce5-a23d-af8cea86f1ab 2022-08-17T12:11:34.6679175Z GITHUB_JOB=test 2022-08-17T12:11:34.6680611Z COMMIT_MESSAGES=+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test 2022-08-17T12:11:34.6681466Z NUM_TEST_SHARDS=1 2022-08-17T12:11:34.6681640Z PR_NUMBER=82657 2022-08-17T12:11:34.6681791Z SHLVL=1 2022-08-17T12:11:34.6681973Z GITHUB_REPOSITORY=pytorch/pytorch 2022-08-17T12:11:34.6682208Z SHA1=ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:11:34.6682419Z GITHUB_EVENT_NAME=pull_request 2022-08-17T12:11:34.6682675Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-08-17T12:11:34.6682882Z GITHUB_RUN_NUMBER=40757 2022-08-17T12:11:34.6683054Z GITHUB_WORKFLOW=pull 2022-08-17T12:11:34.6683360Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-08-17T12:11:34.6683763Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:11:34.6684176Z GITHUB_TRIGGERING_ACTOR=IvanYashchuk 2022-08-17T12:11:34.6684361Z _=/usr/bin/env 2022-08-17T12:11:34.6684571Z + echo 'Testing pytorch' 2022-08-17T12:11:34.6684753Z Testing pytorch 2022-08-17T12:11:34.6684931Z + export LANG=C.UTF-8 2022-08-17T12:11:34.6685119Z + LANG=C.UTF-8 2022-08-17T12:11:34.6743655Z + PR_NUMBER=82657 2022-08-17T12:11:34.6744030Z + [[ default == \d\e\f\a\u\l\t ]] 2022-08-17T12:11:34.6744498Z + export CUDA_VISIBLE_DEVICES=0 2022-08-17T12:11:34.6744793Z + CUDA_VISIBLE_DEVICES=0 2022-08-17T12:11:34.6745079Z + export HIP_VISIBLE_DEVICES=0 2022-08-17T12:11:34.6745376Z + HIP_VISIBLE_DEVICES=0 2022-08-17T12:11:34.6745628Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-08-17T12:11:34.6745845Z + [[ default == \s\l\o\w ]] 2022-08-17T12:11:34.6746330Z + [[ linux-vulkan-bionic-py3.7-clang9 == *slow-gradcheck* ]] 2022-08-17T12:11:34.6746846Z + [[ linux-vulkan-bionic-py3.7-clang9 == *cuda* ]] 2022-08-17T12:11:34.6747270Z + [[ linux-vulkan-bionic-py3.7-clang9 == *rocm* ]] 2022-08-17T12:11:34.6747683Z + [[ linux-vulkan-bionic-py3.7-clang9 == *cuda11* ]] 2022-08-17T12:11:34.6748024Z + [[ default == *crossref* ]] 2022-08-17T12:11:34.6748262Z + [[ default == *dynamo* ]] 2022-08-17T12:11:34.6748466Z + [[ -n 82657 ]] 2022-08-17T12:11:34.6748650Z + [[ -z '' ]] 2022-08-17T12:11:34.6748854Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-08-17T12:11:34.6749077Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-08-17T12:11:34.6749383Z + [[ linux-vulkan-bionic-py3.7-clang9 == *rocm* ]] 2022-08-17T12:11:34.6749710Z + [[ linux-vulkan-bionic-py3.7-clang9 != *-bazel-* ]] 2022-08-17T12:11:34.6749960Z + pip_install --user ninja 2022-08-17T12:11:34.6750223Z + pip install --progress-bar off --user ninja 2022-08-17T12:11:35.0868456Z Collecting ninja 2022-08-17T12:11:35.1018230Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-08-17T12:11:35.5079482Z Installing collected packages: ninja 2022-08-17T12:11:35.5165051Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-08-17T12:11:35.5165560Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T12:11:35.5213389Z Successfully installed ninja-1.10.2.3 2022-08-17T12:11:35.5859072Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-08-17T12:11:35.5859900Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-08-17T12:11:35.5860406Z + [[ linux-vulkan-bionic-py3.7-clang9 == *asan* ]] 2022-08-17T12:11:35.5860649Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-08-17T12:11:35.5860867Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-08-17T12:11:35.5863767Z + [[ linux-vulkan-bionic-py3.7-clang9 == *tbb* ]] 2022-08-17T12:11:35.5875734Z + [[ linux-vulkan-bionic-py3.7-clang9 == *libtorch* ]] 2022-08-17T12:11:35.5876098Z + [[ linux-vulkan-bionic-py3.7-clang9 == *-bazel-* ]] 2022-08-17T12:11:35.5878516Z + cd test 2022-08-17T12:11:35.5878946Z + python -c 'import torch; print(torch.__config__.show())' 2022-08-17T12:11:36.6033837Z PyTorch built with: 2022-08-17T12:11:36.6034415Z - GCC 4.2 2022-08-17T12:11:36.6034663Z - C++ Version: 201402 2022-08-17T12:11:36.6034918Z - clang 9.0.0 2022-08-17T12:11:36.6035322Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-08-17T12:11:36.6035760Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-08-17T12:11:36.6036048Z - OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-08-17T12:11:36.6036319Z - LAPACK is enabled (usually provided by MKL) 2022-08-17T12:11:36.6036555Z - NNPACK is enabled 2022-08-17T12:11:36.6036767Z - CPU capability usage: AVX2 2022-08-17T12:11:36.6039674Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/clang++, 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 -DUSE_VULKAN -DUSE_VULKAN_API -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 -Werror -fno-math-errno -fno-trapping-math -Werror=format, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-08-17T12:11:36.6041727Z 2022-08-17T12:11:36.7534765Z + cd test 2022-08-17T12:11:36.7535271Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-08-17T12:11:37.6013379Z ATen/Parallel: 2022-08-17T12:11:37.6024859Z at::get_num_threads() : 4 2022-08-17T12:11:37.6025127Z at::get_num_interop_threads() : 4 2022-08-17T12:11:37.6025364Z OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-08-17T12:11:37.6025567Z omp_get_max_threads() : 4 2022-08-17T12:11:37.6026084Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-08-17T12:11:37.6026361Z mkl_get_max_threads() : 4 2022-08-17T12:11:37.6026694Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-08-17T12:11:37.6026970Z std::thread::hardware_concurrency() : 8 2022-08-17T12:11:37.6027170Z Environment variables: 2022-08-17T12:11:37.6027361Z OMP_NUM_THREADS : [not set] 2022-08-17T12:11:37.6027556Z MKL_NUM_THREADS : [not set] 2022-08-17T12:11:37.6027742Z ATen parallel backend: OpenMP 2022-08-17T12:11:37.6028141Z 2022-08-17T12:11:37.7528917Z + [[ default == *deploy* ]] 2022-08-17T12:11:37.7529429Z + [[ default == *backward* ]] 2022-08-17T12:11:37.7529772Z + [[ default == *xla* ]] 2022-08-17T12:11:37.7530137Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-08-17T12:11:37.7530554Z + [[ linux-vulkan-bionic-py3.7-clang9 == *libtorch* ]] 2022-08-17T12:11:37.7530799Z + [[ default == distributed ]] 2022-08-17T12:11:37.7530980Z + [[ default == *dynamo* ]] 2022-08-17T12:11:37.7531241Z + [[ default == *dynamo* ]] 2022-08-17T12:11:37.7531518Z + [[ 1 == 1 ]] 2022-08-17T12:11:37.7531826Z + [[ 1 -gt 1 ]] 2022-08-17T12:11:37.7532070Z + [[ 1 == 2 ]] 2022-08-17T12:11:37.7532328Z + [[ 1 -gt 2 ]] 2022-08-17T12:11:37.7532597Z + [[ linux-vulkan-bionic-py3.7-clang9 == *vulkan* ]] 2022-08-17T12:11:37.7532818Z + test_vulkan 2022-08-17T12:11:37.7533085Z + [[ linux-vulkan-bionic-py3.7-clang9 == *vulkan* ]] 2022-08-17T12:11:37.7533954Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorchbind_test.so /opt/conda/lib/python3.7/site-packages/torch/test 2022-08-17T12:11:37.7554444Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/test 2022-08-17T12:11:37.7562552Z + export VK_ICD_FILENAMES=/var/lib/jenkins/swiftshader/swiftshader/build/Linux/vk_swiftshader_icd.json 2022-08-17T12:11:37.7562957Z + VK_ICD_FILENAMES=/var/lib/jenkins/swiftshader/swiftshader/build/Linux/vk_swiftshader_icd.json 2022-08-17T12:11:37.7563437Z + TEST_REPORTS_DIR=test/test-reports/cpp-vulkan/test_vulkan 2022-08-17T12:11:37.7563766Z + mkdir -p test/test-reports/cpp-vulkan/test_vulkan 2022-08-17T12:11:37.7641030Z + LD_LIBRARY_PATH=/var/lib/jenkins/swiftshader/swiftshader/build/Linux/ 2022-08-17T12:11:37.7641758Z + /opt/conda/lib/python3.7/site-packages/torch/test/vulkan_api_test --gtest_output=xml:test/test-reports/cpp-vulkan/test_vulkan/vulkan_test.xml 2022-08-17T12:11:37.9438187Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-08-17T12:11:37.9439021Z [==========] Running 168 tests from 1 test suite. 2022-08-17T12:11:37.9439450Z [----------] Global test environment set-up. 2022-08-17T12:11:37.9439804Z [----------] 168 tests from VulkanAPITest 2022-08-17T12:11:37.9440107Z [ RUN ] VulkanAPITest.copy_to_texture 2022-08-17T12:11:38.1477268Z [ OK ] VulkanAPITest.copy_to_texture (203 ms) 2022-08-17T12:11:38.1477866Z [ RUN ] VulkanAPITest.adaptive_avg_pool2d 2022-08-17T12:11:38.1668431Z [ OK ] VulkanAPITest.adaptive_avg_pool2d (19 ms) 2022-08-17T12:11:38.1668940Z [ RUN ] VulkanAPITest.add 2022-08-17T12:11:38.2247641Z [ OK ] VulkanAPITest.add (57 ms) 2022-08-17T12:11:38.2248210Z [ RUN ] VulkanAPITest.add_broadcast0 2022-08-17T12:11:38.2560979Z [ OK ] VulkanAPITest.add_broadcast0 (31 ms) 2022-08-17T12:11:38.2561511Z [ RUN ] VulkanAPITest.add_broadcast1 2022-08-17T12:11:38.2681284Z [ OK ] VulkanAPITest.add_broadcast1 (12 ms) 2022-08-17T12:11:38.2681826Z [ RUN ] VulkanAPITest.add_broadcast2 2022-08-17T12:11:38.2786208Z [ OK ] VulkanAPITest.add_broadcast2 (10 ms) 2022-08-17T12:11:38.2786763Z [ RUN ] VulkanAPITest.add_broadcast3 2022-08-17T12:11:38.2794359Z [ OK ] VulkanAPITest.add_broadcast3 (0 ms) 2022-08-17T12:11:38.2794859Z [ RUN ] VulkanAPITest.add_broadcast4 2022-08-17T12:11:38.2802656Z [ OK ] VulkanAPITest.add_broadcast4 (0 ms) 2022-08-17T12:11:38.2803346Z [ RUN ] VulkanAPITest.add_ 2022-08-17T12:11:38.3769330Z [ OK ] VulkanAPITest.add_ (96 ms) 2022-08-17T12:11:38.3769861Z [ RUN ] VulkanAPITest.add_broadcast0_ 2022-08-17T12:11:38.3887468Z [ OK ] VulkanAPITest.add_broadcast0_ (11 ms) 2022-08-17T12:11:38.3888012Z [ RUN ] VulkanAPITest.add_broadcast1_ 2022-08-17T12:11:38.3900802Z [ OK ] VulkanAPITest.add_broadcast1_ (1 ms) 2022-08-17T12:11:38.3901311Z [ RUN ] VulkanAPITest.add_scalar 2022-08-17T12:11:38.4201611Z [ OK ] VulkanAPITest.add_scalar (29 ms) 2022-08-17T12:11:38.4202123Z [ RUN ] VulkanAPITest.add_scalar_ 2022-08-17T12:11:38.4331525Z [ OK ] VulkanAPITest.add_scalar_ (12 ms) 2022-08-17T12:11:38.4332128Z [ RUN ] VulkanAPITest.add_scalar_wrapped 2022-08-17T12:11:38.4559452Z [ OK ] VulkanAPITest.add_scalar_wrapped (22 ms) 2022-08-17T12:11:38.4560068Z [ RUN ] VulkanAPITest.add_scalar_wrapped_ 2022-08-17T12:11:38.4608804Z [ OK ] VulkanAPITest.add_scalar_wrapped_ (4 ms) 2022-08-17T12:11:38.4609441Z [ RUN ] VulkanAPITest.add_to_scalar_wrapped 2022-08-17T12:11:38.4849979Z [ OK ] VulkanAPITest.add_to_scalar_wrapped (24 ms) 2022-08-17T12:11:38.4850308Z [ RUN ] VulkanAPITest.addmm 2022-08-17T12:11:38.5307592Z [ OK ] VulkanAPITest.addmm (45 ms) 2022-08-17T12:11:38.5308111Z [ RUN ] VulkanAPITest.addmm_expand 2022-08-17T12:11:38.5450239Z [ OK ] VulkanAPITest.addmm_expand (14 ms) 2022-08-17T12:11:38.5450765Z [ RUN ] VulkanAPITest.avg_pool2d 2022-08-17T12:11:38.5689868Z [ OK ] VulkanAPITest.avg_pool2d (23 ms) 2022-08-17T12:11:38.5690500Z [ RUN ] VulkanAPITest.batch_norm_invalid_inputs 2022-08-17T12:11:38.5843134Z [ OK ] VulkanAPITest.batch_norm_invalid_inputs (15 ms) 2022-08-17T12:11:38.5843702Z [ RUN ] VulkanAPITest.batch_norm_small 2022-08-17T12:11:38.6048666Z [ OK ] VulkanAPITest.batch_norm_small (20 ms) 2022-08-17T12:11:38.6049584Z [ RUN ] VulkanAPITest.batch_norm_medium 2022-08-17T12:11:38.6253424Z [ OK ] VulkanAPITest.batch_norm_medium (20 ms) 2022-08-17T12:11:38.6253987Z [ RUN ] VulkanAPITest.batch_norm_large 2022-08-17T12:11:40.3256805Z [ OK ] VulkanAPITest.batch_norm_large (1700 ms) 2022-08-17T12:11:40.3257328Z [ RUN ] VulkanAPITest.clamp 2022-08-17T12:11:40.5233659Z [ OK ] VulkanAPITest.clamp (197 ms) 2022-08-17T12:11:40.5234167Z [ RUN ] VulkanAPITest.clamp_ 2022-08-17T12:11:40.6655014Z [ OK ] VulkanAPITest.clamp_ (142 ms) 2022-08-17T12:11:40.6655514Z [ RUN ] VulkanAPITest.conv2d 2022-08-17T12:11:40.7098271Z [ OK ] VulkanAPITest.conv2d (44 ms) 2022-08-17T12:11:40.7098801Z [ RUN ] VulkanAPITest.conv2d_dw 2022-08-17T12:11:40.7454015Z [ OK ] VulkanAPITest.conv2d_dw (35 ms) 2022-08-17T12:11:40.7454533Z [ RUN ] VulkanAPITest.conv2d_pw 2022-08-17T12:11:40.8301291Z [ OK ] VulkanAPITest.conv2d_pw (84 ms) 2022-08-17T12:11:40.8301623Z [ RUN ] VulkanAPITest.copy 2022-08-17T12:11:40.8328485Z [ OK ] VulkanAPITest.copy (2 ms) 2022-08-17T12:11:40.8329026Z [ RUN ] VulkanAPITest.cumsum 2022-08-17T12:11:40.8625944Z [ OK ] VulkanAPITest.cumsum (29 ms) 2022-08-17T12:11:40.8626684Z [ RUN ] VulkanAPITest.div 2022-08-17T12:11:40.9307657Z [ OK ] VulkanAPITest.div (68 ms) 2022-08-17T12:11:40.9308182Z [ RUN ] VulkanAPITest.div_broadcast0 2022-08-17T12:11:40.9596042Z [ OK ] VulkanAPITest.div_broadcast0 (28 ms) 2022-08-17T12:11:40.9596573Z [ RUN ] VulkanAPITest.div_broadcast1 2022-08-17T12:11:40.9701864Z [ OK ] VulkanAPITest.div_broadcast1 (10 ms) 2022-08-17T12:11:40.9702619Z [ RUN ] VulkanAPITest.div_broadcast2 2022-08-17T12:11:40.9784449Z [ OK ] VulkanAPITest.div_broadcast2 (8 ms) 2022-08-17T12:11:40.9785436Z [ RUN ] VulkanAPITest.div_broadcast3 2022-08-17T12:11:40.9881102Z [ OK ] VulkanAPITest.div_broadcast3 (9 ms) 2022-08-17T12:11:40.9881751Z [ RUN ] VulkanAPITest.div_broadcast4 2022-08-17T12:11:40.9888923Z [ OK ] VulkanAPITest.div_broadcast4 (0 ms) 2022-08-17T12:11:40.9889783Z [ RUN ] VulkanAPITest.div_ 2022-08-17T12:11:41.0876642Z [ OK ] VulkanAPITest.div_ (98 ms) 2022-08-17T12:11:41.0877172Z [ RUN ] VulkanAPITest.div_broadcast0_ 2022-08-17T12:11:41.0952724Z [ OK ] VulkanAPITest.div_broadcast0_ (7 ms) 2022-08-17T12:11:41.0953542Z [ RUN ] VulkanAPITest.div_broadcast1_ 2022-08-17T12:11:41.0986579Z [ OK ] VulkanAPITest.div_broadcast1_ (3 ms) 2022-08-17T12:11:41.0987088Z [ RUN ] VulkanAPITest.div_scalar 2022-08-17T12:11:41.2502287Z [ OK ] VulkanAPITest.div_scalar (151 ms) 2022-08-17T12:11:41.2502892Z [ RUN ] VulkanAPITest.div_scalar_ 2022-08-17T12:11:41.2861960Z [ OK ] VulkanAPITest.div_scalar_ (35 ms) 2022-08-17T12:11:41.2862441Z [ RUN ] VulkanAPITest.div_scalar_wrapped 2022-08-17T12:11:41.4501800Z [ OK ] VulkanAPITest.div_scalar_wrapped (163 ms) 2022-08-17T12:11:41.4502378Z [ RUN ] VulkanAPITest.div_scalar_wrapped_ 2022-08-17T12:11:41.4762311Z [ OK ] VulkanAPITest.div_scalar_wrapped_ (26 ms) 2022-08-17T12:11:41.4762918Z [ RUN ] VulkanAPITest.div_to_scalar_wrapped 2022-08-17T12:11:41.4772015Z [ OK ] VulkanAPITest.div_to_scalar_wrapped (0 ms) 2022-08-17T12:11:41.4772536Z [ RUN ] VulkanAPITest.empty 2022-08-17T12:11:41.4772988Z [ OK ] VulkanAPITest.empty (0 ms) 2022-08-17T12:11:41.4773449Z [ RUN ] VulkanAPITest.glu_ch_200 2022-08-17T12:11:41.6390058Z [ OK ] VulkanAPITest.glu_ch_200 (161 ms) 2022-08-17T12:11:41.6390985Z [ RUN ] VulkanAPITest.glu_ch_64 2022-08-17T12:11:41.6433330Z [ OK ] VulkanAPITest.glu_ch_64 (4 ms) 2022-08-17T12:11:41.6434021Z [ RUN ] VulkanAPITest.glu_ch_32 2022-08-17T12:11:41.6445996Z [ OK ] VulkanAPITest.glu_ch_32 (1 ms) 2022-08-17T12:11:41.6446543Z [ RUN ] VulkanAPITest.glu_ch_10 2022-08-17T12:11:41.6969178Z [ OK ] VulkanAPITest.glu_ch_10 (52 ms) 2022-08-17T12:11:41.6969797Z [ RUN ] VulkanAPITest.glu_ch_2 2022-08-17T12:11:41.7421935Z [ OK ] VulkanAPITest.glu_ch_2 (45 ms) 2022-08-17T12:11:41.7422818Z [ RUN ] VulkanAPITest.hardsigmoid 2022-08-17T12:11:41.8842831Z [ OK ] VulkanAPITest.hardsigmoid (142 ms) 2022-08-17T12:11:41.8843255Z [ RUN ] VulkanAPITest.hardsigmoid_ 2022-08-17T12:11:42.0000397Z [ OK ] VulkanAPITest.hardsigmoid_ (115 ms) 2022-08-17T12:11:42.0000951Z [ RUN ] VulkanAPITest.hardshrink 2022-08-17T12:11:42.0614323Z [ OK ] VulkanAPITest.hardshrink (61 ms) 2022-08-17T12:11:42.0614668Z [ RUN ] VulkanAPITest.hardshrink_ 2022-08-17T12:11:42.0804440Z [ OK ] VulkanAPITest.hardshrink_ (19 ms) 2022-08-17T12:11:42.0804879Z [ RUN ] VulkanAPITest.layer_norm_invalid_inputs 2022-08-17T12:11:42.0973848Z [ OK ] VulkanAPITest.layer_norm_invalid_inputs (16 ms) 2022-08-17T12:11:42.0974407Z [ RUN ] VulkanAPITest.layer_norm_3d_small 2022-08-17T12:11:42.2368235Z [ OK ] VulkanAPITest.layer_norm_3d_small (139 ms) 2022-08-17T12:11:42.2368832Z [ RUN ] VulkanAPITest.layer_norm_3d_medium 2022-08-17T12:11:42.2372416Z [ OK ] VulkanAPITest.layer_norm_3d_medium (0 ms) 2022-08-17T12:11:42.2375869Z [ RUN ] VulkanAPITest.layer_norm_3d_large 2022-08-17T12:11:44.7675879Z [ OK ] VulkanAPITest.layer_norm_3d_large (2530 ms) 2022-08-17T12:11:44.7676459Z [ RUN ] VulkanAPITest.layer_norm_4d_small 2022-08-17T12:11:44.7681679Z [ OK ] VulkanAPITest.layer_norm_4d_small (0 ms) 2022-08-17T12:11:44.7682216Z [ RUN ] VulkanAPITest.layer_norm_4d_medium 2022-08-17T12:11:44.7686674Z [ OK ] VulkanAPITest.layer_norm_4d_medium (0 ms) 2022-08-17T12:11:44.7687281Z [ RUN ] VulkanAPITest.layer_norm_4d_large 2022-08-17T12:11:47.1913640Z [ OK ] VulkanAPITest.layer_norm_4d_large (2422 ms) 2022-08-17T12:11:47.1914244Z [ RUN ] VulkanAPITest.leaky_relu 2022-08-17T12:11:47.6998588Z [ OK ] VulkanAPITest.leaky_relu (508 ms) 2022-08-17T12:11:47.6998931Z [ RUN ] VulkanAPITest.leaky_relu_ 2022-08-17T12:11:48.0898992Z [ OK ] VulkanAPITest.leaky_relu_ (389 ms) 2022-08-17T12:11:48.0899503Z [ RUN ] VulkanAPITest.lerp 2022-08-17T12:11:48.1678210Z [ OK ] VulkanAPITest.lerp (77 ms) 2022-08-17T12:11:48.1678748Z [ RUN ] VulkanAPITest.lerp_broadcast0 2022-08-17T12:11:48.1804335Z [ OK ] VulkanAPITest.lerp_broadcast0 (12 ms) 2022-08-17T12:11:48.1804712Z [ RUN ] VulkanAPITest.lerp_broadcast1 2022-08-17T12:11:48.1976140Z [ OK ] VulkanAPITest.lerp_broadcast1 (17 ms) 2022-08-17T12:11:48.1976506Z [ RUN ] VulkanAPITest.lerp_ 2022-08-17T12:11:48.3125765Z [ OK ] VulkanAPITest.lerp_ (114 ms) 2022-08-17T12:11:48.3126298Z [ RUN ] VulkanAPITest.lerp_broadcast0_ 2022-08-17T12:11:48.3250045Z [ OK ] VulkanAPITest.lerp_broadcast0_ (12 ms) 2022-08-17T12:11:48.3250599Z [ RUN ] VulkanAPITest.lerp_broadcast1_ 2022-08-17T12:11:48.3387799Z [ OK ] VulkanAPITest.lerp_broadcast1_ (13 ms) 2022-08-17T12:11:48.3388363Z [ RUN ] VulkanAPITest.lerp_scalar 2022-08-17T12:11:48.4035835Z [ OK ] VulkanAPITest.lerp_scalar (64 ms) 2022-08-17T12:11:48.4036348Z [ RUN ] VulkanAPITest.lerp_scalar_ 2022-08-17T12:11:48.4295245Z [ OK ] VulkanAPITest.lerp_scalar_ (25 ms) 2022-08-17T12:11:48.4295770Z [ RUN ] VulkanAPITest.hardswish 2022-08-17T12:11:48.5653097Z [ OK ] VulkanAPITest.hardswish (135 ms) 2022-08-17T12:11:48.5653481Z [ RUN ] VulkanAPITest.threshold 2022-08-17T12:11:48.5880541Z [ OK ] VulkanAPITest.threshold (22 ms) 2022-08-17T12:11:48.5881068Z [ RUN ] VulkanAPITest.hardswish_ 2022-08-17T12:11:48.7027794Z [ OK ] VulkanAPITest.hardswish_ (114 ms) 2022-08-17T12:11:48.7028346Z [ RUN ] VulkanAPITest.max_pool2d 2022-08-17T12:11:48.7344610Z [ OK ] VulkanAPITest.max_pool2d (31 ms) 2022-08-17T12:11:48.7345097Z [ RUN ] VulkanAPITest.mean 2022-08-17T12:11:48.8290027Z [ OK ] VulkanAPITest.mean (94 ms) 2022-08-17T12:11:48.8291890Z [ RUN ] VulkanAPITest.mean2d 2022-08-17T12:11:49.0449546Z [ OK ] VulkanAPITest.mean2d (215 ms) 2022-08-17T12:11:49.0450313Z [ RUN ] VulkanAPITest.mm 2022-08-17T12:11:49.0884700Z [ OK ] VulkanAPITest.mm (44 ms) 2022-08-17T12:11:49.0885070Z [ RUN ] VulkanAPITest.mul 2022-08-17T12:11:49.1529258Z [ OK ] VulkanAPITest.mul (64 ms) 2022-08-17T12:11:49.1529798Z [ RUN ] VulkanAPITest.mul_broadcast0 2022-08-17T12:11:49.1700989Z [ OK ] VulkanAPITest.mul_broadcast0 (17 ms) 2022-08-17T12:11:49.1701508Z [ RUN ] VulkanAPITest.mul_broadcast1 2022-08-17T12:11:49.1823670Z [ OK ] VulkanAPITest.mul_broadcast1 (12 ms) 2022-08-17T12:11:49.1824217Z [ RUN ] VulkanAPITest.mul_broadcast2 2022-08-17T12:11:49.1907468Z [ OK ] VulkanAPITest.mul_broadcast2 (8 ms) 2022-08-17T12:11:49.1907990Z [ RUN ] VulkanAPITest.mul_broadcast3 2022-08-17T12:11:49.1995504Z [ OK ] VulkanAPITest.mul_broadcast3 (8 ms) 2022-08-17T12:11:49.1996043Z [ RUN ] VulkanAPITest.mul_broadcast4 2022-08-17T12:11:49.2052636Z [ OK ] VulkanAPITest.mul_broadcast4 (5 ms) 2022-08-17T12:11:49.2053095Z [ RUN ] VulkanAPITest.mul_ 2022-08-17T12:11:49.2787332Z [ OK ] VulkanAPITest.mul_ (73 ms) 2022-08-17T12:11:49.2787693Z [ RUN ] VulkanAPITest.mul_broadcast0_ 2022-08-17T12:11:49.2897638Z [ OK ] VulkanAPITest.mul_broadcast0_ (10 ms) 2022-08-17T12:11:49.2898181Z [ RUN ] VulkanAPITest.mul_broadcast1_ 2022-08-17T12:11:49.2916561Z [ OK ] VulkanAPITest.mul_broadcast1_ (1 ms) 2022-08-17T12:11:49.2917042Z [ RUN ] VulkanAPITest.mul_scalar 2022-08-17T12:11:49.4051236Z [ OK ] VulkanAPITest.mul_scalar (113 ms) 2022-08-17T12:11:49.4051766Z [ RUN ] VulkanAPITest.mul_scalar_ 2022-08-17T12:11:49.4236908Z [ OK ] VulkanAPITest.mul_scalar_ (18 ms) 2022-08-17T12:11:49.4237454Z [ RUN ] VulkanAPITest.mul_scalar_wrapped 2022-08-17T12:11:49.5638336Z [ OK ] VulkanAPITest.mul_scalar_wrapped (140 ms) 2022-08-17T12:11:49.5638908Z [ RUN ] VulkanAPITest.mul_scalar_wrapped_ 2022-08-17T12:11:49.5882522Z [ OK ] VulkanAPITest.mul_scalar_wrapped_ (24 ms) 2022-08-17T12:11:49.5883110Z [ RUN ] VulkanAPITest.mul_to_scalar_wrapped 2022-08-17T12:11:49.6151990Z [ OK ] VulkanAPITest.mul_to_scalar_wrapped (26 ms) 2022-08-17T12:11:49.6152616Z [ RUN ] VulkanAPITest.reflection_pad2d 2022-08-17T12:11:49.6374338Z [ OK ] VulkanAPITest.reflection_pad2d (22 ms) 2022-08-17T12:11:49.6374780Z [ RUN ] VulkanAPITest.replication_pad2d 2022-08-17T12:11:49.6566804Z [ OK ] VulkanAPITest.replication_pad2d (19 ms) 2022-08-17T12:11:49.6569234Z [ RUN ] VulkanAPITest.reshape 2022-08-17T12:11:49.6572254Z [ OK ] VulkanAPITest.reshape (0 ms) 2022-08-17T12:11:49.6573701Z [ RUN ] VulkanAPITest.reshape_ 2022-08-17T12:11:49.6576418Z [ OK ] VulkanAPITest.reshape_ (0 ms) 2022-08-17T12:11:49.6577896Z [ RUN ] VulkanAPITest.select_3d_depth_small 2022-08-17T12:11:49.6704815Z [ OK ] VulkanAPITest.select_3d_depth_small (12 ms) 2022-08-17T12:11:49.6705363Z [ RUN ] VulkanAPITest.select_3d_depth_medium 2022-08-17T12:11:49.6707174Z [ OK ] VulkanAPITest.select_3d_depth_medium (0 ms) 2022-08-17T12:11:49.6707712Z [ RUN ] VulkanAPITest.select_3d_depth_large 2022-08-17T12:11:49.6717175Z [ OK ] VulkanAPITest.select_3d_depth_large (0 ms) 2022-08-17T12:11:49.6717657Z [ RUN ] VulkanAPITest.sigmoid 2022-08-17T12:11:49.8205345Z [ OK ] VulkanAPITest.sigmoid (148 ms) 2022-08-17T12:11:49.8205714Z [ RUN ] VulkanAPITest.sigmoid_ 2022-08-17T12:11:49.9521810Z [ OK ] VulkanAPITest.sigmoid_ (131 ms) 2022-08-17T12:11:49.9522319Z [ RUN ] VulkanAPITest.softmax 2022-08-17T12:11:50.0148141Z [ OK ] VulkanAPITest.softmax (62 ms) 2022-08-17T12:11:50.0148694Z [ RUN ] VulkanAPITest.tanh 2022-08-17T12:11:50.2088222Z [ OK ] VulkanAPITest.tanh (193 ms) 2022-08-17T12:11:50.2088734Z [ RUN ] VulkanAPITest.tanh_ 2022-08-17T12:11:50.3555962Z [ OK ] VulkanAPITest.tanh_ (146 ms) 2022-08-17T12:11:50.3556439Z [ RUN ] VulkanAPITest.sub 2022-08-17T12:11:50.4096827Z [ OK ] VulkanAPITest.sub (54 ms) 2022-08-17T12:11:50.4097357Z [ RUN ] VulkanAPITest.sub_broadcast0 2022-08-17T12:11:50.4249160Z [ OK ] VulkanAPITest.sub_broadcast0 (15 ms) 2022-08-17T12:11:50.4249724Z [ RUN ] VulkanAPITest.sub_broadcast1 2022-08-17T12:11:50.4349457Z [ OK ] VulkanAPITest.sub_broadcast1 (10 ms) 2022-08-17T12:11:50.4350003Z [ RUN ] VulkanAPITest.sub_broadcast2 2022-08-17T12:11:50.4433456Z [ OK ] VulkanAPITest.sub_broadcast2 (8 ms) 2022-08-17T12:11:50.4434394Z [ RUN ] VulkanAPITest.sub_broadcast3 2022-08-17T12:11:50.4528685Z [ OK ] VulkanAPITest.sub_broadcast3 (9 ms) 2022-08-17T12:11:50.4529364Z [ RUN ] VulkanAPITest.sub_broadcast4 2022-08-17T12:11:50.4581467Z [ OK ] VulkanAPITest.sub_broadcast4 (5 ms) 2022-08-17T12:11:50.4582248Z [ RUN ] VulkanAPITest.sub_ 2022-08-17T12:11:50.5369617Z [ OK ] VulkanAPITest.sub_ (78 ms) 2022-08-17T12:11:50.5370132Z [ RUN ] VulkanAPITest.sub_broadcast0_ 2022-08-17T12:11:50.5471041Z [ OK ] VulkanAPITest.sub_broadcast0_ (10 ms) 2022-08-17T12:11:50.5471593Z [ RUN ] VulkanAPITest.sub_broadcast1_ 2022-08-17T12:11:50.5485282Z [ OK ] VulkanAPITest.sub_broadcast1_ (1 ms) 2022-08-17T12:11:50.5487909Z [ RUN ] VulkanAPITest.sub_scalar 2022-08-17T12:11:50.5667797Z [ OK ] VulkanAPITest.sub_scalar (18 ms) 2022-08-17T12:11:50.5668351Z [ RUN ] VulkanAPITest.sub_scalar_ 2022-08-17T12:11:50.5700878Z [ OK ] VulkanAPITest.sub_scalar_ (3 ms) 2022-08-17T12:11:50.5701596Z [ RUN ] VulkanAPITest.sub_scalar_wrapped 2022-08-17T12:11:50.5926678Z [ OK ] VulkanAPITest.sub_scalar_wrapped (22 ms) 2022-08-17T12:11:50.5927230Z [ RUN ] VulkanAPITest.sub_scalar_wrapped_ 2022-08-17T12:11:50.5978362Z [ OK ] VulkanAPITest.sub_scalar_wrapped_ (5 ms) 2022-08-17T12:11:50.5979251Z [ RUN ] VulkanAPITest.sub_to_scalar_wrapped 2022-08-17T12:11:50.6178497Z [ OK ] VulkanAPITest.sub_to_scalar_wrapped (20 ms) 2022-08-17T12:11:50.6179079Z [ RUN ] VulkanAPITest.transposed_conv2d 2022-08-17T12:11:50.6691396Z [ OK ] VulkanAPITest.transposed_conv2d (51 ms) 2022-08-17T12:11:50.6691883Z [ RUN ] VulkanAPITest.upsample_nearest2d 2022-08-17T12:11:50.6860088Z [ OK ] VulkanAPITest.upsample_nearest2d (16 ms) 2022-08-17T12:11:50.6860717Z [ RUN ] VulkanAPITest.unbind_3d_depth_small 2022-08-17T12:11:50.6863047Z [ OK ] VulkanAPITest.unbind_3d_depth_small (0 ms) 2022-08-17T12:11:50.6863696Z [ RUN ] VulkanAPITest.unbind_3d_depth_medium 2022-08-17T12:11:50.6866560Z [ OK ] VulkanAPITest.unbind_3d_depth_medium (0 ms) 2022-08-17T12:11:50.6867712Z [ RUN ] VulkanAPITest.unbind_3d_depth_large 2022-08-17T12:11:50.7072478Z [ OK ] VulkanAPITest.unbind_3d_depth_large (20 ms) 2022-08-17T12:11:50.7073023Z [ RUN ] VulkanAPITest.view_explicit 2022-08-17T12:11:50.7077214Z [ OK ] VulkanAPITest.view_explicit (0 ms) 2022-08-17T12:11:50.7077713Z [ RUN ] VulkanAPITest.view_inferred 2022-08-17T12:11:50.7084603Z [ OK ] VulkanAPITest.view_inferred (0 ms) 2022-08-17T12:11:50.7085112Z [ RUN ] VulkanAPITest.view_invalid_inputs 2022-08-17T12:11:50.7105376Z [ OK ] VulkanAPITest.view_invalid_inputs (2 ms) 2022-08-17T12:11:50.7105989Z [ RUN ] VulkanAPITest.cat_dim1_texture2d_success 2022-08-17T12:11:50.7422656Z [ OK ] VulkanAPITest.cat_dim1_texture2d_success (31 ms) 2022-08-17T12:11:50.7423256Z [ RUN ] VulkanAPITest.cat_dim1_singledepth_success 2022-08-17T12:11:50.7816555Z [ OK ] VulkanAPITest.cat_dim1_singledepth_success (38 ms) 2022-08-17T12:11:50.7817261Z [ RUN ] VulkanAPITest.cat_dim1_singletensor_success 2022-08-17T12:11:50.7885403Z [ OK ] VulkanAPITest.cat_dim1_singletensor_success (8 ms) 2022-08-17T12:11:50.7886006Z [ RUN ] VulkanAPITest.cat_dim1_bat1_mult4ch_success 2022-08-17T12:11:50.7989109Z [ OK ] VulkanAPITest.cat_dim1_bat1_mult4ch_success (10 ms) 2022-08-17T12:11:50.7989686Z [ RUN ] VulkanAPITest.cat_dim1_bat2_mult4ch_success 2022-08-17T12:11:50.8164561Z [ OK ] VulkanAPITest.cat_dim1_bat2_mult4ch_success (17 ms) 2022-08-17T12:11:50.8165610Z [ RUN ] VulkanAPITest.cat_dim1_mult4ch_mixed_success 2022-08-17T12:11:50.8714737Z [ OK ] VulkanAPITest.cat_dim1_mult4ch_mixed_success (54 ms) 2022-08-17T12:11:50.8715411Z [ RUN ] VulkanAPITest.cat_dim2_sameheight_success 2022-08-17T12:11:50.9255792Z [ OK ] VulkanAPITest.cat_dim2_sameheight_success (54 ms) 2022-08-17T12:11:50.9256235Z [ RUN ] VulkanAPITest.cat_dim2_diffheight_success 2022-08-17T12:11:50.9869793Z [ OK ] VulkanAPITest.cat_dim2_diffheight_success (61 ms) 2022-08-17T12:11:50.9870395Z [ RUN ] VulkanAPITest.cat_dim2_singledepth_success 2022-08-17T12:11:50.9923059Z [ OK ] VulkanAPITest.cat_dim2_singledepth_success (5 ms) 2022-08-17T12:11:50.9923880Z [ RUN ] VulkanAPITest.cat_dim2_invalidinputs_exceptions 2022-08-17T12:11:51.0874043Z [ OK ] VulkanAPITest.cat_dim2_invalidinputs_exceptions (95 ms) 2022-08-17T12:11:51.0874939Z [ RUN ] VulkanAPITest.permute_2d_success 2022-08-17T12:11:51.1727204Z [ OK ] VulkanAPITest.permute_2d_success (85 ms) 2022-08-17T12:11:51.1727763Z [ RUN ] VulkanAPITest.permute_3d_success 2022-08-17T12:11:51.1737722Z [ OK ] VulkanAPITest.permute_3d_success (1 ms) 2022-08-17T12:11:51.1738259Z [ RUN ] VulkanAPITest.permute_4d_success 2022-08-17T12:11:51.2423136Z [ OK ] VulkanAPITest.permute_4d_success (68 ms) 2022-08-17T12:11:51.2423728Z [ RUN ] VulkanAPITest.permute_4dmclaren_success 2022-08-17T12:11:51.2429445Z [ OK ] VulkanAPITest.permute_4dmclaren_success (0 ms) 2022-08-17T12:11:51.2430154Z [ RUN ] VulkanAPITest.permute_4dbig_success 2022-08-17T12:11:51.3605574Z [ OK ] VulkanAPITest.permute_4dbig_success (117 ms) 2022-08-17T12:11:51.3606237Z [ RUN ] VulkanAPITest.permute_negativedims_success 2022-08-17T12:11:51.3607146Z [ OK ] VulkanAPITest.permute_negativedims_success (0 ms) 2022-08-17T12:11:51.3607759Z [ RUN ] VulkanAPITest.permute_invalidinputs_exceptions 2022-08-17T12:11:51.3979679Z [ OK ] VulkanAPITest.permute_invalidinputs_exceptions (36 ms) 2022-08-17T12:11:51.3980285Z [ RUN ] VulkanAPITest.slice_width_success 2022-08-17T12:11:51.4068448Z [ OK ] VulkanAPITest.slice_width_success (8 ms) 2022-08-17T12:11:51.4069003Z [ RUN ] VulkanAPITest.slice_height_success 2022-08-17T12:11:51.4152795Z [ OK ] VulkanAPITest.slice_height_success (8 ms) 2022-08-17T12:11:51.4153371Z [ RUN ] VulkanAPITest.slice_feature_success 2022-08-17T12:11:51.4924791Z [ OK ] VulkanAPITest.slice_feature_success (76 ms) 2022-08-17T12:11:51.4925372Z [ RUN ] VulkanAPITest.slice_batch_success 2022-08-17T12:11:51.4982683Z [ OK ] VulkanAPITest.slice_batch_success (5 ms) 2022-08-17T12:11:51.4983639Z [ RUN ] VulkanAPITest.slice_invalidinputs_exceptions 2022-08-17T12:11:51.5091314Z [ OK ] VulkanAPITest.slice_invalidinputs_exceptions (10 ms) 2022-08-17T12:11:51.5091963Z [ RUN ] VulkanAPITest.stack_invalid_inputs 2022-08-17T12:11:51.5175966Z [ OK ] VulkanAPITest.stack_invalid_inputs (8 ms) 2022-08-17T12:11:51.5176518Z [ RUN ] VulkanAPITest.stack_1_tensor 2022-08-17T12:11:51.5386441Z [ OK ] VulkanAPITest.stack_1_tensor (20 ms) 2022-08-17T12:11:51.5387087Z [ RUN ] VulkanAPITest.stack_2_tensors 2022-08-17T12:11:51.5416305Z [ OK ] VulkanAPITest.stack_2_tensors (3 ms) 2022-08-17T12:11:51.5417022Z [ RUN ] VulkanAPITest.stack_3_tensors 2022-08-17T12:11:51.5452040Z [ OK ] VulkanAPITest.stack_3_tensors (3 ms) 2022-08-17T12:11:51.5452645Z [ RUN ] VulkanAPITest.stack_4_tensors 2022-08-17T12:11:51.5491385Z [ OK ] VulkanAPITest.stack_4_tensors (3 ms) 2022-08-17T12:11:51.5492017Z [ RUN ] VulkanAPITest.stack_from_1_to_20_tensors 2022-08-17T12:11:51.6669192Z [ OK ] VulkanAPITest.stack_from_1_to_20_tensors (117 ms) 2022-08-17T12:11:51.6669987Z [ RUN ] VulkanAPITest.clone_success 2022-08-17T12:11:51.6704803Z [ OK ] VulkanAPITest.clone_success (3 ms) 2022-08-17T12:11:51.6709168Z [ RUN ] VulkanAPITest.clone_invalidinputs_exceptions 2022-08-17T12:11:51.6825032Z [ OK ] VulkanAPITest.clone_invalidinputs_exceptions (11 ms) 2022-08-17T12:11:51.6825400Z [ RUN ] VulkanAPITest.mobilenetv2 2022-08-17T12:11:51.8873013Z [ OK ] VulkanAPITest.mobilenetv2 (204 ms) 2022-08-17T12:11:51.8874119Z [ RUN ] VulkanAPITest.gru_success 2022-08-17T12:11:52.0362471Z [ OK ] VulkanAPITest.gru_success (148 ms) 2022-08-17T12:11:52.0363091Z [ RUN ] VulkanAPITest.gru_mclareninputs_success 2022-08-17T12:11:52.0568259Z [ OK ] VulkanAPITest.gru_mclareninputs_success (20 ms) 2022-08-17T12:11:52.0569379Z [ RUN ] VulkanAPITest.gru_invalidinputs_exceptions 2022-08-17T12:11:52.0691741Z [ OK ] VulkanAPITest.gru_invalidinputs_exceptions (12 ms) 2022-08-17T12:11:52.0692400Z [ RUN ] VulkanAPITest.gru_prepack_success 2022-08-17T12:11:52.0710497Z [ OK ] VulkanAPITest.gru_prepack_success (1 ms) 2022-08-17T12:11:52.0711109Z [ RUN ] VulkanAPITest.gru_prepack_invalidinputs_exceptions 2022-08-17T12:11:52.0908207Z [ OK ] VulkanAPITest.gru_prepack_invalidinputs_exceptions (19 ms) 2022-08-17T12:11:52.0908797Z [ RUN ] VulkanAPITest.linear_2d 2022-08-17T12:11:52.0913366Z [ OK ] VulkanAPITest.linear_2d (0 ms) 2022-08-17T12:11:52.0913988Z [ RUN ] VulkanAPITest.linear_3d 2022-08-17T12:11:52.0919615Z [ OK ] VulkanAPITest.linear_3d (0 ms) 2022-08-17T12:11:52.0920906Z [ RUN ] VulkanAPITest.linear_4d 2022-08-17T12:11:52.0925098Z [ OK ] VulkanAPITest.linear_4d (0 ms) 2022-08-17T12:11:52.0925609Z [ RUN ] VulkanAPITest.lstm_success 2022-08-17T12:11:52.0960822Z [ OK ] VulkanAPITest.lstm_success (3 ms) 2022-08-17T12:11:52.0961374Z [ RUN ] VulkanAPITest.lstm_mclareninputs_success 2022-08-17T12:11:52.1340395Z [ OK ] VulkanAPITest.lstm_mclareninputs_success (37 ms) 2022-08-17T12:11:52.1341239Z [ RUN ] VulkanAPITest.lstm_prepack_success 2022-08-17T12:11:52.1367581Z [ OK ] VulkanAPITest.lstm_prepack_success (2 ms) 2022-08-17T12:11:52.1368258Z [----------] 168 tests from VulkanAPITest (14192 ms total) 2022-08-17T12:11:52.1368513Z 2022-08-17T12:11:52.1368686Z [----------] Global test environment tear-down 2022-08-17T12:11:52.1397599Z [==========] 168 tests from 1 test suite ran. (14192 ms total) 2022-08-17T12:11:52.1398067Z [ PASSED ] 168 tests. 2022-08-17T12:11:52.1398264Z 2022-08-17T12:11:52.1398468Z  YOU HAVE 5 DISABLED TESTS 2022-08-17T12:11:52.1398670Z 2022-08-17T12:11:52.2387551Z  2022-08-17T12:11:52.2420159Z Prepare all required actions 2022-08-17T12:11:52.2420520Z Getting action download info 2022-08-17T12:11:52.4177792Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-08-17T12:11:52.4178010Z with: 2022-08-17T12:11:52.4178323Z github-token: *** 2022-08-17T12:11:52.4178495Z env: 2022-08-17T12:11:52.4178666Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:52.4178837Z ##[endgroup] 2022-08-17T12:11:52.4204640Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-08-17T12:11:52.4204874Z with: 2022-08-17T12:11:52.4205025Z shell: bash 2022-08-17T12:11:52.4205200Z timeout_minutes: 10 2022-08-17T12:11:52.4205381Z max_attempts: 5 2022-08-17T12:11:52.4205548Z retry_wait_seconds: 30 2022-08-17T12:11:52.4205930Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-08-17T12:11:52.4206426Z polling_interval_seconds: 1 2022-08-17T12:11:52.4206621Z warning_on_retry: true 2022-08-17T12:11:52.4206807Z continue_on_error: false 2022-08-17T12:11:52.4206966Z env: 2022-08-17T12:11:52.4207134Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:52.4207443Z GITHUB_TOKEN: *** 2022-08-17T12:11:52.4207618Z ##[endgroup] 2022-08-17T12:11:52.4534233Z 2022-08-17T12:11:52.4581134Z + python3 -m pip install requests==2.26.0 2022-08-17T12:11:52.6592485Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:11:52.6750894Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-08-17T12:11:52.6877600Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-08-17T12:11:52.6895908Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.3) 2022-08-17T12:11:52.6905951Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15) 2022-08-17T12:11:52.6913203Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.11) 2022-08-17T12:11:52.7702188Z ++ python3 .github/scripts/get_workflow_job_id.py 2875102080 i-0e79bc30e5670ad0b 2022-08-17T12:11:55.4868017Z + GHA_WORKFLOW_JOB_ID=7878173900 2022-08-17T12:11:55.4868562Z + echo '::set-output name=job-id::7878173900' 2022-08-17T12:11:56.4622301Z Command completed after 1 attempt(s). 2022-08-17T12:11:56.4622638Z 2022-08-17T12:11:56.4735278Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-08-17T12:11:56.4735529Z kill "$MONITOR_SCRIPT_PID" 2022-08-17T12:11:56.4747249Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:11:56.4747456Z env: 2022-08-17T12:11:56.4747635Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:56.4747840Z MONITOR_SCRIPT_PID: 24590 2022-08-17T12:11:56.4748027Z ##[endgroup] 2022-08-17T12:11:56.4828186Z Prepare all required actions 2022-08-17T12:11:56.4828454Z Getting action download info 2022-08-17T12:11:56.6531948Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-08-17T12:11:56.7881377Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-08-17T12:11:56.7881609Z with: 2022-08-17T12:11:56.7881823Z file-suffix: test-default-1-1-linux.2xlarge_7878173900 2022-08-17T12:11:56.7882041Z env: 2022-08-17T12:11:56.7882212Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:56.7882382Z ##[endgroup] 2022-08-17T12:11:56.7905652Z ##[group]Run # Remove any previous test jsons if they exist 2022-08-17T12:11:56.7905932Z # Remove any previous test jsons if they exist 2022-08-17T12:11:56.7906165Z rm -f test-jsons-*.zip 2022-08-17T12:11:56.7906393Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-08-17T12:11:56.7917701Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:11:56.7917952Z env: 2022-08-17T12:11:56.7918114Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:56.7918358Z FILE_SUFFIX: test-default-1-1-linux.2xlarge_7878173900 2022-08-17T12:11:56.7918579Z ##[endgroup] 2022-08-17T12:11:56.8058358Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-08-17T12:11:56.8098973Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-08-17T12:11:56.8104800Z adding: test/profiler_utils_mock_events.json (deflated 87%) 2022-08-17T12:11:56.8123935Z ##[group]Run # Remove any previous test reports if they exist 2022-08-17T12:11:56.8124439Z # Remove any previous test reports if they exist 2022-08-17T12:11:56.8124682Z rm -f test-reports-*.zip 2022-08-17T12:11:56.8125006Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-08-17T12:11:56.8135714Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:11:56.8135932Z env: 2022-08-17T12:11:56.8136095Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:56.8136344Z FILE_SUFFIX: test-default-1-1-linux.2xlarge_7878173900 2022-08-17T12:11:56.8136570Z ##[endgroup] 2022-08-17T12:11:56.8208210Z adding: test/test-reports/cpp-vulkan/test_vulkan/vulkan_test.xml (deflated 91%) 2022-08-17T12:11:56.8226204Z ##[group]Run # Remove any previous test reports if they exist 2022-08-17T12:11:56.8226495Z # Remove any previous test reports if they exist 2022-08-17T12:11:56.8226724Z rm -f usage-log-*.zip 2022-08-17T12:11:56.8226986Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-08-17T12:11:56.8227273Z # so check to see if the file exists first 2022-08-17T12:11:56.8227503Z if [ -f 'usage_log.txt' ]; then 2022-08-17T12:11:56.8227746Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-08-17T12:11:56.8227947Z fi 2022-08-17T12:11:56.8238174Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:11:56.8238386Z env: 2022-08-17T12:11:56.8238551Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:56.8238796Z FILE_SUFFIX: test-default-1-1-linux.2xlarge_7878173900 2022-08-17T12:11:56.8239021Z ##[endgroup] 2022-08-17T12:11:56.8275825Z adding: usage_log.txt (deflated 91%) 2022-08-17T12:11:56.8329402Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T12:11:56.8329603Z with: 2022-08-17T12:11:56.8329806Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T12:11:56.8330022Z retention-days: 14 2022-08-17T12:11:56.8330201Z if-no-files-found: warn 2022-08-17T12:11:56.8330403Z path: test-jsons-*.zip 2022-08-17T12:11:56.8330581Z name: artifact 2022-08-17T12:11:56.8330746Z s3-bucket: gha-artifacts 2022-08-17T12:11:56.8330939Z region: us-east-1 2022-08-17T12:11:56.8331105Z env: 2022-08-17T12:11:56.8331259Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:56.8331439Z ##[endgroup] 2022-08-17T12:11:57.1677715Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T12:11:57.1678410Z With the provided path, there will be 1 file uploaded 2022-08-17T12:11:57.1678689Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T12:11:57.1726970Z Starting upload of test-jsons-test-default-1-1-linux.2xlarge_7878173900.zip 2022-08-17T12:11:57.3081172Z Finished upload of test-jsons-test-default-1-1-linux.2xlarge_7878173900.zip 2022-08-17T12:11:57.3189268Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T12:11:57.3189483Z with: 2022-08-17T12:11:57.3189686Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T12:11:57.3189890Z retention-days: 14 2022-08-17T12:11:57.3190088Z if-no-files-found: error 2022-08-17T12:11:57.3190288Z path: test-reports-*.zip 2022-08-17T12:11:57.3190459Z name: artifact 2022-08-17T12:11:57.3190644Z s3-bucket: gha-artifacts 2022-08-17T12:11:57.3190831Z region: us-east-1 2022-08-17T12:11:57.3190995Z env: 2022-08-17T12:11:57.3191150Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:57.3191331Z ##[endgroup] 2022-08-17T12:11:57.6268958Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T12:11:57.6269256Z With the provided path, there will be 1 file uploaded 2022-08-17T12:11:57.6269517Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T12:11:57.6277034Z Starting upload of test-reports-test-default-1-1-linux.2xlarge_7878173900.zip 2022-08-17T12:11:57.7597897Z Finished upload of test-reports-test-default-1-1-linux.2xlarge_7878173900.zip 2022-08-17T12:11:57.7702793Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T12:11:57.7703012Z with: 2022-08-17T12:11:57.7703213Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T12:11:57.7703417Z retention-days: 14 2022-08-17T12:11:57.7703671Z if-no-files-found: ignore 2022-08-17T12:11:57.7703979Z path: usage-log-*.zip 2022-08-17T12:11:57.7704144Z name: artifact 2022-08-17T12:11:57.7704324Z s3-bucket: gha-artifacts 2022-08-17T12:11:57.7704516Z region: us-east-1 2022-08-17T12:11:57.7704681Z env: 2022-08-17T12:11:57.7704838Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:57.7705028Z ##[endgroup] 2022-08-17T12:11:58.0767265Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T12:11:58.0767582Z With the provided path, there will be 1 file uploaded 2022-08-17T12:11:58.0767856Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T12:11:58.0775102Z Starting upload of usage-log-test-default-1-1-linux.2xlarge_7878173900.zip 2022-08-17T12:11:58.2504804Z Finished upload of usage-log-test-default-1-1-linux.2xlarge_7878173900.zip 2022-08-17T12:11:58.2615326Z ##[group]Run set -x 2022-08-17T12:11:58.2615531Z set -x 2022-08-17T12:11:58.2615752Z python3 -m pip install -r requirements.txt 2022-08-17T12:11:58.2615996Z python3 -m pip install boto3==1.19.12 2022-08-17T12:11:58.2616296Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-08-17T12:11:58.2627378Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:11:58.2627593Z env: 2022-08-17T12:11:58.2627766Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:11:58.2627955Z AWS_DEFAULT_REGION: us-east-1 2022-08-17T12:11:58.2628146Z BRANCH: pull/82657 2022-08-17T12:11:58.2628324Z TEST_CONFIG: default 2022-08-17T12:11:58.2628484Z SHARD_NUMBER: 1 2022-08-17T12:11:58.2628714Z BUILD_ENVIRONMENT: linux-vulkan-bionic-py3.7-clang9 2022-08-17T12:11:58.2628941Z PR_NUMBER: 82657 2022-08-17T12:11:58.2629114Z PYTORCH_RETRY_TEST_CASES: 1 2022-08-17T12:11:58.2629320Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-08-17T12:11:58.2629583Z SHA1: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:11:58.2629771Z TAG: 2022-08-17T12:11:58.2629936Z WORKFLOW_ID: 2875102080 2022-08-17T12:11:58.2630255Z GITHUB_TOKEN: *** 2022-08-17T12:11:58.2630435Z GHA_WORKFLOW_JOB_ID: 7878173900 2022-08-17T12:11:58.2630618Z ##[endgroup] 2022-08-17T12:11:58.2654393Z + python3 -m pip install -r requirements.txt 2022-08-17T12:11:58.4697197Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:11:58.5322313Z Collecting astunparse 2022-08-17T12:11:58.5481778Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-08-17T12:11:58.5713006Z Collecting expecttest 2022-08-17T12:11:58.5747507Z Downloading expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-08-17T12:11:58.6014256Z Collecting future 2022-08-17T12:11:58.6280946Z Downloading future-0.18.2.tar.gz (829 kB) 2022-08-17T12:11:59.4789879Z Collecting numpy 2022-08-17T12:11:59.4842369Z Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-08-17T12:11:59.6867152Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (5.9.1) 2022-08-17T12:11:59.7681880Z Collecting pyyaml 2022-08-17T12:11:59.7724233Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-08-17T12:11:59.7870350Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (2.26.0) 2022-08-17T12:11:59.7988432Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (49.1.3) 2022-08-17T12:11:59.8445060Z Collecting six 2022-08-17T12:11:59.8481078Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-08-17T12:11:59.8721617Z Collecting types-dataclasses 2022-08-17T12:11:59.8848289Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-08-17T12:11:59.9148686Z Collecting typing_extensions 2022-08-17T12:11:59.9201045Z Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-08-17T12:11:59.9577200Z Collecting sympy 2022-08-17T12:11:59.9622467Z Downloading sympy-1.10.1-py3-none-any.whl (6.4 MB) 2022-08-17T12:12:00.1080112Z Collecting wheel<1.0,>=0.23.0 2022-08-17T12:12:00.1117571Z Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-08-17T12:12:00.1204312Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (1.26.11) 2022-08-17T12:12:00.1349724Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (3.3) 2022-08-17T12:12:00.1360719Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (2022.6.15) 2022-08-17T12:12:00.1369771Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (2.0.12) 2022-08-17T12:12:00.1566472Z Collecting mpmath>=0.19 2022-08-17T12:12:00.1632782Z Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-08-17T12:12:00.1810165Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-08-17T12:12:00.2153237Z Installing collected packages: wheel, six, astunparse, expecttest, future, numpy, pyyaml, types-dataclasses, typing-extensions, mpmath, sympy 2022-08-17T12:12:00.2353598Z WARNING: The script wheel is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T12:12:00.2354346Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T12:12:00.2671050Z Running setup.py install for future: started 2022-08-17T12:12:00.7421860Z Running setup.py install for future: finished with status 'done' 2022-08-17T12:12:02.2663828Z WARNING: The scripts f2py, f2py3 and f2py3.7 are installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T12:12:02.2664361Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T12:12:09.3711366Z WARNING: The script isympy is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T12:12:09.3711867Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T12:12:09.3925667Z Successfully installed astunparse-1.6.3 expecttest-0.1.3 future-0.18.2 mpmath-1.2.1 numpy-1.21.6 pyyaml-6.0 six-1.16.0 sympy-1.10.1 types-dataclasses-0.6.6 typing-extensions-4.3.0 wheel-0.37.1 2022-08-17T12:12:09.4519220Z + python3 -m pip install boto3==1.19.12 2022-08-17T12:12:09.6579701Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:12:10.2696589Z Collecting boto3==1.19.12 2022-08-17T12:12:10.2833116Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-08-17T12:12:10.3250903Z Collecting s3transfer<0.6.0,>=0.5.0 2022-08-17T12:12:10.3288072Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-08-17T12:12:11.0526133Z Collecting botocore<1.23.0,>=1.22.12 2022-08-17T12:12:11.0573414Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-08-17T12:12:11.1952138Z Collecting jmespath<1.0.0,>=0.7.1 2022-08-17T12:12:11.1991085Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-08-17T12:12:11.2074373Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.11) 2022-08-17T12:12:11.2527858Z Collecting python-dateutil<3.0.0,>=2.1 2022-08-17T12:12:11.2565061Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-08-17T12:12:11.2685797Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-08-17T12:12:11.3308234Z Installing collected packages: jmespath, python-dateutil, botocore, s3transfer, boto3 2022-08-17T12:12:11.9439254Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-08-17T12:12:11.9904881Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-08-17T12:12:13.3321712Z [scribe] Scribe access token not provided, sending report via boto3... 2022-08-17T12:12:13.3322089Z 2022-08-17T12:12:13.3322403Z ----- Historic stats comparison result ------ 2022-08-17T12:12:13.3322572Z 2022-08-17T12:12:13.3322746Z job: linux-vulkan-bionic-py3.7-clang9 2022-08-17T12:12:13.3323013Z commit: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:12:13.3323159Z 2022-08-17T12:12:13.3323303Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-08-17T12:12:13.3323479Z 2022-08-17T12:12:13.3323796Z : (master) 2022-08-17T12:12:13.3323959Z | 2022-08-17T12:12:13.3324384Z | * ce6a3c605d (HEAD) total time 14.10s 2022-08-17T12:12:13.3324584Z | | 2022-08-17T12:12:13.3324740Z | : (3 commits) 2022-08-17T12:12:13.3324915Z |/| 2022-08-17T12:12:13.3325057Z | : (6 commits) 2022-08-17T12:12:13.3325213Z | 2022-08-17T12:12:13.3325406Z * 343b5f8651 (base) 1 report, total time 14.31s 2022-08-17T12:12:13.3325628Z * 1a09b05c94 1 report, total time 14.40s 2022-08-17T12:12:13.3325862Z * df62ea76d1 1 report, total time 14.30s 2022-08-17T12:12:13.3326089Z * aac622ad55 1 report, total time 14.39s 2022-08-17T12:12:13.3326317Z * 31d4b6f52a 1 report, total time 14.47s 2022-08-17T12:12:13.3326534Z * 0e2efaf9cc 1 report, total time 13.96s 2022-08-17T12:12:13.3326760Z * 1ee9eb52b6 1 report, total time 14.08s 2022-08-17T12:12:13.3326971Z * f4b7c10e14 0 reports 2022-08-17T12:12:13.3327168Z * 785f7f6298 1 report, total time 14.50s 2022-08-17T12:12:13.3327391Z * 3586af8adc 1 report, total time 14.63s 2022-08-17T12:12:13.3327574Z | 2022-08-17T12:12:13.3327711Z : 2022-08-17T12:12:13.3327801Z 2022-08-17T12:12:13.3327916Z Removed (across 0 suites) 0 tests, totaling 0.00s 2022-08-17T12:12:13.3328169Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-08-17T12:12:13.3328410Z Added (across 0 suites) 0 tests, totaling 0.00s 2022-08-17T12:12:13.3861987Z Prepare all required actions 2022-08-17T12:12:13.3882469Z ##[group]Run ./.github/actions/teardown-linux 2022-08-17T12:12:13.3882674Z with: 2022-08-17T12:12:13.3882812Z env: 2022-08-17T12:12:13.3882983Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:13.3883164Z ##[endgroup] 2022-08-17T12:12:13.3897850Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh 2022-08-17T12:12:13.3898112Z .github/scripts/wait_for_ssh_to_drain.sh 2022-08-17T12:12:13.3909389Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:12:13.3909609Z env: 2022-08-17T12:12:13.3909783Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:13.3909967Z ##[endgroup] 2022-08-17T12:12:13.3953619Z Holding runner for 2 hours until all ssh sessions have logged out 2022-08-17T12:12:13.4016110Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-08-17T12:12:13.4016426Z # ignore expansion of "docker ps -q" since it could be empty 2022-08-17T12:12:13.4016711Z # shellcheck disable=SC2046 2022-08-17T12:12:13.4016921Z docker stop $(docker ps -q) || true 2022-08-17T12:12:13.4017146Z # Prune all of the docker images 2022-08-17T12:12:13.4017359Z docker system prune -af 2022-08-17T12:12:13.4027824Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:12:13.4028039Z env: 2022-08-17T12:12:13.4028210Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:13.4028381Z ##[endgroup] 2022-08-17T12:12:14.3681618Z 7e5013692202 2022-08-17T12:12:14.7071184Z Deleted Containers: 2022-08-17T12:12:14.7071483Z 7e5013692202c3713bfdd99d244e56d173e882e2241ba7fea859ad4f14a6ea80 2022-08-17T12:12:14.7071655Z 2022-08-17T12:12:18.0072354Z Deleted Images: 2022-08-17T12:12:18.0073235Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:12:18.0074509Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9@sha256:95ffc4876faa899831aa05eeaff071d886a2b5688e7ec5c723861bb7b90674ff 2022-08-17T12:12:18.0075265Z deleted: sha256:716f775ba50f080631dd2003e85f8c6cc5dcc47691d0e17f53840ebe442f62ed 2022-08-17T12:12:18.0075822Z deleted: sha256:cac989351c5e0ef6db39f9b3be3685e0b1d53a07c134d0f35ccb03014785663f 2022-08-17T12:12:18.0076152Z deleted: sha256:0d1af81e11590a8212ace64c202dba2874e1bc4949a678efa6d55ddf468cfaf6 2022-08-17T12:12:18.0076604Z deleted: sha256:c6def6b024cfbe252d1b38833804c2d9960705755137dcc5e567cc19418fca65 2022-08-17T12:12:18.0076954Z deleted: sha256:c57202f02ef411ec0176a25ae7f9a39a61e4b123ac662e2ca8cdd3616fce447b 2022-08-17T12:12:18.0077501Z deleted: sha256:8b576c82ae83fd68f77091496eaf0cbfe51db4d0250323f3f5163ce7a7f1f6e1 2022-08-17T12:12:18.0078120Z deleted: sha256:22b4f5924e45d75fea9a2ce703b0faf0b1ba28b40e7607e56d25916c1b376158 2022-08-17T12:12:18.0078458Z deleted: sha256:e05bae5c36aa8b960b522141cdb0c1439807cb866c5cdb857c7f51ffe921e405 2022-08-17T12:12:18.0078785Z deleted: sha256:89d03a98db042f69a801648459ba902c04ec48e85a3491d4b89953cf4814d1e2 2022-08-17T12:12:18.0079092Z deleted: sha256:2b287193aca5b137b5f2f3271fefed55a425fd9fa696a32cee6c5146f4c3954d 2022-08-17T12:12:18.0079462Z deleted: sha256:24afcd905bba0ef7e8653c99420a95a64e0e001c3568d61dfaae9c9596a8268d 2022-08-17T12:12:18.0079999Z deleted: sha256:704d00fde7b7b4a6bd7890fa21c58ef7de891bac812dac280e53ee340718e774 2022-08-17T12:12:18.0080642Z deleted: sha256:0a96340b129ec4e5b8cff3089aa854a5f4bbf81453f6423323acfd68b8720428 2022-08-17T12:12:18.0081093Z deleted: sha256:3c4319a89824c0eefcc01c54408d932655cafbcdfd1915f2a8876375b234c4a9 2022-08-17T12:12:18.0081415Z deleted: sha256:1eb2779d7b387531e6e9fab145167f46c9f2e6d82df8d126b42d74559cee859d 2022-08-17T12:12:18.0081874Z deleted: sha256:5614187b5202c7d6677d6b8007b739852605457f4747c9be36f5e6aab77808ac 2022-08-17T12:12:18.0082161Z deleted: sha256:769ef7d77444c42f90508e9e45078aad3c50b9675293f90a73b632833dbcabcc 2022-08-17T12:12:18.0082468Z deleted: sha256:4761c2c1bc2f178cf23c21532662931f14aaad221b5bda6cd22215a36235f236 2022-08-17T12:12:18.0082895Z deleted: sha256:769d67c5b50605d0a321303414eff20b05a483752ca844a123eabdf9d7d4edde 2022-08-17T12:12:18.0083385Z deleted: sha256:674861b1f5249b9c856d4cb7fe7d66000cb88e7278320bb0b639001046dd8d51 2022-08-17T12:12:18.0083907Z deleted: sha256:049870dc953c438dc2831259785a577d289e3ae0e41d21f9a2140107533e82a7 2022-08-17T12:12:18.0087200Z deleted: sha256:962b0d76e69374761a37b3068d6fc0b2faf3de90ab20e07af8c7121eb16c0b90 2022-08-17T12:12:18.0087556Z deleted: sha256:93f1cd9f5af9068f58217c564ed603894786fa80b7fb7e7baf66f2c7944aee1d 2022-08-17T12:12:18.0087909Z deleted: sha256:c8db60f27caae1ca49102e8a9299c07ecfc40ba93d5f22e5727996af97bdc152 2022-08-17T12:12:18.0088397Z deleted: sha256:4c3f83333daa6a5a09f6fa0b7c2db3a571d627bfd5e4ce1f1ae75e6281b3b45f 2022-08-17T12:12:18.0089019Z deleted: sha256:9997cc5711915151b44b6b711deb7ee0d613c8a0c22c908da81a0b1f59a5645e 2022-08-17T12:12:18.0089347Z deleted: sha256:0212136c6fb1c0e6708c3e2dabfdef49e53364191e1782222d43b7eb64c25b50 2022-08-17T12:12:18.0089646Z deleted: sha256:32099645fa33152b7557b7d4bd46b7977284a0a61f8362b537228a057d8971b9 2022-08-17T12:12:18.0089967Z deleted: sha256:9dd6134bc353bb8d98ebdc43f1e896aab5083ec1ab1bcb0a1ed12df4836c5c6a 2022-08-17T12:12:18.0090319Z deleted: sha256:f2d8adc69dc2626a059c6efbccdbc8f23864949ea77f8e94bf6679f8374e5156 2022-08-17T12:12:18.0090642Z deleted: sha256:19ea2cd66ef6a1cbd07a3fe736462617016520688fb3476c757dbb5862ad5ff6 2022-08-17T12:12:18.0090956Z deleted: sha256:055a89179d5f04127accd1d05dc8176b87cf6a614013f7428f67ee6171f0d066 2022-08-17T12:12:18.0091272Z deleted: sha256:984a4d6add175d4dd927844459eab187eb73eda0c910987c2e4840d1b5db3c0f 2022-08-17T12:12:18.0091605Z deleted: sha256:73b89f3f75cfd9b8ebd057f516e8abd04222acad08d9bc80da7b09019c40c3f5 2022-08-17T12:12:18.0092038Z deleted: sha256:177abc386c5a136ef83849b65b9dc370670fcad7e6e5e16b49b0d786d01025b9 2022-08-17T12:12:18.0092376Z deleted: sha256:5aa5c113ef767f55fd846cc38e98718ba62424033b16c2675c86891a66257157 2022-08-17T12:12:18.0092808Z deleted: sha256:056b9982189c8c3f0554943a5b05dcddd9e7cae3e2b93456fde55b6bad47ac08 2022-08-17T12:12:18.0093206Z deleted: sha256:9d05cc064039c29313e3c1a1c180728dcb24f874a2e1ef243374857b3dca1d2c 2022-08-17T12:12:18.0093513Z deleted: sha256:4a3540b197b80a89c8ccd917694ddb3c0d5e1df5e3c3237320b2076f355b00fd 2022-08-17T12:12:18.0093830Z deleted: sha256:e4fd1b7aeed1068b4751828c2d20833862c3f8d4115e14026e31083cb457fb56 2022-08-17T12:12:18.0094139Z deleted: sha256:3a36b17e1f0f732087e4893a28c09048a2ed72e8949d593552cbd07d19424ec4 2022-08-17T12:12:18.0094431Z deleted: sha256:0d9b4323486ad40d41d5286f6196dc0622992ac3d84f76c7cc2aae9f71918935 2022-08-17T12:12:18.0094748Z deleted: sha256:23c9c4a598faf8b89fdb967303fec8030b301124b7aa0f7b97e5a69ac61ed3c1 2022-08-17T12:12:18.0095075Z deleted: sha256:9820f46a2d595aa81ddf03b4f110825bb7257b710cad7d6a15e7dcdd103b5bf4 2022-08-17T12:12:18.0095384Z deleted: sha256:5f7431ceee1ed6e8a420ccc23e24884077f08f03d0422cff6f855120beade237 2022-08-17T12:12:18.0095716Z deleted: sha256:d51e750ffd934de41a950f88de7f3b6b805db18d5da16f302b5593f35e7c485d 2022-08-17T12:12:18.0096053Z deleted: sha256:10c0fee33e61baed46ee7d86b8626f707eb6427cd11a8b527fced347f71d10b4 2022-08-17T12:12:18.0096383Z deleted: sha256:f74d1ed4405cb275ba128b349d90f373b30137a997fdc70a1e02710fac13b91c 2022-08-17T12:12:18.0096699Z deleted: sha256:7a7dfa773dd159c7b905dd7afbbf7cc5a53635d07c700be340211e6cb850f56b 2022-08-17T12:12:18.0097049Z deleted: sha256:996de37827d425ed1bb0a4f46b67a6dce91745f799192a16798fb4f7355bc35e 2022-08-17T12:12:18.0097373Z deleted: sha256:e1650f7428dfb0480d484efbf0fc15c2b94404d3520c40bcebfd92dafb9edb22 2022-08-17T12:12:18.0097670Z deleted: sha256:9095e387b5d05181302e7dfcfc748264c02104f155980e0582cf84b28901676f 2022-08-17T12:12:18.0097978Z deleted: sha256:bd92087334d5e024be5cc87c6415eb6928c427a28b7cfaac4ff9dbf73513daf5 2022-08-17T12:12:18.0098299Z deleted: sha256:054187d154c3c146bd5be9fd7433a41e65af7de0a54f59541aba17ffb425b70c 2022-08-17T12:12:18.0098626Z deleted: sha256:a7f2e68691e4942aeb038fe4b0cef42c77eb0c9c55080938df0edfffdb0f2e8b 2022-08-17T12:12:18.0099019Z deleted: sha256:3982d575095cdac44bd97b0748fd06ee2ce35d95ace8ca5ec908ff43466ec0cd 2022-08-17T12:12:18.0099342Z deleted: sha256:3cd66a8a5598e221fb74f8b708f3617494f5fbd411e051d3b291ab77a4cb0248 2022-08-17T12:12:18.0099668Z deleted: sha256:507f56eaf776dee8dcef7bd19aaa7c884a028fc4aba4365226c6883cf31fdae0 2022-08-17T12:12:18.0099986Z deleted: sha256:471e9ec20829c077d8c9fdc90a298ac538e06fbc7527220e0e0c9c3a295d01c8 2022-08-17T12:12:18.0100296Z deleted: sha256:99b3810766c9543f23ea3e87e11c79deb763239c205badd0cb59165846156ba7 2022-08-17T12:12:18.0100606Z deleted: sha256:4a5253f1540be79fd2f131ed32e9cac6d396d29f82e1a0dd4652332bd86e0281 2022-08-17T12:12:18.0100921Z deleted: sha256:e722d396f503c712107acad2a081b07e33e73d6286c43f58234f69345a216918 2022-08-17T12:12:18.0101080Z 2022-08-17T12:12:18.0101174Z Total reclaimed space: 10.7GB 2022-08-17T12:12:18.0153538Z Post job cleanup. 2022-08-17T12:12:18.0186833Z Post job cleanup. 2022-08-17T12:12:18.3922057Z [command]/usr/bin/git version 2022-08-17T12:12:18.3966719Z git version 2.37.1 2022-08-17T12:12:18.4042934Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/97a9c96a-ae70-48ef-9773-a358c8cd6914' before making global git config changes 2022-08-17T12:12:18.4043373Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T12:12:18.4048966Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:12:18.4095902Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T12:12:18.4127187Z [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:12:18.4453478Z Entering 'android/libs/fbjni' 2022-08-17T12:12:18.4487605Z Entering 'third_party/FP16' 2022-08-17T12:12:18.4522073Z Entering 'third_party/FXdiv' 2022-08-17T12:12:18.4554378Z Entering 'third_party/NNPACK' 2022-08-17T12:12:18.4588154Z Entering 'third_party/QNNPACK' 2022-08-17T12:12:18.4621070Z Entering 'third_party/XNNPACK' 2022-08-17T12:12:18.4664540Z Entering 'third_party/benchmark' 2022-08-17T12:12:18.4698626Z Entering 'third_party/cpuinfo' 2022-08-17T12:12:18.4733163Z Entering 'third_party/cub' 2022-08-17T12:12:18.4766668Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:12:18.4806201Z Entering 'third_party/eigen' 2022-08-17T12:12:18.4840565Z Entering 'third_party/fbgemm' 2022-08-17T12:12:18.4874109Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:12:18.4906716Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:12:18.4939714Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:12:18.4971699Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:12:18.5005155Z Entering 'third_party/flatbuffers' 2022-08-17T12:12:18.5038612Z Entering 'third_party/fmt' 2022-08-17T12:12:18.5072230Z Entering 'third_party/foxi' 2022-08-17T12:12:18.5105373Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:12:18.5139742Z Entering 'third_party/gloo' 2022-08-17T12:12:18.5172445Z Entering 'third_party/googletest' 2022-08-17T12:12:18.5205043Z Entering 'third_party/ideep' 2022-08-17T12:12:18.5236789Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:12:18.5270420Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:12:18.5307470Z Entering 'third_party/ios-cmake' 2022-08-17T12:12:18.5340182Z Entering 'third_party/ittapi' 2022-08-17T12:12:18.5373568Z Entering 'third_party/kineto' 2022-08-17T12:12:18.5406503Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:12:18.5438929Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:12:18.5472574Z Entering 'third_party/nccl/nccl' 2022-08-17T12:12:18.5505950Z Entering 'third_party/neon2sse' 2022-08-17T12:12:18.5538834Z Entering 'third_party/nlohmann' 2022-08-17T12:12:18.5573402Z Entering 'third_party/onnx' 2022-08-17T12:12:18.5617195Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:12:18.5650388Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:12:18.5685920Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:12:18.5717697Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:12:18.5754391Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:12:18.5787581Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:12:18.5821778Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:12:18.5858149Z Entering 'third_party/pocketfft' 2022-08-17T12:12:18.5891521Z Entering 'third_party/protobuf' 2022-08-17T12:12:18.5927913Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:12:18.5959801Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:12:18.5994162Z Entering 'third_party/psimd' 2022-08-17T12:12:18.6025988Z Entering 'third_party/pthreadpool' 2022-08-17T12:12:18.6058779Z Entering 'third_party/pybind11' 2022-08-17T12:12:18.6091617Z Entering 'third_party/python-enum' 2022-08-17T12:12:18.6124379Z Entering 'third_party/python-peachpy' 2022-08-17T12:12:18.6156551Z Entering 'third_party/python-six' 2022-08-17T12:12:18.6189653Z Entering 'third_party/sleef' 2022-08-17T12:12:18.6227545Z Entering 'third_party/tbb' 2022-08-17T12:12:18.6263652Z Entering 'third_party/tensorpipe' 2022-08-17T12:12:18.6299032Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:12:18.6334142Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:12:18.6367203Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:12:18.6399473Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:12:18.6431393Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:12:18.6466786Z Entering 'third_party/zstd' 2022-08-17T12:12:18.6515066Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T12:12:18.6541453Z http.https://github.com/.extraheader 2022-08-17T12:12:18.6549583Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-08-17T12:12:18.6581479Z [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:12:18.6831143Z Entering 'android/libs/fbjni' 2022-08-17T12:12:18.6850893Z http.https://github.com/.extraheader 2022-08-17T12:12:18.6877282Z Entering 'third_party/FP16' 2022-08-17T12:12:18.6896734Z http.https://github.com/.extraheader 2022-08-17T12:12:18.6922398Z Entering 'third_party/FXdiv' 2022-08-17T12:12:18.6942867Z http.https://github.com/.extraheader 2022-08-17T12:12:18.6968732Z Entering 'third_party/NNPACK' 2022-08-17T12:12:18.6988647Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7014132Z Entering 'third_party/QNNPACK' 2022-08-17T12:12:18.7033363Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7060131Z Entering 'third_party/XNNPACK' 2022-08-17T12:12:18.7079828Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7115758Z Entering 'third_party/benchmark' 2022-08-17T12:12:18.7135245Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7161206Z Entering 'third_party/cpuinfo' 2022-08-17T12:12:18.7180930Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7207096Z Entering 'third_party/cub' 2022-08-17T12:12:18.7226115Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7252005Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:12:18.7271841Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7302107Z Entering 'third_party/eigen' 2022-08-17T12:12:18.7321855Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7349595Z Entering 'third_party/fbgemm' 2022-08-17T12:12:18.7369491Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7395423Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:12:18.7414793Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7440708Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:12:18.7460347Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7486452Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:12:18.7505517Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7531867Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:12:18.7550553Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7577987Z Entering 'third_party/flatbuffers' 2022-08-17T12:12:18.7597614Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7625023Z Entering 'third_party/fmt' 2022-08-17T12:12:18.7646063Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7672161Z Entering 'third_party/foxi' 2022-08-17T12:12:18.7691825Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7717782Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:12:18.7737012Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7763207Z Entering 'third_party/gloo' 2022-08-17T12:12:18.7783377Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7809804Z Entering 'third_party/googletest' 2022-08-17T12:12:18.7829290Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7855132Z Entering 'third_party/ideep' 2022-08-17T12:12:18.7874536Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7899881Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:12:18.7918551Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7946115Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:12:18.7966077Z http.https://github.com/.extraheader 2022-08-17T12:12:18.7997668Z Entering 'third_party/ios-cmake' 2022-08-17T12:12:18.8018095Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8043619Z Entering 'third_party/ittapi' 2022-08-17T12:12:18.8064407Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8090086Z Entering 'third_party/kineto' 2022-08-17T12:12:18.8110208Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8135821Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:12:18.8154687Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8180243Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:12:18.8199027Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8226859Z Entering 'third_party/nccl/nccl' 2022-08-17T12:12:18.8247305Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8273411Z Entering 'third_party/neon2sse' 2022-08-17T12:12:18.8292984Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8318258Z Entering 'third_party/nlohmann' 2022-08-17T12:12:18.8337630Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8364474Z Entering 'third_party/onnx' 2022-08-17T12:12:18.8383217Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8420777Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:12:18.8440993Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8467134Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:12:18.8486576Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8514705Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:12:18.8536167Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8561173Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:12:18.8580272Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8610700Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:12:18.8629465Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8656487Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:12:18.8676467Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8702301Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:12:18.8722153Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8752624Z Entering 'third_party/pocketfft' 2022-08-17T12:12:18.8772783Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8797997Z Entering 'third_party/protobuf' 2022-08-17T12:12:18.8817275Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8846995Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:12:18.8866492Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8892747Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:12:18.8912553Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8939261Z Entering 'third_party/psimd' 2022-08-17T12:12:18.8959185Z http.https://github.com/.extraheader 2022-08-17T12:12:18.8985057Z Entering 'third_party/pthreadpool' 2022-08-17T12:12:18.9004640Z http.https://github.com/.extraheader 2022-08-17T12:12:18.9029639Z Entering 'third_party/pybind11' 2022-08-17T12:12:18.9049217Z http.https://github.com/.extraheader 2022-08-17T12:12:18.9074759Z Entering 'third_party/python-enum' 2022-08-17T12:12:18.9095461Z http.https://github.com/.extraheader 2022-08-17T12:12:18.9119975Z Entering 'third_party/python-peachpy' 2022-08-17T12:12:18.9139336Z http.https://github.com/.extraheader 2022-08-17T12:12:18.9164544Z Entering 'third_party/python-six' 2022-08-17T12:12:18.9183446Z http.https://github.com/.extraheader 2022-08-17T12:12:18.9209284Z Entering 'third_party/sleef' 2022-08-17T12:12:18.9228429Z http.https://github.com/.extraheader 2022-08-17T12:12:18.9253836Z Entering 'third_party/tbb' 2022-08-17T12:12:18.9273071Z http.https://github.com/.extraheader 2022-08-17T12:12:18.9300504Z Entering 'third_party/tensorpipe' 2022-08-17T12:12:18.9320899Z http.https://github.com/.extraheader 2022-08-17T12:12:18.9346019Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:12:18.9364859Z http.https://github.com/.extraheader 2022-08-17T12:12:18.9390124Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:12:18.9409293Z http.https://github.com/.extraheader 2022-08-17T12:12:18.9434519Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:12:18.9453903Z http.https://github.com/.extraheader 2022-08-17T12:12:18.9479492Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:12:18.9498327Z http.https://github.com/.extraheader 2022-08-17T12:12:18.9523505Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:12:18.9543020Z http.https://github.com/.extraheader 2022-08-17T12:12:18.9572228Z Entering 'third_party/zstd' 2022-08-17T12:12:18.9591519Z http.https://github.com/.extraheader 2022-08-17T12:12:18.9820242Z Cleaning up orphan processes