2022-11-23T01:11:43.1371301Z Requested labels: ubuntu-latest 2022-11-23T01:11:43.1371340Z Job defined at: pytorch/pytorch/.github/workflows/_buck-build-test.yml@refs/heads/master 2022-11-23T01:11:43.1371362Z Waiting for a runner to pick up this job... 2022-11-23T01:11:43.4033600Z Job is waiting for a hosted runner to come online. 2022-11-23T01:11:47.5746292Z Job is about to start running on the hosted runner: GitHub Actions 71 (hosted) 2022-11-23T01:11:50.1125988Z Current runner version: '2.299.1' 2022-11-23T01:11:50.1164018Z ##[group]Operating System 2022-11-23T01:11:50.1165175Z Ubuntu 2022-11-23T01:11:50.1165533Z 20.04.5 2022-11-23T01:11:50.1165800Z LTS 2022-11-23T01:11:50.1166287Z ##[endgroup] 2022-11-23T01:11:50.1166661Z ##[group]Runner Image 2022-11-23T01:11:50.1167029Z Image: ubuntu-20.04 2022-11-23T01:11:50.1167407Z Version: 20221027.1 2022-11-23T01:11:50.1168204Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20221027.1/images/linux/Ubuntu2004-Readme.md 2022-11-23T01:11:50.1168859Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20221027.1 2022-11-23T01:11:50.1169350Z ##[endgroup] 2022-11-23T01:11:50.1169774Z ##[group]Runner Image Provisioner 2022-11-23T01:11:50.1170094Z 2.0.91.1 2022-11-23T01:11:50.1170470Z ##[endgroup] 2022-11-23T01:11:50.1171763Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:11:50.1173030Z Actions: write 2022-11-23T01:11:50.1173390Z Checks: write 2022-11-23T01:11:50.1174001Z Contents: write 2022-11-23T01:11:50.1174423Z Deployments: write 2022-11-23T01:11:50.1174968Z Discussions: write 2022-11-23T01:11:50.1175311Z Issues: write 2022-11-23T01:11:50.1175844Z Metadata: read 2022-11-23T01:11:50.1176171Z Packages: write 2022-11-23T01:11:50.1176530Z Pages: write 2022-11-23T01:11:50.1176898Z PullRequests: write 2022-11-23T01:11:50.1177257Z RepositoryProjects: write 2022-11-23T01:11:50.1177724Z SecurityEvents: write 2022-11-23T01:11:50.1178118Z Statuses: write 2022-11-23T01:11:50.1178457Z ##[endgroup] 2022-11-23T01:11:50.1183333Z Secret source: Actions 2022-11-23T01:11:50.1184053Z Prepare workflow directory 2022-11-23T01:11:50.2548423Z Prepare all required actions 2022-11-23T01:11:50.2786850Z Getting action download info 2022-11-23T01:11:50.4802165Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:11:56.1211532Z Download action repository 'actions/setup-java@v3' (SHA:de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc) 2022-11-23T01:11:56.3884231Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:11:56.6959873Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T01:11:56.9772249Z Getting action download info 2022-11-23T01:11:57.1344657Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:11:57.3667634Z Getting action download info 2022-11-23T01:11:57.5658571Z Download action repository 'actions/cache@v3' (SHA:9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7) 2022-11-23T01:11:57.8206091Z Uses: pytorch/pytorch/.github/workflows/_buck-build-test.yml 2022-11-23T01:11:57.8208100Z Complete job name: buck-build-test / buck-build-test 2022-11-23T01:11:57.9490906Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:11:57.9491297Z with: 2022-11-23T01:11:57.9491523Z submodules: recursive 2022-11-23T01:11:57.9491774Z fetch-depth: 0 2022-11-23T01:11:57.9491990Z ##[endgroup] 2022-11-23T01:11:57.9952406Z ##[group]Run retry () { 2022-11-23T01:11:57.9952740Z retry () { 2022-11-23T01:11:57.9953371Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:11:57.9953637Z } 2022-11-23T01:11:57.9953865Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:11:57.9954121Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:11:57.9954829Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:57.9955092Z else 2022-11-23T01:11:57.9955325Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:57.9955563Z fi 2022-11-23T01:11:57.9955792Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:11:58.0037353Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:11:58.0037676Z env: 2022-11-23T01:11:58.0037874Z NO_SUDO: 2022-11-23T01:11:58.0038137Z ##[endgroup] 2022-11-23T01:11:58.0350291Z /home/runner/work/pytorch/pytorch 2022-11-23T01:11:58.0725127Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:11:58.0725441Z with: 2022-11-23T01:11:58.0725697Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:11:58.0725948Z fetch-depth: 0 2022-11-23T01:11:58.0726186Z submodules: recursive 2022-11-23T01:11:58.0726434Z quiet-checkout: true 2022-11-23T01:11:58.0726679Z repository: pytorch/pytorch 2022-11-23T01:11:58.0727121Z token: *** 2022-11-23T01:11:58.0727355Z ssh-strict: true 2022-11-23T01:11:58.0727593Z persist-credentials: true 2022-11-23T01:11:58.0727853Z clean: true 2022-11-23T01:11:58.0728065Z lfs: false 2022-11-23T01:11:58.0728453Z set-safe-directory: true 2022-11-23T01:11:58.0728706Z ##[endgroup] 2022-11-23T01:11:58.4310688Z Syncing repository: pytorch/pytorch 2022-11-23T01:11:58.4316070Z ##[group]Getting Git version info 2022-11-23T01:11:58.4317534Z Working directory is '/home/runner/work/pytorch/pytorch' 2022-11-23T01:11:58.4318138Z [command]/usr/bin/git version 2022-11-23T01:11:58.4453433Z git version 2.38.1 2022-11-23T01:11:58.4522869Z ##[endgroup] 2022-11-23T01:11:58.4542192Z Temporarily overriding HOME='/home/runner/work/_temp/8a1d845f-c81c-4e9c-a035-6bf541bd6f3f' before making global git config changes 2022-11-23T01:11:58.4542711Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:11:58.4543299Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-11-23T01:11:58.4598986Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2022-11-23T01:11:58.4608218Z ##[group]Initializing the repository 2022-11-23T01:11:58.4613890Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2022-11-23T01:11:58.4712410Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T01:11:58.4713499Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T01:11:58.4715210Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T01:11:58.4715749Z hint: 2022-11-23T01:11:58.4716779Z hint: git config --global init.defaultBranch 2022-11-23T01:11:58.4717234Z hint: 2022-11-23T01:11:58.4718230Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T01:11:58.4719101Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T01:11:58.4719549Z hint: 2022-11-23T01:11:58.4719928Z hint: git branch -m 2022-11-23T01:11:58.4732723Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2022-11-23T01:11:58.4746207Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:11:58.4800500Z ##[endgroup] 2022-11-23T01:11:58.4801300Z ##[group]Disabling automatic garbage collection 2022-11-23T01:11:58.4807496Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T01:11:58.4846388Z ##[endgroup] 2022-11-23T01:11:58.4847389Z ##[group]Setting up auth 2022-11-23T01:11:58.4858717Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:11:58.4906419Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:11:58.5374853Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:11:58.5412983Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T01:11:58.5675788Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:11:58.5721648Z ##[endgroup] 2022-11-23T01:11:58.5723205Z ##[group]Fetching the repository 2022-11-23T01:11:58.5731816Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T01:13:31.5144240Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:13:31.5183857Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:13:31.5192403Z ##[endgroup] 2022-11-23T01:13:31.5282050Z ##[group]Determining the checkout info 2022-11-23T01:13:31.5282486Z ##[endgroup] 2022-11-23T01:13:31.5282891Z ##[group]Checking out the ref 2022-11-23T01:13:31.5283589Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:13:33.4414669Z ##[endgroup] 2022-11-23T01:13:33.4418460Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:13:33.4422992Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:13:33.4484273Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:13:33.4525504Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:13:33.4573727Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:13:33.4615680Z ##[endgroup] 2022-11-23T01:13:33.4616669Z ##[group]Fetching submodules 2022-11-23T01:13:33.4623328Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T01:13:33.4928911Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:13:33.5253181Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:13:33.5259188Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:13:33.5267193Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:13:33.5295977Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:13:33.5305929Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:13:33.5316480Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:33.5326460Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:13:33.5335579Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:13:33.5345556Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:13:33.5357202Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:13:33.5368036Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:13:33.5378166Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:13:33.5397327Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:13:33.5405694Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:13:33.5416697Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:13:33.5427170Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:13:33.5437700Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:13:33.5448987Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:33.5459245Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:13:33.5468893Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:13:33.5478804Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:13:33.5487969Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:13:33.5496299Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:13:33.5506367Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:13:33.5514712Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:13:33.5527700Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:13:33.5537832Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:13:33.5545709Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:13:33.5555444Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:13:33.5565185Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:13:33.5575789Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:13:33.5594526Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:13:33.5624569Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:13:33.5628773Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:13:33.5639037Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:13:33.5649646Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:13:33.5661355Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:13:33.5688984Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:13:33.5696816Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:13:33.5716566Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:13:33.5734049Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:13:33.5779052Z Cloning into '/home/runner/work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:13:33.9347523Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:13:34.1767730Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:13:34.4405937Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:13:34.9627546Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:13:35.3147805Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:13:38.8946195Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:13:51.8554627Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:13:52.3973624Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:13:53.0584695Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:13:55.6647667Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:13:57.2323800Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:13:59.3543788Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:14:08.2955066Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:14:09.3482500Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:14:11.5068487Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:14:13.5612161Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:14:13.8109023Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:14:14.4200452Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:14:14.8156273Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:14:16.7153797Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:14:17.2559018Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:14:17.4962748Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:14:17.8078113Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:14:19.7243819Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:14:20.2511619Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:14:20.6680534Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:14:30.8466776Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:14:33.7376774Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:14:34.2594844Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:14:34.5700320Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:14:44.3572121Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:14:44.5819781Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:14:44.8729369Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:14:46.2047632Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:14:46.4677350Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:14:46.9403186Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:14:47.2982675Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:14:48.1106878Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:14:51.1507851Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:14:51.7352162Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:14:55.8327875Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:14:55.8473379Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:14:55.8584634Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:14:55.8899265Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:14:55.9217004Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:14:55.9690269Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:14:56.8409033Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:14:56.8682460Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:14:57.0066975Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:14:57.0511333Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:14:57.4629158Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:14:58.0059480Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:14:58.3238799Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:14:58.3911677Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:14:58.3939256Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:58.3945438Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:58.3953236Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:58.3959088Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:58.3996045Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:14:59.7158899Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:15:00.4082816Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:15:02.3649559Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:15:02.9862442Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:15:03.1271311Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:15:03.2090289Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:15:03.2238304Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:15:03.3531569Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:15:03.4053093Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:15:03.4185411Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:15:03.4742494Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:15:03.5078961Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:15:03.5760548Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:15:03.5934712Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:15:03.5958245Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:15:03.5991990Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:15:19.0125424Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:15:19.0154313Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:15:19.0187171Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:15:33.3157495Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:15:33.3292866Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:15:33.3490903Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:15:33.4620130Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:15:33.4646865Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:15:33.4657017Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:15:33.4693709Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:15:35.5580196Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:15:37.5658923Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:15:37.6410979Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:15:37.6681446Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:15:37.6882774Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:15:37.8274486Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:15:38.2069456Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:15:38.2112492Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:15:38.2127256Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:15:38.2158027Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:15:38.7636362Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:15:40.0929482Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:15:40.1362947Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:15:40.1550094Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:15:40.1584046Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:15:40.1619994Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:15:43.2653778Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:15:43.2686979Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:15:43.2693364Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:15:43.2725370Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:15:43.7910177Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:15:45.1278228Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:15:45.2207695Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:15:45.2235586Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:15:45.2271702Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:15:45.5189202Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:15:45.5331654Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:15:45.8890797Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:15:45.8922990Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:15:45.8935100Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:15:45.8971644Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:15:46.3961178Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:15:48.3084729Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:15:48.3941124Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:15:48.4057725Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:15:48.4216178Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:15:48.4658109Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:15:48.4778467Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:15:48.5160155Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:15:48.5295995Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:15:48.5849303Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:15:48.7391072Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:15:48.7760187Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:15:48.7798336Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:15:48.7810951Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:15:48.7824750Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:15:48.7843545Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:15:48.7886292Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:15:50.8160179Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:15:51.1567141Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:15:53.1257496Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:15:54.4907705Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:15:54.5120909Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:15:54.6043717Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:15:54.6434817Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:15:54.6460778Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:15:54.6498531Z Cloning into '/home/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:15:54.9264627Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:15:55.1033486Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:15:55.1078586Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T01:15:55.1394961Z Entering 'android/libs/fbjni' 2022-11-23T01:15:55.1444380Z Entering 'third_party/FP16' 2022-11-23T01:15:55.1498817Z Entering 'third_party/FXdiv' 2022-11-23T01:15:55.1548661Z Entering 'third_party/NNPACK' 2022-11-23T01:15:55.1596484Z Entering 'third_party/QNNPACK' 2022-11-23T01:15:55.1644314Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:15:55.1693117Z Entering 'third_party/XNNPACK' 2022-11-23T01:15:55.1754501Z Entering 'third_party/benchmark' 2022-11-23T01:15:55.1807530Z Entering 'third_party/cpuinfo' 2022-11-23T01:15:55.1858038Z Entering 'third_party/cub' 2022-11-23T01:15:55.1912768Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:15:55.1976579Z Entering 'third_party/cutlass' 2022-11-23T01:15:55.2034795Z Entering 'third_party/eigen' 2022-11-23T01:15:55.2089925Z Entering 'third_party/fbgemm' 2022-11-23T01:15:55.2139466Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:15:55.2189983Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:15:55.2255604Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:15:55.2304939Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:15:55.2361215Z Entering 'third_party/flatbuffers' 2022-11-23T01:15:55.2417268Z Entering 'third_party/fmt' 2022-11-23T01:15:55.2470804Z Entering 'third_party/foxi' 2022-11-23T01:15:55.2526675Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:15:55.2577675Z Entering 'third_party/gloo' 2022-11-23T01:15:55.2629406Z Entering 'third_party/googletest' 2022-11-23T01:15:55.2683233Z Entering 'third_party/ideep' 2022-11-23T01:15:55.2727746Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:15:55.2780636Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:15:55.2842192Z Entering 'third_party/ios-cmake' 2022-11-23T01:15:55.2893663Z Entering 'third_party/ittapi' 2022-11-23T01:15:55.2942187Z Entering 'third_party/kineto' 2022-11-23T01:15:55.2993187Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:15:55.3040503Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:15:55.3090918Z Entering 'third_party/nccl/nccl' 2022-11-23T01:15:55.3144358Z Entering 'third_party/neon2sse' 2022-11-23T01:15:55.3193817Z Entering 'third_party/nlohmann' 2022-11-23T01:15:55.3243897Z Entering 'third_party/onnx' 2022-11-23T01:15:55.3308542Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:15:55.3356558Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:15:55.3408318Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:15:55.3454413Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:15:55.3508225Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:15:55.3557193Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:15:55.3602712Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:15:55.3653633Z Entering 'third_party/pocketfft' 2022-11-23T01:15:55.3706329Z Entering 'third_party/protobuf' 2022-11-23T01:15:55.3762323Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:15:55.3814295Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:15:55.3864864Z Entering 'third_party/psimd' 2022-11-23T01:15:55.3917019Z Entering 'third_party/pthreadpool' 2022-11-23T01:15:55.3974701Z Entering 'third_party/pybind11' 2022-11-23T01:15:55.4025434Z Entering 'third_party/python-enum' 2022-11-23T01:15:55.4084016Z Entering 'third_party/python-peachpy' 2022-11-23T01:15:55.4155599Z Entering 'third_party/python-six' 2022-11-23T01:15:55.4212072Z Entering 'third_party/sleef' 2022-11-23T01:15:55.4260975Z Entering 'third_party/tbb' 2022-11-23T01:15:55.4321384Z Entering 'third_party/tensorpipe' 2022-11-23T01:15:55.4373295Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:15:55.4420830Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:15:55.4469653Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:15:55.4529001Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:15:55.4574599Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:15:55.4626483Z Entering 'third_party/zstd' 2022-11-23T01:15:55.4686893Z ##[endgroup] 2022-11-23T01:15:55.4687717Z ##[group]Persisting credentials for submodules 2022-11-23T01:15:55.4696367Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-11-23T01:15:55.5019193Z Entering 'android/libs/fbjni' 2022-11-23T01:15:55.5067333Z Entering 'third_party/FP16' 2022-11-23T01:15:55.5113944Z Entering 'third_party/FXdiv' 2022-11-23T01:15:55.5167890Z Entering 'third_party/NNPACK' 2022-11-23T01:15:55.5219607Z Entering 'third_party/QNNPACK' 2022-11-23T01:15:55.5265910Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:15:55.5316213Z Entering 'third_party/XNNPACK' 2022-11-23T01:15:55.5373802Z Entering 'third_party/benchmark' 2022-11-23T01:15:55.5421692Z Entering 'third_party/cpuinfo' 2022-11-23T01:15:55.5471174Z Entering 'third_party/cub' 2022-11-23T01:15:55.5521508Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:15:55.5574412Z Entering 'third_party/cutlass' 2022-11-23T01:15:55.5629924Z Entering 'third_party/eigen' 2022-11-23T01:15:55.5676721Z Entering 'third_party/fbgemm' 2022-11-23T01:15:55.5723183Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:15:55.5768056Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:15:55.5814803Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:15:55.5869427Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:15:55.5922110Z Entering 'third_party/flatbuffers' 2022-11-23T01:15:55.5974713Z Entering 'third_party/fmt' 2022-11-23T01:15:55.6022545Z Entering 'third_party/foxi' 2022-11-23T01:15:55.6065012Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:15:55.6110457Z Entering 'third_party/gloo' 2022-11-23T01:15:55.6154233Z Entering 'third_party/googletest' 2022-11-23T01:15:55.6197741Z Entering 'third_party/ideep' 2022-11-23T01:15:55.6238284Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:15:55.6280947Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:15:55.6336160Z Entering 'third_party/ios-cmake' 2022-11-23T01:15:55.6376032Z Entering 'third_party/ittapi' 2022-11-23T01:15:55.6423378Z Entering 'third_party/kineto' 2022-11-23T01:15:55.6467046Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:15:55.6510120Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:15:55.6557214Z Entering 'third_party/nccl/nccl' 2022-11-23T01:15:55.6603741Z Entering 'third_party/neon2sse' 2022-11-23T01:15:55.6644532Z Entering 'third_party/nlohmann' 2022-11-23T01:15:55.6685803Z Entering 'third_party/onnx' 2022-11-23T01:15:55.6737994Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:15:55.6783496Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:15:55.6831093Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:15:55.6868784Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:15:55.6912066Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:15:55.6964868Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:15:55.7014213Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:15:55.7063535Z Entering 'third_party/pocketfft' 2022-11-23T01:15:55.7107159Z Entering 'third_party/protobuf' 2022-11-23T01:15:55.7154334Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:15:55.7196270Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:15:55.7246140Z Entering 'third_party/psimd' 2022-11-23T01:15:55.7289935Z Entering 'third_party/pthreadpool' 2022-11-23T01:15:55.7338163Z Entering 'third_party/pybind11' 2022-11-23T01:15:55.7381591Z Entering 'third_party/python-enum' 2022-11-23T01:15:55.7425869Z Entering 'third_party/python-peachpy' 2022-11-23T01:15:55.7491833Z Entering 'third_party/python-six' 2022-11-23T01:15:55.7540290Z Entering 'third_party/sleef' 2022-11-23T01:15:55.7589057Z Entering 'third_party/tbb' 2022-11-23T01:15:55.7636202Z Entering 'third_party/tensorpipe' 2022-11-23T01:15:55.7681108Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:15:55.7728749Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:15:55.7778368Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:15:55.7825864Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:15:55.7877829Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:15:55.7929894Z Entering 'third_party/zstd' 2022-11-23T01:15:55.7995238Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-11-23T01:15:55.8288208Z Entering 'android/libs/fbjni' 2022-11-23T01:15:55.8330207Z file:/home/runner/work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:15:55.8354254Z Entering 'third_party/FP16' 2022-11-23T01:15:55.8396821Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:15:55.8419742Z Entering 'third_party/FXdiv' 2022-11-23T01:15:55.8465843Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:15:55.8488095Z Entering 'third_party/NNPACK' 2022-11-23T01:15:55.8530754Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:15:55.8555299Z Entering 'third_party/QNNPACK' 2022-11-23T01:15:55.8602355Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:15:55.8623924Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:15:55.8666655Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:15:55.8690529Z Entering 'third_party/XNNPACK' 2022-11-23T01:15:55.8733706Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:15:55.8778554Z Entering 'third_party/benchmark' 2022-11-23T01:15:55.8826817Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:15:55.8854578Z Entering 'third_party/cpuinfo' 2022-11-23T01:15:55.8900462Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:15:55.8926589Z Entering 'third_party/cub' 2022-11-23T01:15:55.8980306Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:15:55.9008341Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:15:55.9053654Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:15:55.9083146Z Entering 'third_party/cutlass' 2022-11-23T01:15:55.9126726Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:15:55.9164729Z Entering 'third_party/eigen' 2022-11-23T01:15:55.9208839Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:15:55.9234997Z Entering 'third_party/fbgemm' 2022-11-23T01:15:55.9275414Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:15:55.9302923Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:15:55.9344410Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:15:55.9371461Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:15:55.9412296Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:15:55.9434959Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:15:55.9483407Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:15:55.9506336Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:15:55.9547256Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:15:55.9575988Z Entering 'third_party/flatbuffers' 2022-11-23T01:15:55.9620237Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:15:55.9646032Z Entering 'third_party/fmt' 2022-11-23T01:15:55.9690214Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:15:55.9728948Z Entering 'third_party/foxi' 2022-11-23T01:15:55.9778003Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:15:55.9800318Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:15:55.9842163Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:15:55.9866539Z Entering 'third_party/gloo' 2022-11-23T01:15:55.9908860Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:15:55.9932877Z Entering 'third_party/googletest' 2022-11-23T01:15:55.9977780Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:15:55.9999360Z Entering 'third_party/ideep' 2022-11-23T01:15:56.0042664Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:15:56.0063934Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:15:56.0112003Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:15:56.0137937Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:15:56.0186491Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T01:15:56.0222445Z Entering 'third_party/ios-cmake' 2022-11-23T01:15:56.0268576Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:15:56.0294990Z Entering 'third_party/ittapi' 2022-11-23T01:15:56.0340856Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:15:56.0367077Z Entering 'third_party/kineto' 2022-11-23T01:15:56.0409410Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:15:56.0434115Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:15:56.0482725Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:15:56.0506722Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:15:56.0551351Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:15:56.0580319Z Entering 'third_party/nccl/nccl' 2022-11-23T01:15:56.0624724Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:15:56.0649369Z Entering 'third_party/neon2sse' 2022-11-23T01:15:56.0695932Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:15:56.0720670Z Entering 'third_party/nlohmann' 2022-11-23T01:15:56.0763992Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:15:56.0789187Z Entering 'third_party/onnx' 2022-11-23T01:15:56.0834560Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:15:56.0873893Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:15:56.0917448Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:15:56.0944922Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:15:56.0995059Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:15:56.1049791Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:15:56.1099550Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:15:56.1123476Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:15:56.1167198Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:15:56.1199438Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:15:56.1245639Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:15:56.1268271Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:15:56.1319344Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:15:56.1339281Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:15:56.1383625Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:15:56.1411158Z Entering 'third_party/pocketfft' 2022-11-23T01:15:56.1451253Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:15:56.1476424Z Entering 'third_party/protobuf' 2022-11-23T01:15:56.1523303Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:15:56.1548229Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:15:56.1591348Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:15:56.1612275Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:15:56.1659167Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:15:56.1690017Z Entering 'third_party/psimd' 2022-11-23T01:15:56.1733308Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:15:56.1756112Z Entering 'third_party/pthreadpool' 2022-11-23T01:15:56.1798673Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:15:56.1821555Z Entering 'third_party/pybind11' 2022-11-23T01:15:56.1864850Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:15:56.1889185Z Entering 'third_party/python-enum' 2022-11-23T01:15:56.1932059Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:15:56.1957115Z Entering 'third_party/python-peachpy' 2022-11-23T01:15:56.2001706Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:15:56.2024849Z Entering 'third_party/python-six' 2022-11-23T01:15:56.2068772Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:15:56.2096827Z Entering 'third_party/sleef' 2022-11-23T01:15:56.2139859Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:15:56.2163879Z Entering 'third_party/tbb' 2022-11-23T01:15:56.2210193Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:15:56.2237355Z Entering 'third_party/tensorpipe' 2022-11-23T01:15:56.2287797Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:15:56.2311982Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:15:56.2358552Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:15:56.2383837Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:15:56.2432349Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:15:56.2457003Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:15:56.2511909Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:15:56.2544851Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:15:56.2593640Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:15:56.2615813Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:15:56.2659346Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:15:56.2687548Z Entering 'third_party/zstd' 2022-11-23T01:15:56.2735329Z file:/home/runner/work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:15:56.3385132Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T01:15:56.3713093Z Entering 'android/libs/fbjni' 2022-11-23T01:15:56.3764746Z Entering 'third_party/FP16' 2022-11-23T01:15:56.3820589Z Entering 'third_party/FXdiv' 2022-11-23T01:15:56.3870752Z Entering 'third_party/NNPACK' 2022-11-23T01:15:56.3921293Z Entering 'third_party/QNNPACK' 2022-11-23T01:15:56.3977275Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:15:56.4035819Z Entering 'third_party/XNNPACK' 2022-11-23T01:15:56.4098616Z Entering 'third_party/benchmark' 2022-11-23T01:15:56.4156738Z Entering 'third_party/cpuinfo' 2022-11-23T01:15:56.4211030Z Entering 'third_party/cub' 2022-11-23T01:15:56.4262068Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:15:56.4319271Z Entering 'third_party/cutlass' 2022-11-23T01:15:56.4379839Z Entering 'third_party/eigen' 2022-11-23T01:15:56.4433152Z Entering 'third_party/fbgemm' 2022-11-23T01:15:56.4484187Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:15:56.4534262Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:15:56.4583712Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:15:56.4630670Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:15:56.4675507Z Entering 'third_party/flatbuffers' 2022-11-23T01:15:56.4725761Z Entering 'third_party/fmt' 2022-11-23T01:15:56.4769634Z Entering 'third_party/foxi' 2022-11-23T01:15:56.4819400Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:15:56.4863542Z Entering 'third_party/gloo' 2022-11-23T01:15:56.4912749Z Entering 'third_party/googletest' 2022-11-23T01:15:56.4959430Z Entering 'third_party/ideep' 2022-11-23T01:15:56.5002208Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:15:56.5061379Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:15:56.5122056Z Entering 'third_party/ios-cmake' 2022-11-23T01:15:56.5174096Z Entering 'third_party/ittapi' 2022-11-23T01:15:56.5222962Z Entering 'third_party/kineto' 2022-11-23T01:15:56.5276283Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:15:56.5329416Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:15:56.5378864Z Entering 'third_party/nccl/nccl' 2022-11-23T01:15:56.5430478Z Entering 'third_party/neon2sse' 2022-11-23T01:15:56.5482965Z Entering 'third_party/nlohmann' 2022-11-23T01:15:56.5534229Z Entering 'third_party/onnx' 2022-11-23T01:15:56.5597661Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:15:56.5656819Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:15:56.5709482Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:15:56.5760812Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:15:56.5815478Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:15:56.5875403Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:15:56.5928224Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:15:56.5988924Z Entering 'third_party/pocketfft' 2022-11-23T01:15:56.6044870Z Entering 'third_party/protobuf' 2022-11-23T01:15:56.6097966Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:15:56.6145768Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:15:56.6199033Z Entering 'third_party/psimd' 2022-11-23T01:15:56.6250660Z Entering 'third_party/pthreadpool' 2022-11-23T01:15:56.6302176Z Entering 'third_party/pybind11' 2022-11-23T01:15:56.6355409Z Entering 'third_party/python-enum' 2022-11-23T01:15:56.6405114Z Entering 'third_party/python-peachpy' 2022-11-23T01:15:56.6455034Z Entering 'third_party/python-six' 2022-11-23T01:15:56.6504585Z Entering 'third_party/sleef' 2022-11-23T01:15:56.6553564Z Entering 'third_party/tbb' 2022-11-23T01:15:56.6608048Z Entering 'third_party/tensorpipe' 2022-11-23T01:15:56.6659568Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:15:56.6710337Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:15:56.6769081Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:15:56.6817705Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:15:56.6868235Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:15:56.6917897Z Entering 'third_party/zstd' 2022-11-23T01:15:56.6994908Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T01:15:56.7268118Z Entering 'android/libs/fbjni' 2022-11-23T01:15:56.7315497Z Entering 'third_party/FP16' 2022-11-23T01:15:56.7363019Z Entering 'third_party/FXdiv' 2022-11-23T01:15:56.7409141Z Entering 'third_party/NNPACK' 2022-11-23T01:15:56.7464227Z Entering 'third_party/QNNPACK' 2022-11-23T01:15:56.7521655Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:15:56.7569862Z Entering 'third_party/XNNPACK' 2022-11-23T01:15:56.7627666Z Entering 'third_party/benchmark' 2022-11-23T01:15:56.7678575Z Entering 'third_party/cpuinfo' 2022-11-23T01:15:56.7736980Z Entering 'third_party/cub' 2022-11-23T01:15:56.7787711Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:15:56.7842159Z Entering 'third_party/cutlass' 2022-11-23T01:15:56.7897267Z Entering 'third_party/eigen' 2022-11-23T01:15:56.7946480Z Entering 'third_party/fbgemm' 2022-11-23T01:15:56.7999436Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:15:56.8046696Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:15:56.8099216Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:15:56.8145650Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:15:56.8193867Z Entering 'third_party/flatbuffers' 2022-11-23T01:15:56.8250873Z Entering 'third_party/fmt' 2022-11-23T01:15:56.8304217Z Entering 'third_party/foxi' 2022-11-23T01:15:56.8352292Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:15:56.8402792Z Entering 'third_party/gloo' 2022-11-23T01:15:56.8471198Z Entering 'third_party/googletest' 2022-11-23T01:15:56.8507401Z Entering 'third_party/ideep' 2022-11-23T01:15:56.8555947Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:15:56.8605896Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:15:56.8665784Z Entering 'third_party/ios-cmake' 2022-11-23T01:15:56.8715710Z Entering 'third_party/ittapi' 2022-11-23T01:15:56.8765700Z Entering 'third_party/kineto' 2022-11-23T01:15:56.8809703Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:15:56.8856721Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:15:56.8922132Z Entering 'third_party/nccl/nccl' 2022-11-23T01:15:56.8968684Z Entering 'third_party/neon2sse' 2022-11-23T01:15:56.9016866Z Entering 'third_party/nlohmann' 2022-11-23T01:15:56.9071411Z Entering 'third_party/onnx' 2022-11-23T01:15:56.9132967Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:15:56.9183240Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:15:56.9234091Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:15:56.9282540Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:15:56.9338240Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:15:56.9390083Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:15:56.9441930Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:15:56.9503370Z Entering 'third_party/pocketfft' 2022-11-23T01:15:56.9555844Z Entering 'third_party/protobuf' 2022-11-23T01:15:56.9607397Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:15:56.9656679Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:15:56.9715328Z Entering 'third_party/psimd' 2022-11-23T01:15:56.9765963Z Entering 'third_party/pthreadpool' 2022-11-23T01:15:56.9816481Z Entering 'third_party/pybind11' 2022-11-23T01:15:56.9873384Z Entering 'third_party/python-enum' 2022-11-23T01:15:56.9926201Z Entering 'third_party/python-peachpy' 2022-11-23T01:15:56.9977336Z Entering 'third_party/python-six' 2022-11-23T01:15:57.0025826Z Entering 'third_party/sleef' 2022-11-23T01:15:57.0080402Z Entering 'third_party/tbb' 2022-11-23T01:15:57.0133033Z Entering 'third_party/tensorpipe' 2022-11-23T01:15:57.0183795Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:15:57.0233512Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:15:57.0286065Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:15:57.0335046Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:15:57.0387118Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:15:57.0441479Z Entering 'third_party/zstd' 2022-11-23T01:15:57.0502697Z ##[endgroup] 2022-11-23T01:15:57.0561440Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T01:15:57.0604854Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:15:57.0856861Z ##[group]Run actions/setup-java@v3 2022-11-23T01:15:57.0857131Z with: 2022-11-23T01:15:57.0857328Z java-version: 8 2022-11-23T01:15:57.0857528Z distribution: temurin 2022-11-23T01:15:57.0857752Z java-package: jdk 2022-11-23T01:15:57.0857971Z check-latest: false 2022-11-23T01:15:57.0858171Z server-id: github 2022-11-23T01:15:57.0858400Z server-username: GITHUB_ACTOR 2022-11-23T01:15:57.0858672Z server-password: GITHUB_TOKEN 2022-11-23T01:15:57.0858907Z overwrite-settings: true 2022-11-23T01:15:57.0859136Z job-status: success 2022-11-23T01:15:57.0859528Z token: *** 2022-11-23T01:15:57.0859720Z ##[endgroup] 2022-11-23T01:15:57.3624713Z ##[group]Installed distributions 2022-11-23T01:15:57.3714107Z Resolved Java 8.0.345+1 from tool-cache 2022-11-23T01:15:57.3715172Z Setting Java 8.0.345+1 as the default 2022-11-23T01:15:57.3755447Z Creating toolchains.xml for JDK version 8 from temurin 2022-11-23T01:15:57.3899047Z Writing to /home/runner/.m2/toolchains.xml 2022-11-23T01:15:57.3899886Z 2022-11-23T01:15:57.3900284Z Java configuration: 2022-11-23T01:15:57.3900724Z Distribution: temurin 2022-11-23T01:15:57.3901252Z Version: 8.0.345+1 2022-11-23T01:15:57.3902148Z Path: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:15:57.3903762Z 2022-11-23T01:15:57.3904926Z ##[endgroup] 2022-11-23T01:15:57.3936288Z Creating settings.xml with server-id: github 2022-11-23T01:15:57.3984873Z Writing to /home/runner/.m2/settings.xml 2022-11-23T01:15:57.4252964Z ##[group]Run pytorch/test-infra/.github/actions/setup-miniconda@main 2022-11-23T01:15:57.4253307Z with: 2022-11-23T01:15:57.4253535Z python-version: 3.8 2022-11-23T01:15:57.4253864Z environment-file: .github/requirements/conda-env-Linux-X64 2022-11-23T01:15:57.4254171Z miniconda-version: 4.12.0 2022-11-23T01:15:57.4254443Z env: 2022-11-23T01:15:57.4254749Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:15:57.4255325Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:15:57.4255652Z ##[endgroup] 2022-11-23T01:15:57.4277517Z ##[group]Run echo "Print the available disk space for manual inspection" 2022-11-23T01:15:57.4277988Z echo "Print the available disk space for manual inspection" 2022-11-23T01:15:57.4278437Z df -h 2022-11-23T01:15:57.4278622Z  2022-11-23T01:15:57.4278856Z function check_disk_space() { 2022-11-23T01:15:57.4279129Z  set +e 2022-11-23T01:15:57.4279314Z  2022-11-23T01:15:57.4279565Z  # Set the minimum requirement space to 4GB 2022-11-23T01:15:57.4279864Z  MINIMUM_AVAILABLE_SPACE_IN_GB=4 2022-11-23T01:15:57.4280181Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2022-11-23T01:15:57.4280470Z  2022-11-23T01:15:57.4280730Z  # Use KB to avoid floating point warning like 3.1GB 2022-11-23T01:15:57.4281058Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2022-11-23T01:15:57.4281301Z  do 2022-11-23T01:15:57.4281540Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2022-11-23T01:15:57.4281814Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2022-11-23T01:15:57.4282030Z  2022-11-23T01:15:57.4282246Z  if [ "${MOUNT}" = "/" ]; then 2022-11-23T01:15:57.4283504Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2022-11-23T01:15:57.4283997Z  echo "Failure: There is only ${AVAIL}KB free space left in ${MOUNT}, which is less than the minimum requirement of ${MINIMUM_AVAILABLE_SPACE_IN_KB}KB for ${RUNNER_OS}" 2022-11-23T01:15:57.4284392Z  else 2022-11-23T01:15:57.4284709Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2022-11-23T01:15:57.4285229Z  fi 2022-11-23T01:15:57.4285411Z  fi 2022-11-23T01:15:57.4285609Z  done 2022-11-23T01:15:57.4285805Z  2022-11-23T01:15:57.4285987Z  set -e 2022-11-23T01:15:57.4286186Z } 2022-11-23T01:15:57.4286377Z  2022-11-23T01:15:57.4286581Z RESULT=$(check_disk_space) 2022-11-23T01:15:57.4286832Z echo "${RESULT}" 2022-11-23T01:15:57.4287041Z  2022-11-23T01:15:57.4287468Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2022-11-23T01:15:57.4288142Z  # We can clean up /System/Library/Caches/com.apple.coresymbolicationd on MacOS to free up the space and this should free up enough space 2022-11-23T01:15:57.4288628Z  # https://github.com/pytorch/pytorch/issues/85440 2022-11-23T01:15:57.4289022Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2022-11-23T01:15:57.4289673Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2022-11-23T01:15:57.4290311Z  sudo launchctl stop com.apple.coresymbolicationd || true 2022-11-23T01:15:57.4290945Z  2022-11-23T01:15:57.4291225Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2022-11-23T01:15:57.4291507Z  # Re-run the check 2022-11-23T01:15:57.4291752Z  RESULT=$(check_disk_space) 2022-11-23T01:15:57.4291997Z  echo "${RESULT}" 2022-11-23T01:15:57.4292197Z fi 2022-11-23T01:15:57.4292698Z  2022-11-23T01:15:57.4293089Z if [[ "${RESULT}" == *Failure* ]]; then 2022-11-23T01:15:57.4293328Z  df -h 2022-11-23T01:15:57.4293527Z  2022-11-23T01:15:57.4293948Z  echo "Please help create an issue to PyTorch Release Engineering via https://github.com/pytorch/test-infra/issues and provide the link to the workflow run." 2022-11-23T01:15:57.4294359Z  exit 1 2022-11-23T01:15:57.4294541Z fi 2022-11-23T01:15:57.4364515Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:15:57.4364800Z env: 2022-11-23T01:15:57.4365115Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:15:57.4365536Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:15:57.4365845Z ##[endgroup] 2022-11-23T01:15:57.4460905Z Print the available disk space for manual inspection 2022-11-23T01:15:57.4491050Z Filesystem Size Used Avail Use% Mounted on 2022-11-23T01:15:57.4491359Z /dev/root 84G 57G 27G 68% / 2022-11-23T01:15:57.4491617Z devtmpfs 3.4G 0 3.4G 0% /dev 2022-11-23T01:15:57.4491892Z tmpfs 3.4G 4.0K 3.4G 1% /dev/shm 2022-11-23T01:15:57.4492158Z tmpfs 695M 1.1M 694M 1% /run 2022-11-23T01:15:57.4492666Z tmpfs 5.0M 0 5.0M 0% /run/lock 2022-11-23T01:15:57.4492987Z tmpfs 3.4G 0 3.4G 0% /sys/fs/cgroup 2022-11-23T01:15:57.4493281Z /dev/loop0 64M 64M 0 100% /snap/core20/1623 2022-11-23T01:15:57.4493582Z /dev/loop1 68M 68M 0 100% /snap/lxd/22753 2022-11-23T01:15:57.4493862Z /dev/loop2 48M 48M 0 100% /snap/snapd/17029 2022-11-23T01:15:57.4494144Z /dev/sda15 105M 5.2M 100M 5% /boot/efi 2022-11-23T01:15:57.4494411Z /dev/sdb1 14G 4.1G 9.0G 31% /mnt 2022-11-23T01:15:57.4494667Z tmpfs 695M 0 695M 0% /run/user/1001 2022-11-23T01:15:57.5060350Z 2022-11-23T01:15:57.5079037Z ##[group]Run echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2022-11-23T01:15:57.5079399Z echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2022-11-23T01:15:57.5140453Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:15:57.5140701Z env: 2022-11-23T01:15:57.5140967Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:15:57.5141665Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:15:57.5142126Z ##[endgroup] 2022-11-23T01:15:57.5325116Z ##[group]Run actions/cache@v3 2022-11-23T01:15:57.5325318Z with: 2022-11-23T01:15:57.5325501Z path: /home/runner/work/_temp/miniconda 2022-11-23T01:15:57.5325755Z key: miniconda-Linux-X64-3.8-20221123d 2022-11-23T01:15:57.5325966Z env: 2022-11-23T01:15:57.5326213Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:15:57.5326523Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:15:57.5326773Z ##[endgroup] 2022-11-23T01:15:57.8280627Z Cache not found for input keys: miniconda-Linux-X64-3.8-20221123d 2022-11-23T01:15:57.8432179Z ##[group]Run MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2022-11-23T01:15:57.8432563Z MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2022-11-23T01:15:57.8432876Z mkdir -p "${MINICONDA_INSTALL_PATH}" 2022-11-23T01:15:57.8433177Z case ${RUNNER_OS}-${RUNNER_ARCH} in 2022-11-23T01:15:57.8433413Z  Linux-X64) 2022-11-23T01:15:57.8433661Z  MINICONDA_ARCH="Linux-x86_64" 2022-11-23T01:15:57.8433894Z  ;; 2022-11-23T01:15:57.8434106Z  macOS-ARM64) 2022-11-23T01:15:57.8434346Z  MINICONDA_ARCH="MacOSX-arm64" 2022-11-23T01:15:57.8434583Z  ;; 2022-11-23T01:15:57.8434788Z  macOS-X64) 2022-11-23T01:15:57.8435016Z  MINICONDA_ARCH="MacOSX-x86_64" 2022-11-23T01:15:57.8435246Z  ;; 2022-11-23T01:15:57.8435437Z  *) 2022-11-23T01:15:57.8435883Z  echo "::error::Platform ${RUNNER_OS}-${RUNNER_ARCH} currently unsupported using this action" 2022-11-23T01:15:57.8436223Z  exit 1 2022-11-23T01:15:57.8436496Z  ;; 2022-11-23T01:15:57.8436674Z esac 2022-11-23T01:15:57.8437048Z MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-py39_${MINICONDA_VERSION}-${MINICONDA_ARCH}.sh" 2022-11-23T01:15:57.8437504Z curl -fsSL "${MINICONDA_URL}" -o "${MINICONDA_INSTALL_PATH}/miniconda.sh" 2022-11-23T01:15:57.8437901Z bash "${MINICONDA_INSTALL_PATH}/miniconda.sh" -b -u -p "${MINICONDA_INSTALL_PATH}" 2022-11-23T01:15:57.8438246Z rm -rf "${MINICONDA_INSTALL_PATH}/miniconda.sh" 2022-11-23T01:15:57.8500460Z shell: /usr/bin/bash -l {0} 2022-11-23T01:15:57.8500672Z env: 2022-11-23T01:15:57.8500961Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:15:57.8501342Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:15:57.8501639Z MINICONDA_VERSION: 4.12.0 2022-11-23T01:15:57.8501867Z ##[endgroup] 2022-11-23T01:15:58.4673126Z PREFIX=/home/runner/work/_temp/miniconda 2022-11-23T01:15:58.7506719Z Unpacking payload ... 2022-11-23T01:16:05.5301633Z 2022-11-23T01:16:05.7015863Z 0%| | 0/40 [00:00> $GITHUB_PATH 2022-11-23T01:16:14.3507404Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:16:14.3507660Z env: 2022-11-23T01:16:14.3507949Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:16:14.3508328Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:16:14.3508767Z ##[endgroup] 2022-11-23T01:16:14.5242119Z ##[group]Run actions/cache@v3 2022-11-23T01:16:14.5242353Z with: 2022-11-23T01:16:14.5242603Z path: /home/runner/work/_temp/conda-python-3.8 2022-11-23T01:16:14.5243044Z key: miniconda-env-Linux-X64-3.8-20221123d-322358147f7bc561aa4b72ee4ed03e8979f0639b200c035189ee48cae62619fb- 2022-11-23T01:16:14.5243426Z env: 2022-11-23T01:16:14.5243697Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:16:14.5244072Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:16:14.5244505Z ##[endgroup] 2022-11-23T01:16:14.8025645Z Cache not found for input keys: miniconda-env-Linux-X64-3.8-20221123d-322358147f7bc561aa4b72ee4ed03e8979f0639b200c035189ee48cae62619fb- 2022-11-23T01:16:14.8164452Z ##[group]Run set -x 2022-11-23T01:16:14.8164721Z set -x 2022-11-23T01:16:14.8164931Z  2022-11-23T01:16:14.8165233Z CONDA_BASE_ENV="${RUNNER_TEMP}/conda-python-${PYTHON_VERSION}" 2022-11-23T01:16:14.8165596Z ENV_FILE_FLAG="" 2022-11-23T01:16:14.8166008Z if [[ -f "${ENV_FILE}" ]]; then 2022-11-23T01:16:14.8166304Z  ENV_FILE_FLAG="--file ${ENV_FILE}" 2022-11-23T01:16:14.8166567Z elif [[ -n "${ENV_FILE}" ]]; then 2022-11-23T01:16:14.8166917Z  echo "::warning::Specified env file (${ENV_FILE}) not found, not going to include it" 2022-11-23T01:16:14.8167244Z fi 2022-11-23T01:16:14.8167445Z  2022-11-23T01:16:14.8167645Z conda create \ 2022-11-23T01:16:14.8167870Z  --yes \ 2022-11-23T01:16:14.8168121Z  --prefix "${CONDA_BASE_ENV}" \ 2022-11-23T01:16:14.8168367Z  ${ENV_FILE_FLAG} \ 2022-11-23T01:16:14.8168629Z  python="${PYTHON_VERSION}" \ 2022-11-23T01:16:14.8168880Z  cmake=3.22 \ 2022-11-23T01:16:14.8169097Z  conda-build=3.21 \ 2022-11-23T01:16:14.8169328Z  ninja=1.10 \ 2022-11-23T01:16:14.8169564Z  pkg-config=0.29 \ 2022-11-23T01:16:14.8169782Z  wheel=0.37 2022-11-23T01:16:14.8169994Z  2022-11-23T01:16:14.8170247Z if [[ -f "${PIP_REQUIREMENTS_FILE}" ]]; then 2022-11-23T01:16:14.8170664Z  conda run -p "${CONDA_BASE_ENV}" --no-capture-output python3 -mpip install -r "${PIP_REQUIREMENTS_FILE}" 2022-11-23T01:16:14.8171056Z elif [[ -n "${PIP_REQUIREMENTS_FILE}" ]]; then 2022-11-23T01:16:14.8171470Z  echo "::warning::Specified pip requirements file (${PIP_REQUIREMENTS_FILE}) not found, not going to include it" 2022-11-23T01:16:14.8171991Z fi 2022-11-23T01:16:14.8236106Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:16:14.8236380Z env: 2022-11-23T01:16:14.8236653Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:16:14.8237036Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:16:14.8237341Z PYTHON_VERSION: 3.8 2022-11-23T01:16:14.8237623Z ENV_FILE: .github/requirements/conda-env-Linux-X64 2022-11-23T01:16:14.8237895Z PIP_REQUIREMENTS_FILE: 2022-11-23T01:16:14.8238128Z ##[endgroup] 2022-11-23T01:16:14.8336808Z + CONDA_BASE_ENV=/home/runner/work/_temp/conda-python-3.8 2022-11-23T01:16:14.8337444Z + ENV_FILE_FLAG= 2022-11-23T01:16:14.8338213Z + [[ -f .github/requirements/conda-env-Linux-X64 ]] 2022-11-23T01:16:14.8340290Z + ENV_FILE_FLAG='--file .github/requirements/conda-env-Linux-X64' 2022-11-23T01:16:14.8341816Z + conda create --yes --prefix /home/runner/work/_temp/conda-python-3.8 --file .github/requirements/conda-env-Linux-X64 python=3.8 cmake=3.22 conda-build=3.21 ninja=1.10 pkg-config=0.29 wheel=0.37 2022-11-23T01:16:18.2722239Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:16:18.2736780Z Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source. 2022-11-23T01:16:27.7281535Z Collecting package metadata (repodata.json): ...working... done 2022-11-23T01:16:30.9391912Z Solving environment: ...working... done 2022-11-23T01:16:31.0176004Z 2022-11-23T01:16:31.0176344Z 2022-11-23T01:16:31.0178768Z ==> WARNING: A newer version of conda exists. <== 2022-11-23T01:16:31.0179349Z current version: 4.12.0 2022-11-23T01:16:31.0180073Z latest version: 22.9.0 2022-11-23T01:16:31.0180417Z 2022-11-23T01:16:31.0180946Z Please update conda by running 2022-11-23T01:16:31.0181676Z 2022-11-23T01:16:31.0182816Z $ conda update -n base -c defaults conda 2022-11-23T01:16:31.0183248Z 2022-11-23T01:16:31.0183679Z 2022-11-23T01:16:31.0516655Z 2022-11-23T01:16:31.0517433Z ## Package Plan ## 2022-11-23T01:16:31.0518251Z 2022-11-23T01:16:31.0519322Z environment location: /home/runner/work/_temp/conda-python-3.8 2022-11-23T01:16:31.0519994Z 2022-11-23T01:16:31.0520466Z added / updated specs: 2022-11-23T01:16:31.0521536Z - cffi==1.15.1 2022-11-23T01:16:31.0522060Z - cmake[version='3.22.*,3.22.1'] 2022-11-23T01:16:31.0522787Z - conda-build=3.21 2022-11-23T01:16:31.0523385Z - mkl-include==2022.1.0 2022-11-23T01:16:31.0524418Z - mkl==2022.1.0 2022-11-23T01:16:31.0525017Z - ninja[version='1.10.*,1.10.2'] 2022-11-23T01:16:31.0525758Z - numpy==1.23.3 2022-11-23T01:16:31.0526253Z - pkg-config=0.29 2022-11-23T01:16:31.0526943Z - python=3.8 2022-11-23T01:16:31.0527423Z - pyyaml==6.0 2022-11-23T01:16:31.0528118Z - requests==2.28.1 2022-11-23T01:16:31.0528798Z - setuptools==65.5.0 2022-11-23T01:16:31.0529605Z - typing_extensions==4.3.0 2022-11-23T01:16:31.0530153Z - wheel=0.37 2022-11-23T01:16:31.0530950Z 2022-11-23T01:16:31.0531142Z 2022-11-23T01:16:31.0531317Z The following packages will be downloaded: 2022-11-23T01:16:31.0531493Z 2022-11-23T01:16:31.0531726Z package | build 2022-11-23T01:16:31.0532731Z ---------------------------|----------------- 2022-11-23T01:16:31.0533292Z _openmp_mutex-5.1 | 1_gnu 21 KB 2022-11-23T01:16:31.0533804Z beautifulsoup4-4.11.1 | py38h06a4308_0 185 KB 2022-11-23T01:16:31.0534360Z blas-1.0 | openblas 46 KB 2022-11-23T01:16:31.0534831Z brotlipy-0.7.0 |py38h27cfd23_1003 323 KB 2022-11-23T01:16:31.0535498Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-11-23T01:16:31.0535982Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-11-23T01:16:31.0536492Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-11-23T01:16:31.0537177Z certifi-2022.9.24 | py38h06a4308_0 154 KB 2022-11-23T01:16:31.0537657Z cffi-1.15.1 | py38h74dc2b5_0 228 KB 2022-11-23T01:16:31.0538292Z chardet-4.0.0 |py38h06a4308_1003 194 KB 2022-11-23T01:16:31.0538757Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-11-23T01:16:31.0539421Z conda-22.9.0 | py38h06a4308_0 884 KB 2022-11-23T01:16:31.0539919Z conda-build-3.21.9 | py38h06a4308_0 533 KB 2022-11-23T01:16:31.0540428Z conda-package-handling-1.9.0| py38h5eee18b_1 946 KB 2022-11-23T01:16:31.0540948Z cryptography-38.0.1 | py38h9ce1e76_0 1.3 MB 2022-11-23T01:16:31.0541408Z expat-2.4.9 | h6a678d5_0 156 KB 2022-11-23T01:16:31.0541878Z filelock-3.6.0 | pyhd3eb1b0_0 12 KB 2022-11-23T01:16:31.0542589Z glob2-0.7 | pyhd3eb1b0_0 12 KB 2022-11-23T01:16:31.0543044Z icu-58.2 | he6710b0_3 10.5 MB 2022-11-23T01:16:31.0543484Z idna-3.4 | py38h06a4308_0 93 KB 2022-11-23T01:16:31.0544163Z intel-openmp-2022.1.0 | h9e868ea_3769 4.5 MB 2022-11-23T01:16:31.0544651Z jinja2-2.11.3 | pyhd3eb1b0_0 101 KB 2022-11-23T01:16:31.0545108Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-11-23T01:16:31.0545555Z ld_impl_linux-64-2.38 | h1181459_1 654 KB 2022-11-23T01:16:31.0546033Z libarchive-3.6.1 | hab531cd_0 815 KB 2022-11-23T01:16:31.0546498Z libcurl-7.85.0 | h91b91d3_0 339 KB 2022-11-23T01:16:31.0547308Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-11-23T01:16:31.0547934Z libev-4.33 | h7f8727e_1 111 KB 2022-11-23T01:16:31.0548410Z libffi-3.4.2 | h6a678d5_6 136 KB 2022-11-23T01:16:31.0548868Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-11-23T01:16:31.0549507Z libgfortran-ng-11.2.0 | h00389a5_1 20 KB 2022-11-23T01:16:31.0549982Z libgfortran5-11.2.0 | h1234567_1 2.0 MB 2022-11-23T01:16:31.0550454Z libgomp-11.2.0 | h1234567_1 474 KB 2022-11-23T01:16:31.0551616Z liblief-0.11.5 | h295c915_1 1.7 MB 2022-11-23T01:16:31.0552636Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-11-23T01:16:31.0553053Z libopenblas-0.3.21 | h043d6bf_0 5.4 MB 2022-11-23T01:16:31.0553431Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-11-23T01:16:31.0553814Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-11-23T01:16:31.0554187Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-11-23T01:16:31.0554561Z libxml2-2.9.14 | h74e7548_0 718 KB 2022-11-23T01:16:31.0555095Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-11-23T01:16:31.0556340Z markupsafe-2.0.1 | py38h27cfd23_0 22 KB 2022-11-23T01:16:31.0557328Z mkl-2022.1.0 | hc2b9512_224 129.7 MB 2022-11-23T01:16:31.0557859Z mkl-include-2022.1.0 | h06a4308_224 592 KB 2022-11-23T01:16:31.0558402Z ncurses-6.3 | h5eee18b_3 781 KB 2022-11-23T01:16:31.0559156Z ninja-1.10.2 | h06a4308_5 8 KB 2022-11-23T01:16:31.0559884Z ninja-base-1.10.2 | hd09550d_5 109 KB 2022-11-23T01:16:31.0560428Z numpy-1.23.3 | py38hf838250_1 10 KB 2022-11-23T01:16:31.0560813Z numpy-base-1.23.3 | py38h1e6e340_1 6.7 MB 2022-11-23T01:16:31.0561495Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-11-23T01:16:31.0584790Z patchelf-0.13 | h295c915_0 85 KB 2022-11-23T01:16:31.0585264Z pip-22.2.2 | py38h06a4308_0 2.3 MB 2022-11-23T01:16:31.0585691Z pkg-config-0.29.2 | h1bed415_8 245 KB 2022-11-23T01:16:31.0586128Z pkginfo-1.8.3 | py38h06a4308_0 45 KB 2022-11-23T01:16:31.0586538Z psutil-5.9.0 | py38h5eee18b_0 330 KB 2022-11-23T01:16:31.0586963Z py-lief-0.11.5 | py38h295c915_1 1.1 MB 2022-11-23T01:16:31.0587392Z pycosat-0.6.4 | py38h5eee18b_0 84 KB 2022-11-23T01:16:31.0588110Z pysocks-1.7.1 | py38h06a4308_0 31 KB 2022-11-23T01:16:31.0588481Z python-3.8.15 | h3fd9d12_0 20.1 MB 2022-11-23T01:16:31.0588878Z python-libarchive-c-2.9 | pyhd3eb1b0_1 47 KB 2022-11-23T01:16:31.0589512Z pytz-2022.1 | py38h06a4308_0 196 KB 2022-11-23T01:16:31.0589869Z pyyaml-6.0 | py38h7f8727e_1 172 KB 2022-11-23T01:16:31.0590439Z readline-8.2 | h5eee18b_0 357 KB 2022-11-23T01:16:31.0590826Z requests-2.28.1 | py38h06a4308_0 92 KB 2022-11-23T01:16:31.0591191Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-11-23T01:16:31.0591570Z ripgrep-13.0.0 | hbdeaff8_0 1.1 MB 2022-11-23T01:16:31.0591965Z ruamel_yaml-0.15.100 | py38h27cfd23_0 258 KB 2022-11-23T01:16:31.0592508Z setuptools-65.5.0 | py38h06a4308_0 1.1 MB 2022-11-23T01:16:31.0593607Z soupsieve-2.3.2.post1 | py38h06a4308_0 65 KB 2022-11-23T01:16:31.0593986Z sqlite-3.40.0 | h5082296_0 1.2 MB 2022-11-23T01:16:31.0594342Z tk-8.6.12 | h1ccaba5_0 3.0 MB 2022-11-23T01:16:31.0594692Z toolz-0.12.0 | py38h06a4308_0 105 KB 2022-11-23T01:16:31.0595053Z tqdm-4.64.1 | py38h06a4308_0 125 KB 2022-11-23T01:16:31.0595429Z typing_extensions-4.3.0 | py38h06a4308_0 42 KB 2022-11-23T01:16:31.0595796Z urllib3-1.26.12 | py38h06a4308_0 182 KB 2022-11-23T01:16:31.0596359Z xz-5.2.6 | h5eee18b_0 394 KB 2022-11-23T01:16:31.0596731Z zlib-1.2.13 | h5eee18b_0 103 KB 2022-11-23T01:16:31.0597097Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-11-23T01:16:31.0597589Z ------------------------------------------------------------ 2022-11-23T01:16:31.0597921Z Total: 228.3 MB 2022-11-23T01:16:31.0598084Z 2022-11-23T01:16:31.0598230Z The following NEW packages will be INSTALLED: 2022-11-23T01:16:31.0598415Z 2022-11-23T01:16:31.0598966Z _libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main 2022-11-23T01:16:31.0599938Z _openmp_mutex pkgs/main/linux-64::_openmp_mutex-5.1-1_gnu 2022-11-23T01:16:31.0600574Z beautifulsoup4 pkgs/main/linux-64::beautifulsoup4-4.11.1-py38h06a4308_0 2022-11-23T01:16:31.0601269Z blas pkgs/main/linux-64::blas-1.0-openblas 2022-11-23T01:16:31.0601747Z brotlipy pkgs/main/linux-64::brotlipy-0.7.0-py38h27cfd23_1003 2022-11-23T01:16:31.0602244Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-11-23T01:16:31.0602713Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-11-23T01:16:31.0603598Z ca-certificates pkgs/main/linux-64::ca-certificates-2022.10.11-h06a4308_0 2022-11-23T01:16:31.0604304Z certifi pkgs/main/linux-64::certifi-2022.9.24-py38h06a4308_0 2022-11-23T01:16:31.0604988Z cffi pkgs/main/linux-64::cffi-1.15.1-py38h74dc2b5_0 2022-11-23T01:16:31.0605504Z chardet pkgs/main/linux-64::chardet-4.0.0-py38h06a4308_1003 2022-11-23T01:16:31.0606067Z charset-normalizer pkgs/main/noarch::charset-normalizer-2.0.4-pyhd3eb1b0_0 2022-11-23T01:16:31.0606761Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-11-23T01:16:31.0607925Z conda pkgs/main/linux-64::conda-22.9.0-py38h06a4308_0 2022-11-23T01:16:31.0608439Z conda-build pkgs/main/linux-64::conda-build-3.21.9-py38h06a4308_0 2022-11-23T01:16:31.0609029Z conda-package-han~ pkgs/main/linux-64::conda-package-handling-1.9.0-py38h5eee18b_1 2022-11-23T01:16:31.0609630Z cryptography pkgs/main/linux-64::cryptography-38.0.1-py38h9ce1e76_0 2022-11-23T01:16:31.0610354Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 2022-11-23T01:16:31.0611147Z filelock pkgs/main/noarch::filelock-3.6.0-pyhd3eb1b0_0 2022-11-23T01:16:31.0611575Z glob2 pkgs/main/noarch::glob2-0.7-pyhd3eb1b0_0 2022-11-23T01:16:31.0612032Z icu pkgs/main/linux-64::icu-58.2-he6710b0_3 2022-11-23T01:16:31.0612981Z idna pkgs/main/linux-64::idna-3.4-py38h06a4308_0 2022-11-23T01:16:31.0613516Z intel-openmp pkgs/main/linux-64::intel-openmp-2022.1.0-h9e868ea_3769 2022-11-23T01:16:31.0614026Z jinja2 pkgs/main/noarch::jinja2-2.11.3-pyhd3eb1b0_0 2022-11-23T01:16:31.0614481Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-11-23T01:16:31.0614972Z ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.38-h1181459_1 2022-11-23T01:16:31.0615482Z libarchive pkgs/main/linux-64::libarchive-3.6.1-hab531cd_0 2022-11-23T01:16:31.0615974Z libcurl pkgs/main/linux-64::libcurl-7.85.0-h91b91d3_0 2022-11-23T01:16:31.0616465Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-11-23T01:16:31.0616944Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-11-23T01:16:31.0617405Z libffi pkgs/main/linux-64::libffi-3.4.2-h6a678d5_6 2022-11-23T01:16:31.0617888Z libgcc-ng pkgs/main/linux-64::libgcc-ng-11.2.0-h1234567_1 2022-11-23T01:16:31.0618407Z libgfortran-ng pkgs/main/linux-64::libgfortran-ng-11.2.0-h00389a5_1 2022-11-23T01:16:31.0618943Z libgfortran5 pkgs/main/linux-64::libgfortran5-11.2.0-h1234567_1 2022-11-23T01:16:31.0619488Z libgomp pkgs/main/linux-64::libgomp-11.2.0-h1234567_1 2022-11-23T01:16:31.0619950Z liblief pkgs/main/linux-64::liblief-0.11.5-h295c915_1 2022-11-23T01:16:31.0620451Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-11-23T01:16:31.0620963Z libopenblas pkgs/main/linux-64::libopenblas-0.3.21-h043d6bf_0 2022-11-23T01:16:31.0621583Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-11-23T01:16:31.0622110Z libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-11.2.0-h1234567_1 2022-11-23T01:16:31.0622606Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-11-23T01:16:31.0623078Z libxml2 pkgs/main/linux-64::libxml2-2.9.14-h74e7548_0 2022-11-23T01:16:31.0623546Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-11-23T01:16:31.0624030Z markupsafe pkgs/main/linux-64::markupsafe-2.0.1-py38h27cfd23_0 2022-11-23T01:16:31.0624522Z mkl pkgs/main/linux-64::mkl-2022.1.0-hc2b9512_224 2022-11-23T01:16:31.0625018Z mkl-include pkgs/main/linux-64::mkl-include-2022.1.0-h06a4308_224 2022-11-23T01:16:31.0625502Z ncurses pkgs/main/linux-64::ncurses-6.3-h5eee18b_3 2022-11-23T01:16:31.0626778Z ninja pkgs/main/linux-64::ninja-1.10.2-h06a4308_5 2022-11-23T01:16:31.0627521Z ninja-base pkgs/main/linux-64::ninja-base-1.10.2-hd09550d_5 2022-11-23T01:16:31.0628038Z numpy pkgs/main/linux-64::numpy-1.23.3-py38hf838250_1 2022-11-23T01:16:31.0628971Z numpy-base pkgs/main/linux-64::numpy-base-1.23.3-py38h1e6e340_1 2022-11-23T01:16:31.0629483Z openssl pkgs/main/linux-64::openssl-1.1.1s-h7f8727e_0 2022-11-23T01:16:31.0630351Z patchelf pkgs/main/linux-64::patchelf-0.13-h295c915_0 2022-11-23T01:16:31.0631304Z pip pkgs/main/linux-64::pip-22.2.2-py38h06a4308_0 2022-11-23T01:16:31.0632131Z pkg-config pkgs/main/linux-64::pkg-config-0.29.2-h1bed415_8 2022-11-23T01:16:31.0632639Z pkginfo pkgs/main/linux-64::pkginfo-1.8.3-py38h06a4308_0 2022-11-23T01:16:31.0633132Z psutil pkgs/main/linux-64::psutil-5.9.0-py38h5eee18b_0 2022-11-23T01:16:31.0633618Z py-lief pkgs/main/linux-64::py-lief-0.11.5-py38h295c915_1 2022-11-23T01:16:31.0634202Z pycosat pkgs/main/linux-64::pycosat-0.6.4-py38h5eee18b_0 2022-11-23T01:16:31.0634673Z pycparser pkgs/main/noarch::pycparser-2.21-pyhd3eb1b0_0 2022-11-23T01:16:31.0635152Z pyopenssl pkgs/main/noarch::pyopenssl-22.0.0-pyhd3eb1b0_0 2022-11-23T01:16:31.0635647Z pysocks pkgs/main/linux-64::pysocks-1.7.1-py38h06a4308_0 2022-11-23T01:16:31.0636133Z python pkgs/main/linux-64::python-3.8.15-h3fd9d12_0 2022-11-23T01:16:31.0636869Z python-libarchive~ pkgs/main/noarch::python-libarchive-c-2.9-pyhd3eb1b0_1 2022-11-23T01:16:31.0637408Z pytz pkgs/main/linux-64::pytz-2022.1-py38h06a4308_0 2022-11-23T01:16:31.0637877Z pyyaml pkgs/main/linux-64::pyyaml-6.0-py38h7f8727e_1 2022-11-23T01:16:31.0638358Z readline pkgs/main/linux-64::readline-8.2-h5eee18b_0 2022-11-23T01:16:31.0638857Z requests pkgs/main/linux-64::requests-2.28.1-py38h06a4308_0 2022-11-23T01:16:31.0639324Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-11-23T01:16:31.0639803Z ripgrep pkgs/main/linux-64::ripgrep-13.0.0-hbdeaff8_0 2022-11-23T01:16:31.0640316Z ruamel_yaml pkgs/main/linux-64::ruamel_yaml-0.15.100-py38h27cfd23_0 2022-11-23T01:16:31.0640840Z setuptools pkgs/main/linux-64::setuptools-65.5.0-py38h06a4308_0 2022-11-23T01:16:31.0641277Z six pkgs/main/noarch::six-1.16.0-pyhd3eb1b0_1 2022-11-23T01:16:31.0641792Z soupsieve pkgs/main/linux-64::soupsieve-2.3.2.post1-py38h06a4308_0 2022-11-23T01:16:31.0642300Z sqlite pkgs/main/linux-64::sqlite-3.40.0-h5082296_0 2022-11-23T01:16:31.0643103Z tk pkgs/main/linux-64::tk-8.6.12-h1ccaba5_0 2022-11-23T01:16:31.0643554Z toolz pkgs/main/linux-64::toolz-0.12.0-py38h06a4308_0 2022-11-23T01:16:31.0644037Z tqdm pkgs/main/linux-64::tqdm-4.64.1-py38h06a4308_0 2022-11-23T01:16:31.0644559Z typing_extensions pkgs/main/linux-64::typing_extensions-4.3.0-py38h06a4308_0 2022-11-23T01:16:31.0645087Z urllib3 pkgs/main/linux-64::urllib3-1.26.12-py38h06a4308_0 2022-11-23T01:16:31.0645618Z wheel pkgs/main/noarch::wheel-0.37.1-pyhd3eb1b0_0 2022-11-23T01:16:31.0646111Z xz pkgs/main/linux-64::xz-5.2.6-h5eee18b_0 2022-11-23T01:16:31.0646561Z yaml pkgs/main/linux-64::yaml-0.2.5-h7b6447c_0 2022-11-23T01:16:31.0647179Z zlib pkgs/main/linux-64::zlib-1.2.13-h5eee18b_0 2022-11-23T01:16:31.0647654Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-11-23T01:16:31.0647853Z 2022-11-23T01:16:31.0647861Z 2022-11-23T01:16:31.0647868Z 2022-11-23T01:16:31.0648000Z Downloading and Extracting Packages 2022-11-23T01:16:31.0648177Z 2022-11-23T01:16:31.1338115Z zlib-1.2.13 | 103 KB | | 0% 2022-11-23T01:16:31.1340552Z zlib-1.2.13 | 103 KB | ########## | 100% 2022-11-23T01:16:31.1340966Z 2022-11-23T01:16:31.1827289Z toolz-0.12.0 | 105 KB | | 0% 2022-11-23T01:16:31.1829499Z toolz-0.12.0 | 105 KB | ########## | 100% 2022-11-23T01:16:31.1830321Z 2022-11-23T01:16:31.2512877Z xz-5.2.6 | 394 KB | | 0% 2022-11-23T01:16:31.2514066Z xz-5.2.6 | 394 KB | ########## | 100% 2022-11-23T01:16:31.2517289Z 2022-11-23T01:16:31.3750128Z liblief-0.11.5 | 1.7 MB | | 0% 2022-11-23T01:16:31.3751853Z liblief-0.11.5 | 1.7 MB | ########## | 100% 2022-11-23T01:16:31.3755100Z liblief-0.11.5 | 1.7 MB | ########## | 100% 2022-11-23T01:16:31.3755537Z 2022-11-23T01:16:31.5467896Z libstdcxx-ng-11.2.0 | 4.7 MB | | 0% 2022-11-23T01:16:31.5469088Z libstdcxx-ng-11.2.0 | 4.7 MB | ########## | 100% 2022-11-23T01:16:31.5472464Z libstdcxx-ng-11.2.0 | 4.7 MB | ########## | 100% 2022-11-23T01:16:31.5472961Z 2022-11-23T01:16:31.6036410Z tqdm-4.64.1 | 125 KB | | 0% 2022-11-23T01:16:31.6037927Z tqdm-4.64.1 | 125 KB | ########## | 100% 2022-11-23T01:16:31.6038395Z 2022-11-23T01:16:31.6742548Z ripgrep-13.0.0 | 1.1 MB | | 0% 2022-11-23T01:16:31.6744780Z ripgrep-13.0.0 | 1.1 MB | ########## | 100% 2022-11-23T01:16:31.6745814Z 2022-11-23T01:16:31.7352088Z ruamel_yaml-0.15.100 | 258 KB | | 0% 2022-11-23T01:16:31.7354071Z ruamel_yaml-0.15.100 | 258 KB | ########## | 100% 2022-11-23T01:16:31.7354551Z 2022-11-23T01:16:31.8959234Z tk-8.6.12 | 3.0 MB | | 0% 2022-11-23T01:16:31.8962163Z tk-8.6.12 | 3.0 MB | ########## | 100% 2022-11-23T01:16:31.8969362Z tk-8.6.12 | 3.0 MB | ########## | 100% 2022-11-23T01:16:31.8969821Z 2022-11-23T01:16:31.9303404Z glob2-0.7 | 12 KB | | 0% 2022-11-23T01:16:31.9305821Z glob2-0.7 | 12 KB | ########## | 100% 2022-11-23T01:16:31.9306358Z 2022-11-23T01:16:31.9817751Z certifi-2022.9.24 | 154 KB | | 0% 2022-11-23T01:16:31.9819822Z certifi-2022.9.24 | 154 KB | ########## | 100% 2022-11-23T01:16:31.9820414Z 2022-11-23T01:16:32.0621598Z py-lief-0.11.5 | 1.1 MB | | 0% 2022-11-23T01:16:32.0623404Z py-lief-0.11.5 | 1.1 MB | ########## | 100% 2022-11-23T01:16:32.0623931Z 2022-11-23T01:16:32.1144740Z ca-certificates-2022 | 124 KB | | 0% 2022-11-23T01:16:32.1146880Z ca-certificates-2022 | 124 KB | ########## | 100% 2022-11-23T01:16:32.1147411Z 2022-11-23T01:16:32.1790409Z urllib3-1.26.12 | 182 KB | | 0% 2022-11-23T01:16:32.1793622Z urllib3-1.26.12 | 182 KB | ########## | 100% 2022-11-23T01:16:32.1794252Z 2022-11-23T01:16:32.2353965Z pkg-config-0.29.2 | 245 KB | | 0% 2022-11-23T01:16:32.2355289Z pkg-config-0.29.2 | 245 KB | ########## | 100% 2022-11-23T01:16:32.2355722Z 2022-11-23T01:16:32.6985570Z cmake-3.22.1 | 7.3 MB | | 0% 2022-11-23T01:16:32.6990259Z cmake-3.22.1 | 7.3 MB | ########## | 100% 2022-11-23T01:16:32.6995243Z cmake-3.22.1 | 7.3 MB | ########## | 100% 2022-11-23T01:16:32.6995812Z 2022-11-23T01:16:32.7710699Z libcurl-7.85.0 | 339 KB | | 0% 2022-11-23T01:16:32.7718108Z libcurl-7.85.0 | 339 KB | ########## | 100% 2022-11-23T01:16:32.7718553Z 2022-11-23T01:16:32.8505145Z libxml2-2.9.14 | 718 KB | | 0% 2022-11-23T01:16:32.8523521Z libxml2-2.9.14 | 718 KB | ########## | 100% 2022-11-23T01:16:32.8523731Z 2022-11-23T01:16:32.9436690Z beautifulsoup4-4.11. | 185 KB | | 0% 2022-11-23T01:16:32.9476780Z beautifulsoup4-4.11. | 185 KB | ########## | 100% 2022-11-23T01:16:32.9477994Z 2022-11-23T01:16:33.0808769Z cryptography-38.0.1 | 1.3 MB | | 0% 2022-11-23T01:16:33.0872608Z cryptography-38.0.1 | 1.3 MB | ########## | 100% 2022-11-23T01:16:33.0873996Z cryptography-38.0.1 | 1.3 MB | ########## | 100% 2022-11-23T01:16:33.0876330Z 2022-11-23T01:16:33.1479098Z jinja2-2.11.3 | 101 KB | | 0% 2022-11-23T01:16:33.1486267Z jinja2-2.11.3 | 101 KB | ########## | 100% 2022-11-23T01:16:33.1486811Z 2022-11-23T01:16:33.3477037Z pytz-2022.1 | 196 KB | | 0% 2022-11-23T01:16:33.3477608Z pytz-2022.1 | 196 KB | ########## | 100% 2022-11-23T01:16:33.3478115Z pytz-2022.1 | 196 KB | ########## | 100% 2022-11-23T01:16:33.3478268Z 2022-11-23T01:16:33.4478348Z mkl-2022.1.0 | 129.7 MB | | 0% 2022-11-23T01:16:33.5478356Z mkl-2022.1.0 | 129.7 MB | 5 | 6% 2022-11-23T01:16:33.6508401Z mkl-2022.1.0 | 129.7 MB | #3 | 14% 2022-11-23T01:16:33.7508431Z mkl-2022.1.0 | 129.7 MB | ##1 | 21% 2022-11-23T01:16:33.8569957Z mkl-2022.1.0 | 129.7 MB | ### | 30% 2022-11-23T01:16:33.9557500Z mkl-2022.1.0 | 129.7 MB | ###8 | 38% 2022-11-23T01:16:34.0559336Z mkl-2022.1.0 | 129.7 MB | ####6 | 47% 2022-11-23T01:16:34.1613215Z mkl-2022.1.0 | 129.7 MB | #####5 | 56% 2022-11-23T01:16:34.2615820Z mkl-2022.1.0 | 129.7 MB | ######4 | 64% 2022-11-23T01:16:34.3783955Z mkl-2022.1.0 | 129.7 MB | #######2 | 72% 2022-11-23T01:16:34.4866671Z mkl-2022.1.0 | 129.7 MB | ######## | 81% 2022-11-23T01:16:34.6004013Z mkl-2022.1.0 | 129.7 MB | ########8 | 89% 2022-11-23T01:16:38.2029953Z mkl-2022.1.0 | 129.7 MB | #########6 | 96% 2022-11-23T01:16:38.2041115Z mkl-2022.1.0 | 129.7 MB | ########## | 100% 2022-11-23T01:16:38.2041914Z 2022-11-23T01:16:38.2555950Z markupsafe-2.0.1 | 22 KB | | 0% 2022-11-23T01:16:38.2558045Z markupsafe-2.0.1 | 22 KB | ########## | 100% 2022-11-23T01:16:38.2558312Z 2022-11-23T01:16:38.3062743Z c-ares-1.18.1 | 114 KB | | 0% 2022-11-23T01:16:38.3064638Z c-ares-1.18.1 | 114 KB | ########## | 100% 2022-11-23T01:16:38.3065079Z 2022-11-23T01:16:38.5496675Z libgcc-ng-11.2.0 | 5.3 MB | | 0% 2022-11-23T01:16:38.5505167Z libgcc-ng-11.2.0 | 5.3 MB | ########## | 100% 2022-11-23T01:16:38.5512288Z libgcc-ng-11.2.0 | 5.3 MB | ########## | 100% 2022-11-23T01:16:38.5512822Z 2022-11-23T01:16:38.6223933Z psutil-5.9.0 | 330 KB | | 0% 2022-11-23T01:16:38.6230153Z psutil-5.9.0 | 330 KB | ########## | 100% 2022-11-23T01:16:38.6230905Z 2022-11-23T01:16:38.6879695Z libgomp-11.2.0 | 474 KB | | 0% 2022-11-23T01:16:38.6881093Z libgomp-11.2.0 | 474 KB | ########## | 100% 2022-11-23T01:16:38.6881605Z 2022-11-23T01:16:38.7290653Z filelock-3.6.0 | 12 KB | | 0% 2022-11-23T01:16:38.7291997Z filelock-3.6.0 | 12 KB | ########## | 100% 2022-11-23T01:16:38.7292840Z 2022-11-23T01:16:38.7791004Z expat-2.4.9 | 156 KB | | 0% 2022-11-23T01:16:38.7792889Z expat-2.4.9 | 156 KB | ########## | 100% 2022-11-23T01:16:38.7793319Z 2022-11-23T01:16:38.8384531Z pyyaml-6.0 | 172 KB | | 0% 2022-11-23T01:16:38.8390327Z pyyaml-6.0 | 172 KB | ########## | 100% 2022-11-23T01:16:38.8390914Z 2022-11-23T01:16:38.8884161Z ninja-base-1.10.2 | 109 KB | | 0% 2022-11-23T01:16:38.8889244Z ninja-base-1.10.2 | 109 KB | ########## | 100% 2022-11-23T01:16:38.8889445Z 2022-11-23T01:16:38.9339685Z typing_extensions-4. | 42 KB | | 0% 2022-11-23T01:16:38.9340954Z typing_extensions-4. | 42 KB | ########## | 100% 2022-11-23T01:16:38.9341529Z 2022-11-23T01:16:38.9988327Z readline-8.2 | 357 KB | | 0% 2022-11-23T01:16:38.9994149Z readline-8.2 | 357 KB | ########## | 100% 2022-11-23T01:16:38.9994361Z 2022-11-23T01:16:39.0736230Z sqlite-3.40.0 | 1.2 MB | | 0% 2022-11-23T01:16:39.0741571Z sqlite-3.40.0 | 1.2 MB | ########## | 100% 2022-11-23T01:16:39.0742114Z 2022-11-23T01:16:39.1265532Z libedit-3.1.20210910 | 166 KB | | 0% 2022-11-23T01:16:39.1267402Z libedit-3.1.20210910 | 166 KB | ########## | 100% 2022-11-23T01:16:39.1268575Z 2022-11-23T01:16:39.1782195Z patchelf-0.13 | 85 KB | | 0% 2022-11-23T01:16:39.1783598Z patchelf-0.13 | 85 KB | ########## | 100% 2022-11-23T01:16:39.1784090Z 2022-11-23T01:16:39.2412540Z zstd-1.5.2 | 488 KB | | 0% 2022-11-23T01:16:39.2414035Z zstd-1.5.2 | 488 KB | ########## | 100% 2022-11-23T01:16:39.2414502Z 2022-11-23T01:16:39.4275076Z intel-openmp-2022.1. | 4.5 MB | | 0% 2022-11-23T01:16:39.4278354Z intel-openmp-2022.1. | 4.5 MB | ########## | 100% 2022-11-23T01:16:39.4281191Z intel-openmp-2022.1. | 4.5 MB | ########## | 100% 2022-11-23T01:16:39.4281630Z 2022-11-23T01:16:39.4930061Z libnghttp2-1.46.0 | 680 KB | | 0% 2022-11-23T01:16:39.4931701Z libnghttp2-1.46.0 | 680 KB | ########## | 100% 2022-11-23T01:16:39.4932158Z 2022-11-23T01:16:39.5668901Z conda-build-3.21.9 | 533 KB | | 0% 2022-11-23T01:16:39.5671296Z conda-build-3.21.9 | 533 KB | ########## | 100% 2022-11-23T01:16:39.5671907Z 2022-11-23T01:16:39.7041585Z openssl-1.1.1s | 3.6 MB | | 0% 2022-11-23T01:16:39.7044936Z openssl-1.1.1s | 3.6 MB | ########## | 100% 2022-11-23T01:16:39.7047187Z openssl-1.1.1s | 3.6 MB | ########## | 100% 2022-11-23T01:16:39.7047958Z 2022-11-23T01:16:39.7540980Z numpy-1.23.3 | 10 KB | | 0% 2022-11-23T01:16:39.7543964Z numpy-1.23.3 | 10 KB | ########## | 100% 2022-11-23T01:16:39.7544405Z 2022-11-23T01:16:39.8378405Z krb5-1.19.2 | 1.2 MB | | 0% 2022-11-23T01:16:39.8379504Z krb5-1.19.2 | 1.2 MB | ########## | 100% 2022-11-23T01:16:39.8379922Z 2022-11-23T01:16:40.0415856Z libopenblas-0.3.21 | 5.4 MB | | 0% 2022-11-23T01:16:40.0422444Z libopenblas-0.3.21 | 5.4 MB | ########## | 100% 2022-11-23T01:16:40.0424339Z libopenblas-0.3.21 | 5.4 MB | ########## | 100% 2022-11-23T01:16:40.0424753Z 2022-11-23T01:16:40.1060576Z lz4-c-1.9.3 | 185 KB | | 0% 2022-11-23T01:16:40.1062359Z lz4-c-1.9.3 | 185 KB | ########## | 100% 2022-11-23T01:16:40.1062905Z 2022-11-23T01:16:40.3244141Z ncurses-6.3 | 781 KB | | 0% 2022-11-23T01:16:40.3246096Z ncurses-6.3 | 781 KB | ########## | 100% 2022-11-23T01:16:40.3249183Z ncurses-6.3 | 781 KB | ########## | 100% 2022-11-23T01:16:40.3249592Z 2022-11-23T01:16:40.4499512Z libgfortran5-11.2.0 | 2.0 MB | | 0% 2022-11-23T01:16:40.4501372Z libgfortran5-11.2.0 | 2.0 MB | ########## | 100% 2022-11-23T01:16:40.4504536Z libgfortran5-11.2.0 | 2.0 MB | ########## | 100% 2022-11-23T01:16:40.4504963Z 2022-11-23T01:16:40.5138231Z brotlipy-0.7.0 | 323 KB | | 0% 2022-11-23T01:16:40.5139663Z brotlipy-0.7.0 | 323 KB | ########## | 100% 2022-11-23T01:16:40.5140084Z 2022-11-23T01:16:40.6145203Z conda-22.9.0 | 884 KB | | 0% 2022-11-23T01:16:40.6146352Z conda-22.9.0 | 884 KB | ########## | 100% 2022-11-23T01:16:40.6148153Z conda-22.9.0 | 884 KB | ########## | 100% 2022-11-23T01:16:40.6194057Z 2022-11-23T01:16:40.6625836Z ninja-1.10.2 | 8 KB | | 0% 2022-11-23T01:16:40.6632243Z ninja-1.10.2 | 8 KB | ########## | 100% 2022-11-23T01:16:40.6632471Z 2022-11-23T01:16:40.7141222Z pysocks-1.7.1 | 31 KB | | 0% 2022-11-23T01:16:40.7142630Z pysocks-1.7.1 | 31 KB | ########## | 100% 2022-11-23T01:16:40.7143095Z 2022-11-23T01:16:40.7772968Z libuv-1.40.0 | 736 KB | | 0% 2022-11-23T01:16:40.7774808Z libuv-1.40.0 | 736 KB | ########## | 100% 2022-11-23T01:16:40.7775256Z 2022-11-23T01:16:40.8782688Z icu-58.2 | 10.5 MB | | 0% 2022-11-23T01:16:41.2392744Z icu-58.2 | 10.5 MB | ######## | 80% 2022-11-23T01:16:41.2401382Z icu-58.2 | 10.5 MB | ########## | 100% 2022-11-23T01:16:41.2401574Z 2022-11-23T01:16:41.7790364Z conda-package-handli | 946 KB | | 0% 2022-11-23T01:16:41.7791799Z conda-package-handli | 946 KB | ########## | 100% 2022-11-23T01:16:41.7794890Z conda-package-handli | 946 KB | ########## | 100% 2022-11-23T01:16:41.7795300Z 2022-11-23T01:16:41.8729775Z mkl-include-2022.1.0 | 592 KB | | 0% 2022-11-23T01:16:41.8732528Z mkl-include-2022.1.0 | 592 KB | ########## | 100% 2022-11-23T01:16:41.8733048Z 2022-11-23T01:16:42.0645806Z pip-22.2.2 | 2.3 MB | | 0% 2022-11-23T01:16:42.0651888Z pip-22.2.2 | 2.3 MB | ########## | 100% 2022-11-23T01:16:42.0657844Z pip-22.2.2 | 2.3 MB | ########## | 100% 2022-11-23T01:16:42.0658061Z 2022-11-23T01:16:42.1233230Z bzip2-1.0.8 | 78 KB | | 0% 2022-11-23T01:16:42.1235170Z bzip2-1.0.8 | 78 KB | ########## | 100% 2022-11-23T01:16:42.1235693Z 2022-11-23T01:16:42.1697986Z blas-1.0 | 46 KB | | 0% 2022-11-23T01:16:42.1699828Z blas-1.0 | 46 KB | ########## | 100% 2022-11-23T01:16:42.1700398Z 2022-11-23T01:16:42.2226644Z rhash-1.4.1 | 203 KB | | 0% 2022-11-23T01:16:42.2228258Z rhash-1.4.1 | 203 KB | ########## | 100% 2022-11-23T01:16:42.2229064Z 2022-11-23T01:16:42.2733403Z libev-4.33 | 111 KB | | 0% 2022-11-23T01:16:42.2737028Z libev-4.33 | 111 KB | ########## | 100% 2022-11-23T01:16:42.2737457Z 2022-11-23T01:16:42.3345074Z libssh2-1.10.0 | 274 KB | | 0% 2022-11-23T01:16:42.3347981Z libssh2-1.10.0 | 274 KB | ########## | 100% 2022-11-23T01:16:42.3348421Z 2022-11-23T01:16:42.3929504Z python-libarchive-c- | 47 KB | | 0% 2022-11-23T01:16:42.3931576Z python-libarchive-c- | 47 KB | ########## | 100% 2022-11-23T01:16:42.3931899Z 2022-11-23T01:16:42.4576488Z cffi-1.15.1 | 228 KB | | 0% 2022-11-23T01:16:42.4577408Z cffi-1.15.1 | 228 KB | ########## | 100% 2022-11-23T01:16:42.4578743Z 2022-11-23T01:16:42.5246214Z ld_impl_linux-64-2.3 | 654 KB | | 0% 2022-11-23T01:16:42.5250593Z ld_impl_linux-64-2.3 | 654 KB | ########## | 100% 2022-11-23T01:16:42.5250975Z 2022-11-23T01:16:42.5790667Z pkginfo-1.8.3 | 45 KB | | 0% 2022-11-23T01:16:42.5795710Z pkginfo-1.8.3 | 45 KB | ########## | 100% 2022-11-23T01:16:42.5796104Z 2022-11-23T01:16:42.6801040Z python-3.8.15 | 20.1 MB | | 0% 2022-11-23T01:16:42.7802589Z python-3.8.15 | 20.1 MB | ##8 | 28% 2022-11-23T01:16:43.3096060Z python-3.8.15 | 20.1 MB | ########3 | 84% 2022-11-23T01:16:43.3100033Z python-3.8.15 | 20.1 MB | ########## | 100% 2022-11-23T01:16:43.3101148Z 2022-11-23T01:16:43.3656446Z libgfortran-ng-11.2. | 20 KB | | 0% 2022-11-23T01:16:43.3657705Z libgfortran-ng-11.2. | 20 KB | ########## | 100% 2022-11-23T01:16:43.3658519Z 2022-11-23T01:16:43.4341321Z idna-3.4 | 93 KB | | 0% 2022-11-23T01:16:43.4343295Z idna-3.4 | 93 KB | ########## | 100% 2022-11-23T01:16:43.4343855Z 2022-11-23T01:16:43.4801737Z pycosat-0.6.4 | 84 KB | | 0% 2022-11-23T01:16:43.4805054Z pycosat-0.6.4 | 84 KB | ########## | 100% 2022-11-23T01:16:43.4805854Z 2022-11-23T01:16:43.5250396Z _openmp_mutex-5.1 | 21 KB | | 0% 2022-11-23T01:16:43.5252017Z _openmp_mutex-5.1 | 21 KB | ########## | 100% 2022-11-23T01:16:43.5253459Z 2022-11-23T01:16:43.5961216Z libarchive-3.6.1 | 815 KB | | 0% 2022-11-23T01:16:43.5966244Z libarchive-3.6.1 | 815 KB | ########## | 100% 2022-11-23T01:16:43.5966435Z 2022-11-23T01:16:43.7036430Z setuptools-65.5.0 | 1.1 MB | | 0% 2022-11-23T01:16:43.7043016Z setuptools-65.5.0 | 1.1 MB | ########## | 100% 2022-11-23T01:16:43.7048570Z setuptools-65.5.0 | 1.1 MB | ########## | 100% 2022-11-23T01:16:43.7048811Z 2022-11-23T01:16:43.7659630Z chardet-4.0.0 | 194 KB | | 0% 2022-11-23T01:16:43.7663242Z chardet-4.0.0 | 194 KB | ########## | 100% 2022-11-23T01:16:43.7663697Z 2022-11-23T01:16:43.8253730Z requests-2.28.1 | 92 KB | | 0% 2022-11-23T01:16:43.8260282Z requests-2.28.1 | 92 KB | ########## | 100% 2022-11-23T01:16:43.8260779Z 2022-11-23T01:16:43.8938671Z libffi-3.4.2 | 136 KB | | 0% 2022-11-23T01:16:43.8941538Z libffi-3.4.2 | 136 KB | ########## | 100% 2022-11-23T01:16:43.8942020Z 2022-11-23T01:16:44.1941899Z numpy-base-1.23.3 | 6.7 MB | | 0% 2022-11-23T01:16:44.1944614Z numpy-base-1.23.3 | 6.7 MB | ########## | 100% 2022-11-23T01:16:44.1949803Z numpy-base-1.23.3 | 6.7 MB | ########## | 100% 2022-11-23T01:16:44.1950304Z 2022-11-23T01:16:44.2394467Z soupsieve-2.3.2.post | 65 KB | | 0% 2022-11-23T01:16:44.2402042Z soupsieve-2.3.2.post | 65 KB | ########## | 100% 2022-11-23T01:16:45.0232067Z Preparing transaction: ...working... done 2022-11-23T01:16:47.3589559Z Verifying transaction: ...working... done 2022-11-23T01:16:50.4430036Z Executing transaction: ...working... done 2022-11-23T01:16:50.4947254Z # 2022-11-23T01:16:50.4948105Z # To activate this environment, use 2022-11-23T01:16:50.4949463Z # 2022-11-23T01:16:50.4950436Z # $ conda activate /home/runner/work/_temp/conda-python-3.8 2022-11-23T01:16:50.4951101Z # 2022-11-23T01:16:50.4951720Z # To deactivate an active environment, use 2022-11-23T01:16:50.4951981Z # 2022-11-23T01:16:50.4952187Z # $ conda deactivate 2022-11-23T01:16:50.4952329Z 2022-11-23T01:16:51.2014044Z + [[ -f '' ]] 2022-11-23T01:16:51.2014341Z + [[ -n '' ]] 2022-11-23T01:16:51.2037808Z ##[group]Run CONDA_ENV="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2022-11-23T01:16:51.2038231Z CONDA_ENV="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2022-11-23T01:16:51.2038521Z conda create \ 2022-11-23T01:16:51.2038742Z  --yes \ 2022-11-23T01:16:51.2038962Z  --prefix "${CONDA_ENV}" \ 2022-11-23T01:16:51.2039223Z  --clone "${CONDA_BASE_ENV}" 2022-11-23T01:16:51.2039446Z  2022-11-23T01:16:51.2039727Z # TODO: conda-build could not be cloned because it hardcodes the path, so it 2022-11-23T01:16:51.2040057Z # could not be cached 2022-11-23T01:16:51.2040347Z conda install --yes -p ${CONDA_ENV} conda-build=3.21 2022-11-23T01:16:51.2040605Z  2022-11-23T01:16:51.2040837Z echo "CONDA_ENV=${CONDA_ENV}" >> "${GITHUB_ENV}" 2022-11-23T01:16:51.2041192Z echo "CONDA_RUN=conda run -p ${CONDA_ENV} --no-capture-output" >> "${GITHUB_ENV}" 2022-11-23T01:16:51.2041588Z echo "CONDA_BUILD=conda run -p ${CONDA_ENV} conda-build" >> "${GITHUB_ENV}" 2022-11-23T01:16:51.2042081Z echo "CONDA_INSTALL=conda install -p ${CONDA_ENV}" >> "${GITHUB_ENV}" 2022-11-23T01:16:51.2113495Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:16:51.2113762Z env: 2022-11-23T01:16:51.2114029Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:16:51.2114395Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:16:51.2114700Z PYTHON_VERSION: 3.8 2022-11-23T01:16:51.2114962Z CONDA_BASE_ENV: /home/runner/work/_temp/conda-python-3.8 2022-11-23T01:16:51.2115224Z ##[endgroup] 2022-11-23T01:16:52.5398517Z Source: /home/runner/work/_temp/conda-python-3.8 2022-11-23T01:16:52.5399409Z Destination: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:16:52.5400168Z The following packages cannot be cloned out of the root environment: 2022-11-23T01:16:52.5401093Z - defaults/linux-64::conda-22.9.0-py38h06a4308_0 2022-11-23T01:16:52.5401705Z - defaults/linux-64::conda-build-3.21.9-py38h06a4308_0 2022-11-23T01:16:52.5401976Z Packages: 83 2022-11-23T01:16:52.5402198Z Files: 0 2022-11-23T01:16:53.1425999Z Preparing transaction: ...working... done 2022-11-23T01:16:55.2134538Z Verifying transaction: ...working... done 2022-11-23T01:16:58.2052661Z Executing transaction: ...working... done 2022-11-23T01:16:58.2341365Z # 2022-11-23T01:16:58.2342003Z # To activate this environment, use 2022-11-23T01:16:58.2342557Z # 2022-11-23T01:16:58.2342964Z # $ conda activate /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:16:58.2343372Z # 2022-11-23T01:16:58.2343894Z # To deactivate an active environment, use 2022-11-23T01:16:58.2344267Z # 2022-11-23T01:16:58.2344566Z # $ conda deactivate 2022-11-23T01:16:58.2344823Z 2022-11-23T01:16:59.8876063Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:16:59.8881014Z Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. 2022-11-23T01:17:01.7023895Z Collecting package metadata (repodata.json): ...working... done 2022-11-23T01:17:06.5954451Z Solving environment: ...working... done 2022-11-23T01:17:06.7335678Z 2022-11-23T01:17:06.7336087Z 2022-11-23T01:17:06.7336478Z ==> WARNING: A newer version of conda exists. <== 2022-11-23T01:17:06.7336816Z current version: 4.12.0 2022-11-23T01:17:06.7337093Z latest version: 22.9.0 2022-11-23T01:17:06.7337634Z 2022-11-23T01:17:06.7337753Z Please update conda by running 2022-11-23T01:17:06.7337923Z 2022-11-23T01:17:06.7338366Z $ conda update -n base -c defaults conda 2022-11-23T01:17:06.7338555Z 2022-11-23T01:17:06.7338563Z 2022-11-23T01:17:06.7933599Z 2022-11-23T01:17:06.7934179Z ## Package Plan ## 2022-11-23T01:17:06.7934569Z 2022-11-23T01:17:06.7935734Z environment location: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:17:06.7936193Z 2022-11-23T01:17:06.7936462Z added / updated specs: 2022-11-23T01:17:06.7937381Z - conda-build=3.21 2022-11-23T01:17:06.7937594Z 2022-11-23T01:17:06.7937603Z 2022-11-23T01:17:06.7937797Z The following NEW packages will be INSTALLED: 2022-11-23T01:17:06.7938160Z 2022-11-23T01:17:06.7938746Z conda pkgs/main/linux-64::conda-22.9.0-py38h06a4308_0 2022-11-23T01:17:06.7939291Z conda-build pkgs/main/linux-64::conda-build-3.21.9-py38h06a4308_0 2022-11-23T01:17:06.7939530Z 2022-11-23T01:17:06.7939537Z 2022-11-23T01:17:06.8172020Z Preparing transaction: ...working... done 2022-11-23T01:17:06.8922719Z Verifying transaction: ...working... done 2022-11-23T01:17:06.9688436Z Executing transaction: ...working... done 2022-11-23T01:17:07.7366362Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:17:07.7366717Z with: 2022-11-23T01:17:07.7366945Z timeout_minutes: 10 2022-11-23T01:17:07.7367173Z max_attempts: 5 2022-11-23T01:17:07.7367647Z command: sudo apt update -q wget -q https://github.com/facebook/buck/releases/download/v2021.01.12.01/buck.2021.01.12.01_all.deb sudo apt install ./buck.2021.01.12.01_all.deb 2022-11-23T01:17:07.7368090Z retry_wait_seconds: 10 2022-11-23T01:17:07.7368339Z polling_interval_seconds: 1 2022-11-23T01:17:07.7368601Z warning_on_retry: true 2022-11-23T01:17:07.7368859Z continue_on_error: false 2022-11-23T01:17:07.7369077Z env: 2022-11-23T01:17:07.7369384Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:17:07.7369813Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:17:07.7370206Z CONDA_ENV: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:17:07.7370738Z CONDA_RUN: conda run -p /home/runner/work/_temp/conda_environment_3528394938 --no-capture-output 2022-11-23T01:17:07.7371206Z CONDA_BUILD: conda run -p /home/runner/work/_temp/conda_environment_3528394938 conda-build 2022-11-23T01:17:07.7371636Z CONDA_INSTALL: conda install -p /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:17:07.7371975Z ##[endgroup] 2022-11-23T01:17:07.9349249Z 2022-11-23T01:17:07.9349705Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-11-23T01:17:07.9350047Z 2022-11-23T01:17:08.0719182Z Hit:1 http://azure.archive.ubuntu.com/ubuntu focal InRelease 2022-11-23T01:17:08.0753574Z Get:2 http://azure.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-11-23T01:17:08.0754559Z Get:3 http://azure.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-11-23T01:17:08.0755673Z Get:4 http://azure.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-11-23T01:17:08.0795153Z Get:5 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease [10.5 kB] 2022-11-23T01:17:08.2924510Z Hit:6 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease 2022-11-23T01:17:08.3820047Z Get:7 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2241 kB] 2022-11-23T01:17:08.4165439Z Get:8 http://azure.archive.ubuntu.com/ubuntu focal-updates/main Translation-en [391 kB] 2022-11-23T01:17:08.4188051Z Get:9 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [16.1 kB] 2022-11-23T01:17:08.4256412Z Get:10 http://azure.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1424 kB] 2022-11-23T01:17:08.4501115Z Get:11 http://azure.archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [202 kB] 2022-11-23T01:17:08.4545368Z Get:12 http://azure.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [636 B] 2022-11-23T01:17:08.4575399Z Get:13 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1003 kB] 2022-11-23T01:17:08.4782012Z Get:14 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [233 kB] 2022-11-23T01:17:08.4830191Z Get:15 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [23.1 kB] 2022-11-23T01:17:08.4858515Z Get:16 http://azure.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.4 kB] 2022-11-23T01:17:08.5337245Z Get:17 http://azure.archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7316 B] 2022-11-23T01:17:08.5349370Z Get:18 http://azure.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [592 B] 2022-11-23T01:17:08.5374947Z Get:19 http://azure.archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2022-11-23T01:17:08.5389014Z Get:20 http://azure.archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1420 B] 2022-11-23T01:17:08.5407658Z Get:21 http://azure.archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [24.0 kB] 2022-11-23T01:17:08.5427332Z Get:22 http://azure.archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [16.0 kB] 2022-11-23T01:17:08.5444182Z Get:23 http://azure.archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [860 B] 2022-11-23T01:17:08.6656899Z Get:24 http://azure.archive.ubuntu.com/ubuntu focal-security/main amd64 Packages [1860 kB] 2022-11-23T01:17:08.6857573Z Get:25 http://azure.archive.ubuntu.com/ubuntu focal-security/main Translation-en [305 kB] 2022-11-23T01:17:08.6915679Z Get:26 http://azure.archive.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [11.2 kB] 2022-11-23T01:17:08.6979318Z Get:27 http://azure.archive.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1332 kB] 2022-11-23T01:17:08.7153324Z Get:28 http://azure.archive.ubuntu.com/ubuntu focal-security/restricted Translation-en [188 kB] 2022-11-23T01:17:08.7257637Z Get:29 http://azure.archive.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [640 B] 2022-11-23T01:17:08.7303874Z Get:30 http://azure.archive.ubuntu.com/ubuntu focal-security/universe amd64 Packages [772 kB] 2022-11-23T01:17:08.7953719Z Get:31 http://azure.archive.ubuntu.com/ubuntu focal-security/universe Translation-en [148 kB] 2022-11-23T01:17:08.8010042Z Get:32 http://azure.archive.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [16.7 kB] 2022-11-23T01:17:08.8026623Z Get:33 http://azure.archive.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [22.2 kB] 2022-11-23T01:17:08.8055758Z Get:34 http://azure.archive.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5400 B] 2022-11-23T01:17:08.8070353Z Get:35 http://azure.archive.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [516 B] 2022-11-23T01:17:08.8295614Z Get:36 https://packages.microsoft.com/ubuntu/20.04/prod focal/main amd64 Packages [212 kB] 2022-11-23T01:17:08.8327261Z Get:37 https://packages.microsoft.com/ubuntu/20.04/prod focal/main armhf Packages [29.1 kB] 2022-11-23T01:17:08.8342811Z Get:38 https://packages.microsoft.com/ubuntu/20.04/prod focal/main arm64 Packages [46.4 kB] 2022-11-23T01:17:19.1744251Z Fetched 11.0 MB in 2s (4586 kB/s) 2022-11-23T01:17:20.4325527Z Reading package lists... 2022-11-23T01:17:20.6546527Z Building dependency tree... 2022-11-23T01:17:20.6563798Z Reading state information... 2022-11-23T01:17:20.7682992Z 85 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-11-23T01:17:21.3793952Z 2022-11-23T01:17:21.3794595Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-11-23T01:17:21.3795035Z 2022-11-23T01:17:21.6439156Z Reading package lists... 2022-11-23T01:17:21.8839926Z Building dependency tree... 2022-11-23T01:17:21.8854163Z Reading state information... 2022-11-23T01:17:22.0662234Z The following additional packages will be installed: 2022-11-23T01:17:22.0663828Z ca-certificates-java libjna-java libjna-jni libjna-platform-java 2022-11-23T01:17:22.0668679Z libpcsclite1 nailgun openjdk-8-jre-headless watchman 2022-11-23T01:17:22.0675614Z Suggested packages: 2022-11-23T01:17:22.0676407Z libjna-java-doc pcscd libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho 2022-11-23T01:17:22.0678667Z fonts-wqy-microhei fonts-wqy-zenhei fonts-indic python3-pywatchman 2022-11-23T01:17:22.6774904Z The following NEW packages will be installed: 2022-11-23T01:17:22.6775660Z buck ca-certificates-java libjna-java libjna-jni libjna-platform-java 2022-11-23T01:17:22.6783736Z libpcsclite1 nailgun openjdk-8-jre-headless watchman 2022-11-23T01:17:22.7236013Z 0 upgraded, 9 newly installed, 0 to remove and 85 not upgraded. 2022-11-23T01:17:22.8014510Z Need to get 29.8 MB/133 MB of archives. 2022-11-23T01:17:22.8020411Z After this operation, 212 MB of additional disk space will be used. 2022-11-23T01:17:22.8021626Z Get:1 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 ca-certificates-java all 20190405ubuntu1 [12.2 kB] 2022-11-23T01:17:22.8162202Z Get:2 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libpcsclite1 amd64 1.8.26-3 [22.0 kB] 2022-11-23T01:17:22.8332806Z Get:3 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 openjdk-8-jre-headless amd64 8u352-ga-1~20.04 [28.2 MB] 2022-11-23T01:17:23.2391329Z Get:4 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libjna-jni amd64 4.5.2-1build2 [30.6 kB] 2022-11-23T01:17:23.2558887Z Get:5 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libjna-java all 4.5.2-1build2 [170 kB] 2022-11-23T01:17:23.2753112Z Get:6 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libjna-platform-java all 4.5.2-1build2 [915 kB] 2022-11-23T01:17:23.3067132Z Get:7 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 watchman amd64 4.9.0-3build1 [363 kB] 2022-11-23T01:17:23.3282003Z Get:8 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 nailgun amd64 0.9.3-3 [68.0 kB] 2022-11-23T01:17:23.7931750Z Get:9 /home/runner/work/pytorch/pytorch/buck.2021.01.12.01_all.deb buck all 2021.01.12.01 [103 MB] 2022-11-23T01:17:24.3245450Z Fetched 29.8 MB in 1s (28.9 MB/s) 2022-11-23T01:17:24.3715185Z Selecting previously unselected package ca-certificates-java. 2022-11-23T01:17:24.4052744Z (Reading database ... 2022-11-23T01:17:24.4053682Z (Reading database ... 5% 2022-11-23T01:17:24.4054321Z (Reading database ... 10% 2022-11-23T01:17:24.4054579Z (Reading database ... 15% 2022-11-23T01:17:24.4055018Z (Reading database ... 20% 2022-11-23T01:17:24.4055287Z (Reading database ... 25% 2022-11-23T01:17:24.4055535Z (Reading database ... 30% 2022-11-23T01:17:24.4055834Z (Reading database ... 35% 2022-11-23T01:17:24.4056098Z (Reading database ... 40% 2022-11-23T01:17:24.4056377Z (Reading database ... 45% 2022-11-23T01:17:24.4056631Z (Reading database ... 50% 2022-11-23T01:17:24.4475752Z (Reading database ... 55% 2022-11-23T01:17:24.5019417Z (Reading database ... 60% 2022-11-23T01:17:24.5446160Z (Reading database ... 65% 2022-11-23T01:17:24.6469696Z (Reading database ... 70% 2022-11-23T01:17:24.7764514Z (Reading database ... 75% 2022-11-23T01:17:24.8562820Z (Reading database ... 80% 2022-11-23T01:17:24.9388885Z (Reading database ... 85% 2022-11-23T01:17:25.0692125Z (Reading database ... 90% 2022-11-23T01:17:25.1591040Z (Reading database ... 95% 2022-11-23T01:17:25.1591767Z (Reading database ... 100% 2022-11-23T01:17:25.1592546Z (Reading database ... 242126 files and directories currently installed.) 2022-11-23T01:17:25.1735764Z Preparing to unpack .../0-ca-certificates-java_20190405ubuntu1_all.deb ... 2022-11-23T01:17:25.1845743Z Unpacking ca-certificates-java (20190405ubuntu1) ... 2022-11-23T01:17:25.2218724Z Selecting previously unselected package libpcsclite1:amd64. 2022-11-23T01:17:25.2517150Z Preparing to unpack .../1-libpcsclite1_1.8.26-3_amd64.deb ... 2022-11-23T01:17:25.2555678Z Unpacking libpcsclite1:amd64 (1.8.26-3) ... 2022-11-23T01:17:25.2935647Z Selecting previously unselected package openjdk-8-jre-headless:amd64. 2022-11-23T01:17:25.3232149Z Preparing to unpack .../2-openjdk-8-jre-headless_8u352-ga-1~20.04_amd64.deb ... 2022-11-23T01:17:25.3290947Z Unpacking openjdk-8-jre-headless:amd64 (8u352-ga-1~20.04) ... 2022-11-23T01:17:28.3334985Z Selecting previously unselected package buck. 2022-11-23T01:17:28.3590805Z Preparing to unpack .../3-buck.2021.01.12.01_all.deb ... 2022-11-23T01:17:28.3611407Z Unpacking buck (2021.01.12.01) ... 2022-11-23T01:17:29.3217318Z Selecting previously unselected package libjna-jni. 2022-11-23T01:17:29.3511771Z Preparing to unpack .../4-libjna-jni_4.5.2-1build2_amd64.deb ... 2022-11-23T01:17:29.3527386Z Unpacking libjna-jni (4.5.2-1build2) ... 2022-11-23T01:17:29.3895508Z Selecting previously unselected package libjna-java. 2022-11-23T01:17:29.4136637Z Preparing to unpack .../5-libjna-java_4.5.2-1build2_all.deb ... 2022-11-23T01:17:29.4160362Z Unpacking libjna-java (4.5.2-1build2) ... 2022-11-23T01:17:29.4613867Z Selecting previously unselected package libjna-platform-java. 2022-11-23T01:17:29.4866514Z Preparing to unpack .../6-libjna-platform-java_4.5.2-1build2_all.deb ... 2022-11-23T01:17:29.4881144Z Unpacking libjna-platform-java (4.5.2-1build2) ... 2022-11-23T01:17:29.6096123Z Selecting previously unselected package watchman. 2022-11-23T01:17:29.6351096Z Preparing to unpack .../7-watchman_4.9.0-3build1_amd64.deb ... 2022-11-23T01:17:29.6367049Z Unpacking watchman (4.9.0-3build1) ... 2022-11-23T01:17:29.7098368Z Selecting previously unselected package nailgun. 2022-11-23T01:17:29.7376968Z Preparing to unpack .../8-nailgun_0.9.3-3_amd64.deb ... 2022-11-23T01:17:29.7391875Z Unpacking nailgun (0.9.3-3) ... 2022-11-23T01:17:29.8181115Z Setting up watchman (4.9.0-3build1) ... 2022-11-23T01:17:29.8236698Z Setting up libjna-jni (4.5.2-1build2) ... 2022-11-23T01:17:29.8271210Z Setting up libpcsclite1:amd64 (1.8.26-3) ... 2022-11-23T01:17:29.8310966Z Setting up libjna-java (4.5.2-1build2) ... 2022-11-23T01:17:29.8349893Z Setting up ca-certificates-java (20190405ubuntu1) ... 2022-11-23T01:17:29.8541060Z head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory 2022-11-23T01:17:30.1493117Z Adding debian:AffirmTrust_Premium_ECC.pem 2022-11-23T01:17:30.1540795Z Adding debian:T-TeleSec_GlobalRoot_Class_3.pem 2022-11-23T01:17:30.1594878Z Adding debian:Trustwave_Global_Certification_Authority.pem 2022-11-23T01:17:30.1670791Z Adding debian:emSign_Root_CA_-_G1.pem 2022-11-23T01:17:30.1671753Z Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem 2022-11-23T01:17:30.1707004Z Adding debian:Atos_TrustedRoot_2011.pem 2022-11-23T01:17:30.1727060Z Adding debian:USERTrust_ECC_Certification_Authority.pem 2022-11-23T01:17:30.1765243Z Adding debian:GlobalSign_Root_CA_-_R2.pem 2022-11-23T01:17:30.1798223Z Adding debian:Actalis_Authentication_Root_CA.pem 2022-11-23T01:17:30.1827780Z Adding debian:SSL.com_Root_Certification_Authority_ECC.pem 2022-11-23T01:17:30.1864286Z Adding debian:CFCA_EV_ROOT.pem 2022-11-23T01:17:30.1888046Z Adding debian:Hongkong_Post_Root_CA_1.pem 2022-11-23T01:17:30.1913392Z Adding debian:SecureSign_RootCA11.pem 2022-11-23T01:17:30.1953661Z Adding debian:UCA_Global_G2_Root.pem 2022-11-23T01:17:30.1981180Z Adding debian:Cybertrust_Global_Root.pem 2022-11-23T01:17:30.2061750Z Adding debian:TrustCor_ECA-1.pem 2022-11-23T01:17:30.2109257Z Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem 2022-11-23T01:17:30.2225459Z Adding debian:TeliaSonera_Root_CA_v1.pem 2022-11-23T01:17:30.2249444Z Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem 2022-11-23T01:17:30.2282999Z Adding debian:TWCA_Root_Certification_Authority.pem 2022-11-23T01:17:30.2303522Z Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem 2022-11-23T01:17:30.2355287Z Adding debian:DigiCert_Global_Root_G2.pem 2022-11-23T01:17:30.2387723Z Adding debian:UCA_Extended_Validation_Root.pem 2022-11-23T01:17:30.2456654Z Adding debian:Entrust_Root_Certification_Authority.pem 2022-11-23T01:17:30.2499320Z Adding debian:AC_RAIZ_FNMT-RCM.pem 2022-11-23T01:17:30.2550741Z Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem 2022-11-23T01:17:30.2600061Z Adding debian:CA_Disig_Root_R2.pem 2022-11-23T01:17:30.2668173Z Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem 2022-11-23T01:17:30.2750518Z Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem 2022-11-23T01:17:30.2794589Z Adding debian:Izenpe.com.pem 2022-11-23T01:17:30.2835976Z Adding debian:QuoVadis_Root_CA_3.pem 2022-11-23T01:17:30.2843997Z Adding debian:GlobalSign_Root_E46.pem 2022-11-23T01:17:30.2863023Z Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem 2022-11-23T01:17:30.3018639Z Adding debian:TrustCor_RootCert_CA-2.pem 2022-11-23T01:17:30.3080396Z Adding debian:SecureTrust_CA.pem 2022-11-23T01:17:30.3102449Z Adding debian:GTS_Root_R4.pem 2022-11-23T01:17:30.3125214Z Adding debian:Amazon_Root_CA_3.pem 2022-11-23T01:17:30.3147386Z Adding debian:emSign_ECC_Root_CA_-_G3.pem 2022-11-23T01:17:30.3169901Z Adding debian:Entrust_Root_Certification_Authority_-_G2.pem 2022-11-23T01:17:30.3215797Z Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem 2022-11-23T01:17:30.3275018Z Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem 2022-11-23T01:17:30.3275741Z Adding debian:GTS_Root_R2.pem 2022-11-23T01:17:30.3287204Z Adding debian:Go_Daddy_Class_2_CA.pem 2022-11-23T01:17:30.3307534Z Adding debian:GlobalSign_Root_CA_-_R3.pem 2022-11-23T01:17:30.3333509Z Adding debian:GlobalSign_Root_CA_-_R6.pem 2022-11-23T01:17:30.3357289Z Adding debian:Buypass_Class_3_Root_CA.pem 2022-11-23T01:17:30.3379562Z Adding debian:Amazon_Root_CA_4.pem 2022-11-23T01:17:30.3397596Z Adding debian:Baltimore_CyberTrust_Root.pem 2022-11-23T01:17:30.3419664Z Adding debian:Comodo_AAA_Services_root.pem 2022-11-23T01:17:30.3441048Z Adding debian:DigiCert_Global_Root_CA.pem 2022-11-23T01:17:30.3544416Z Adding debian:ePKI_Root_Certification_Authority.pem 2022-11-23T01:17:30.3569243Z Adding debian:DigiCert_Trusted_Root_G4.pem 2022-11-23T01:17:30.3600348Z Adding debian:emSign_ECC_Root_CA_-_C3.pem 2022-11-23T01:17:30.3630519Z Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem 2022-11-23T01:17:30.3674725Z Adding debian:QuoVadis_Root_CA_3_G3.pem 2022-11-23T01:17:30.3691669Z Adding debian:ssl-cert-snakeoil.pem 2022-11-23T01:17:30.3727867Z Adding debian:AffirmTrust_Networking.pem 2022-11-23T01:17:30.3764849Z Adding debian:SwissSign_Silver_CA_-_G2.pem 2022-11-23T01:17:30.3824111Z Adding debian:Certigna_Root_CA.pem 2022-11-23T01:17:30.3853539Z Adding debian:Certum_Trusted_Network_CA_2.pem 2022-11-23T01:17:30.3985706Z Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem 2022-11-23T01:17:30.3989239Z Adding debian:SSL.com_Root_Certification_Authority_RSA.pem 2022-11-23T01:17:30.4035211Z Adding debian:Starfield_Class_2_CA.pem 2022-11-23T01:17:30.4091090Z Adding debian:emSign_Root_CA_-_C1.pem 2022-11-23T01:17:30.4117067Z Adding debian:Certum_Trusted_Network_CA.pem 2022-11-23T01:17:30.4148950Z Adding debian:QuoVadis_Root_CA_2_G3.pem 2022-11-23T01:17:30.4200409Z Adding debian:T-TeleSec_GlobalRoot_Class_2.pem 2022-11-23T01:17:30.4231984Z Adding debian:COMODO_RSA_Certification_Authority.pem 2022-11-23T01:17:30.4288266Z Adding debian:Certum_Trusted_Root_CA.pem 2022-11-23T01:17:30.4386247Z Adding debian:GDCA_TrustAUTH_R5_ROOT.pem 2022-11-23T01:17:30.4453018Z Adding debian:Secure_Global_CA.pem 2022-11-23T01:17:30.4516284Z Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem 2022-11-23T01:17:30.4570305Z Adding debian:ISRG_Root_X1.pem 2022-11-23T01:17:30.4669693Z Adding debian:SZAFIR_ROOT_CA2.pem 2022-11-23T01:17:30.4723335Z Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem 2022-11-23T01:17:30.4769699Z Adding debian:GlobalSign_Root_R46.pem 2022-11-23T01:17:30.4834538Z Adding debian:ACCVRAIZ1.pem 2022-11-23T01:17:30.4864365Z Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem 2022-11-23T01:17:30.4918930Z Adding debian:USERTrust_RSA_Certification_Authority.pem 2022-11-23T01:17:30.4958178Z Adding debian:Security_Communication_RootCA2.pem 2022-11-23T01:17:30.5001107Z Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem 2022-11-23T01:17:30.5062706Z Adding debian:QuoVadis_Root_CA_1_G3.pem 2022-11-23T01:17:30.5114971Z Adding debian:AffirmTrust_Premium.pem 2022-11-23T01:17:30.5147286Z Adding debian:DigiCert_Assured_ID_Root_G3.pem 2022-11-23T01:17:30.5212730Z Adding debian:DigiCert_Assured_ID_Root_CA.pem 2022-11-23T01:17:30.5283198Z Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem 2022-11-23T01:17:30.5329914Z Adding debian:COMODO_ECC_Certification_Authority.pem 2022-11-23T01:17:30.5397795Z Adding debian:Entrust_Root_Certification_Authority_-_G4.pem 2022-11-23T01:17:30.5469580Z Adding debian:E-Tugra_Certification_Authority.pem 2022-11-23T01:17:30.5526951Z Adding debian:GTS_Root_R3.pem 2022-11-23T01:17:30.5576756Z Adding debian:DigiCert_Global_Root_G3.pem 2022-11-23T01:17:30.5636091Z Adding debian:XRamp_Global_CA_Root.pem 2022-11-23T01:17:30.5683354Z Adding debian:GlobalSign_Root_CA.pem 2022-11-23T01:17:30.5731221Z Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem 2022-11-23T01:17:30.5777879Z Adding debian:Buypass_Class_2_Root_CA.pem 2022-11-23T01:17:30.5823753Z Adding debian:Security_Communication_Root_CA.pem 2022-11-23T01:17:30.5870336Z Adding debian:Amazon_Root_CA_1.pem 2022-11-23T01:17:30.5949673Z Adding debian:COMODO_Certification_Authority.pem 2022-11-23T01:17:30.6007968Z Adding debian:NAVER_Global_Root_Certification_Authority.pem 2022-11-23T01:17:30.6041170Z Adding debian:DigiCert_Assured_ID_Root_G2.pem 2022-11-23T01:17:30.6090566Z Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem 2022-11-23T01:17:30.6135895Z Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem 2022-11-23T01:17:30.6207002Z Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem 2022-11-23T01:17:30.6258473Z Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem 2022-11-23T01:17:30.6300226Z Adding debian:TrustCor_RootCert_CA-1.pem 2022-11-23T01:17:30.6339749Z Adding debian:SwissSign_Gold_CA_-_G2.pem 2022-11-23T01:17:30.6382937Z Adding debian:certSIGN_Root_CA_G2.pem 2022-11-23T01:17:30.6415623Z Adding debian:AffirmTrust_Commercial.pem 2022-11-23T01:17:30.6473553Z Adding debian:IdenTrust_Commercial_Root_CA_1.pem 2022-11-23T01:17:30.6522820Z Adding debian:TWCA_Global_Root_CA.pem 2022-11-23T01:17:30.6595798Z Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem 2022-11-23T01:17:30.6647385Z Adding debian:GTS_Root_R1.pem 2022-11-23T01:17:30.6683342Z Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem 2022-11-23T01:17:30.6760043Z Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem 2022-11-23T01:17:30.6801816Z Adding debian:Network_Solutions_Certificate_Authority.pem 2022-11-23T01:17:30.6854917Z Adding debian:Certigna.pem 2022-11-23T01:17:30.6904013Z Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem 2022-11-23T01:17:30.6931668Z Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem 2022-11-23T01:17:30.6982857Z Adding debian:Hongkong_Post_Root_CA_3.pem 2022-11-23T01:17:30.7027656Z Adding debian:EC-ACC.pem 2022-11-23T01:17:30.7059745Z Adding debian:e-Szigno_Root_CA_2017.pem 2022-11-23T01:17:30.7113585Z Adding debian:GLOBALTRUST_2020.pem 2022-11-23T01:17:30.7149305Z Adding debian:Microsec_e-Szigno_Root_CA_2009.pem 2022-11-23T01:17:30.7190712Z Adding debian:ANF_Secure_Server_Root_CA.pem 2022-11-23T01:17:30.7224114Z Adding debian:certSIGN_ROOT_CA.pem 2022-11-23T01:17:30.7270804Z Adding debian:Amazon_Root_CA_2.pem 2022-11-23T01:17:30.7313134Z Adding debian:Certum_EC-384_CA.pem 2022-11-23T01:17:30.7371266Z Adding debian:QuoVadis_Root_CA_2.pem 2022-11-23T01:17:30.7664331Z done. 2022-11-23T01:17:30.7703701Z Setting up libjna-platform-java (4.5.2-1build2) ... 2022-11-23T01:17:30.7745487Z Setting up nailgun (0.9.3-3) ... 2022-11-23T01:17:30.7855248Z Setting up openjdk-8-jre-headless:amd64 (8u352-ga-1~20.04) ... 2022-11-23T01:17:31.2128637Z Setting up buck (2021.01.12.01) ... 2022-11-23T01:17:31.2184875Z Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2022-11-23T01:17:31.2677087Z Processing triggers for man-db (2.9.1-1) ... 2022-11-23T01:17:32.6278575Z Processing triggers for ca-certificates (20211016~20.04.1) ... 2022-11-23T01:17:32.6442115Z Updating certificates in /etc/ssl/certs... 2022-11-23T01:17:33.2091242Z 0 added, 0 removed; done. 2022-11-23T01:17:33.2091953Z Running hooks in /etc/ca-certificates/update.d... 2022-11-23T01:17:33.3775307Z /etc/ssl/certs/adoptium/cacerts successfully populated. 2022-11-23T01:17:33.3807913Z 2022-11-23T01:17:33.6856701Z done. 2022-11-23T01:17:33.6959056Z Updating Mono key store 2022-11-23T01:17:33.7277110Z Mono Certificate Store Sync - version 6.12.0.182 2022-11-23T01:17:33.7277783Z Populate Mono certificate store from a concatenated list of certificates. 2022-11-23T01:17:33.7278364Z Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. 2022-11-23T01:17:33.7278602Z 2022-11-23T01:17:33.7907378Z Importing into legacy system store: 2022-11-23T01:17:33.9749824Z I already trust 127, your new list has 127 2022-11-23T01:17:33.9884979Z Import process completed. 2022-11-23T01:17:33.9911853Z 2022-11-23T01:17:33.9912027Z Importing into BTLS system store: 2022-11-23T01:17:34.6500339Z I already trust 127, your new list has 127 2022-11-23T01:17:34.6552177Z Import process completed. 2022-11-23T01:17:34.6842755Z Done 2022-11-23T01:17:34.6844633Z done. 2022-11-23T01:17:38.9078502Z Command completed after 1 attempt(s). 2022-11-23T01:17:38.9174524Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:17:38.9174906Z with: 2022-11-23T01:17:38.9175123Z timeout_minutes: 10 2022-11-23T01:17:38.9175339Z max_attempts: 5 2022-11-23T01:17:38.9175588Z command: sh scripts/buck_setup.sh 2022-11-23T01:17:38.9175854Z retry_wait_seconds: 10 2022-11-23T01:17:38.9176086Z polling_interval_seconds: 1 2022-11-23T01:17:38.9176336Z warning_on_retry: true 2022-11-23T01:17:38.9176573Z continue_on_error: false 2022-11-23T01:17:38.9176890Z env: 2022-11-23T01:17:38.9177243Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:17:38.9177668Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:17:38.9178041Z CONDA_ENV: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:17:38.9178440Z CONDA_RUN: conda run -p /home/runner/work/_temp/conda_environment_3528394938 --no-capture-output 2022-11-23T01:17:38.9178909Z CONDA_BUILD: conda run -p /home/runner/work/_temp/conda_environment_3528394938 conda-build 2022-11-23T01:17:38.9179331Z CONDA_INSTALL: conda install -p /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:17:38.9179627Z ##[endgroup] 2022-11-23T01:17:39.0040019Z 2022-11-23T01:17:39.0040351Z Creating .buckconfig 2022-11-23T01:17:39.0046249Z scripts/buck_setup.sh: 6: [: unexpected operator 2022-11-23T01:17:39.0055651Z [pt] 2022-11-23T01:17:39.0055885Z is_oss=1 2022-11-23T01:17:39.0056020Z 2022-11-23T01:17:39.0057264Z [buildfile] 2022-11-23T01:17:39.0057796Z name = BUCK.oss 2022-11-23T01:17:39.0058657Z includes = //tools/build_defs/select.bzl 2022-11-23T01:17:39.0058838Z 2022-11-23T01:17:39.0058975Z [repositories] 2022-11-23T01:17:39.0059608Z bazel_skylib = third_party/bazel-skylib/ 2022-11-23T01:17:39.0060065Z ovr_config = . 2022-11-23T01:17:39.0060213Z 2022-11-23T01:17:39.0060289Z [download] 2022-11-23T01:17:39.0060516Z in_build = true 2022-11-23T01:17:39.0060666Z 2022-11-23T01:17:39.0060765Z [cxx] 2022-11-23T01:17:39.0061061Z cxxflags = -std=c++17 2022-11-23T01:17:39.0061325Z should_remap_host_platform = true 2022-11-23T01:17:39.0061600Z cpp = /usr/bin/clang 2022-11-23T01:17:39.0061844Z cc = /usr/bin/clang 2022-11-23T01:17:39.0062073Z cxx = /usr/bin/clang++ 2022-11-23T01:17:39.0062334Z cxxpp = /usr/bin/clang++ 2022-11-23T01:17:39.0062593Z ld = /usr/bin/clang++ 2022-11-23T01:17:39.0062726Z 2022-11-23T01:17:39.0062819Z [project] 2022-11-23T01:17:39.0063061Z default_flavors_mode=all 2022-11-23T01:17:39.0067199Z 2022-11-23T01:17:39.0067644Z Generating cpuinfo wrappers 2022-11-23T01:17:39.0269942Z cpuinfo/wrappers/init.c 2022-11-23T01:17:39.0270641Z cpuinfo/wrappers/linux/multiline.c 2022-11-23T01:17:39.0271578Z cpuinfo/wrappers/mach/topology.c 2022-11-23T01:17:39.0273889Z cpuinfo/wrappers/x86/cache/init.c 2022-11-23T01:17:39.0274735Z cpuinfo/wrappers/x86/linux/init.c 2022-11-23T01:17:39.0275273Z cpuinfo/wrappers/x86/mach/init.c 2022-11-23T01:17:39.0276239Z cpuinfo/wrappers/x86/windows/init.c 2022-11-23T01:17:39.0277084Z cpuinfo/wrappers/arm/linux/cpuinfo.c 2022-11-23T01:17:39.0278309Z cpuinfo/wrappers/arm/android/properties.c 2022-11-23T01:17:39.0279063Z cpuinfo/wrappers/arm/mach/init.c 2022-11-23T01:17:39.0295828Z 2022-11-23T01:17:39.0296294Z Generating xnnpack wrappers 2022-11-23T01:17:39.1383202Z 2022-11-23T01:17:39.1384455Z Downloading bazel-skylib 2022-11-23T01:17:39.1587311Z % Total % Received % Xferd Average Speed Time Time Time Current 2022-11-23T01:17:39.1588050Z Dload Upload Total Spent Left Speed 2022-11-23T01:17:39.1590854Z 2022-11-23T01:17:39.2491569Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2022-11-23T01:17:39.2493383Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2022-11-23T01:17:39.2904912Z 2022-11-23T01:17:39.2906269Z 100 30704 100 30704 0 0 227k 0 --:--:-- --:--:-- --:--:-- 227k 2022-11-23T01:17:39.2980784Z 2022-11-23T01:17:39.3038666Z Downloading glog 2022-11-23T01:17:39.3119503Z % Total % Received % Xferd Average Speed Time Time Time Current 2022-11-23T01:17:39.3120261Z Dload Upload Total Spent Left Speed 2022-11-23T01:17:39.3121558Z 2022-11-23T01:17:39.3330599Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2022-11-23T01:17:39.3331928Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2022-11-23T01:17:39.3648838Z 2022-11-23T01:17:39.3649754Z 100 196k 100 196k 0 0 3634k 0 --:--:-- --:--:-- --:--:-- 3634k 2022-11-23T01:17:39.3757952Z 2022-11-23T01:17:39.3758522Z Downloading ruy 2022-11-23T01:17:39.3851380Z % Total % Received % Xferd Average Speed Time Time Time Current 2022-11-23T01:17:39.3851922Z Dload Upload Total Spent Left Speed 2022-11-23T01:17:39.3852225Z 2022-11-23T01:17:39.4054269Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2022-11-23T01:17:39.4056448Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2022-11-23T01:17:39.4429739Z 2022-11-23T01:17:39.4430745Z 100 369k 100 369k 0 0 6489k 0 --:--:-- --:--:-- --:--:-- 6489k 2022-11-23T01:17:40.0041049Z Command completed after 1 attempt(s). 2022-11-23T01:17:40.0112224Z ##[group]Run buck build tools: --keep-going 2022-11-23T01:17:40.0112559Z buck build tools: --keep-going 2022-11-23T01:17:40.0224242Z shell: /usr/bin/bash -e -l {0} 2022-11-23T01:17:40.0224494Z env: 2022-11-23T01:17:40.0224802Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:17:40.0225185Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:17:40.0225570Z CONDA_ENV: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:17:40.0225970Z CONDA_RUN: conda run -p /home/runner/work/_temp/conda_environment_3528394938 --no-capture-output 2022-11-23T01:17:40.0226436Z CONDA_BUILD: conda run -p /home/runner/work/_temp/conda_environment_3528394938 conda-build 2022-11-23T01:17:40.0226859Z CONDA_INSTALL: conda install -p /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:17:40.0227284Z ##[endgroup] 2022-11-23T01:17:40.6192317Z Starting new Buck daemon... 2022-11-23T01:17:42.0774977Z Buck daemon started. 2022-11-23T01:17:43.8215875Z Waiting for watchman query... 2022-11-23T01:18:19.7670567Z PARSING BUCK FILES: FINISHED IN 34.2s 2022-11-23T01:18:20.0607165Z CREATING ACTION GRAPH: FINISHED IN 0.3s 2022-11-23T01:18:20.6965476Z BUILT 1/44 JOBS 0.0s //tools:gen_selected_mobile_ops_header 2022-11-23T01:18:20.7058541Z BUILT 2/44 JOBS 0.1s //tools:substitutelib 2022-11-23T01:18:20.7155613Z BUILT 3/44 JOBS 0.0s //tools:gen-version-header-lib 2022-11-23T01:18:21.5334274Z BUILT 4/44 JOBS 0.1s //tools:generate_code_bin#__init__ 2022-11-23T01:18:21.5396654Z BUILT 5/44 JOBS 0.8s //tools:substitute 2022-11-23T01:18:21.5507532Z BUILT 6/44 JOBS 0.7s //tools:gen-version-header 2022-11-23T01:18:22.1225112Z BUILT 7/44 JOBS 0.1s //tools:generate_code_bin 2022-11-23T01:18:22.1619734Z BUILT 8/44 JOBS 0.5s //third_party:typing-extensions-download 2022-11-23T01:18:22.3352588Z BUILT 9/44 JOBS 0.0s //tools:selective_build_test#test_module 2022-11-23T01:18:22.3369823Z BUILT 10/44 JOBS 0.0s //tools:selective_build_test#python-test-main 2022-11-23T01:18:22.3852192Z BUILT 11/44 JOBS 0.0s //tools:gen_oplist_test#python-test-main 2022-11-23T01:18:22.4006576Z BUILT 12/44 JOBS 0.0s //tools:gen_oplist_test#test_module 2022-11-23T01:18:22.4174344Z BUILT 13/44 JOBS 0.0s //tools:test_codegen#test_module 2022-11-23T01:18:22.4288083Z BUILT 14/44 JOBS 0.7s //third_party:pyyaml-download 2022-11-23T01:18:22.4335807Z BUILT 15/44 JOBS 0.0s //tools:gen_operators_yaml_test#test_module 2022-11-23T01:18:22.4541338Z BUILT 16/44 JOBS 0.0s //tools:test_codegen#python-test-main 2022-11-23T01:18:22.4654800Z BUILT 17/44 JOBS 0.1s //third_party:typing-extensions 2022-11-23T01:18:22.4723514Z BUILT 18/44 JOBS 0.0s //tools:gen_operators_yaml_test#python-test-main 2022-11-23T01:18:22.4764758Z BUILT 19/44 JOBS 0.0s //tools:vulkan_codegen_test#test_module 2022-11-23T01:18:22.4996593Z BUILT 20/44 JOBS 0.1s //tools:vulkan_codegen_test#python-test-main 2022-11-23T01:18:22.6696229Z BUILT 21/44 JOBS 0.2s //third_party:pyyaml 2022-11-23T01:18:27.3595152Z BUILT 22/44 JOBS 0.0s //torchgen:torchgen 2022-11-23T01:18:27.3645784Z BUILT 23/44 JOBS 0.2s //tools:generate_code_bin#link-tree 2022-11-23T01:18:27.3796535Z BUILT 24/44 JOBS 1.2s //tools:selective_build_test#binary 2022-11-23T01:18:27.3947244Z BUILT 25/44 JOBS 1.2s //tools:gen_unboxing_bin 2022-11-23T01:18:27.4095761Z BUILT 26/44 JOBS 1.2s //tools:gen_oplist_test#binary 2022-11-23T01:18:27.4257639Z BUILT 27/44 JOBS 1.2s //tools:gen_oplist 2022-11-23T01:18:27.4564819Z BUILT 28/44 JOBS 1.2s //tools:gen_operators_yaml 2022-11-23T01:18:27.4795286Z BUILT 29/44 JOBS 1.1s //tools:gen_operators_yaml_test#binary 2022-11-23T01:18:27.5103792Z BUILT 30/44 JOBS 1.2s //tools:test_codegen#binary 2022-11-23T01:18:27.5331174Z BUILT 31/44 JOBS 1.1s //tools:gen_aten_vulkan_spv_bin 2022-11-23T01:18:27.5762133Z BUILT 32/44 JOBS 0.0s //tools:jit 2022-11-23T01:18:27.5861621Z BUILT 33/44 JOBS 0.0s //tools:gen_operators_yaml_lib 2022-11-23T01:18:27.5886895Z BUILT 34/44 JOBS 0.0s //tools:autograd 2022-11-23T01:18:27.5914903Z BUILT 35/44 JOBS 0.0s //tools:gen_oplist_lib 2022-11-23T01:18:27.5937942Z BUILT 36/44 JOBS 0.0s //tools:gen_aten_vulkan_glsl_lib 2022-11-23T01:18:27.6033711Z BUILT 37/44 JOBS 0.0s //tools:selective_build_test 2022-11-23T01:18:27.6668203Z BUILT 38/44 JOBS 0.0s //tools:gen_operators_yaml_test 2022-11-23T01:18:27.6824252Z BUILT 39/44 JOBS 0.0s //tools:test_codegen 2022-11-23T01:18:27.6835453Z BUILT 40/44 JOBS 0.0s //tools:generate_code 2022-11-23T01:18:27.6910108Z BUILT 41/44 JOBS 0.0s //tools:gen_oplist_test 2022-11-23T01:18:27.6920096Z BUILT 42/44 JOBS 0.0s //tools:gen_aten_vulkan_spv_lib 2022-11-23T01:18:28.4242967Z BUILT 43/44 JOBS 1.2s //tools:vulkan_codegen_test#binary 2022-11-23T01:18:28.4452201Z OK //tools:substitutelib BUILT_LOCALLY 2022-11-23T01:18:28.4455562Z OK //tools:substitute BUILT_LOCALLY buck-out/gen/tools/substitute.pex 2022-11-23T01:18:28.4455926Z OK //tools:jit BUILT_LOCALLY 2022-11-23T01:18:28.4456432Z OK //tools:gen_unboxing_bin BUILT_LOCALLY buck-out/gen/tools/gen_unboxing_bin.pex 2022-11-23T01:18:28.4456828Z OK //tools:gen_selected_mobile_ops_header BUILT_LOCALLY 2022-11-23T01:18:28.4457169Z OK //tools:gen_oplist_lib BUILT_LOCALLY 2022-11-23T01:18:28.4457638Z OK //tools:gen_oplist BUILT_LOCALLY buck-out/gen/tools/gen_oplist.pex 2022-11-23T01:18:28.4470514Z OK //tools:gen_operators_yaml_lib BUILT_LOCALLY 2022-11-23T01:18:28.4471978Z OK //tools:gen_operators_yaml BUILT_LOCALLY buck-out/gen/tools/gen_operators_yaml.pex 2022-11-23T01:18:28.4472754Z OK //tools:autograd BUILT_LOCALLY 2022-11-23T01:18:28.4715996Z OK //tools:generate_code BUILT_LOCALLY 2022-11-23T01:18:28.4716811Z OK //tools:generate_code_bin BUILT_LOCALLY buck-out/gen/tools/generate_code_bin.pex 2022-11-23T01:18:28.4717298Z OK //tools:gen-version-header-lib BUILT_LOCALLY 2022-11-23T01:18:28.4717934Z OK //tools:gen-version-header BUILT_LOCALLY buck-out/gen/tools/gen-version-header.pex 2022-11-23T01:18:28.4718385Z OK //tools:gen_aten_vulkan_spv_lib BUILT_LOCALLY 2022-11-23T01:18:28.4718838Z OK //tools:gen_aten_vulkan_glsl_lib BUILT_LOCALLY 2022-11-23T01:18:28.4719364Z OK //tools:gen_aten_vulkan_spv_bin BUILT_LOCALLY buck-out/gen/tools/gen_aten_vulkan_spv_bin.pex 2022-11-23T01:18:28.4719930Z OK //tools:vulkan_codegen_test BUILT_LOCALLY buck-out/gen/tools/vulkan_codegen_test.pex 2022-11-23T01:18:28.4720477Z OK //tools:selective_build_test BUILT_LOCALLY buck-out/gen/tools/selective_build_test.pex 2022-11-23T01:18:28.4721091Z OK //tools:gen_oplist_test BUILT_LOCALLY buck-out/gen/tools/gen_oplist_test.pex 2022-11-23T01:18:28.4721737Z OK //tools:gen_operators_yaml_test BUILT_LOCALLY buck-out/gen/tools/gen_operators_yaml_test.pex 2022-11-23T01:18:28.4722263Z OK //tools:test_codegen BUILT_LOCALLY buck-out/gen/tools/test_codegen.pex 2022-11-23T01:18:28.4722729Z BUILT 44/44 JOBS 0.0s //tools:vulkan_codegen_test 2022-11-23T01:18:28.4766628Z DOWNLOADED 0 ARTIFACTS, 0.00 BYTES, 100.0% CACHE MISS 2022-11-23T01:18:28.4768063Z BUILDING: FINISHED IN 43.1s (100%) 44/44 JOBS, 44 UPDATED 2022-11-23T01:18:28.4774244Z BUILD SUCCEEDED 2022-11-23T01:18:28.5798327Z ##[group]Run buck test tools:selective_build_test tools:gen_oplist_test tools:gen_operators_yaml_test 2022-11-23T01:18:28.5798832Z buck test tools:selective_build_test tools:gen_oplist_test tools:gen_operators_yaml_test 2022-11-23T01:18:28.5860734Z shell: /usr/bin/bash -e -l {0} 2022-11-23T01:18:28.5861141Z env: 2022-11-23T01:18:28.5861446Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:18:28.5861858Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:18:28.5862216Z CONDA_ENV: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:18:28.5862769Z CONDA_RUN: conda run -p /home/runner/work/_temp/conda_environment_3528394938 --no-capture-output 2022-11-23T01:18:28.5863187Z CONDA_BUILD: conda run -p /home/runner/work/_temp/conda_environment_3528394938 conda-build 2022-11-23T01:18:28.5863611Z CONDA_INSTALL: conda install -p /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:18:28.5863921Z ##[endgroup] 2022-11-23T01:19:01.8179994Z PARSING BUCK FILES: FINISHED IN 32.4s 2022-11-23T01:19:01.8472532Z CREATING ACTION GRAPH: FINISHED IN 0.0s 2022-11-23T01:19:01.9338554Z DOWNLOADED 0 ARTIFACTS, 0.00 BYTES, 0.0% CACHE MISS 2022-11-23T01:19:01.9339465Z BUILDING: FINISHED IN 32.5s (100%) 11/12 JOBS, 0 UPDATED 2022-11-23T01:19:01.9340537Z BUILD SUCCEEDED 2022-11-23T01:19:01.9426620Z TESTING //tools:gen_operators_yaml_test //tools:gen_oplist_test //tools:selective_build_test 2022-11-23T01:19:02.5103683Z PASS <100ms 3 Passed 0 Skipped 0 Failed //tools:gen_operators_yaml_test 2022-11-23T01:19:02.5150145Z PASS <100ms 1 Passed 0 Skipped 0 Failed //tools:gen_oplist_test 2022-11-23T01:19:02.8929843Z PASS <100ms 8 Passed 0 Skipped 0 Failed //tools:selective_build_test 2022-11-23T01:19:02.9002731Z TESTS PASSED 2022-11-23T01:19:02.9711841Z ##[group]Run buck build c10:c10 2022-11-23T01:19:02.9712173Z buck build c10:c10 2022-11-23T01:19:02.9969481Z shell: /usr/bin/bash -e -l {0} 2022-11-23T01:19:02.9969773Z env: 2022-11-23T01:19:02.9970106Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:19:02.9970516Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:19:02.9970926Z CONDA_ENV: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:19:02.9971634Z CONDA_RUN: conda run -p /home/runner/work/_temp/conda_environment_3528394938 --no-capture-output 2022-11-23T01:19:02.9972104Z CONDA_BUILD: conda run -p /home/runner/work/_temp/conda_environment_3528394938 conda-build 2022-11-23T01:19:02.9972813Z CONDA_INSTALL: conda install -p /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:19:02.9973159Z ##[endgroup] 2022-11-23T01:19:35.9605602Z PARSING BUCK FILES: FINISHED IN 32.2s 2022-11-23T01:19:40.1736012Z CREATING ACTION GRAPH: FINISHED IN 4.2s 2022-11-23T01:19:40.6616453Z BUILT 1/78 JOBS 0.0s //c10:c10#linux-x86_64,private-headers 2022-11-23T01:19:40.6659443Z BUILT 2/78 JOBS 0.0s //third_party:glog#header-mode-symlink-tree-only,headers 2022-11-23T01:19:40.6806930Z BUILT 3/78 JOBS 0.0s //third_party:glog_config#header-mode-symlink-tree-only,headers 2022-11-23T01:19:40.6875420Z BUILT 4/78 JOBS 0.2s //c10:c10#header-mode-symlink-tree-only,headers 2022-11-23T01:19:40.8103487Z BUILT 5/78 JOBS 0.1s //third_party:glog_vlog_is_on.h 2022-11-23T01:19:40.8182740Z BUILT 6/78 JOBS 0.0s //third_party:glog_logging.h 2022-11-23T01:19:40.8301138Z BUILT 7/78 JOBS 0.0s //third_party:glog_stl_logging.h 2022-11-23T01:19:40.8331124Z BUILT 8/78 JOBS 0.1s //third_party:glog_raw_logging.h 2022-11-23T01:19:40.8389916Z BUILT 9/78 JOBS 0.1s //third_party:glog_config.h 2022-11-23T01:19:40.8430780Z BUILT 10/78 JOBS 0.0s //c10:c10#linux-x86_64,preprocessor-deps 2022-11-23T01:20:20.2365333Z BUILT 11/78 JOBS 3.4s //c10:c10#compile-Metaprogramming.cpp.o47a6fc80,linux-x86_64 2022-11-23T01:20:20.2556004Z BUILT 12/78 JOBS 4.0s //c10:c10#compile-Exception.cpp.o9e9147d2,linux-x86_64 2022-11-23T01:20:20.2686634Z BUILT 13/78 JOBS 1.1s //c10:c10#compile-SymIntArrayRef.cpp.o4cec965c,linux-x86_64 2022-11-23T01:20:20.2907158Z BUILT 14/78 JOBS 1.1s //c10:c10#compile-SymFloat.cpp.o9d680da5,linux-x86_64 2022-11-23T01:20:20.2915759Z BUILT 15/78 JOBS 1.5s //c10:c10#compile-CPUCachingAllocator.cpp.o813d846f,linux-x86_64 2022-11-23T01:20:20.3020685Z BUILT 16/78 JOBS 0.8s //c10:c10#compile-SmallVector.cpp.o61989e32,linux-x86_64 2022-11-23T01:20:20.3089862Z BUILT 17/78 JOBS 0.9s //c10:c10#compile-Optional.cpp.o35ea2a49,linux-x86_64 2022-11-23T01:20:20.3212647Z BUILT 18/78 JOBS 0.8s //c10:c10#compile-DeadlockDetection.cpp.oc30ccc42,linux-x86_64 2022-11-23T01:20:20.3342540Z BUILT 19/78 JOBS 0.4s //c10:c10#compile-UniqueVoidPtr.cpp.o3a57d12a,linux-x86_64 2022-11-23T01:20:20.3408186Z BUILT 20/78 JOBS 1.4s //c10:c10#compile-GPUTrace.cpp.od2b97602,linux-x86_64 2022-11-23T01:20:20.3726828Z BUILT 21/78 JOBS 1.0s //c10:c10#compile-SymInt.cpp.obdabe8c9,linux-x86_64 2022-11-23T01:20:20.3727401Z BUILT 22/78 JOBS 1.0s //c10:c10#compile-DeviceType.cpp.ob04c2147,linux-x86_64 2022-11-23T01:20:20.3786439Z BUILT 23/78 JOBS 1.5s //c10:c10#compile-TorchDispatchModeTLS.cpp.odfef25ce,linux-x86_64 2022-11-23T01:20:20.3931521Z BUILT 24/78 JOBS 0.8s //c10:c10#compile-Type_demangle.cpp.o031907e6,linux-x86_64 2022-11-23T01:20:20.4015008Z BUILT 25/78 JOBS 0.9s //c10:c10#compile-flags_use_no_gflags.cpp.oa9d0a03c,linux-x86_64 2022-11-23T01:20:20.4187466Z BUILT 26/78 JOBS 1.6s //c10:c10#compile-TensorOptions.cpp.o97d0f783,linux-x86_64 2022-11-23T01:20:20.4195896Z BUILT 27/78 JOBS 1.1s //c10:c10#compile-InferenceMode.cpp.o4b7af4c1,linux-x86_64 2022-11-23T01:20:20.4271174Z BUILT 28/78 JOBS 1.2s //c10:c10#compile-PythonDispatcherTLS.cpp.o31f0acb8,linux-x86_64 2022-11-23T01:20:20.4443118Z BUILT 29/78 JOBS 1.0s //c10:c10#compile-C__17.cpp.o1e2141c7,linux-x86_64 2022-11-23T01:20:20.4459415Z BUILT 30/78 JOBS 2.4s //c10:c10#compile-UndefinedTensorImpl.cpp.o44c44c4c,linux-x86_64 2022-11-23T01:20:20.4556116Z BUILT 31/78 JOBS 1.0s //c10:c10#compile-Half.cpp.ocb7ad78b,linux-x86_64 2022-11-23T01:20:20.4565799Z BUILT 32/78 JOBS 0.1s //c10:c10#compile-AutogradState.cpp.o4df5fe44,linux-x86_64 2022-11-23T01:20:20.4742956Z BUILT 33/78 JOBS 0.9s //c10:c10#compile-Stream.cpp.oa488d314,linux-x86_64 2022-11-23T01:20:20.4752703Z BUILT 34/78 JOBS 1.3s //c10:c10#compile-DefaultDtype.cpp.obcf58bac,linux-x86_64 2022-11-23T01:20:20.4860755Z BUILT 35/78 JOBS 0.1s //c10:c10#compile-Unicode.cpp.oe8a081c8,linux-x86_64 2022-11-23T01:20:20.4903158Z BUILT 36/78 JOBS 1.4s //c10:c10#compile-Logging.cpp.oea11d37d,linux-x86_64 2022-11-23T01:20:20.5004038Z BUILT 37/78 JOBS 1.3s //c10:c10#compile-Scalar.cpp.o83ba2af3,linux-x86_64 2022-11-23T01:20:20.5063619Z BUILT 38/78 JOBS 1.2s //c10:c10#compile-LocalDispatchKeySet.cpp.ob0309bc3,linux-x86_64 2022-11-23T01:20:20.5346534Z BUILT 39/78 JOBS 0.7s //c10:c10#compile-flags_use_gflags.cpp.o42c7984d,linux-x86_64 2022-11-23T01:20:20.5347586Z BUILT 40/78 JOBS 1.3s //c10:c10#compile-Storage.cpp.ofbeb3c24,linux-x86_64 2022-11-23T01:20:20.5540552Z BUILT 41/78 JOBS 0.9s //c10:c10#compile-DeviceGuardImplInterface.cpp.o174d0721,linux-x86_64 2022-11-23T01:20:20.5561513Z BUILT 42/78 JOBS 0.4s //c10:c10#compile-GradMode.cpp.of1ab33dc,linux-x86_64 2022-11-23T01:20:20.5736050Z BUILT 43/78 JOBS 1.0s //c10:c10#compile-Backtrace.cpp.odff8d1b4,linux-x86_64 2022-11-23T01:20:20.5823861Z BUILT 44/78 JOBS 2.8s //c10:c10#compile-TensorImpl.cpp.o2d22900b,linux-x86_64 2022-11-23T01:20:20.5902340Z BUILT 45/78 JOBS 1.4s //c10:c10#compile-alloc_cpu.cpp.od85e9b9a,linux-x86_64 2022-11-23T01:20:20.6125334Z BUILT 46/78 JOBS 0.6s //c10:c10#compile-complex_math.cpp.o981bdb28,linux-x86_64 2022-11-23T01:20:20.6136282Z BUILT 47/78 JOBS 1.6s //c10:c10#compile-CPUProfilingAllocator.cpp.oe7de2143,linux-x86_64 2022-11-23T01:20:20.6255717Z BUILT 48/78 JOBS 1.0s //c10:c10#compile-SymNodeImpl.cpp.o6290f241,linux-x86_64 2022-11-23T01:20:20.6297572Z BUILT 49/78 JOBS 1.3s //c10:c10#compile-StorageImpl.cpp.o4af6068f,linux-x86_64 2022-11-23T01:20:20.6433538Z BUILT 50/78 JOBS 1.2s //c10:c10#compile-DispatchKeySet.cpp.o72a456b2,linux-x86_64 2022-11-23T01:20:20.6443027Z BUILT 51/78 JOBS 1.0s //c10:c10#compile-ThreadLocalDebugInfo.cpp.o57cda225,linux-x86_64 2022-11-23T01:20:20.6605296Z BUILT 52/78 JOBS 1.0s //c10:c10#compile-WrapDimMinimal.cpp.o86b1782c,linux-x86_64 2022-11-23T01:20:20.6697189Z BUILT 53/78 JOBS 1.1s //c10:c10#compile-int128.cpp.o57c0c3db,linux-x86_64 2022-11-23T01:20:20.6817633Z BUILT 54/78 JOBS 1.0s //c10:c10#compile-Allocator.cpp.o077e9850,linux-x86_64 2022-11-23T01:20:20.6954747Z BUILT 55/78 JOBS 0.9s //c10:c10#compile-Array.cpp.o972bfa01,linux-x86_64 2022-11-23T01:20:20.7017555Z BUILT 56/78 JOBS 0.8s //c10:c10#compile-TypeList.cpp.o3b4bbc95,linux-x86_64 2022-11-23T01:20:20.7110481Z BUILT 57/78 JOBS 0.8s //c10:c10#compile-StringUtil.cpp.of18b68f2,linux-x86_64 2022-11-23T01:20:20.7138193Z BUILT 58/78 JOBS 2.3s //c10:c10#compile-GeneratorImpl.cpp.oba43ce38,linux-x86_64 2022-11-23T01:20:20.7208507Z BUILT 59/78 JOBS 0.9s //c10:c10#compile-intrusive_ptr.cpp.ob5aaf4d4,linux-x86_64 2022-11-23T01:20:20.7242498Z BUILT 60/78 JOBS 2.2s //c10:c10#compile-PyInterpreter.cpp.o7e2fd9cf,linux-x86_64 2022-11-23T01:20:20.7373193Z BUILT 61/78 JOBS 0.7s //c10:c10#compile-TypeTraits.cpp.oea49a2a1,linux-x86_64 2022-11-23T01:20:20.7378901Z BUILT 62/78 JOBS 2.1s //c10:c10#compile-SafePyObject.cpp.oef22c4c5,linux-x86_64 2022-11-23T01:20:20.7456868Z BUILT 63/78 JOBS 0.9s //c10:c10#compile-SizesAndStrides.cpp.oabbfd433,linux-x86_64 2022-11-23T01:20:20.7489734Z BUILT 64/78 JOBS 1.3s //c10:c10#compile-numa.cpp.o3c2e2798,linux-x86_64 2022-11-23T01:20:20.7631534Z BUILT 65/78 JOBS 1.4s //c10:c10#compile-signal_handler.cpp.o6a373037,linux-x86_64 2022-11-23T01:20:20.7676483Z BUILT 66/78 JOBS 1.7s //c10:c10#compile-typeid.cpp.o0b6d308c,linux-x86_64 2022-11-23T01:20:20.7777290Z BUILT 67/78 JOBS 0.9s //c10:c10#compile-LeftRight.cpp.o3b477a75,linux-x86_64 2022-11-23T01:20:20.7865766Z BUILT 68/78 JOBS 1.7s //c10:c10#compile-thread_pool.cpp.ofac4af54,linux-x86_64 2022-11-23T01:20:20.7875581Z BUILT 69/78 JOBS 1.1s //c10:c10#compile-CopyBytes.cpp.oc6c03d35,linux-x86_64 2022-11-23T01:20:20.7973468Z BUILT 70/78 JOBS 1.4s //c10:c10#compile-DispatchKey.cpp.o488aba89,linux-x86_64 2022-11-23T01:20:20.8038028Z BUILT 71/78 JOBS 0.7s //c10:c10#compile-thread_name.cpp.o737039e8,linux-x86_64 2022-11-23T01:20:20.8179005Z BUILT 72/78 JOBS 0.3s //c10:c10#compile-Type_no_demangle.cpp.o5d07ae4f,linux-x86_64 2022-11-23T01:20:20.8271925Z BUILT 73/78 JOBS 1.8s //c10:c10#compile-CPUAllocator.cpp.o03978f25,linux-x86_64 2022-11-23T01:20:20.8346407Z BUILT 74/78 JOBS 0.1s //c10:c10#compile-HermeticPyObjectTLS.cpp.o20b52246,linux-x86_64 2022-11-23T01:20:20.8410892Z BUILT 75/78 JOBS 1.1s //c10:c10#compile-Device.cpp.ob5ac6fff,linux-x86_64 2022-11-23T01:20:20.8470384Z BUILT 76/78 JOBS 1.2s //c10:c10#compile-TypeCast.cpp.o9b4035b6,linux-x86_64 2022-11-23T01:20:21.7512078Z BUILT 77/78 JOBS 1.0s //c10:c10#compile-MathConstants.cpp.o5f150096,linux-x86_64 2022-11-23T01:20:21.9569776Z BUILT 78/78 JOBS 0.2s //c10:c10#linux-x86_64,static 2022-11-23T01:20:21.9610777Z DOWNLOADED 0 ARTIFACTS, 0.00 BYTES, 100.0% CACHE MISS 2022-11-23T01:20:21.9632652Z BUILDING: FINISHED IN 1m 14.0s (100%) 78/78 JOBS, 78 UPDATED 2022-11-23T01:20:21.9633134Z BUILD SUCCEEDED 2022-11-23T01:20:22.0256666Z ##[group]Run buck build third_party:XNNPACK 2022-11-23T01:20:22.0257002Z buck build third_party:XNNPACK 2022-11-23T01:20:22.0401431Z shell: /usr/bin/bash -e -l {0} 2022-11-23T01:20:22.0401656Z env: 2022-11-23T01:20:22.0401935Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:20:22.0402484Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:20:22.0402814Z CONDA_ENV: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:20:22.0403189Z CONDA_RUN: conda run -p /home/runner/work/_temp/conda_environment_3528394938 --no-capture-output 2022-11-23T01:20:22.0403592Z CONDA_BUILD: conda run -p /home/runner/work/_temp/conda_environment_3528394938 conda-build 2022-11-23T01:20:22.0404137Z CONDA_INSTALL: conda install -p /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:20:22.0404630Z ##[endgroup] 2022-11-23T01:20:24.6908658Z PARSING BUCK FILES: FINISHED IN 1.9s 2022-11-23T01:20:25.0062386Z CREATING ACTION GRAPH: FINISHED IN 0.3s 2022-11-23T01:20:25.2223412Z BUILT 1/17 JOBS 0.0s //third_party:FXdiv#header-mode-symlink-tree-only,headers 2022-11-23T01:20:25.2224578Z BUILT 2/17 JOBS 0.0s //third_party:XNNPACK#header-mode-symlink-tree-only,headers 2022-11-23T01:20:25.2225547Z BUILT 3/17 JOBS 0.0s //third_party:interface#header-mode-symlink-tree-only,headers 2022-11-23T01:20:25.2226651Z BUILT 4/17 JOBS 0.0s //third_party:pthreadpool_header#header-mode-symlink-tree-only,headers 2022-11-23T01:20:25.2406660Z BUILT 5/17 JOBS 0.1s //third_party:XNNPACK#linux-x86_64,private-headers 2022-11-23T01:20:25.2454976Z BUILT 6/17 JOBS 0.0s //third_party:XNNPACK#linux-x86_64,preprocessor-deps 2022-11-23T01:20:25.9461280Z BUILT 7/17 JOBS 0.2s //third_party:XNNPACK#compile-operator-strings.c.o5e38c7e8,linux-x86_64 2022-11-23T01:20:25.9578412Z BUILT 8/17 JOBS 0.2s //third_party:XNNPACK#compile-runtime.c.o0db71540,linux-x86_64 2022-11-23T01:20:25.9803124Z BUILT 9/17 JOBS 0.2s //third_party:XNNPACK#compile-subgraph-strings.c.oa7f6395a,linux-x86_64 2022-11-23T01:20:25.9963496Z BUILT 10/17 JOBS 0.1s //third_party:XNNPACK#compile-tensor.c.o82851463,linux-x86_64 2022-11-23T01:20:26.0143387Z BUILT 11/17 JOBS 0.3s //third_party:XNNPACK#compile-subgraph.c.o3443612d,linux-x86_64 2022-11-23T01:20:26.0241931Z BUILT 12/17 JOBS 0.2s //third_party:XNNPACK#compile-datatype-strings.c.o38dec673,linux-x86_64 2022-11-23T01:20:26.0398838Z BUILT 13/17 JOBS 0.2s //third_party:XNNPACK#compile-allocator.c.o094ee255,linux-x86_64 2022-11-23T01:20:26.0480874Z BUILT 14/17 JOBS 0.1s //third_party:XNNPACK#compile-operator-delete.c.od65b3711,linux-x86_64 2022-11-23T01:20:26.1817902Z BUILT 15/17 JOBS 0.1s //third_party:XNNPACK#compile-memory-planner.c.oe380016d,linux-x86_64 2022-11-23T01:20:26.2616865Z BUILT 16/17 JOBS 0.5s //third_party:XNNPACK#compile-init.c.o596fcacb,linux-x86_64 2022-11-23T01:20:26.2837261Z BUILT 17/17 JOBS 0.0s //third_party:XNNPACK#linux-x86_64,static 2022-11-23T01:20:26.2859214Z DOWNLOADED 0 ARTIFACTS, 0.00 BYTES, 100.0% CACHE MISS 2022-11-23T01:20:26.2859941Z BUILDING: FINISHED IN 3.2s (100%) 17/17 JOBS, 17 UPDATED 2022-11-23T01:20:26.2860899Z BUILD SUCCEEDED 2022-11-23T01:20:26.3657820Z ##[group]Run buck build aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack 2022-11-23T01:20:26.3658498Z buck build aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack 2022-11-23T01:20:26.3729143Z shell: /usr/bin/bash -e -l {0} 2022-11-23T01:20:26.3729376Z env: 2022-11-23T01:20:26.3729687Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:20:26.3730098Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:20:26.3730464Z CONDA_ENV: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:20:26.3731075Z CONDA_RUN: conda run -p /home/runner/work/_temp/conda_environment_3528394938 --no-capture-output 2022-11-23T01:20:26.3731537Z CONDA_BUILD: conda run -p /home/runner/work/_temp/conda_environment_3528394938 conda-build 2022-11-23T01:20:26.3731981Z CONDA_INSTALL: conda install -p /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:20:26.3733006Z ##[endgroup] 2022-11-23T01:20:28.0784971Z PARSING BUCK FILES: FINISHED IN 1.0s 2022-11-23T01:20:28.2585311Z CREATING ACTION GRAPH: FINISHED IN 0.2s 2022-11-23T01:20:28.5080606Z BUILT 3/33 JOBS 0.0s //third_party:psimd#header-mode-symlink-tree-only,headers 2022-11-23T01:20:28.5106816Z BUILT 4/33 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#header-mode-symlink-tree-only,headers 2022-11-23T01:20:28.5216476Z BUILT 5/33 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#linux-x86_64,private-headers 2022-11-23T01:20:28.5293425Z BUILT 6/33 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#linux-x86_64,preprocessor-deps 2022-11-23T01:20:29.5934690Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:929:11: warning: 'pthreadpool_compute_2d' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.5935656Z pthreadpool_compute_2d( 2022-11-23T01:20:29.5936249Z ^ 2022-11-23T01:20:29.5937054Z third_party/pthreadpool/include/pthreadpool.h:1121:18: note: 'pthreadpool_compute_2d' has been explicitly marked deprecated here 2022-11-23T01:20:29.5937631Z size_t range_j) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6013227Z ^ 2022-11-23T01:20:29.6014098Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6014827Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6015387Z ^ 2022-11-23T01:20:29.6016741Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:957:11: warning: 'pthreadpool_compute_2d' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6017349Z pthreadpool_compute_2d( 2022-11-23T01:20:29.6017713Z ^ 2022-11-23T01:20:29.6100845Z third_party/pthreadpool/include/pthreadpool.h:1121:18: note: 'pthreadpool_compute_2d' has been explicitly marked deprecated here 2022-11-23T01:20:29.6101691Z size_t range_j) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6101951Z ^ 2022-11-23T01:20:29.6103528Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6103954Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6106329Z ^ 2022-11-23T01:20:29.6109172Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:984:11: warning: 'pthreadpool_compute_2d' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6111869Z pthreadpool_compute_2d( 2022-11-23T01:20:29.6114105Z ^ 2022-11-23T01:20:29.6116642Z third_party/pthreadpool/include/pthreadpool.h:1121:18: note: 'pthreadpool_compute_2d' has been explicitly marked deprecated here 2022-11-23T01:20:29.6119256Z size_t range_j) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6121955Z ^ 2022-11-23T01:20:29.6124960Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6129447Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6133263Z ^ 2022-11-23T01:20:29.6137124Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1023:7: warning: 'pthreadpool_compute_3d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6139586Z pthreadpool_compute_3d_tiled( 2022-11-23T01:20:29.6142215Z ^ 2022-11-23T01:20:29.6145242Z third_party/pthreadpool/include/pthreadpool.h:1141:17: note: 'pthreadpool_compute_3d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:29.6148741Z size_t tile_k) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6151846Z ^ 2022-11-23T01:20:29.6154721Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6157214Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6159548Z ^ 2022-11-23T01:20:29.6162214Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1051:7: warning: 'pthreadpool_compute_4d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6164702Z pthreadpool_compute_4d_tiled( 2022-11-23T01:20:29.6166989Z ^ 2022-11-23T01:20:29.6170228Z third_party/pthreadpool/include/pthreadpool.h:1154:17: note: 'pthreadpool_compute_4d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:29.6173304Z size_t tile_l) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6173787Z ^ 2022-11-23T01:20:29.6174584Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6175017Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6175395Z ^ 2022-11-23T01:20:29.6175987Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1093:7: warning: 'pthreadpool_compute_4d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6176574Z pthreadpool_compute_4d_tiled( 2022-11-23T01:20:29.6176969Z ^ 2022-11-23T01:20:29.6177465Z third_party/pthreadpool/include/pthreadpool.h:1154:17: note: 'pthreadpool_compute_4d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:29.6178028Z size_t tile_l) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6178274Z ^ 2022-11-23T01:20:29.6178893Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6179286Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6179556Z ^ 2022-11-23T01:20:29.6180116Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1247:7: warning: 'pthreadpool_compute_4d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6180526Z pthreadpool_compute_4d_tiled( 2022-11-23T01:20:29.6180730Z ^ 2022-11-23T01:20:29.6181214Z third_party/pthreadpool/include/pthreadpool.h:1154:17: note: 'pthreadpool_compute_4d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:29.6181606Z size_t tile_l) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6181845Z ^ 2022-11-23T01:20:29.6182274Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6182665Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6182952Z ^ 2022-11-23T01:20:29.6183492Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1260:7: warning: 'pthreadpool_compute_4d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6184105Z pthreadpool_compute_4d_tiled( 2022-11-23T01:20:29.6184362Z ^ 2022-11-23T01:20:29.6184958Z third_party/pthreadpool/include/pthreadpool.h:1154:17: note: 'pthreadpool_compute_4d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:29.6185350Z size_t tile_l) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6185589Z ^ 2022-11-23T01:20:29.6186033Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6186406Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6186694Z ^ 2022-11-23T01:20:29.6187247Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1309:7: warning: 'pthreadpool_compute_4d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6187647Z pthreadpool_compute_4d_tiled( 2022-11-23T01:20:29.6187850Z ^ 2022-11-23T01:20:29.6188342Z third_party/pthreadpool/include/pthreadpool.h:1154:17: note: 'pthreadpool_compute_4d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:29.6188732Z size_t tile_l) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6188952Z ^ 2022-11-23T01:20:29.6189394Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6189783Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6190051Z ^ 2022-11-23T01:20:29.6190599Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1381:7: warning: 'pthreadpool_compute_2d' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6191008Z pthreadpool_compute_2d( 2022-11-23T01:20:29.6191224Z ^ 2022-11-23T01:20:29.6191680Z third_party/pthreadpool/include/pthreadpool.h:1121:18: note: 'pthreadpool_compute_2d' has been explicitly marked deprecated here 2022-11-23T01:20:29.6192248Z size_t range_j) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6192842Z ^ 2022-11-23T01:20:29.6193263Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6193638Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6193916Z ^ 2022-11-23T01:20:29.6194701Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1430:7: warning: 'pthreadpool_compute_2d' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6195074Z pthreadpool_compute_2d( 2022-11-23T01:20:29.6195468Z ^ 2022-11-23T01:20:29.6196257Z third_party/pthreadpool/include/pthreadpool.h:1121:18: note: 'pthreadpool_compute_2d' has been explicitly marked deprecated here 2022-11-23T01:20:29.6196614Z size_t range_j) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6196845Z ^ 2022-11-23T01:20:29.6197275Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6197986Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6198265Z ^ 2022-11-23T01:20:29.6198803Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1455:9: warning: 'pthreadpool_compute_1d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6199194Z pthreadpool_compute_1d_tiled( 2022-11-23T01:20:29.6199393Z ^ 2022-11-23T01:20:29.6199861Z third_party/pthreadpool/include/pthreadpool.h:1114:15: note: 'pthreadpool_compute_1d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:29.6200239Z size_t tile) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6200447Z ^ 2022-11-23T01:20:29.6201046Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6201539Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6201903Z ^ 2022-11-23T01:20:29.6202456Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1473:9: warning: 'pthreadpool_compute_1d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6202858Z pthreadpool_compute_1d_tiled( 2022-11-23T01:20:29.6203081Z ^ 2022-11-23T01:20:29.6203554Z third_party/pthreadpool/include/pthreadpool.h:1114:15: note: 'pthreadpool_compute_1d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:29.6203943Z size_t tile) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6204173Z ^ 2022-11-23T01:20:29.6204612Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6204991Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6205281Z ^ 2022-11-23T01:20:29.6205834Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1518:7: warning: 'pthreadpool_compute_1d' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6206209Z pthreadpool_compute_1d( 2022-11-23T01:20:29.6206423Z ^ 2022-11-23T01:20:29.6206900Z third_party/pthreadpool/include/pthreadpool.h:1107:16: note: 'pthreadpool_compute_1d' has been explicitly marked deprecated here 2022-11-23T01:20:29.6207287Z size_t range) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6207508Z ^ 2022-11-23T01:20:29.6207950Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6208347Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6208618Z ^ 2022-11-23T01:20:29.6209314Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1538:9: warning: 'pthreadpool_compute_1d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6209946Z pthreadpool_compute_1d_tiled( 2022-11-23T01:20:29.6210239Z ^ 2022-11-23T01:20:29.6210746Z third_party/pthreadpool/include/pthreadpool.h:1114:15: note: 'pthreadpool_compute_1d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:29.6211136Z size_t tile) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6211379Z ^ 2022-11-23T01:20:29.6211980Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6212775Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6213094Z ^ 2022-11-23T01:20:29.6213630Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1554:9: warning: 'pthreadpool_compute_1d' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6214013Z pthreadpool_compute_1d( 2022-11-23T01:20:29.6214226Z ^ 2022-11-23T01:20:29.6214696Z third_party/pthreadpool/include/pthreadpool.h:1107:16: note: 'pthreadpool_compute_1d' has been explicitly marked deprecated here 2022-11-23T01:20:29.6215231Z size_t range) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6215645Z ^ 2022-11-23T01:20:29.6216105Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6216491Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6216790Z ^ 2022-11-23T01:20:29.6217365Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1578:9: warning: 'pthreadpool_compute_1d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6217786Z pthreadpool_compute_1d_tiled( 2022-11-23T01:20:29.6217998Z ^ 2022-11-23T01:20:29.6218816Z third_party/pthreadpool/include/pthreadpool.h:1114:15: note: 'pthreadpool_compute_1d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:29.6219644Z size_t tile) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6219863Z ^ 2022-11-23T01:20:29.6220324Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6220902Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6221267Z ^ 2022-11-23T01:20:29.6222198Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1594:9: warning: 'pthreadpool_compute_1d' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6222603Z pthreadpool_compute_1d( 2022-11-23T01:20:29.6223200Z ^ 2022-11-23T01:20:29.6223675Z third_party/pthreadpool/include/pthreadpool.h:1107:16: note: 'pthreadpool_compute_1d' has been explicitly marked deprecated here 2022-11-23T01:20:29.6224073Z size_t range) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6224320Z ^ 2022-11-23T01:20:29.6224759Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6225167Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6225623Z ^ 2022-11-23T01:20:29.6226172Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1613:7: warning: 'pthreadpool_compute_1d' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6226543Z pthreadpool_compute_1d( 2022-11-23T01:20:29.6226757Z ^ 2022-11-23T01:20:29.6228064Z third_party/pthreadpool/include/pthreadpool.h:1107:16: note: 'pthreadpool_compute_1d' has been explicitly marked deprecated here 2022-11-23T01:20:29.6228515Z size_t range) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6228794Z ^ 2022-11-23T01:20:29.6229362Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6229826Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6230155Z ^ 2022-11-23T01:20:29.6230965Z aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1657:7: warning: 'pthreadpool_compute_1d' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:29.6231707Z pthreadpool_compute_1d( 2022-11-23T01:20:29.6231913Z ^ 2022-11-23T01:20:29.6232565Z third_party/pthreadpool/include/pthreadpool.h:1107:16: note: 'pthreadpool_compute_1d' has been explicitly marked deprecated here 2022-11-23T01:20:29.6233320Z size_t range) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:29.6233562Z ^ 2022-11-23T01:20:29.6233985Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:29.6234377Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:29.6234838Z ^ 2022-11-23T01:20:29.6235056Z 20 warnings generated. 2022-11-23T01:20:30.1744344Z aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-dynamic-run.cc:109:3: warning: 'pthreadpool_compute_4d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:30.1747514Z pthreadpool_compute_4d_tiled( 2022-11-23T01:20:30.1748127Z ^ 2022-11-23T01:20:30.1748938Z third_party/pthreadpool/include/pthreadpool.h:1154:17: note: 'pthreadpool_compute_4d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:30.1749868Z size_t tile_l) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:30.1750307Z ^ 2022-11-23T01:20:30.1751228Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:30.1752029Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:30.1752620Z ^ 2022-11-23T01:20:30.1753245Z 1 warning generated. 2022-11-23T01:20:30.3353261Z aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:445:11: warning: 'pthreadpool_compute_2d' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:30.3354443Z pthreadpool_compute_2d( 2022-11-23T01:20:30.3354860Z ^ 2022-11-23T01:20:30.3355795Z third_party/pthreadpool/include/pthreadpool.h:1121:18: note: 'pthreadpool_compute_2d' has been explicitly marked deprecated here 2022-11-23T01:20:30.3356356Z size_t range_j) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:30.3356779Z ^ 2022-11-23T01:20:30.3357443Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:30.3358114Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:30.3358612Z ^ 2022-11-23T01:20:30.3359438Z aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:478:11: warning: 'pthreadpool_compute_2d' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:30.3359926Z pthreadpool_compute_2d( 2022-11-23T01:20:30.3360316Z ^ 2022-11-23T01:20:30.3361535Z third_party/pthreadpool/include/pthreadpool.h:1121:18: note: 'pthreadpool_compute_2d' has been explicitly marked deprecated here 2022-11-23T01:20:30.3362356Z size_t range_j) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:30.3362800Z ^ 2022-11-23T01:20:30.3363442Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:30.3364158Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:30.3364685Z ^ 2022-11-23T01:20:30.3365966Z aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:507:11: warning: 'pthreadpool_compute_2d' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:30.3366547Z pthreadpool_compute_2d( 2022-11-23T01:20:30.3367014Z ^ 2022-11-23T01:20:30.3367679Z third_party/pthreadpool/include/pthreadpool.h:1121:18: note: 'pthreadpool_compute_2d' has been explicitly marked deprecated here 2022-11-23T01:20:30.3368264Z size_t range_j) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:30.3385647Z ^ 2022-11-23T01:20:30.3386443Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:30.3387187Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:30.3387868Z ^ 2022-11-23T01:20:30.3389242Z aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:555:7: warning: 'pthreadpool_compute_3d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:30.3390016Z pthreadpool_compute_3d_tiled( 2022-11-23T01:20:30.3390468Z ^ 2022-11-23T01:20:30.3391412Z third_party/pthreadpool/include/pthreadpool.h:1141:17: note: 'pthreadpool_compute_3d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:30.3550867Z size_t tile_k) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:30.3551388Z ^ 2022-11-23T01:20:30.3552096Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:30.3552624Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:30.3552994Z ^ 2022-11-23T01:20:30.3553777Z aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:583:7: warning: 'pthreadpool_compute_4d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:30.3554308Z pthreadpool_compute_4d_tiled( 2022-11-23T01:20:30.3554614Z ^ 2022-11-23T01:20:30.3555240Z third_party/pthreadpool/include/pthreadpool.h:1154:17: note: 'pthreadpool_compute_4d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:30.3555756Z size_t tile_l) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:30.3556296Z ^ 2022-11-23T01:20:30.3557047Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:30.3557555Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:30.3557954Z ^ 2022-11-23T01:20:30.3558646Z aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:620:7: warning: 'pthreadpool_compute_4d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:30.3559251Z pthreadpool_compute_4d_tiled( 2022-11-23T01:20:30.3559572Z ^ 2022-11-23T01:20:30.3560175Z third_party/pthreadpool/include/pthreadpool.h:1154:17: note: 'pthreadpool_compute_4d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:30.3560695Z size_t tile_l) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:30.3561018Z ^ 2022-11-23T01:20:30.3561589Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:30.3562114Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:30.3562512Z ^ 2022-11-23T01:20:30.3563198Z aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:661:7: warning: 'pthreadpool_compute_4d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:30.3563718Z pthreadpool_compute_4d_tiled( 2022-11-23T01:20:30.3564017Z ^ 2022-11-23T01:20:30.3564633Z third_party/pthreadpool/include/pthreadpool.h:1154:17: note: 'pthreadpool_compute_4d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:30.3565152Z size_t tile_l) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:30.3565470Z ^ 2022-11-23T01:20:30.3566032Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:30.3566908Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:30.3567326Z ^ 2022-11-23T01:20:30.3567867Z 7 warnings generated. 2022-11-23T01:20:31.0790683Z aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-run.cc:107:3: warning: 'pthreadpool_compute_4d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:31.0791682Z pthreadpool_compute_4d_tiled( 2022-11-23T01:20:31.0792446Z ^ 2022-11-23T01:20:31.0793437Z third_party/pthreadpool/include/pthreadpool.h:1154:17: note: 'pthreadpool_compute_4d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:31.0794437Z size_t tile_l) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:31.0795157Z ^ 2022-11-23T01:20:31.0796980Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:31.0797499Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:31.0797861Z ^ 2022-11-23T01:20:31.0798110Z 1 warning generated. 2022-11-23T01:20:31.4268310Z aten/src/ATen/native/quantized/cpu/qnnpack/src/deconv-run.cc:195:3: warning: 'pthreadpool_compute_4d_tiled' is deprecated [-Wdeprecated-declarations] 2022-11-23T01:20:31.4269181Z pthreadpool_compute_4d_tiled( 2022-11-23T01:20:31.4270461Z ^ 2022-11-23T01:20:31.4271765Z third_party/pthreadpool/include/pthreadpool.h:1154:17: note: 'pthreadpool_compute_4d_tiled' has been explicitly marked deprecated here 2022-11-23T01:20:31.4272431Z size_t tile_l) PTHREADPOOL_DEPRECATED; 2022-11-23T01:20:31.4272707Z ^ 2022-11-23T01:20:31.4273370Z third_party/pthreadpool/include/pthreadpool.h:1091:48: note: expanded from macro 'PTHREADPOOL_DEPRECATED' 2022-11-23T01:20:31.4273994Z #define PTHREADPOOL_DEPRECATED __attribute__((__deprecated__)) 2022-11-23T01:20:31.4274324Z ^ 2022-11-23T01:20:31.4274563Z 1 warning generated. 2022-11-23T01:20:32.7548941Z BUILT 7/33 JOBS 0.6s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-tanh.c.o874e526a,linux-x86_64 2022-11-23T01:20:32.7700114Z BUILT 8/33 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-operator-delete.c.o6c7e044f,linux-x86_64 2022-11-23T01:20:32.7724347Z BUILT 9/33 JOBS 0.6s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-average-pooling.c.oecaf328c,linux-x86_64 2022-11-23T01:20:32.7825776Z BUILT 10/33 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-channel-shuffle.c.o93c045e5,linux-x86_64 2022-11-23T01:20:32.7979219Z BUILT 11/33 JOBS 0.4s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-indirection.c.o36af69d2,linux-x86_64 2022-11-23T01:20:32.7995157Z BUILT 12/33 JOBS 0.3s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-operator-run.c.oecbd8f1a,linux-x86_64 2022-11-23T01:20:32.8036378Z BUILT 13/33 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-hardswish.c.o42fddfcd,linux-x86_64 2022-11-23T01:20:32.8141393Z BUILT 14/33 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-fully-connected-sparse.c.ocacba448,linux-x86_64 2022-11-23T01:20:32.8379326Z BUILT 15/33 JOBS 0.4s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-fc-dynamic-run.cc.o4a9db61d,linux-x86_64 2022-11-23T01:20:32.8534551Z BUILT 16/33 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-global-average-pooling.c.oae451d9d,linux-x86_64 2022-11-23T01:20:32.8636417Z BUILT 17/33 JOBS 0.3s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-deconvolution.c.oc3a66071,linux-x86_64 2022-11-23T01:20:32.8728040Z BUILT 18/33 JOBS 0.8s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-conv-run.cc.o884ffc7a,linux-x86_64 2022-11-23T01:20:32.8781025Z BUILT 19/33 JOBS 0.3s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-fully-connected.c.o7d61482f,linux-x86_64 2022-11-23T01:20:32.8845053Z BUILT 20/33 JOBS 0.3s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-fc-run.cc.obd179392,linux-x86_64 2022-11-23T01:20:32.8922009Z BUILT 21/33 JOBS 0.5s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-fc-prepack.cc.o19951036,linux-x86_64 2022-11-23T01:20:32.8989134Z BUILT 22/33 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-max-pooling.c.o977ec76d,linux-x86_64 2022-11-23T01:20:32.9010905Z BUILT 23/33 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-add.c.oe3cfb385,linux-x86_64 2022-11-23T01:20:32.9110206Z BUILT 24/33 JOBS 0.5s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-deconv-run.cc.o9760a4dd,linux-x86_64 2022-11-23T01:20:32.9198103Z BUILT 25/33 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-clamp.c.o547e68d0,linux-x86_64 2022-11-23T01:20:32.9274975Z BUILT 26/33 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-leaky-relu.c.oeaed954c,linux-x86_64 2022-11-23T01:20:32.9367975Z BUILT 27/33 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-init.c.ocfefbcdb,linux-x86_64 2022-11-23T01:20:32.9422833Z BUILT 28/33 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-sigmoid.c.o069ad8be,linux-x86_64 2022-11-23T01:20:32.9560173Z BUILT 29/33 JOBS 0.7s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-convolution.c.o4ac10423,linux-x86_64 2022-11-23T01:20:32.9570514Z BUILT 30/33 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-softargmax.c.o9d2629b5,linux-x86_64 2022-11-23T01:20:32.9711044Z BUILT 31/33 JOBS 1.1s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-conv-prepack.cc.o6514f22b,linux-x86_64 2022-11-23T01:20:33.1211450Z BUILT 32/33 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#compile-hardsigmoid.c.o72d2e24d,linux-x86_64 2022-11-23T01:20:33.1776169Z BUILT 33/33 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#linux-x86_64,static 2022-11-23T01:20:33.1776850Z DOWNLOADED 0 ARTIFACTS, 0.00 BYTES, 100.0% CACHE MISS 2022-11-23T01:20:33.1777201Z BUILDING: FINISHED IN 5.9s (100%) 33/33 JOBS, 31 UPDATED 2022-11-23T01:20:33.1777618Z BUILD SUCCEEDED 2022-11-23T01:20:33.2401066Z ##[group]Run buck test aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test 2022-11-23T01:20:33.2401529Z buck test aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test 2022-11-23T01:20:33.2475474Z shell: /usr/bin/bash -e -l {0} 2022-11-23T01:20:33.2475723Z env: 2022-11-23T01:20:33.2476050Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:20:33.2476555Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:20:33.2476954Z CONDA_ENV: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:20:33.2477369Z CONDA_RUN: conda run -p /home/runner/work/_temp/conda_environment_3528394938 --no-capture-output 2022-11-23T01:20:33.2477845Z CONDA_BUILD: conda run -p /home/runner/work/_temp/conda_environment_3528394938 conda-build 2022-11-23T01:20:33.2478329Z CONDA_INSTALL: conda install -p /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:20:33.2478717Z ##[endgroup] 2022-11-23T01:20:34.0332603Z PARSING BUCK FILES: FINISHED IN 0.0s 2022-11-23T01:20:34.4707187Z CREATING ACTION GRAPH: FINISHED IN 0.4s 2022-11-23T01:20:34.6419774Z BUILT 1/254 JOBS 0.0s //third_party:pthreadpool_header 2022-11-23T01:20:34.6420612Z BUILT 2/254 JOBS 0.0s //third_party:FP16 2022-11-23T01:20:34.6421357Z BUILT 3/254 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm 2022-11-23T01:20:34.6421925Z BUILT 4/254 JOBS 0.0s //third_party:clog 2022-11-23T01:20:34.6422443Z BUILT 5/254 JOBS 0.0s //third_party:psimd 2022-11-23T01:20:34.6423046Z BUILT 6/254 JOBS 0.0s //third_party:FXdiv 2022-11-23T01:20:34.8600028Z BUILT 7/254 JOBS 0.0s //third_party:gtest_headers 2022-11-23T01:20:34.8803430Z BUILT 8/254 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:qnnp_interface 2022-11-23T01:20:34.8914417Z BUILT 9/254 JOBS 0.0s //third_party:cpuinfo 2022-11-23T01:20:34.8931721Z BUILT 10/254 JOBS 0.0s //third_party:pthreadpool 2022-11-23T01:20:34.9065378Z BUILT 11/254 JOBS 0.0s //third_party:gtest 2022-11-23T01:20:34.9187895Z BUILT 12/254 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon 2022-11-23T01:20:34.9293834Z BUILT 13/254 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_scalar 2022-11-23T01:20:34.9294867Z BUILT 14/254 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2 2022-11-23T01:20:34.9295873Z BUILT 15/254 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_ssse3 2022-11-23T01:20:34.9323557Z BUILT 16/254 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_psimd 2022-11-23T01:20:34.9333560Z BUILT 17/254 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse41 2022-11-23T01:20:34.9862892Z BUILT 18/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack 2022-11-23T01:20:35.1624841Z BUILT 24/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#linux-x86_64,private-headers 2022-11-23T01:20:35.2090086Z BUILT 25/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#linux-x86_64,preprocessor-deps 2022-11-23T01:20:35.4299056Z BUILT 26/226 JOBS 0.0s //third_party:cpuinfo#linux-x86_64,private-headers 2022-11-23T01:20:35.4408143Z BUILT 27/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_ssse3#linux-x86_64,private-headers 2022-11-23T01:20:35.4440672Z BUILT 28/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_scalar#linux-x86_64,private-headers 2022-11-23T01:20:35.4449123Z BUILT 29/226 JOBS 0.0s //third_party:gtest#linux-x86_64,private-headers 2022-11-23T01:20:35.4470783Z BUILT 30/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#linux-x86_64,private-headers 2022-11-23T01:20:35.4539818Z BUILT 31/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#linux-x86_64,private-headers 2022-11-23T01:20:35.4541418Z BUILT 32/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_psimd#linux-x86_64,private-headers 2022-11-23T01:20:35.4567072Z BUILT 33/226 JOBS 0.0s //third_party:pthreadpool#linux-x86_64,private-headers 2022-11-23T01:20:35.4568262Z BUILT 34/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#linux-x86_64,private-headers 2022-11-23T01:20:35.4571204Z BUILT 35/226 JOBS 0.0s //third_party:clog#linux-x86_64,private-headers 2022-11-23T01:20:35.4592365Z BUILT 36/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse41#linux-x86_64,private-headers 2022-11-23T01:20:35.5261758Z BUILT 37/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_scalar#linux-x86_64,preprocessor-deps 2022-11-23T01:20:35.5306448Z BUILT 38/226 JOBS 0.0s //third_party:cpuinfo#linux-x86_64,preprocessor-deps 2022-11-23T01:20:35.5525579Z BUILT 39/226 JOBS 0.0s //third_party:gtest#linux-x86_64,preprocessor-deps 2022-11-23T01:20:35.5581493Z BUILT 40/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_ssse3#linux-x86_64,preprocessor-deps 2022-11-23T01:20:35.5582517Z BUILT 41/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#linux-x86_64,preprocessor-deps 2022-11-23T01:20:35.5779570Z BUILT 42/226 JOBS 0.0s //third_party:pthreadpool#linux-x86_64,preprocessor-deps 2022-11-23T01:20:35.5800412Z BUILT 43/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_psimd#linux-x86_64,preprocessor-deps 2022-11-23T01:20:35.5872802Z BUILT 44/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#linux-x86_64,preprocessor-deps 2022-11-23T01:20:35.6092871Z BUILT 45/226 JOBS 0.0s //third_party:clog#linux-x86_64,preprocessor-deps 2022-11-23T01:20:35.6226546Z BUILT 46/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#linux-x86_64,preprocessor-deps 2022-11-23T01:20:35.6628714Z BUILT 47/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse41#linux-x86_64,preprocessor-deps 2022-11-23T01:21:08.8722543Z BUILT 48/226 JOBS 2.3s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-u8maxpool.cc.of77b1398,linux-x86_64 2022-11-23T01:21:08.8878279Z BUILT 49/226 JOBS 2.4s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-fully-connected-sparse.cc.o3fe29832,linux-x86_64 2022-11-23T01:21:08.9021209Z BUILT 50/226 JOBS 2.0s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-x8lut.cc.o271b8f26,linux-x86_64 2022-11-23T01:21:08.9187773Z BUILT 51/226 JOBS 2.6s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-deconvolution.cc.oec1da2e3,linux-x86_64 2022-11-23T01:21:08.9884090Z BUILT 52/226 JOBS 2.4s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-fully-connected.cc.oe8edaa8d,linux-x86_64 2022-11-23T01:21:09.0019109Z BUILT 53/226 JOBS 1.9s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-u8rmax.cc.o1478cb92,linux-x86_64 2022-11-23T01:21:09.0268967Z BUILT 54/226 JOBS 2.2s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-global-average-pooling.cc.o6679749a,linux-x86_64 2022-11-23T01:21:09.0511509Z BUILT 55/226 JOBS 2.5s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-average-pooling.cc.o8c0467d3,linux-x86_64 2022-11-23T01:21:09.0751497Z BUILT 56/226 JOBS 2.0s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-x8zip.cc.oa973f81e,linux-x86_64 2022-11-23T01:21:09.0914930Z BUILT 57/226 JOBS 2.0s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-q8vadd.cc.o68ca068f,linux-x86_64 2022-11-23T01:21:09.1076050Z BUILT 58/226 JOBS 1.9s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-clamp.cc.o6901bed9,linux-x86_64 2022-11-23T01:21:09.1236531Z BUILT 59/226 JOBS 2.0s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-softargmax.cc.o11c730c0,linux-x86_64 2022-11-23T01:21:09.1448781Z BUILT 60/226 JOBS 2.7s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-q8gemm_sparse.cc.ocb0e10f0,linux-x86_64 2022-11-23T01:21:09.1579310Z BUILT 61/226 JOBS 2.2s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-hardswish.cc.o180661ab,linux-x86_64 2022-11-23T01:21:09.1998417Z BUILT 62/226 JOBS 2.1s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-hardsigmoid.cc.o7c297093,linux-x86_64 2022-11-23T01:21:09.2217106Z BUILT 63/226 JOBS 2.5s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-q8avgpool.cc.oa7eed1ce,linux-x86_64 2022-11-23T01:21:09.2327056Z BUILT 64/226 JOBS 2.6s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-requantization.cc.o1c730b64,linux-x86_64 2022-11-23T01:21:09.2408198Z BUILT 65/226 JOBS 2.0s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-tanh.cc.o83b762f8,linux-x86_64 2022-11-23T01:21:09.2565803Z BUILT 66/226 JOBS 2.0s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-channel-shuffle.cc.o96dcc016,linux-x86_64 2022-11-23T01:21:09.2639309Z BUILT 67/226 JOBS 1.9s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-leaky-relu.cc.ob2e3a8bc,linux-x86_64 2022-11-23T01:21:09.2845583Z BUILT 68/226 JOBS 2.0s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-sigmoid.cc.o368aa6f0,linux-x86_64 2022-11-23T01:21:09.3021134Z BUILT 69/226 JOBS 2.4s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-q8conv.cc.o9bf509f6,linux-x86_64 2022-11-23T01:21:09.3220592Z BUILT 70/226 JOBS 2.2s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-sgemm.cc.o1f6ccd8c,linux-x86_64 2022-11-23T01:21:09.3420809Z BUILT 71/226 JOBS 2.3s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-max-pooling.cc.occa346ed,linux-x86_64 2022-11-23T01:21:09.3557120Z BUILT 72/226 JOBS 2.2s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-q8gavgpool.cc.o2816eb0a,linux-x86_64 2022-11-23T01:21:09.3632020Z BUILT 73/226 JOBS 2.1s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-add.cc.oe971349f,linux-x86_64 2022-11-23T01:21:09.3903280Z BUILT 74/226 JOBS 2.6s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-q8dwconv.cc.o3c4def5f,linux-x86_64 2022-11-23T01:21:09.4126290Z BUILT 75/226 JOBS 3.8s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-convolution.cc.o9c53e1c0,linux-x86_64 2022-11-23T01:21:09.4199836Z BUILT 76/226 JOBS 2.0s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-u8lut32norm.cc.o981ece95,linux-x86_64 2022-11-23T01:21:21.8813282Z BUILT 77/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_scalar#compile-fp32-scalar.c.o97308d13,linux-x86_64 2022-11-23T01:21:21.8990848Z BUILT 78/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_scalar#compile-scalar.c.o786499ea,linux-x86_64 2022-11-23T01:21:21.9063721Z BUILT 79/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_scalar#compile-q31-scalar.c.o7ca6e268,linux-x86_64 2022-11-23T01:21:21.9145229Z BUILT 80/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_scalar#compile-gemmlowp-scalar.c.oc516d38b,linux-x86_64 2022-11-23T01:21:21.9215972Z BUILT 81/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_scalar#compile-scalar.c.o1605db65,linux-x86_64 2022-11-23T01:21:21.9290070Z BUILT 82/226 JOBS 0.1s //third_party:cpuinfo#compile-topology.c.o5eab26ce,linux-x86_64 2022-11-23T01:21:21.9389254Z BUILT 83/226 JOBS 2.7s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#compile-u8clamp.cc.o396d246a,linux-x86_64 2022-11-23T01:21:21.9458133Z BUILT 84/226 JOBS 0.1s //third_party:cpuinfo#compile-midr.c.o34a66164,linux-x86_64 2022-11-23T01:21:21.9532581Z BUILT 85/226 JOBS 0.2s //third_party:cpuinfo#compile-isa.c.o05ebeb83,linux-x86_64 2022-11-23T01:21:21.9613774Z BUILT 86/226 JOBS 0.1s //third_party:cpuinfo#compile-uarch.c.o9e371560,linux-x86_64 2022-11-23T01:21:21.9702027Z BUILT 87/226 JOBS 0.1s //third_party:cpuinfo#compile-init.c.oa3ab664c,linux-x86_64 2022-11-23T01:21:21.9771747Z BUILT 88/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_scalar#compile-precise-scalar.c.o0d601519,linux-x86_64 2022-11-23T01:21:21.9903239Z BUILT 89/226 JOBS 0.1s //third_party:cpuinfo#compile-init.c.o41670852,linux-x86_64 2022-11-23T01:21:21.9976513Z BUILT 90/226 JOBS 0.1s //third_party:cpuinfo#compile-uarch.c.o9f3cc5eb,linux-x86_64 2022-11-23T01:21:22.0056212Z BUILT 91/226 JOBS 0.1s //third_party:cpuinfo#compile-descriptor.c.o734333fa,linux-x86_64 2022-11-23T01:21:22.0128826Z BUILT 92/226 JOBS 0.1s //third_party:cpuinfo#compile-cpuinfo.c.o6d84482f,linux-x86_64 2022-11-23T01:21:22.0205039Z BUILT 93/226 JOBS 0.1s //third_party:cpuinfo#compile-smallfile.c.o7d79a946,linux-x86_64 2022-11-23T01:21:22.0322051Z BUILT 94/226 JOBS 0.1s //third_party:cpuinfo#compile-hwcap.c.ob8c938bf,linux-x86_64 2022-11-23T01:21:22.0399065Z BUILT 95/226 JOBS 0.1s //third_party:cpuinfo#compile-api.c.oa5c98a37,linux-x86_64 2022-11-23T01:21:22.0475286Z BUILT 96/226 JOBS 0.1s //third_party:cpuinfo#compile-aarch32-isa.c.o722e6966,linux-x86_64 2022-11-23T01:21:22.0546907Z BUILT 97/226 JOBS 0.1s //third_party:cpuinfo#compile-aarch64-isa.c.oc67eea0f,linux-x86_64 2022-11-23T01:21:22.0628489Z BUILT 98/226 JOBS 0.1s //third_party:cpuinfo#compile-init.c.oc28d5b89,linux-x86_64 2022-11-23T01:21:22.0698155Z BUILT 99/226 JOBS 0.1s //third_party:cpuinfo#compile-init.c.o9dbd9490,linux-x86_64 2022-11-23T01:21:22.0773659Z BUILT 100/226 JOBS 0.1s //third_party:cpuinfo#compile-init.c.ob70c077a,linux-x86_64 2022-11-23T01:21:22.0850031Z BUILT 101/226 JOBS 0.1s //third_party:cpuinfo#compile-vendor.c.o1294fb71,linux-x86_64 2022-11-23T01:21:22.0924683Z BUILT 102/226 JOBS 0.1s //third_party:cpuinfo#compile-topology.c.oab63f750,linux-x86_64 2022-11-23T01:21:22.1004800Z BUILT 103/226 JOBS 0.1s //third_party:cpuinfo#compile-info.c.oeedbe995,linux-x86_64 2022-11-23T01:21:22.1075344Z BUILT 104/226 JOBS 0.1s //third_party:cpuinfo#compile-cache.c.o56493907,linux-x86_64 2022-11-23T01:21:22.1152640Z BUILT 105/226 JOBS 0.1s //third_party:cpuinfo#compile-deterministic.c.o842d8b62,linux-x86_64 2022-11-23T01:21:22.1232261Z BUILT 106/226 JOBS 0.1s //third_party:cpuinfo#compile-init.c.obac03626,linux-x86_64 2022-11-23T01:21:22.1343002Z BUILT 107/226 JOBS 0.1s //third_party:cpuinfo#compile-name.c.o22be14f7,linux-x86_64 2022-11-23T01:21:22.1448923Z BUILT 108/226 JOBS 0.1s //third_party:cpuinfo#compile-chipset.c.oc4116564,linux-x86_64 2022-11-23T01:21:22.1538168Z BUILT 109/226 JOBS 0.1s //third_party:cpuinfo#compile-properties.c.o39e82609,linux-x86_64 2022-11-23T01:21:22.1603999Z BUILT 110/226 JOBS 0.1s //third_party:cpuinfo#compile-init.c.o40a16986,linux-x86_64 2022-11-23T01:21:22.1681194Z BUILT 111/226 JOBS 0.1s //third_party:cpuinfo#compile-cpulist.c.o314fec23,linux-x86_64 2022-11-23T01:21:22.1752098Z BUILT 112/226 JOBS 0.1s //third_party:cpuinfo#compile-cache.c.oc4bfa24a,linux-x86_64 2022-11-23T01:21:22.1840884Z BUILT 113/226 JOBS 0.1s //third_party:cpuinfo#compile-init.c.o70b745fa,linux-x86_64 2022-11-23T01:21:22.1924615Z BUILT 114/226 JOBS 0.1s //third_party:cpuinfo#compile-clusters.c.oe9b6a626,linux-x86_64 2022-11-23T01:21:22.2028552Z BUILT 115/226 JOBS 0.1s //third_party:cpuinfo#compile-cpuinfo.c.o23abc6e1,linux-x86_64 2022-11-23T01:21:22.2059094Z BUILT 116/226 JOBS 0.1s //third_party:cpuinfo#compile-processors.c.oa034af8d,linux-x86_64 2022-11-23T01:21:22.2137650Z BUILT 117/226 JOBS 0.1s //third_party:cpuinfo#compile-multiline.c.o54aa06e3,linux-x86_64 2022-11-23T01:21:22.2205285Z BUILT 118/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_ssse3#compile-precise-ssse3.c.ob9e2b675,linux-x86_64 2022-11-23T01:21:22.2210438Z BUILT 119/226 JOBS 0.9s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_ssse3#compile-gemmlowp-ssse3.c.o6119aa3f,linux-x86_64 2022-11-23T01:21:22.2381382Z BUILT 120/226 JOBS 1.4s //third_party:gtest#compile-gtest_main.cc.ob4f01ceb,linux-x86_64 2022-11-23T01:21:22.2382974Z BUILT 121/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-mp8x7p7q-sse2.c.oed33ddf8,linux-x86_64 2022-11-23T01:21:22.2416346Z BUILT 122/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_ssse3#compile-q31-ssse3.c.o496998ef,linux-x86_64 2022-11-23T01:21:22.2588603Z BUILT 123/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-xm-sse2.c.o25c72ce9,linux-x86_64 2022-11-23T01:21:22.2590888Z BUILT 124/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-x4-sse2.c.o46f181f5,linux-x86_64 2022-11-23T01:21:22.2602822Z BUILT 125/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-up8x7-sse2.c.o4987243f,linux-x86_64 2022-11-23T01:21:22.2701102Z BUILT 126/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-x3-sse2.c.oef767553,linux-x86_64 2022-11-23T01:21:22.2778342Z BUILT 127/226 JOBS 0.5s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-up8x9-sse2.c.o0bba996c,linux-x86_64 2022-11-23T01:21:22.2787432Z BUILT 128/226 JOBS 0.6s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-8x4c1x4-packed-sse2.c.ob503705b,linux-x86_64 2022-11-23T01:21:22.2882640Z BUILT 129/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-up8x9-sse2.c.o2dc465a0,linux-x86_64 2022-11-23T01:21:22.2977867Z BUILT 130/226 JOBS 0.4s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-4x4c2-dq-sse2.c.o6e840081,linux-x86_64 2022-11-23T01:21:22.3058035Z BUILT 131/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-sse2.c.oba010b0f,linux-x86_64 2022-11-23T01:21:22.3067483Z BUILT 132/226 JOBS 0.5s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-4x4c2-sse2.c.oe16b9e70,linux-x86_64 2022-11-23T01:21:22.3161587Z BUILT 133/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-q31-sse2.c.o586ddd43,linux-x86_64 2022-11-23T01:21:22.3242631Z BUILT 134/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-fp32-sse2.c.oc2a8f94b,linux-x86_64 2022-11-23T01:21:22.3338038Z BUILT 135/226 JOBS 0.5s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-2x4c8-sse2.c.oa3e59333,linux-x86_64 2022-11-23T01:21:22.3392433Z BUILT 136/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-sub16-sse2.c.o5608953f,linux-x86_64 2022-11-23T01:21:22.3499204Z BUILT 137/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-mp8x9p8q-sse2.c.o78a3cbe6,linux-x86_64 2022-11-23T01:21:22.3533744Z BUILT 138/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-sse2.c.o21d21635,linux-x86_64 2022-11-23T01:21:22.3658897Z BUILT 139/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-up8xm-sse2.c.ob9acf5fc,linux-x86_64 2022-11-23T01:21:22.3819648Z BUILT 140/226 JOBS 4.2s //third_party:gtest#compile-gtest-all.cc.od185e200,linux-x86_64 2022-11-23T01:21:22.3830597Z BUILT 141/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-up8xm-sse2.c.oe945fd6c,linux-x86_64 2022-11-23T01:21:22.3906591Z BUILT 142/226 JOBS 0.5s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-up8x9-sse2-per-channel.c.o09f3d7f7,linux-x86_64 2022-11-23T01:21:22.3918282Z BUILT 143/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-x2-sse2.c.oe36a6977,linux-x86_64 2022-11-23T01:21:22.3996148Z BUILT 144/226 JOBS 0.5s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-4x4c2-sse2.c.o188287fd,linux-x86_64 2022-11-23T01:21:22.4080266Z BUILT 145/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-precise-sse2.c.o1b795a1f,linux-x86_64 2022-11-23T01:21:22.4111483Z BUILT 146/226 JOBS 0.5s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-mp8x27-sse2.c.o238db1d8,linux-x86_64 2022-11-23T01:21:22.4179071Z BUILT 147/226 JOBS 0.6s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-mp8x25-sse2.c.obeb96f0e,linux-x86_64 2022-11-23T01:21:22.4208639Z BUILT 148/226 JOBS 0.5s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-gemmlowp-sse2.c.oab88bac6,linux-x86_64 2022-11-23T01:21:22.4276212Z BUILT 149/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-16x9p8q-sse2.c.o91e5760b,linux-x86_64 2022-11-23T01:21:22.4306628Z BUILT 150/226 JOBS 0.6s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-mp8x25-sse2-per-channel.c.o9ede3cc8,linux-x86_64 2022-11-23T01:21:22.4397561Z BUILT 151/226 JOBS 0.2s //third_party:pthreadpool#compile-pthreads.c.o229c810e,linux-x86_64 2022-11-23T01:21:22.4433542Z BUILT 152/226 JOBS 0.1s //third_party:pthreadpool#compile-memory.c.oc6f9fbbd,linux-x86_64 2022-11-23T01:21:22.4534141Z BUILT 153/226 JOBS 0.2s //third_party:pthreadpool#compile-legacy-api.c.o19215df0,linux-x86_64 2022-11-23T01:21:22.4580142Z BUILT 154/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_psimd#compile-precise-psimd.c.oc68cb422,linux-x86_64 2022-11-23T01:21:22.4689329Z BUILT 155/226 JOBS 0.4s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#compile-sse2.c.o470aab55,linux-x86_64 2022-11-23T01:21:22.4747613Z BUILT 156/226 JOBS 1.2s //third_party:pthreadpool#compile-portable-api.c.o7473664d,linux-x86_64 2022-11-23T01:21:22.4825940Z BUILT 157/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-up8xm-neon.c.o0c9f50c0,linux-x86_64 2022-11-23T01:21:22.4889154Z BUILT 158/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-6x8-neon.c.o4dc88fae,linux-x86_64 2022-11-23T01:21:22.4975531Z BUILT 159/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-mp8x25-neon-per-channel.c.oe4c3479a,linux-x86_64 2022-11-23T01:21:22.5033195Z BUILT 160/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_psimd#compile-fp32-psimd.c.o00eb43c0,linux-x86_64 2022-11-23T01:21:22.5119704Z BUILT 161/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-16x9p8q-neon.c.ofe609964,linux-x86_64 2022-11-23T01:21:22.5176992Z BUILT 162/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-fp32-neon.c.o890a71c5,linux-x86_64 2022-11-23T01:21:22.5257349Z BUILT 163/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-neon.c.o7e681c1b,linux-x86_64 2022-11-23T01:21:22.5296897Z BUILT 164/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-8x8-neon.c.o1faa118d,linux-x86_64 2022-11-23T01:21:22.5357695Z BUILT 165/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-up8x7-neon.c.o0772e3b7,linux-x86_64 2022-11-23T01:21:22.5418962Z BUILT 166/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-8x8-neon.c.obfe87781,linux-x86_64 2022-11-23T01:21:22.5424823Z BUILT 167/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-up8x9-neon-per-channel.c.of519804d,linux-x86_64 2022-11-23T01:21:22.5489865Z BUILT 168/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_psimd#compile-6x8-psimd.c.ob60f98ab,linux-x86_64 2022-11-23T01:21:22.5529749Z BUILT 169/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-4x8c2-xzp-neon.c.o8124bbc8,linux-x86_64 2022-11-23T01:21:22.5568099Z BUILT 170/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-neon.c.o33ddc428,linux-x86_64 2022-11-23T01:21:22.5633047Z BUILT 171/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-x4-neon.c.obefe7a45,linux-x86_64 2022-11-23T01:21:22.5650038Z BUILT 172/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-mp8x27-neon.c.o3aa9aadd,linux-x86_64 2022-11-23T01:21:22.5702170Z BUILT 173/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-up8xm-neon.c.o234ae236,linux-x86_64 2022-11-23T01:21:22.5762664Z BUILT 174/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-5x8-neon.c.o57be8876,linux-x86_64 2022-11-23T01:21:22.5840350Z BUILT 175/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-4x-sumrows-neon.c.o0cdf8468,linux-x86_64 2022-11-23T01:21:22.5904013Z BUILT 176/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-4x8-dq-neon.c.ob3a7d5b5,linux-x86_64 2022-11-23T01:21:22.5925511Z BUILT 177/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-neon.c.o40ae6bff,linux-x86_64 2022-11-23T01:21:22.6039487Z BUILT 178/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-x2-neon.c.o3ef61eef,linux-x86_64 2022-11-23T01:21:22.6050991Z BUILT 179/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-up8x9-neon.c.od138bff2,linux-x86_64 2022-11-23T01:21:22.6157604Z BUILT 180/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-gemmlowp-neon.c.o74a21655,linux-x86_64 2022-11-23T01:21:22.6177422Z BUILT 181/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-precise-neon.c.o6f4cc102,linux-x86_64 2022-11-23T01:21:22.6295275Z BUILT 182/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-sub16-neon.c.oaf8a867d,linux-x86_64 2022-11-23T01:21:22.6322750Z BUILT 183/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-up8x9-neon.c.o01c94895,linux-x86_64 2022-11-23T01:21:22.6457629Z BUILT 184/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-xm-neon.c.ocdf89936,linux-x86_64 2022-11-23T01:21:22.6462413Z BUILT 185/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-x3-neon.c.od458849d,linux-x86_64 2022-11-23T01:21:22.6608569Z BUILT 186/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-4x8-neon.c.o935395a0,linux-x86_64 2022-11-23T01:21:22.6613239Z BUILT 187/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-mp8x9p8q-neon.c.o702817e2,linux-x86_64 2022-11-23T01:21:22.6807439Z BUILT 188/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-4x8-neon.c.o317237bc,linux-x86_64 2022-11-23T01:21:22.6844388Z BUILT 189/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-mp8x7p7q-neon.c.o3e16b30b,linux-x86_64 2022-11-23T01:21:22.6963944Z BUILT 190/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-mp8x25-neon.c.ob4f1be81,linux-x86_64 2022-11-23T01:21:22.6986162Z BUILT 191/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-q31-neon.c.o84be248d,linux-x86_64 2022-11-23T01:21:22.7316996Z BUILT 192/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#compile-6x4-neon.c.o3f0aec94,linux-x86_64 2022-11-23T01:21:22.7448992Z BUILT 193/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-dummy.c.o35ae2d47,linux-x86_64 2022-11-23T01:21:22.7578759Z BUILT 194/226 JOBS 0.1s //third_party:clog#compile-clog.c.obfcb232c,linux-x86_64 2022-11-23T01:21:22.7584291Z BUILT 195/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-4x8c8x1-dq-packedA-aarch32-neon.S.o120f220e,linux-x86_64 2022-11-23T01:21:22.7619379Z BUILT 196/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-up8x9-aarch32-neon-per-channel.S.o3462b9b3,linux-x86_64 2022-11-23T01:21:22.7725063Z BUILT 197/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-4x4-packA-aarch32-neon.S.od5fb43ab,linux-x86_64 2022-11-23T01:21:22.7730384Z BUILT 198/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-8x8-dq-aarch64-neon.S.od87c3397,linux-x86_64 2022-11-23T01:21:22.7732905Z BUILT 199/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-8x8-aarch32-neonfp16arith.S.o70a62ecf,linux-x86_64 2022-11-23T01:21:22.7780691Z BUILT 200/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-4x8c2-xzp-aarch32-neon.S.o0add2d50,linux-x86_64 2022-11-23T01:21:22.7897116Z BUILT 201/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-up8x9-aarch32-neon.S.o18924c2b,linux-x86_64 2022-11-23T01:21:22.8016122Z BUILT 202/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-4x8-dq-aarch32-neon.S.o5598fcf9,linux-x86_64 2022-11-23T01:21:22.8019901Z BUILT 203/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-8x8-aarch64-neon.S.ob0caed59,linux-x86_64 2022-11-23T01:21:22.8036844Z BUILT 204/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-4x8-aarch32-neon.S.o737a1619,linux-x86_64 2022-11-23T01:21:22.8077805Z BUILT 205/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-8x8-aarch64-neon.S.o32da27aa,linux-x86_64 2022-11-23T01:21:22.8144252Z BUILT 206/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-4x8-aarch32-neon.S.o2974aede,linux-x86_64 2022-11-23T01:21:22.8162460Z BUILT 207/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-8x4-packA-aarch64-neon.S.o040609eb,linux-x86_64 2022-11-23T01:21:22.8230405Z BUILT 208/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-8x8c8x1-dq-packedA-aarch64-neon.S.o1b96e6d3,linux-x86_64 2022-11-23T01:21:22.8338147Z BUILT 209/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-4x8c1x4-dq-packedA-aarch32-neon.S.o4f2a00f5,linux-x86_64 2022-11-23T01:21:22.8402873Z BUILT 210/226 JOBS 0.2s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse41#compile-q31-sse4.c.o56a2f28c,linux-x86_64 2022-11-23T01:21:22.8465952Z BUILT 211/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse41#compile-precise-sse4.c.oee51f1ba,linux-x86_64 2022-11-23T01:21:22.8492932Z BUILT 212/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#compile-8x8c1x4-dq-packedA-aarch64-neon.S.o367a098a,linux-x86_64 2022-11-23T01:21:22.8608711Z BUILT 213/226 JOBS 0.6s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse41#compile-gemmlowp-sse4.c.o0dbd2627,linux-x86_64 2022-11-23T01:21:23.0905294Z BUILT 214/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_scalar#linux-x86_64,static 2022-11-23T01:21:23.0994095Z BUILT 215/226 JOBS 0.1s //third_party:cpuinfo#linux-x86_64,static 2022-11-23T01:21:23.1035707Z BUILT 216/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_ssse3#linux-x86_64,static 2022-11-23T01:21:23.1186957Z BUILT 217/226 JOBS 0.1s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#linux-x86_64,static 2022-11-23T01:21:23.1369956Z BUILT 218/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_psimd#linux-x86_64,static 2022-11-23T01:21:23.1407147Z BUILT 219/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#linux-x86_64,static 2022-11-23T01:21:23.1479225Z BUILT 220/226 JOBS 0.0s //third_party:clog#linux-x86_64,static 2022-11-23T01:21:23.1515164Z BUILT 221/226 JOBS 0.1s //third_party:gtest#linux-x86_64,static 2022-11-23T01:21:23.1630118Z BUILT 222/226 JOBS 0.1s //third_party:pthreadpool#linux-x86_64,static 2022-11-23T01:21:23.1637398Z BUILT 223/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#linux-x86_64,static 2022-11-23T01:21:23.1660740Z BUILT 224/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse41#linux-x86_64,static 2022-11-23T01:21:24.3727128Z DOWNLOADED 0 ARTIFACTS, 0.00 BYTES, 100.0% CACHE MISS 2022-11-23T01:21:24.3728261Z BUILDING: FINISHED IN 50.0s (100%) 224/226 JOBS, 219 UPDATED 2022-11-23T01:21:24.3850091Z BUILD SUCCEEDED 2022-11-23T01:21:24.3851465Z TESTING //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test 2022-11-23T01:21:24.3852182Z BUILT 225/226 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test 2022-11-23T01:21:24.4338171Z BUILT 226/226 JOBS 1.3s //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test#binary 2022-11-23T01:22:37.9589812Z PASS 72.4s 1240 Passed 0 Skipped 0 Failed //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test 2022-11-23T01:22:37.9619634Z TESTS PASSED 2022-11-23T01:22:38.0324896Z ##[group]Run buck build :aten_cpu 2022-11-23T01:22:38.0325211Z buck build :aten_cpu 2022-11-23T01:22:38.0393195Z shell: /usr/bin/bash -e -l {0} 2022-11-23T01:22:38.0393430Z env: 2022-11-23T01:22:38.0393714Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:22:38.0394092Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:22:38.0394424Z CONDA_ENV: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:22:38.0394809Z CONDA_RUN: conda run -p /home/runner/work/_temp/conda_environment_3528394938 --no-capture-output 2022-11-23T01:22:38.0395211Z CONDA_BUILD: conda run -p /home/runner/work/_temp/conda_environment_3528394938 conda-build 2022-11-23T01:22:38.0395587Z CONDA_INSTALL: conda install -p /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:22:38.0395901Z ##[endgroup] 2022-11-23T01:22:40.1134074Z PARSING BUCK FILES: FINISHED IN 1.4s 2022-11-23T01:22:40.5696430Z CREATING ACTION GRAPH: FINISHED IN 0.5s 2022-11-23T01:22:41.3898457Z BUILT 15/163 JOBS 0.0s //:aten_cpu#linux-x86_64,private-headers 2022-11-23T01:22:41.3910246Z BUILT 16/163 JOBS 0.0s //:generated_aten_config_header#header-mode-symlink-tree-only,headers 2022-11-23T01:22:41.3932582Z BUILT 17/163 JOBS 0.3s //:aten_header#header-mode-symlink-tree-only,headers 2022-11-23T01:22:41.3936088Z BUILT 18/163 JOBS 0.0s //:jit_core_headers#header-mode-symlink-tree-only,headers 2022-11-23T01:22:41.3939063Z BUILT 19/163 JOBS 0.0s //:pthreadpool#header-mode-symlink-tree-only,headers 2022-11-23T01:22:41.3940191Z BUILT 20/163 JOBS 0.0s //:generated_aten_headers_cpu#header-mode-symlink-tree-only,headers 2022-11-23T01:22:41.3943501Z BUILT 21/163 JOBS 0.0s //third_party:pocketfft_header#header-mode-symlink-tree-only,headers 2022-11-23T01:22:41.7181049Z BUILT 27/161 JOBS 0.6s //:caffe2_headers#header-mode-symlink-tree-only,headers 2022-11-23T01:22:41.7418189Z BUILT 28/161 JOBS 0.3s //:generate_aten_config 2022-11-23T01:22:41.8627294Z BUILT 29/161 JOBS 0.1s //:aten_src_path 2022-11-23T01:22:42.5150414Z BUILT 30/161 JOBS 1.1s //torchgen:gen 2022-11-23T01:23:19.1163521Z BUILT 31/161 JOBS 0.0s //:aten_cpu#linux-x86_64,preprocessor-deps 2022-11-23T01:23:19.2538721Z BUILT 32/161 JOBS 36.8s //:gen_aten 2022-11-23T01:29:40.9455211Z BUILT 33/161 JOBS 7.5s //:aten_cpu#compile-Functions.cpp.o91fe8725,linux-x86_64 2022-11-23T01:29:40.9683324Z BUILT 34/161 JOBS 8.2s //:aten_cpu#compile-FunctionalInverses.cpp.o85b752e5,linux-x86_64 2022-11-23T01:29:40.9733171Z BUILT 35/161 JOBS 3.2s //:aten_cpu#compile-CPUGeneratorImpl.cpp.o147404e0,linux-x86_64 2022-11-23T01:29:40.9784024Z BUILT 36/161 JOBS 0.9s //:aten_cpu#compile-DispatchStub.cpp.o610f2bf2,linux-x86_64 2022-11-23T01:29:40.9838440Z BUILT 37/161 JOBS 5.5s //:aten_cpu#compile-AdaptiveMaxPoolKernel.cpp.oe0f78e7a,linux-x86_64 2022-11-23T01:29:40.9893395Z BUILT 38/161 JOBS 2.9s //:aten_cpu#compile-ComparisonUtils.cpp.of87ea8a8,linux-x86_64 2022-11-23T01:29:40.9945701Z BUILT 39/161 JOBS 2.8s //:aten_cpu#compile-Context.cpp.o5a37fdf9,linux-x86_64 2022-11-23T01:29:41.0003502Z BUILT 40/161 JOBS 5.0s //:aten_cpu#compile-AdaptiveAvgPoolKernel.cpp.oec4ae6e2,linux-x86_64 2022-11-23T01:29:41.0056207Z BUILT 41/161 JOBS 7.2s //:aten_cpu#compile-ScalarOps.cpp.ocdce94e3,linux-x86_64 2022-11-23T01:29:41.0255048Z BUILT 42/161 JOBS 7.8s //:aten_cpu#compile-Linear.cpp.oc97906b5,linux-x86_64 2022-11-23T01:29:41.0298356Z BUILT 43/161 JOBS 4.8s //:aten_cpu#compile-DispatchKeyExtractor.cpp.of8a64c03,linux-x86_64 2022-11-23T01:29:41.0402117Z BUILT 44/161 JOBS 7.3s //:aten_cpu#compile-MKLDNNConversions.cpp.oc00c4174,linux-x86_64 2022-11-23T01:29:41.0561969Z BUILT 45/161 JOBS 1.1s //:aten_cpu#compile-VmapMode.cpp.o17ba35c0,linux-x86_64 2022-11-23T01:29:41.0729833Z BUILT 46/161 JOBS 2.3s //:aten_cpu#compile-MemoryOverlap.cpp.o96d29b89,linux-x86_64 2022-11-23T01:29:41.0814916Z BUILT 47/161 JOBS 2.2s //:aten_cpu#compile-HIPHooksInterface.cpp.o8008a57b,linux-x86_64 2022-11-23T01:29:41.1003584Z BUILT 48/161 JOBS 5.3s //:aten_cpu#compile-ParallelThreadPoolNative.cpp.o99621fcc,linux-x86_64 2022-11-23T01:29:41.1074539Z BUILT 49/161 JOBS 7.0s //:aten_cpu#compile-Matmul.cpp.o4c76e66e,linux-x86_64 2022-11-23T01:29:41.1449775Z BUILT 50/161 JOBS 38.2s //:aten_cpu#compile-Operators_3.cpp.o516e066e,linux-x86_64 2022-11-23T01:29:41.1510820Z BUILT 51/161 JOBS 8.1s //:aten_cpu#compile-VmapTransforms.cpp.o4bc6517b,linux-x86_64 2022-11-23T01:29:41.1559909Z BUILT 52/161 JOBS 2.4s //:aten_cpu#compile-PythonTorchFunctionTLS.cpp.o039da8e1,linux-x86_64 2022-11-23T01:29:41.1628598Z BUILT 53/161 JOBS 6.1s //:aten_cpu#compile-tensor_type.cpp.oa4c6e3da,linux-x86_64 2022-11-23T01:29:41.1695966Z BUILT 54/161 JOBS 7.7s //:aten_cpu#compile-function_schema_parser.cpp.o4420e1c2,linux-x86_64 2022-11-23T01:29:41.1745128Z BUILT 55/161 JOBS 3.5s //:aten_cpu#compile-ParallelOpenMP.cpp.o8f3b2938,linux-x86_64 2022-11-23T01:29:41.1800810Z BUILT 56/161 JOBS 1.2s //:aten_cpu#compile-ObservedOperators.cpp.o07def595,linux-x86_64 2022-11-23T01:29:41.1854415Z BUILT 57/161 JOBS 8.3s //:aten_cpu#compile-Utils.cpp.o936ec679,linux-x86_64 2022-11-23T01:29:41.2021830Z BUILT 58/161 JOBS 2.9s //:aten_cpu#compile-EmptyTensor.cpp.oa6ceb358,linux-x86_64 2022-11-23T01:29:41.2148230Z BUILT 59/161 JOBS 5.2s //:aten_cpu#compile-BackendSelectFallbackKernel.cpp.o3860cf44,linux-x86_64 2022-11-23T01:29:41.2207049Z BUILT 60/161 JOBS 2.3s //:aten_cpu#compile-ParallelCommon.cpp.oe102da17,linux-x86_64 2022-11-23T01:29:41.2381944Z BUILT 61/161 JOBS 6.7s //:aten_cpu#compile-record_function.cpp.o67841dfb,linux-x86_64 2022-11-23T01:29:41.2442215Z BUILT 62/161 JOBS 5.9s //:aten_cpu#compile-op_registration.cpp.o9297d4d6,linux-x86_64 2022-11-23T01:29:41.2617258Z BUILT 63/161 JOBS 5.4s //:aten_cpu#compile-TorchDispatchUtils.cpp.oe2a0d903,linux-x86_64 2022-11-23T01:29:41.2674062Z BUILT 64/161 JOBS 1.8s //:aten_cpu#compile-error_report.cpp.o6da7ef7f,linux-x86_64 2022-11-23T01:29:41.2760089Z BUILT 65/161 JOBS 3.3s //:aten_cpu#compile-TensorMethods.cpp.o5d28dab7,linux-x86_64 2022-11-23T01:29:41.2816444Z BUILT 66/161 JOBS 4.6s //:aten_cpu#compile-Dispatch.cpp.o21932cbf,linux-x86_64 2022-11-23T01:29:41.2871496Z BUILT 67/161 JOBS 4.7s //:aten_cpu#compile-UnaryOps.cpp.o7eb6975e,linux-x86_64 2022-11-23T01:29:41.2942792Z BUILT 68/161 JOBS 1.6s //:aten_cpu#compile-register_symbols.cpp.o85392bfb,linux-x86_64 2022-11-23T01:29:41.2999130Z BUILT 69/161 JOBS 7.3s //:aten_cpu#compile-BinaryOps.cpp.ofeaeea03,linux-x86_64 2022-11-23T01:29:41.3052615Z BUILT 70/161 JOBS 1.8s //:aten_cpu#compile-embedding_lookup_idx.cc.o917dc924,linux-x86_64 2022-11-23T01:29:41.3114361Z BUILT 71/161 JOBS 0.1s //:aten_cpu#compile-verbose_wrapper.cpp.oe857dd5a,linux-x86_64 2022-11-23T01:29:41.3173718Z BUILT 72/161 JOBS 4.9s //:aten_cpu#compile-Pooling.cpp.o158417c9,linux-x86_64 2022-11-23T01:29:41.3230664Z BUILT 73/161 JOBS 5.0s //:aten_cpu#compile-KernelFunction.cpp.o6554ac31,linux-x86_64 2022-11-23T01:29:41.3291440Z BUILT 74/161 JOBS 8.1s //:aten_cpu#compile-RegisterMkldnnOpContextClass.cpp.obaee0a12,linux-x86_64 2022-11-23T01:29:41.3497828Z BUILT 75/161 JOBS 2.3s //:aten_cpu#compile-Version.cpp.oabf4975f,linux-x86_64 2022-11-23T01:29:41.3628382Z BUILT 76/161 JOBS 6.5s //:aten_cpu#compile-custom_class.cpp.ob81e38c7,linux-x86_64 2022-11-23T01:29:41.3825845Z BUILT 77/161 JOBS 1.6s //:aten_cpu#compile-Vitals.cpp.o4f24a3f0,linux-x86_64 2022-11-23T01:29:41.3979981Z BUILT 78/161 JOBS 8.3s //:aten_cpu#compile-Conv.cpp.oea56b338,linux-x86_64 2022-11-23T01:29:41.4262405Z BUILT 79/161 JOBS 1.0s //:aten_cpu#compile-CPUGuardImpl.cpp.ocdebb301,linux-x86_64 2022-11-23T01:29:41.4379781Z BUILT 80/161 JOBS 1.1s //:aten_cpu#compile-AccumulateType.cpp.ob22be176,linux-x86_64 2022-11-23T01:29:41.4497154Z BUILT 81/161 JOBS 7.4s //:aten_cpu#compile-OpContext.cpp.od8a02051,linux-x86_64 2022-11-23T01:29:41.4602261Z BUILT 82/161 JOBS 3.0s //:aten_cpu#compile-DeprecatedTypeProperties.cpp.o80a10bf8,linux-x86_64 2022-11-23T01:29:41.4763061Z BUILT 83/161 JOBS 6.3s //:aten_cpu#compile-dynamic_type.cpp.o2cd82ef8,linux-x86_64 2022-11-23T01:29:41.4871875Z BUILT 84/161 JOBS 6.2s //:aten_cpu#compile-function_schema.cpp.oe7d4b677,linux-x86_64 2022-11-23T01:29:41.4978194Z BUILT 85/161 JOBS 1.0s //:aten_cpu#compile-Dimname.cpp.o24cd36a4,linux-x86_64 2022-11-23T01:29:41.5078198Z BUILT 86/161 JOBS 2.8s //:aten_cpu#compile-MKLDNNCommon.cpp.odab063cc,linux-x86_64 2022-11-23T01:29:45.7620134Z BUILT 87/161 JOBS 7.7s //:aten_cpu#compile-DLConvertor.cpp.oea5b72d4,linux-x86_64 2022-11-23T01:29:45.7748453Z BUILT 88/161 JOBS 4.7s //:aten_cpu#compile-Normalization.cpp.o0110de81,linux-x86_64 2022-11-23T01:29:45.7807015Z BUILT 89/161 JOBS 7.5s //:aten_cpu#compile-AutogradComposite.cpp.o0dd8518a,linux-x86_64 2022-11-23T01:29:45.7996948Z BUILT 90/161 JOBS 5.5s //:aten_cpu#compile-VariableFallbackKernel.cpp.o1ab5387d,linux-x86_64 2022-11-23T01:29:45.8062536Z BUILT 91/161 JOBS 2.2s //:aten_cpu#compile-DeprecatedTypePropertiesRegistry.cpp.oc65f4058,linux-x86_64 2022-11-23T01:29:45.8175300Z BUILT 92/161 JOBS 5.7s //:aten_cpu#compile-MkldnnTensorMath.cpp.o2affe967,linux-x86_64 2022-11-23T01:29:45.8297431Z BUILT 93/161 JOBS 7.7s //:aten_cpu#compile-schema_type_parser.cpp.o6539f16f,linux-x86_64 2022-11-23T01:29:45.8356326Z BUILT 94/161 JOBS 7.7s //:aten_cpu#compile-Prelu.cpp.o79210384,linux-x86_64 2022-11-23T01:29:45.8472703Z BUILT 95/161 JOBS 4.9s //:aten_cpu#compile-BatchedTensorImpl.cpp.ofc52a300,linux-x86_64 2022-11-23T01:29:45.8526647Z BUILT 96/161 JOBS 0.1s //:aten_cpu#compile-ParallelNativeTBB.cpp.od09bf96c,linux-x86_64 2022-11-23T01:29:45.8722671Z BUILT 97/161 JOBS 12.5s //:aten_cpu#compile-ATenOpList.cpp.ocd8c168c,linux-x86_64 2022-11-23T01:29:45.8884497Z BUILT 98/161 JOBS 10.1s //:aten_cpu#compile-FunctionalizeFallbackKernel.cpp.od2853f63,linux-x86_64 2022-11-23T01:29:45.9028994Z BUILT 99/161 JOBS 4.6s //:aten_cpu#compile-Utils.cpp.o73f6d5ce,linux-x86_64 2022-11-23T01:29:45.9089020Z BUILT 100/161 JOBS 4.8s //:aten_cpu#compile-Copy.cpp.o05e080e3,linux-x86_64 2022-11-23T01:29:45.9207507Z BUILT 101/161 JOBS 0.1s //:aten_cpu#compile-SequenceNumber.cpp.o8401f00f,linux-x86_64 2022-11-23T01:29:45.9297051Z BUILT 102/161 JOBS 4.3s //:aten_cpu#compile-List.cpp.o303ba880,linux-x86_64 2022-11-23T01:29:45.9375476Z BUILT 103/161 JOBS 4.9s //:aten_cpu#compile-SoftMax.cpp.od1d67f87,linux-x86_64 2022-11-23T01:29:45.9432693Z BUILT 104/161 JOBS 1.4s //:aten_cpu#compile-interned_strings.cpp.oa57c87fb,linux-x86_64 2022-11-23T01:29:45.9490645Z BUILT 105/161 JOBS 5.0s //:aten_cpu#compile-prim_native_functions.cpp.oa3c495c7,linux-x86_64 2022-11-23T01:29:45.9567285Z BUILT 106/161 JOBS 5.3s //:aten_cpu#compile-Tensor.cpp.o5cd162d0,linux-x86_64 2022-11-23T01:29:45.9614459Z BUILT 107/161 JOBS 2.3s //:aten_cpu#compile-TensorGeometry.cpp.o9ba2e963,linux-x86_64 2022-11-23T01:29:45.9680592Z BUILT 108/161 JOBS 6.5s //:aten_cpu#compile-union_type.cpp.ob080ce09,linux-x86_64 2022-11-23T01:29:45.9733855Z BUILT 109/161 JOBS 5.1s //:aten_cpu#compile-NamedTensorUtils.cpp.o723d185c,linux-x86_64 2022-11-23T01:29:45.9784774Z BUILT 110/161 JOBS 1.5s //:aten_cpu#compile-MapAllocator.cpp.o44f0a23a,linux-x86_64 2022-11-23T01:29:46.0049361Z BUILT 111/161 JOBS 40.1s //:aten_cpu#compile-Operators_0.cpp.obf9b0b5e,linux-x86_64 2022-11-23T01:29:46.0102242Z BUILT 112/161 JOBS 4.6s //:aten_cpu#compile-Dict.cpp.oa9bee0d7,linux-x86_64 2022-11-23T01:29:46.0157470Z BUILT 113/161 JOBS 0.9s //:aten_cpu#compile-IDeepRegistration.cpp.o79608647,linux-x86_64 2022-11-23T01:29:46.0221237Z BUILT 114/161 JOBS 8.4s //:aten_cpu#compile-TensorUtils.cpp.oc648b974,linux-x86_64 2022-11-23T01:29:46.0269620Z BUILT 115/161 JOBS 4.8s //:aten_cpu#compile-Relu.cpp.o8f688852,linux-x86_64 2022-11-23T01:29:46.0332570Z BUILT 116/161 JOBS 0.7s //:aten_cpu#compile-FlushDenormal.cpp.o76627903,linux-x86_64 2022-11-23T01:29:46.0396738Z BUILT 117/161 JOBS 1.4s //:aten_cpu#compile-SavedTensorHooks.cpp.oedaf436f,linux-x86_64 2022-11-23T01:29:46.0694573Z BUILT 118/161 JOBS 39.2s //:aten_cpu#compile-Operators_1.cpp.oa57c356d,linux-x86_64 2022-11-23T01:29:46.0788487Z BUILT 119/161 JOBS 3.1s //:aten_cpu#compile-Context.cpp.oba53b67c,linux-x86_64 2022-11-23T01:29:46.0842181Z BUILT 120/161 JOBS 3.0s //:aten_cpu#compile-VariableHooksInterface.cpp.o6969ed9d,linux-x86_64 2022-11-23T01:29:46.0904812Z BUILT 121/161 JOBS 6.3s //:aten_cpu#compile-Dispatcher.cpp.o4a8f125b,linux-x86_64 2022-11-23T01:29:46.0957977Z BUILT 122/161 JOBS 1.1s //:aten_cpu#compile-ORTHooksInterface.cpp.ofa4b5c0c,linux-x86_64 2022-11-23T01:29:46.1116991Z BUILT 123/161 JOBS 6.8s //:aten_cpu#compile-class_type.cpp.o6ba6552f,linux-x86_64 2022-11-23T01:29:46.1180368Z BUILT 124/161 JOBS 8.2s //:aten_cpu#compile-TensorIndexing.cpp.o6827e2e6,linux-x86_64 2022-11-23T01:29:46.1275308Z BUILT 125/161 JOBS 10.3s //:aten_cpu#compile-ivalue.cpp.o15e22a72,linux-x86_64 2022-11-23T01:29:46.1349418Z BUILT 126/161 JOBS 5.4s //:aten_cpu#compile-source_range.cpp.odb054c33,linux-x86_64 2022-11-23T01:29:46.1409716Z BUILT 127/161 JOBS 2.5s //:aten_cpu#compile-lexer.cpp.o1b4c6dbb,linux-x86_64 2022-11-23T01:29:46.1465098Z BUILT 128/161 JOBS 7.4s //:aten_cpu#compile-ExpandUtils.cpp.o14b8175b,linux-x86_64 2022-11-23T01:29:46.1533145Z BUILT 129/161 JOBS 8.1s //:aten_cpu#compile-SparseTensorImpl.cpp.o82b5947a,linux-x86_64 2022-11-23T01:29:46.1865077Z BUILT 130/161 JOBS 45.9s //:aten_cpu#compile-Operators_2.cpp.oc2a35998,linux-x86_64 2022-11-23T01:29:46.1952918Z BUILT 131/161 JOBS 1.0s //:aten_cpu#compile-init_qnnpack.cpp.o5c5893f4,linux-x86_64 2022-11-23T01:29:46.2019551Z BUILT 132/161 JOBS 1.6s //:aten_cpu#compile-TensorMeta.cpp.of6b271fb,linux-x86_64 2022-11-23T01:29:46.2121686Z BUILT 133/161 JOBS 4.9s //:aten_cpu#compile-TensorShape.cpp.of4af465f,linux-x86_64 2022-11-23T01:29:46.2182573Z BUILT 134/161 JOBS 8.1s //:aten_cpu#compile-SparseTensorUtils.cpp.oeb82483d,linux-x86_64 2022-11-23T01:29:46.2242968Z BUILT 135/161 JOBS 5.8s //:aten_cpu#compile-ThreadLocalState.cpp.od4af31bc,linux-x86_64 2022-11-23T01:29:46.2307694Z BUILT 136/161 JOBS 5.8s //:aten_cpu#compile-library.cpp.o833a3c5d,linux-x86_64 2022-11-23T01:29:46.2362938Z BUILT 137/161 JOBS 4.6s //:aten_cpu#compile-TensorNames.cpp.o954694e4,linux-x86_64 2022-11-23T01:29:46.2432395Z BUILT 138/161 JOBS 4.9s //:aten_cpu#compile-Gelu.cpp.oc1c75ac8,linux-x86_64 2022-11-23T01:29:46.2487887Z BUILT 139/161 JOBS 7.9s //:aten_cpu#compile-SparseCsrTensorImpl.cpp.o2971f971,linux-x86_64 2022-11-23T01:29:46.2554441Z BUILT 140/161 JOBS 6.6s //:aten_cpu#compile-OperatorEntry.cpp.o8d6d8221,linux-x86_64 2022-11-23T01:29:46.2648249Z BUILT 141/161 JOBS 9.0s //:aten_cpu#compile-type.cpp.o00f5f439,linux-x86_64 2022-11-23T01:29:46.2715375Z BUILT 142/161 JOBS 5.4s //:aten_cpu#compile-ParallelNative.cpp.of735e7a3,linux-x86_64 2022-11-23T01:29:46.2765470Z BUILT 143/161 JOBS 2.9s //:aten_cpu#compile-Context.cpp.oc0011ae4,linux-x86_64 2022-11-23T01:29:46.2815334Z BUILT 144/161 JOBS 4.7s //:aten_cpu#compile-Factory.cpp.o2e602501,linux-x86_64 2022-11-23T01:29:46.2956312Z BUILT 145/161 JOBS 8.6s //:aten_cpu#compile-NestedTensorImpl.cpp.o2f931297,linux-x86_64 2022-11-23T01:29:46.3198677Z BUILT 146/161 JOBS 33.6s //:aten_cpu#compile-Operators_4.cpp.oeccf053e,linux-x86_64 2022-11-23T01:29:46.3263849Z BUILT 147/161 JOBS 2.6s //:aten_cpu#compile-NamedTensor.cpp.o50013384,linux-x86_64 2022-11-23T01:29:46.3332036Z BUILT 148/161 JOBS 9.1s //:aten_cpu#compile-FunctionalTensorWrapper.cpp.o17428da9,linux-x86_64 2022-11-23T01:29:46.3396683Z BUILT 149/161 JOBS 3.0s //:aten_cpu#compile-UpSample.cpp.o2c95138b,linux-x86_64 2022-11-23T01:29:46.3449963Z BUILT 150/161 JOBS 7.5s //:aten_cpu#compile-ConvPrepack.cpp.od0d48a17,linux-x86_64 2022-11-23T01:29:46.3514122Z BUILT 151/161 JOBS 3.6s //:aten_cpu#compile-Formatting.cpp.o2fa6660a,linux-x86_64 2022-11-23T01:29:46.3565711Z BUILT 152/161 JOBS 2.9s //:aten_cpu#compile-Generator.cpp.o62e7e57b,linux-x86_64 2022-11-23T01:29:46.3616610Z BUILT 153/161 JOBS 0.6s //:aten_cpu#compile-strtod.cpp.o98577ded,linux-x86_64 2022-11-23T01:29:46.3671302Z BUILT 154/161 JOBS 5.5s //:aten_cpu#compile-FunctionalStorageImpl.cpp.ofa458a03,linux-x86_64 2022-11-23T01:29:46.3718641Z BUILT 155/161 JOBS 0.3s //:aten_cpu#compile-FuncTorchTLS.cpp.o40f46a93,linux-x86_64 2022-11-23T01:29:46.3773334Z BUILT 156/161 JOBS 0.9s //:aten_cpu#compile-operator_name.cpp.oaf3dd13a,linux-x86_64 2022-11-23T01:29:46.3832864Z BUILT 157/161 JOBS 2.2s //:aten_cpu#compile-CUDAHooksInterface.cpp.o98019905,linux-x86_64 2022-11-23T01:29:46.3888973Z BUILT 158/161 JOBS 5.2s //:aten_cpu#compile-TensorFactories.cpp.o8c0837ca,linux-x86_64 2022-11-23T01:29:46.4073104Z BUILT 159/161 JOBS 4.3s //:aten_cpu#compile-type_factory.cpp.oc0fad21b,linux-x86_64 2022-11-23T01:29:46.5768967Z BUILT 160/161 JOBS 5.7s //:aten_cpu#compile-infer_schema.cpp.o641f85db,linux-x86_64 2022-11-23T01:29:47.2634667Z BUILT 161/161 JOBS 0.7s //:aten_cpu#linux-x86_64,static 2022-11-23T01:29:47.2635528Z DOWNLOADED 0 ARTIFACTS, 0.00 BYTES, 100.0% CACHE MISS 2022-11-23T01:29:47.2635992Z BUILDING: FINISHED IN 7m 8.1s (100%) 161/161 JOBS, 142 UPDATED 2022-11-23T01:29:47.2636363Z BUILD SUCCEEDED 2022-11-23T01:29:47.3304843Z ##[group]Run buck build :torch_mobile_core 2022-11-23T01:29:47.3305193Z buck build :torch_mobile_core 2022-11-23T01:29:47.3372863Z shell: /usr/bin/bash -e -l {0} 2022-11-23T01:29:47.3373106Z env: 2022-11-23T01:29:47.3373406Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:29:47.3373784Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:29:47.3374154Z CONDA_ENV: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:29:47.3374559Z CONDA_RUN: conda run -p /home/runner/work/_temp/conda_environment_3528394938 --no-capture-output 2022-11-23T01:29:47.3374990Z CONDA_BUILD: conda run -p /home/runner/work/_temp/conda_environment_3528394938 conda-build 2022-11-23T01:29:47.3375386Z CONDA_INSTALL: conda install -p /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:29:47.3375701Z ##[endgroup] 2022-11-23T01:29:48.0379111Z PARSING BUCK FILES: FINISHED IN 0.0s 2022-11-23T01:29:48.4754513Z CREATING ACTION GRAPH: FINISHED IN 0.4s 2022-11-23T01:29:48.4876842Z BUILT 1/1 JOBS 0.0s //:torch_mobile_core#linux-x86_64,static 2022-11-23T01:29:48.4900910Z DOWNLOADED 0 ARTIFACTS, 0.00 BYTES, 0.0% CACHE MISS 2022-11-23T01:29:48.4901571Z BUILDING: FINISHED IN 0.1s (100%) 1/1 JOBS, 1 UPDATED 2022-11-23T01:29:48.4950203Z BUILD SUCCEEDED 2022-11-23T01:29:48.5565930Z ##[group]Run buck build :pt_ops_full 2022-11-23T01:29:48.5566251Z buck build :pt_ops_full 2022-11-23T01:29:48.5627227Z shell: /usr/bin/bash -e -l {0} 2022-11-23T01:29:48.5627443Z env: 2022-11-23T01:29:48.5627730Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:29:48.5628104Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:29:48.5628439Z CONDA_ENV: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:29:48.5628818Z CONDA_RUN: conda run -p /home/runner/work/_temp/conda_environment_3528394938 --no-capture-output 2022-11-23T01:29:48.5629221Z CONDA_BUILD: conda run -p /home/runner/work/_temp/conda_environment_3528394938 conda-build 2022-11-23T01:29:48.5629624Z CONDA_INSTALL: conda install -p /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:29:48.5629903Z ##[endgroup] 2022-11-23T01:30:23.1599935Z PARSING BUCK FILES: FINISHED IN 33.9s 2022-11-23T01:30:23.6449766Z CREATING ACTION GRAPH: FINISHED IN 0.5s 2022-11-23T01:30:24.6232386Z BUILT 24/350 JOBS 0.0s //:aten_metal_prepack_header#header-mode-symlink-tree-only,headers 2022-11-23T01:30:24.6241566Z BUILT 25/350 JOBS 0.0s //:generated-version-header#header-mode-symlink-tree-only,headers 2022-11-23T01:30:24.6252242Z BUILT 26/350 JOBS 0.0s //:generated-autograd-headers#header-mode-symlink-tree-only,headers 2022-11-23T01:30:24.6262196Z BUILT 27/350 JOBS 0.0s //:pt_ops_full#header-mode-symlink-tree-only,headers 2022-11-23T01:30:24.6302001Z BUILT 28/350 JOBS 0.0s //:pt_ops_full#linux-x86_64,private-headers 2022-11-23T01:30:24.6311543Z BUILT 29/350 JOBS 0.0s //:torch_mobile_deserialize#header-mode-symlink-tree-only,headers 2022-11-23T01:30:24.6320925Z BUILT 30/350 JOBS 0.0s //:torch_mobile_headers#header-mode-symlink-tree-only,headers 2022-11-23T01:30:24.6329823Z BUILT 31/350 JOBS 0.0s //:torch_mobile_deserialize_common#header-mode-symlink-tree-only,headers 2022-11-23T01:30:24.6341369Z BUILT 32/350 JOBS 0.0s //third_party:libkineto_headers#header-mode-symlink-tree-only,headers 2022-11-23T01:30:24.6350144Z BUILT 33/350 JOBS 0.0s //third_party:miniz#header-mode-symlink-tree-only,headers 2022-11-23T01:30:24.6358975Z BUILT 34/350 JOBS 0.0s //:torch_mobile_observer#header-mode-symlink-tree-only,headers 2022-11-23T01:30:25.0507246Z BUILT 53/348 JOBS 0.7s //:torch_headers#header-mode-symlink-tree-only,headers 2022-11-23T01:30:25.0598661Z BUILT 54/348 JOBS 0.3s //:generate-version-header 2022-11-23T01:30:25.5729599Z BUILT 55/348 JOBS 0.8s //:templated_selective_build_srcs 2022-11-23T01:30:25.9041571Z BUILT 56/348 JOBS 0.3s //:torch_mobile_ops_full_dev 2022-11-23T01:30:26.2160830Z BUILT 57/348 JOBS 0.3s //:pt_ops_full_template_registration 2022-11-23T01:30:26.5818200Z BUILT 58/348 JOBS 0.4s //:pt_ops_full_pt_oplist 2022-11-23T01:30:32.4437671Z BUILT 59/348 JOBS 7.7s //:gen_aten_libtorch 2022-11-23T01:30:32.4515102Z BUILT 60/348 JOBS 0.0s //:pt_ops_full#linux-x86_64,preprocessor-deps 2022-11-23T01:51:41.7178410Z BUILT 61/348 JOBS 8.4s //:pt_ops_full#compile-FractionalMaxPool3d.cpp.o40bad119,linux-x86_64 2022-11-23T01:51:41.7240489Z BUILT 62/348 JOBS 9.2s //:pt_ops_full#compile-qlinear_dynamic.cpp.o125ede85,linux-x86_64 2022-11-23T01:51:41.7321990Z BUILT 63/348 JOBS 10.6s //:pt_ops_full#compile-RegisterOpContextClass.cpp.ob4c3f1ca,linux-x86_64 2022-11-23T01:51:41.7513443Z BUILT 64/348 JOBS 12.7s //:pt_ops_full#compile-PointwiseOpsKernel.cpp.ob88e452d,linux-x86_64 2022-11-23T01:51:41.7618047Z BUILT 65/348 JOBS 8.5s //:pt_ops_full#compile-NestedTensorMatmul.cpp.o21687942,linux-x86_64 2022-11-23T01:51:41.7715884Z BUILT 66/348 JOBS 8.6s //:pt_ops_full#compile-qlinear_deserialize.cpp.o5587f967,linux-x86_64 2022-11-23T01:51:41.7814250Z BUILT 67/348 JOBS 9.0s //:pt_ops_full#compile-LinearAlgebraKernel.cpp.obe3976db,linux-x86_64 2022-11-23T01:51:41.7903110Z BUILT 68/348 JOBS 8.5s //:pt_ops_full#compile-SparseMatMul.cpp.ob30e9fa3,linux-x86_64 2022-11-23T01:51:41.8003838Z BUILT 69/348 JOBS 9.1s //:pt_ops_full#compile-QTensor.cpp.o90d2db51,linux-x86_64 2022-11-23T01:51:41.8112375Z BUILT 70/348 JOBS 13.1s //:pt_ops_full#compile-register_special_ops.cpp.o6ccbf0ef,linux-x86_64 2022-11-23T01:51:41.8201717Z BUILT 71/348 JOBS 3.3s //:pt_ops_full#compile-AffineQuantizer.cpp.oc91a8551,linux-x86_64 2022-11-23T01:51:41.8395248Z BUILT 72/348 JOBS 17.2s //:pt_ops_full#compile-RNN.cpp.o6d5405ca,linux-x86_64 2022-11-23T01:51:41.8499182Z BUILT 73/348 JOBS 5.6s //:pt_ops_full#compile-AvgPoolKernel.cpp.o85f821a8,linux-x86_64 2022-11-23T01:51:41.8588688Z BUILT 74/348 JOBS 7.8s //:pt_ops_full#compile-ChanelShuffle.cpp.o11ff1f3f,linux-x86_64 2022-11-23T01:51:41.8680559Z BUILT 75/348 JOBS 5.4s //:pt_ops_full#compile-AdaptiveMaxPooling3d.cpp.o7ab874ae,linux-x86_64 2022-11-23T01:51:41.8767478Z BUILT 76/348 JOBS 8.0s //:pt_ops_full#compile-CPUBlas.cpp.o95301c6e,linux-x86_64 2022-11-23T01:51:41.8948290Z BUILT 77/348 JOBS 8.4s //:pt_ops_full#compile-qlinear_unpack.cpp.oc5f2cdab,linux-x86_64 2022-11-23T01:51:41.9087379Z BUILT 78/348 JOBS 40.1s //:pt_ops_full_aten 2022-11-23T01:51:42.0148260Z BUILT 79/348 JOBS 8.5s //:pt_ops_full#compile-UpSampleBicubic2d.cpp.o9984cabe,linux-x86_64 2022-11-23T01:51:42.0149407Z BUILT 80/348 JOBS 8.6s //:pt_ops_full#compile-FakeQuantPerChannelAffine.cpp.ofcefcd3d,linux-x86_64 2022-11-23T01:51:42.0150093Z BUILT 81/348 JOBS 8.3s //:pt_ops_full#compile-Histogram.cpp.o65017807,linux-x86_64 2022-11-23T01:51:42.0150681Z BUILT 82/348 JOBS 7.7s //:pt_ops_full#compile-SparseBlas.cpp.o1f5a3628,linux-x86_64 2022-11-23T01:51:42.0151639Z BUILT 83/348 JOBS 8.3s //:pt_ops_full#compile-AveragePool3d.cpp.obd59bb89,linux-x86_64 2022-11-23T01:51:42.0152641Z BUILT 84/348 JOBS 8.4s //:pt_ops_full#compile-AveragePool2d.cpp.ob8eafb32,linux-x86_64 2022-11-23T01:51:42.0153372Z BUILT 85/348 JOBS 8.0s //:pt_ops_full#compile-NestedTensorUnaryOps.cpp.of0634549,linux-x86_64 2022-11-23T01:51:42.0154996Z BUILT 86/348 JOBS 9.3s //:pt_ops_full#compile-SpectralOps.cpp.o22bc5bfb,linux-x86_64 2022-11-23T01:51:42.0155948Z BUILT 87/348 JOBS 11.3s //:pt_ops_full#compile-EmbeddingBag.cpp.oa18f527f,linux-x86_64 2022-11-23T01:51:42.0156541Z BUILT 88/348 JOBS 14.5s //:pt_ops_full#compile-TensorShape.cpp.o2e983f78,linux-x86_64 2022-11-23T01:51:42.0157096Z BUILT 89/348 JOBS 8.4s //:pt_ops_full#compile-PowKernel.cpp.oa7b6846d,linux-x86_64 2022-11-23T01:51:42.0157847Z BUILT 90/348 JOBS 7.1s //:pt_ops_full#compile-IndexingUtils.cpp.o9ff53eac,linux-x86_64 2022-11-23T01:51:42.0158656Z BUILT 91/348 JOBS 7.9s //:pt_ops_full#compile-TensorFactories.cpp.o93e1a5bb,linux-x86_64 2022-11-23T01:51:42.0159375Z BUILT 92/348 JOBS 8.2s //:pt_ops_full#compile-MakePerTensorQuantizedTensor.cpp.o16d323f9,linux-x86_64 2022-11-23T01:51:42.0160041Z BUILT 93/348 JOBS 9.6s //:pt_ops_full#compile-BinaryOps.cpp.of842da25,linux-x86_64 2022-11-23T01:51:42.0244057Z BUILT 94/348 JOBS 7.6s //:pt_ops_full#compile-RuyUtils.cpp.o9f327aa1,linux-x86_64 2022-11-23T01:51:42.0263078Z BUILT 95/348 JOBS 8.1s //:pt_ops_full#compile-NaiveConvolutionTranspose3d.cpp.o6cb6e8b3,linux-x86_64 2022-11-23T01:51:42.0332124Z BUILT 96/348 JOBS 7.7s //:pt_ops_full#compile-Cross.cpp.o601b5c65,linux-x86_64 2022-11-23T01:51:42.0399907Z BUILT 97/348 JOBS 8.4s //:pt_ops_full#compile-NestedTensorBinaryOps.cpp.od4e0c70e,linux-x86_64 2022-11-23T01:51:42.0418276Z BUILT 98/348 JOBS 8.0s //:pt_ops_full#compile-PadNd.cpp.o56fbac00,linux-x86_64 2022-11-23T01:51:42.0487379Z BUILT 99/348 JOBS 7.9s //:pt_ops_full#compile-ChannelShuffle.cpp.o46d34ccf,linux-x86_64 2022-11-23T01:51:42.0555185Z BUILT 100/348 JOBS 3.5s //:pt_ops_full#compile-RenormKernel.cpp.o8fc17089,linux-x86_64 2022-11-23T01:51:42.0630011Z BUILT 101/348 JOBS 7.6s //:pt_ops_full#compile-WeightNorm.cpp.oce472430,linux-x86_64 2022-11-23T01:51:42.0671984Z BUILT 102/348 JOBS 9.5s //:pt_ops_full#compile-ConvolutionMM2d.cpp.o6ef82571,linux-x86_64 2022-11-23T01:51:42.0708186Z BUILT 103/348 JOBS 0.9s //:pt_ops_full#compile-Init.cpp.o3f1cc671,linux-x86_64 2022-11-23T01:51:42.0775646Z BUILT 104/348 JOBS 7.8s //:pt_ops_full#compile-Integration.cpp.o23ef1fc6,linux-x86_64 2022-11-23T01:51:42.0851452Z BUILT 105/348 JOBS 4.6s //:pt_ops_full#compile-Batching.cpp.o851419ed,linux-x86_64 2022-11-23T01:51:42.0918452Z BUILT 106/348 JOBS 7.9s //:pt_ops_full#compile-XnnpackUtils.cpp.o36bf0706,linux-x86_64 2022-11-23T01:51:42.1037531Z BUILT 107/348 JOBS 7.9s //:pt_ops_full#compile-TensorIteratorReduce.cpp.o241121b2,linux-x86_64 2022-11-23T01:51:42.1042522Z BUILT 108/348 JOBS 3.2s //:pt_ops_full#compile-MaxPooling.cpp.oca570db0,linux-x86_64 2022-11-23T01:51:42.1143752Z BUILT 109/348 JOBS 4.4s //:pt_ops_full#compile-SparseFactories.cpp.o453e1d72,linux-x86_64 2022-11-23T01:51:42.1212230Z BUILT 110/348 JOBS 9.2s //:pt_ops_full#compile-TensorIterator.cpp.oadc3e0bf,linux-x86_64 2022-11-23T01:51:42.1380775Z BUILT 111/348 JOBS 9.9s //:pt_ops_full#compile-NestedTensorMath.cpp.oa43ed49a,linux-x86_64 2022-11-23T01:51:42.1401969Z BUILT 112/348 JOBS 11.6s //:pt_ops_full#compile-ReduceOps.cpp.o676359ce,linux-x86_64 2022-11-23T01:51:42.1460510Z BUILT 113/348 JOBS 7.7s //:pt_ops_full#compile-FunctionOfAMatrixUtils.cpp.ob4e40359,linux-x86_64 2022-11-23T01:51:42.1490078Z BUILT 114/348 JOBS 1.0s //:pt_ops_full#compile-LinearAlgebra.cpp.o3dfc70bf,linux-x86_64 2022-11-23T01:51:42.1551446Z BUILT 115/348 JOBS 9.0s //:pt_ops_full#compile-qsigmoid.cpp.o804ab30a,linux-x86_64 2022-11-23T01:51:42.1612950Z BUILT 116/348 JOBS 8.8s //:pt_ops_full#compile-AveragePool3d.cpp.o6f0187e3,linux-x86_64 2022-11-23T01:51:42.1665525Z BUILT 117/348 JOBS 0.1s //:pt_ops_full#compile-Shim.cpp.o5e69774a,linux-x86_64 2022-11-23T01:51:42.1723496Z BUILT 118/348 JOBS 5.5s //:pt_ops_full#compile-library.cpp.o5c03574c,linux-x86_64 2022-11-23T01:51:42.1728120Z BUILT 119/348 JOBS 9.2s //:pt_ops_full#compile-qlinear_prepack.cpp.oc8fd3935,linux-x86_64 2022-11-23T01:51:42.1791100Z BUILT 120/348 JOBS 5.8s //:pt_ops_full#compile-Convolution.cpp.ocd24a4e7,linux-x86_64 2022-11-23T01:51:42.1850886Z BUILT 121/348 JOBS 8.6s //:pt_ops_full#compile-Quantizer.cpp.oc46788a3,linux-x86_64 2022-11-23T01:51:42.1968264Z BUILT 122/348 JOBS 23.8s //:pt_ops_full#compile-SparseCsrTensorMath.cpp.oc6a46cc4,linux-x86_64 2022-11-23T01:51:42.2008842Z BUILT 123/348 JOBS 14.6s //:pt_ops_full#compile-LinearAlgebra.cpp.oea7d8292,linux-x86_64 2022-11-23T01:51:42.2085936Z BUILT 124/348 JOBS 8.3s //:pt_ops_full#compile-AdaptiveAveragePooling.cpp.oad939083,linux-x86_64 2022-11-23T01:51:42.2101728Z BUILT 125/348 JOBS 8.2s //:pt_ops_full#compile-qtanh.cpp.o8cc01b26,linux-x86_64 2022-11-23T01:51:42.2170466Z BUILT 126/348 JOBS 8.9s //:pt_ops_full#compile-qclamp.cpp.oea654343,linux-x86_64 2022-11-23T01:51:42.2253917Z BUILT 127/348 JOBS 8.0s //:pt_ops_full#compile-PackedSequence.cpp.o4436a1ca,linux-x86_64 2022-11-23T01:51:42.2298889Z BUILT 128/348 JOBS 5.3s //:pt_ops_full#compile-ChannelShuffleKernel.cpp.o94935ed1,linux-x86_64 2022-11-23T01:51:42.2371323Z BUILT 129/348 JOBS 10.7s //:pt_ops_full#compile-LossNLL.cpp.o7204bdcd,linux-x86_64 2022-11-23T01:51:42.2481074Z BUILT 130/348 JOBS 10.2s //:pt_ops_full#compile-SparseTensor.cpp.o32a0d186,linux-x86_64 2022-11-23T01:51:42.2488013Z BUILT 131/348 JOBS 8.2s //:pt_ops_full#compile-Dropout.cpp.of2b29750,linux-x86_64 2022-11-23T01:51:42.2552172Z BUILT 132/348 JOBS 8.2s //:pt_ops_full#compile-Distance.cpp.o397cc6d8,linux-x86_64 2022-11-23T01:51:42.2611863Z BUILT 133/348 JOBS 7.6s //:pt_ops_full#compile-Pooling.cpp.of8730571,linux-x86_64 2022-11-23T01:51:42.2640969Z BUILT 134/348 JOBS 8.7s //:pt_ops_full#compile-SumKernel.cpp.o50cfe5bc,linux-x86_64 2022-11-23T01:51:42.2680747Z BUILT 135/348 JOBS 5.6s //:pt_ops_full#compile-MaxPoolKernel.cpp.o3594b5c2,linux-x86_64 2022-11-23T01:51:42.2746617Z BUILT 136/348 JOBS 10.2s //:pt_ops_full#compile-TensorShape.cpp.o20bfe61b,linux-x86_64 2022-11-23T01:51:42.2751021Z BUILT 137/348 JOBS 7.6s //:pt_ops_full#compile-AffineGridGenerator.cpp.od7313074,linux-x86_64 2022-11-23T01:51:42.2841068Z BUILT 138/348 JOBS 10.2s //:pt_ops_full#compile-qembeddingbag.cpp.o99adf4fa,linux-x86_64 2022-11-23T01:51:42.2843082Z BUILT 139/348 JOBS 7.5s //:pt_ops_full#compile-QuantizedLinear.cpp.o81611993,linux-x86_64 2022-11-23T01:51:42.2914955Z BUILT 140/348 JOBS 8.3s //:pt_ops_full#compile-SummaryOps.cpp.obd775785,linux-x86_64 2022-11-23T01:51:42.3055940Z BUILT 141/348 JOBS 8.1s //:pt_ops_full#compile-Fill.cpp.o6859ec21,linux-x86_64 2022-11-23T01:51:42.3059801Z BUILT 142/348 JOBS 10.1s //:pt_ops_full#compile-GridSampler.cpp.o0b58022a,linux-x86_64 2022-11-23T01:51:42.3124724Z BUILT 143/348 JOBS 20.4s //:pt_ops_full#compile-TensorCompareKernel.cpp.o22e9322d,linux-x86_64 2022-11-23T01:51:42.3216664Z BUILT 144/348 JOBS 8.7s //:pt_ops_full#compile-SoftMax.cpp.o4b3d5738,linux-x86_64 2022-11-23T01:51:42.3219683Z BUILT 145/348 JOBS 13.6s //:pt_ops_full#compile-ScatterGatherKernel.cpp.oa62f949c,linux-x86_64 2022-11-23T01:51:42.3287805Z BUILT 146/348 JOBS 8.4s //:pt_ops_full#compile-qhardswish.cpp.ob713c5a0,linux-x86_64 2022-11-23T01:51:42.3319384Z BUILT 147/348 JOBS 4.6s //:pt_ops_full#compile-CrossKernel.cpp.o5113388a,linux-x86_64 2022-11-23T01:51:42.3449953Z BUILT 148/348 JOBS 9.0s //:pt_ops_full#compile-BinaryOps.cpp.of3061a43,linux-x86_64 2022-11-23T01:51:42.3457884Z BUILT 149/348 JOBS 9.9s //:pt_ops_full#compile-fbgemm_utils.cpp.o79cc3321,linux-x86_64 2022-11-23T01:51:42.3518338Z BUILT 150/348 JOBS 8.6s //:pt_ops_full#compile-ForeachOpsKernels.cpp.o3ed233ef,linux-x86_64 2022-11-23T01:51:42.3543321Z BUILT 151/348 JOBS 8.9s //:pt_ops_full#compile-Activation.cpp.o5e92e066,linux-x86_64 2022-11-23T01:51:42.3573507Z BUILT 152/348 JOBS 9.0s //:pt_ops_full#compile-qsoftmax.cpp.o9883d1f5,linux-x86_64 2022-11-23T01:51:42.3627058Z BUILT 153/348 JOBS 7.4s //:pt_ops_full#compile-NestedTensorAliases.cpp.ob9a1efb3,linux-x86_64 2022-11-23T01:51:42.3687423Z BUILT 154/348 JOBS 5.7s //:pt_ops_full#compile-Unfold3d.cpp.o786f8cf3,linux-x86_64 2022-11-23T01:51:42.3708196Z BUILT 155/348 JOBS 9.3s //:pt_ops_full#compile-qembeddingbag_prepack.cpp.oaa20320a,linux-x86_64 2022-11-23T01:51:42.3798827Z BUILT 156/348 JOBS 7.9s //:pt_ops_full#compile-MaxUnpooling.cpp.o4a057789,linux-x86_64 2022-11-23T01:51:42.3813322Z BUILT 157/348 JOBS 52.5s //:pt_ops_full#compile-BinaryOpsKernel.cpp.o148f872f,linux-x86_64 2022-11-23T01:51:42.3885478Z BUILT 158/348 JOBS 7.3s //:pt_ops_full#compile-PixelShuffleKernel.cpp.o0e39a60e,linux-x86_64 2022-11-23T01:51:42.3947500Z BUILT 159/348 JOBS 8.1s //:pt_ops_full#compile-layer_norm.cpp.ofc15ca83,linux-x86_64 2022-11-23T01:51:42.3984016Z BUILT 160/348 JOBS 8.1s //:pt_ops_full#compile-ComplexKernel.cpp.oac8b7250,linux-x86_64 2022-11-23T01:51:42.4062214Z BUILT 161/348 JOBS 8.9s //:pt_ops_full#compile-RangeFactories.cpp.odb1a70cb,linux-x86_64 2022-11-23T01:51:42.4219575Z BUILT 162/348 JOBS 12.4s //:pt_ops_full#compile-ReflectionPad.cpp.o121f7c93,linux-x86_64 2022-11-23T01:51:42.4222618Z BUILT 163/348 JOBS 8.7s //:pt_ops_full#compile-transformer.cpp.o1b99c418,linux-x86_64 2022-11-23T01:51:42.4324787Z BUILT 164/348 JOBS 11.1s //:pt_ops_full#compile-TensorConversions.cpp.oef248e26,linux-x86_64 2022-11-23T01:51:42.4363566Z BUILT 165/348 JOBS 4.9s //:pt_ops_full#compile-qgelu.cpp.o71b6eda6,linux-x86_64 2022-11-23T01:51:42.4437863Z BUILT 166/348 JOBS 10.4s //:pt_ops_full#compile-qrelu.cpp.o13ffbf04,linux-x86_64 2022-11-23T01:51:42.4499355Z BUILT 167/348 JOBS 8.2s //:pt_ops_full#compile-MultinomialKernel.cpp.o45bf55b9,linux-x86_64 2022-11-23T01:51:42.4546268Z BUILT 168/348 JOBS 9.8s //:pt_ops_full#compile-LossNLL2d.cpp.oe63e02b6,linux-x86_64 2022-11-23T01:51:42.4579198Z BUILT 169/348 JOBS 7.7s //:pt_ops_full#compile-AdaptiveAveragePooling.cpp.oa5d49802,linux-x86_64 2022-11-23T01:51:42.4672706Z BUILT 170/348 JOBS 8.1s //:pt_ops_full#compile-Repeat.cpp.o120c2c9e,linux-x86_64 2022-11-23T01:51:42.4708662Z BUILT 171/348 JOBS 8.7s //:pt_ops_full#compile-qlinear_unpack.cpp.o99bea7a8,linux-x86_64 2022-11-23T01:51:42.4781350Z BUILT 172/348 JOBS 8.9s //:pt_ops_full#compile-TensorAdvancedIndexing.cpp.o36e8555f,linux-x86_64 2022-11-23T01:51:42.4936727Z BUILT 173/348 JOBS 5.8s //:pt_ops_full#compile-WeightNormKernel.cpp.o819ec12c,linux-x86_64 2022-11-23T01:51:42.4941504Z BUILT 174/348 JOBS 15.3s //:pt_ops_full#compile-UpSampleKernel.cpp.oadea9cc8,linux-x86_64 2022-11-23T01:51:42.4995608Z BUILT 175/348 JOBS 7.6s //:pt_ops_full#compile-NamedTensor.cpp.o03d36d54,linux-x86_64 2022-11-23T01:51:42.5024375Z BUILT 176/348 JOBS 9.8s //:pt_ops_full#compile-qconv_prepack.cpp.oae06cefb,linux-x86_64 2022-11-23T01:51:42.5149730Z BUILT 177/348 JOBS 8.3s //:pt_ops_full#compile-FakeQuantPerTensorAffine.cpp.o63de7557,linux-x86_64 2022-11-23T01:51:42.5165491Z BUILT 178/348 JOBS 14.9s //:pt_ops_full#compile-SparseTensorMath.cpp.o8bf98bf9,linux-x86_64 2022-11-23T01:51:42.5235836Z BUILT 179/348 JOBS 3.0s //:pt_ops_full#compile-FunctionOfAMatrixUtilsKernel.cpp.o7668693b,linux-x86_64 2022-11-23T01:51:42.5288442Z BUILT 180/348 JOBS 4.0s //:pt_ops_full#compile-StackKernel.cpp.o57218c36,linux-x86_64 2022-11-23T01:51:42.5375787Z BUILT 181/348 JOBS 8.8s //:pt_ops_full#compile-Col2Im.cpp.o3cabb2ce,linux-x86_64 2022-11-23T01:51:42.5403835Z BUILT 182/348 JOBS 7.9s //:pt_ops_full#compile-RowwisePrune.cpp.o1970cbaa,linux-x86_64 2022-11-23T01:51:42.5435339Z BUILT 183/348 JOBS 8.1s //:pt_ops_full#compile-TensorTransformations.cpp.o94285161,linux-x86_64 2022-11-23T01:51:42.5522283Z BUILT 184/348 JOBS 7.7s //:pt_ops_full#compile-DilatedMaxPool2d.cpp.ofcaf767b,linux-x86_64 2022-11-23T01:51:42.5531198Z BUILT 185/348 JOBS 14.3s //:pt_ops_full#compile-Sorting.cpp.o6d7f238a,linux-x86_64 2022-11-23T01:51:42.5604437Z BUILT 186/348 JOBS 8.1s //:pt_ops_full#compile-Resize.cpp.oad6a59d3,linux-x86_64 2022-11-23T01:51:42.5657937Z BUILT 187/348 JOBS 9.4s //:pt_ops_full#compile-ValidateCompressedIndicesKernel.cpp.o35ed21e8,linux-x86_64 2022-11-23T01:51:42.5777299Z BUILT 188/348 JOBS 8.2s //:pt_ops_full#compile-LinearUnpackImpl.cpp.o2bed2adf,linux-x86_64 2022-11-23T01:51:42.5786824Z BUILT 189/348 JOBS 9.1s //:pt_ops_full#compile-qlinear_dynamic.cpp.o16d9aa18,linux-x86_64 2022-11-23T01:51:42.5806931Z BUILT 190/348 JOBS 3.7s //:pt_ops_full#compile-scaled_modified_bessel_k1.cpp.oa70ef43f,linux-x86_64 2022-11-23T01:51:42.5936304Z BUILT 191/348 JOBS 9.3s //:pt_ops_full#compile-Linear.cpp.oacdfe0c5,linux-x86_64 2022-11-23T01:51:42.5940517Z BUILT 192/348 JOBS 8.8s //:pt_ops_full#compile-DilatedMaxPool3d.cpp.oa9e0e73b,linux-x86_64 2022-11-23T01:51:42.6005654Z BUILT 193/348 JOBS 7.7s //:pt_ops_full#compile-Onehot.cpp.o0514ebca,linux-x86_64 2022-11-23T01:51:42.6081494Z BUILT 194/348 JOBS 17.6s //:pt_ops_full#compile-TensorAdvancedIndexing.cpp.o1588d678,linux-x86_64 2022-11-23T01:51:42.6109458Z BUILT 195/348 JOBS 8.1s //:pt_ops_full#compile-Sorting.cpp.o3e3d289e,linux-x86_64 2022-11-23T01:51:42.6187050Z BUILT 196/348 JOBS 5.1s //:pt_ops_full#compile-OpContext.cpp.o2ffe41e4,linux-x86_64 2022-11-23T01:51:42.6197025Z BUILT 197/348 JOBS 3.2s //:pt_ops_full#compile-Activation.cpp.o53c52936,linux-x86_64 2022-11-23T01:51:42.6336284Z BUILT 198/348 JOBS 5.0s //:pt_ops_full#compile-PointwiseOps.cpp.o7922212a,linux-x86_64 2022-11-23T01:51:42.6340365Z BUILT 199/348 JOBS 7.7s //:pt_ops_full#compile-UpSampleLinear1d.cpp.o8237a7a4,linux-x86_64 2022-11-23T01:51:42.6364791Z BUILT 200/348 JOBS 9.6s //:pt_ops_full#compile-HistogramKernel.cpp.oea7a26e9,linux-x86_64 2022-11-23T01:51:42.6466960Z BUILT 201/348 JOBS 5.5s //:pt_ops_full#compile-CatKernel.cpp.o6aed34e8,linux-x86_64 2022-11-23T01:51:42.6544150Z BUILT 202/348 JOBS 7.5s //:pt_ops_full#compile-Copy.cpp.o41817720,linux-x86_64 2022-11-23T01:51:42.6702605Z BUILT 203/348 JOBS 20.6s //:pt_ops_full#compile-SortingKernel.cpp.o998fa81e,linux-x86_64 2022-11-23T01:51:42.6805485Z BUILT 204/348 JOBS 22.3s //:pt_ops_full#compile-Activation.cpp.o0a53f10c,linux-x86_64 2022-11-23T01:51:42.6869566Z BUILT 205/348 JOBS 7.6s //:pt_ops_full#compile-UpSampleNearest1d.cpp.o2eda184c,linux-x86_64 2022-11-23T01:51:42.6997781Z BUILT 206/348 JOBS 8.7s //:pt_ops_full#compile-qnormalization.cpp.o1e00ac18,linux-x86_64 2022-11-23T01:51:42.7096830Z BUILT 207/348 JOBS 9.7s //:pt_ops_full#compile-UpSampleNearest2d.cpp.o13e45776,linux-x86_64 2022-11-23T01:51:42.7101003Z BUILT 208/348 JOBS 8.4s //:pt_ops_full#compile-AdaptiveAveragePooling3d.cpp.oe9fa20cf,linux-x86_64 2022-11-23T01:51:42.7159614Z BUILT 209/348 JOBS 9.2s //:pt_ops_full#compile-Copy.cpp.o8a61acd0,linux-x86_64 2022-11-23T01:51:42.7277871Z BUILT 210/348 JOBS 9.3s //:pt_ops_full#compile-SoftMax.cpp.of1147690,linux-x86_64 2022-11-23T01:51:42.7357770Z BUILT 211/348 JOBS 23.3s //:pt_ops_full#compile-register_prim_ops.cpp.o6868189f,linux-x86_64 2022-11-23T01:51:42.7383091Z BUILT 212/348 JOBS 7.9s //:pt_ops_full#compile-qlinear.cpp.oe29cf077,linux-x86_64 2022-11-23T01:51:42.7470147Z BUILT 213/348 JOBS 9.5s //:pt_ops_full#compile-attention.cpp.of00330d1,linux-x86_64 2022-11-23T01:51:42.7567236Z BUILT 214/348 JOBS 10.3s //:pt_ops_full#compile-TriangularOps.cpp.o31fe8463,linux-x86_64 2022-11-23T01:51:42.7616644Z BUILT 215/348 JOBS 29.7s //:pt_ops_full#compile-QuantizedOpKernels.cpp.o04a7b899,linux-x86_64 2022-11-23T01:51:42.7737907Z BUILT 216/348 JOBS 10.9s //:pt_ops_full#compile-ReplicationPadding.cpp.o5e795800,linux-x86_64 2022-11-23T01:51:42.7743026Z BUILT 217/348 JOBS 3.8s //:pt_ops_full#compile-airy_ai.cpp.o655fc193,linux-x86_64 2022-11-23T01:51:42.7765548Z BUILT 218/348 JOBS 7.5s //:pt_ops_full#compile-SparseBlasImpl.cpp.o8b3765ff,linux-x86_64 2022-11-23T01:51:42.7936919Z BUILT 219/348 JOBS 7.6s //:pt_ops_full#compile-Memory.cpp.of82b991a,linux-x86_64 2022-11-23T01:51:42.7940282Z BUILT 220/348 JOBS 15.3s //:pt_ops_full#compile-fbgemm_utils.cpp.o4a379d6f,linux-x86_64 2022-11-23T01:51:42.8056250Z BUILT 221/348 JOBS 7.9s //:pt_ops_full#compile-UpSampleMoreKernel.cpp.o6f8fee1e,linux-x86_64 2022-11-23T01:51:42.8061154Z BUILT 222/348 JOBS 8.8s //:pt_ops_full#compile-Normalization.cpp.o09693c52,linux-x86_64 2022-11-23T01:51:42.8501576Z BUILT 223/348 JOBS 7.9s //:pt_ops_full#compile-Itertools.cpp.o8c5f6ed9,linux-x86_64 2022-11-23T01:51:42.8536213Z BUILT 224/348 JOBS 7.8s //:pt_ops_full#compile-UpSampleTrilinear3d.cpp.o8124b76e,linux-x86_64 2022-11-23T01:51:42.8616328Z BUILT 225/348 JOBS 9.4s //:pt_ops_full#compile-ConvolutionMM3d.cpp.o520b1a3e,linux-x86_64 2022-11-23T01:51:42.8695470Z BUILT 226/348 JOBS 12.8s //:pt_ops_full#compile-ReduceAllOpsKernel.cpp.o201a3ec6,linux-x86_64 2022-11-23T01:51:42.8698939Z BUILT 227/348 JOBS 7.7s //:pt_ops_full#compile-ReduceAllOps.cpp.oc11acf21,linux-x86_64 2022-11-23T01:51:42.8771184Z BUILT 228/348 JOBS 10.5s //:pt_ops_full#compile-TensorFactories.cpp.o95ff5343,linux-x86_64 2022-11-23T01:51:42.8817153Z BUILT 229/348 JOBS 9.5s //:pt_ops_full#compile-Pooling.cpp.o6233c88a,linux-x86_64 2022-11-23T01:51:42.8896675Z BUILT 230/348 JOBS 7.7s //:pt_ops_full#compile-PixelShuffle.cpp.o60fc95be,linux-x86_64 2022-11-23T01:51:42.8900962Z BUILT 231/348 JOBS 4.8s //:pt_ops_full#compile-Lerp.cpp.o1504415c,linux-x86_64 2022-11-23T01:51:42.9057774Z BUILT 232/348 JOBS 13.9s //:pt_ops_full#compile-Normalization.cpp.oc5b093a4,linux-x86_64 2022-11-23T01:51:42.9062656Z BUILT 233/348 JOBS 10.6s //:pt_ops_full#compile-Convolution.cpp.o0b3efd09,linux-x86_64 2022-11-23T01:51:42.9112877Z BUILT 234/348 JOBS 7.4s //:pt_ops_full#compile-NNPACK.cpp.o8cfef1ce,linux-x86_64 2022-11-23T01:51:42.9296880Z BUILT 235/348 JOBS 8.9s //:pt_ops_full#compile-SparseCsrTensor.cpp.o3bcf9b88,linux-x86_64 2022-11-23T01:51:42.9302124Z BUILT 236/348 JOBS 8.1s //:pt_ops_full#compile-TensorOperators.cpp.oe7c5facf,linux-x86_64 2022-11-23T01:51:42.9302962Z BUILT 237/348 JOBS 7.7s //:pt_ops_full#compile-SparseFactories.cpp.ob1b4038b,linux-x86_64 2022-11-23T01:51:42.9368949Z BUILT 238/348 JOBS 13.2s //:pt_ops_full#compile-Unique.cpp.o04dcc3eb,linux-x86_64 2022-11-23T01:51:42.9489192Z BUILT 239/348 JOBS 9.6s //:pt_ops_full#compile-LossCTC.cpp.o5b53cf7e,linux-x86_64 2022-11-23T01:51:42.9635871Z BUILT 240/348 JOBS 40.3s //:pt_ops_full#compile-UnaryOpsKernel.cpp.oc1b8d32e,linux-x86_64 2022-11-23T01:51:42.9654789Z BUILT 241/348 JOBS 9.0s //:pt_ops_full#compile-IntReprQuant.cpp.oe1441338,linux-x86_64 2022-11-23T01:51:42.9665734Z BUILT 242/348 JOBS 5.2s //:pt_ops_full#compile-Linear.cpp.o290b0869,linux-x86_64 2022-11-23T01:51:42.9817183Z BUILT 243/348 JOBS 5.4s //:pt_ops_full#compile-Unfold2d.cpp.o1372f457,linux-x86_64 2022-11-23T01:51:42.9962245Z BUILT 244/348 JOBS 24.0s //:pt_ops_full#compile-ReduceOpsKernel.cpp.od05bb6bc,linux-x86_64 2022-11-23T01:51:43.0042720Z BUILT 245/348 JOBS 11.9s //:pt_ops_full#compile-Distributions.cpp.o4e3cac95,linux-x86_64 2022-11-23T01:51:43.0141115Z BUILT 246/348 JOBS 7.2s //:pt_ops_full#compile-DepthwiseConvKernel.cpp.oa0ef3685,linux-x86_64 2022-11-23T01:51:43.0197824Z BUILT 247/348 JOBS 9.7s //:pt_ops_full#compile-Bucketization.cpp.o9ea95a0b,linux-x86_64 2022-11-23T01:51:43.0257495Z BUILT 248/348 JOBS 3.7s //:pt_ops_full#compile-scaled_modified_bessel_k0.cpp.o70a187a3,linux-x86_64 2022-11-23T01:51:43.0294553Z BUILT 249/348 JOBS 14.4s //:pt_ops_full#compile-SparseBinaryOpIntersectionKernel.cpp.o9e2b71a3,linux-x86_64 2022-11-23T01:51:43.0360287Z BUILT 250/348 JOBS 3.2s //:pt_ops_full#compile-AveragePooling.cpp.o697111c7,linux-x86_64 2022-11-23T01:51:43.0384274Z BUILT 251/348 JOBS 8.4s //:pt_ops_full#compile-qthreshold.cpp.od14e9114,linux-x86_64 2022-11-23T01:51:43.0426833Z BUILT 252/348 JOBS 5.3s //:pt_ops_full#compile-library.cpp.o34bf03d1,linux-x86_64 2022-11-23T01:51:43.0493427Z BUILT 253/348 JOBS 7.7s //:pt_ops_full#compile-ConvolutionTBC.cpp.obd86222f,linux-x86_64 2022-11-23T01:51:43.0499681Z BUILT 254/348 JOBS 8.7s //:pt_ops_full#compile-Blas.cpp.od4d3c411,linux-x86_64 2022-11-23T01:51:43.0560856Z BUILT 255/348 JOBS 4.1s //:pt_ops_full#compile-MaxPooling.cpp.of2072711,linux-x86_64 2022-11-23T01:51:43.0615409Z BUILT 256/348 JOBS 4.6s //:pt_ops_full#compile-FillKernel.cpp.oc208ad90,linux-x86_64 2022-11-23T01:51:43.0628895Z BUILT 257/348 JOBS 7.7s //:pt_ops_full#compile-UnfoldBackward.cpp.o3a92c76d,linux-x86_64 2022-11-23T01:51:43.0694830Z BUILT 258/348 JOBS 3.7s //:pt_ops_full#compile-spherical_bessel_j0.cpp.obac33941,linux-x86_64 2022-11-23T01:51:43.0730848Z BUILT 259/348 JOBS 8.1s //:pt_ops_full#compile-LossMultiLabelMargin.cpp.o99de14f6,linux-x86_64 2022-11-23T01:51:43.0774123Z BUILT 260/348 JOBS 10.2s //:pt_ops_full#compile-qconv.cpp.o91d80de9,linux-x86_64 2022-11-23T01:51:43.0831376Z BUILT 261/348 JOBS 8.6s //:pt_ops_full#compile-UnfoldBackwardKernel.cpp.o72d2e542,linux-x86_64 2022-11-23T01:51:43.0886336Z BUILT 262/348 JOBS 9.5s //:pt_ops_full#compile-qlinear.cpp.ob3cf0775,linux-x86_64 2022-11-23T01:51:43.0944560Z BUILT 263/348 JOBS 35.2s //:pt_ops_full#compile-GridSamplerKernel.cpp.oe8f0e23e,linux-x86_64 2022-11-23T01:51:43.0988882Z BUILT 264/348 JOBS 7.5s //:pt_ops_full#compile-TensorProperties.cpp.o85ad5e9b,linux-x86_64 2022-11-23T01:51:43.1020279Z BUILT 265/348 JOBS 8.3s //:pt_ops_full#compile-SoftMaxKernel.cpp.oda1b7aad,linux-x86_64 2022-11-23T01:51:43.1069605Z BUILT 266/348 JOBS 7.8s //:pt_ops_full#compile-TestOps.cpp.od1a8e3a8,linux-x86_64 2022-11-23T01:51:43.1104986Z BUILT 267/348 JOBS 7.4s //:pt_ops_full#compile-Scalar.cpp.o213fe767,linux-x86_64 2022-11-23T01:51:43.1159297Z BUILT 268/348 JOBS 11.6s //:pt_ops_full#compile-BatchLinearAlgebra.cpp.o66879043,linux-x86_64 2022-11-23T01:51:43.1226495Z BUILT 269/348 JOBS 10.8s //:pt_ops_full#compile-NaiveDilatedConvolution.cpp.o337c801b,linux-x86_64 2022-11-23T01:51:43.1248138Z BUILT 270/348 JOBS 9.2s //:pt_ops_full#compile-SparseUnaryOps.cpp.o86b26246,linux-x86_64 2022-11-23T01:51:43.1308004Z BUILT 271/348 JOBS 13.4s //:pt_ops_full#compile-batch_norm_kernel.cpp.o75977d6b,linux-x86_64 2022-11-23T01:51:43.1388821Z BUILT 272/348 JOBS 15.0s //:pt_ops_full#compile-DistributionKernels.cpp.o56a25cd3,linux-x86_64 2022-11-23T01:51:43.1394189Z BUILT 273/348 JOBS 8.0s //:pt_ops_full#compile-NestedTensorUtils.cpp.o7c9c06a6,linux-x86_64 2022-11-23T01:51:43.1461140Z BUILT 274/348 JOBS 9.2s //:pt_ops_full#compile-Im2Col.cpp.o26d34b96,linux-x86_64 2022-11-23T01:51:43.1484245Z BUILT 275/348 JOBS 8.9s //:pt_ops_full#compile-NestedTensorBackward.cpp.o427a2104,linux-x86_64 2022-11-23T01:51:43.1539269Z BUILT 276/348 JOBS 8.8s //:pt_ops_full#compile-qembeddingbag_unpack.cpp.o57f3c40a,linux-x86_64 2022-11-23T01:51:43.1595552Z BUILT 277/348 JOBS 1.4s //:pt_ops_full#compile-BlasKernel.cpp.ob575e25a,linux-x86_64 2022-11-23T01:51:43.1654489Z BUILT 278/348 JOBS 7.2s //:pt_ops_full#compile-SparseCsrLinearAlgebra.cpp.o0f520531,linux-x86_64 2022-11-23T01:51:43.1721299Z BUILT 279/348 JOBS 8.3s //:pt_ops_full#compile-qlinear_serialize.cpp.obd809693,linux-x86_64 2022-11-23T01:51:43.1797604Z BUILT 280/348 JOBS 14.2s //:pt_ops_full#compile-layer_norm_kernel.cpp.o76bbe273,linux-x86_64 2022-11-23T01:51:43.1858332Z BUILT 281/348 JOBS 7.8s //:pt_ops_full#compile-Pow.cpp.o57c78053,linux-x86_64 2022-11-23T01:51:43.1927049Z BUILT 282/348 JOBS 8.4s //:pt_ops_full#compile-NestedTensorTransformerFunctions.cpp.o0dbdc6d3,linux-x86_64 2022-11-23T01:51:43.2062385Z BUILT 283/348 JOBS 18.9s //:pt_ops_full#compile-SpectralOps.cpp.ocd9c5caf,linux-x86_64 2022-11-23T01:51:43.2122574Z BUILT 284/348 JOBS 6.2s //:pt_ops_full#compile-UfuncCPUKernel_add.cpp.o0b3faf0b,linux-x86_64 2022-11-23T01:51:43.2188635Z BUILT 285/348 JOBS 8.2s //:pt_ops_full#compile-ReduceOps.cpp.o631be1b1,linux-x86_64 2022-11-23T01:51:43.2241228Z BUILT 286/348 JOBS 7.9s //:pt_ops_full#compile-Correlation.cpp.o0ec78b57,linux-x86_64 2022-11-23T01:51:43.2272373Z BUILT 287/348 JOBS 8.0s //:pt_ops_full#compile-SobolEngineOpsUtils.cpp.o5733aefa,linux-x86_64 2022-11-23T01:51:43.2308962Z BUILT 288/348 JOBS 0.1s //:pt_ops_full#compile-LegacyBridge.cpp.o0b67d07c,linux-x86_64 2022-11-23T01:51:43.2360864Z BUILT 289/348 JOBS 7.5s //:pt_ops_full#compile-MaxPooling.cpp.o94224600,linux-x86_64 2022-11-23T01:51:43.2417561Z BUILT 290/348 JOBS 3.2s //:pt_ops_full#compile-QTensorImpl.cpp.o23faaeff,linux-x86_64 2022-11-23T01:51:43.2472340Z BUILT 291/348 JOBS 4.9s //:pt_ops_full#compile-MetaTensor.cpp.oa3d26328,linux-x86_64 2022-11-23T01:51:43.2480201Z BUILT 292/348 JOBS 8.3s //:pt_ops_full#compile-BatchLinearAlgebraKernel.cpp.o93aa6b34,linux-x86_64 2022-11-23T01:51:43.2546857Z BUILT 293/348 JOBS 8.1s //:pt_ops_full#compile-NestedTensorFactories.cpp.o7fa2aa2a,linux-x86_64 2022-11-23T01:51:43.2567595Z BUILT 294/348 JOBS 8.4s //:pt_ops_full#compile-qconv_unpack_impl.cpp.o0b9ae267,linux-x86_64 2022-11-23T01:51:43.2627728Z BUILT 295/348 JOBS 4.4s //:pt_ops_full#compile-MaxUnpoolKernel.cpp.o0fe0341e,linux-x86_64 2022-11-23T01:51:43.2658909Z BUILT 296/348 JOBS 8.7s //:pt_ops_full#compile-UpSampleBilinear2d.cpp.o1b1ea2fe,linux-x86_64 2022-11-23T01:51:43.2711478Z BUILT 297/348 JOBS 9.2s //:pt_ops_full#compile-Loss.cpp.o069d24a4,linux-x86_64 2022-11-23T01:51:43.2786403Z BUILT 298/348 JOBS 7.7s //:pt_ops_full#compile-qhardsigmoid.cpp.o558d6a54,linux-x86_64 2022-11-23T01:51:43.2850707Z BUILT 299/348 JOBS 3.1s //:pt_ops_full#compile-ChannelShuffle.cpp.ofe2ddbf3,linux-x86_64 2022-11-23T01:51:43.2908211Z BUILT 300/348 JOBS 7.7s //:pt_ops_full#compile-UpSampleNearest3d.cpp.o649e5b7c,linux-x86_64 2022-11-23T01:51:43.2972819Z BUILT 301/348 JOBS 8.8s //:pt_ops_full#compile-UnaryOps.cpp.off0551c0,linux-x86_64 2022-11-23T01:51:43.3065306Z BUILT 302/348 JOBS 17.8s //:pt_ops_full#compile-IndexKernel.cpp.o92656a95,linux-x86_64 2022-11-23T01:51:43.3116553Z BUILT 303/348 JOBS 8.9s //:pt_ops_full#compile-qlinear_prepack.cpp.o32cff32b,linux-x86_64 2022-11-23T01:51:43.3136877Z BUILT 304/348 JOBS 8.1s //:pt_ops_full#compile-group_norm.cpp.o736d2b84,linux-x86_64 2022-11-23T01:51:43.3198052Z BUILT 305/348 JOBS 4.8s //:pt_ops_full#compile-BlasKernel.cpp.o72dd96d3,linux-x86_64 2022-11-23T01:51:43.3223020Z BUILT 306/348 JOBS 5.7s //:pt_ops_full#compile-LerpKernel.cpp.o0ebf3c86,linux-x86_64 2022-11-23T01:51:43.3267066Z BUILT 307/348 JOBS 8.3s //:pt_ops_full#compile-qelu.cpp.o76fb8693,linux-x86_64 2022-11-23T01:51:43.3320690Z BUILT 308/348 JOBS 1.1s //:pt_ops_full#compile-AffineQuantizerBase.cpp.o9fcae9f2,linux-x86_64 2022-11-23T01:51:43.3348810Z BUILT 309/348 JOBS 7.8s //:pt_ops_full#compile-UpSampleBilinear2d.cpp.o99b4a4f4,linux-x86_64 2022-11-23T01:51:43.3403765Z BUILT 310/348 JOBS 6.6s //:pt_ops_full#compile-RangeFactoriesKernel.cpp.of9b99b00,linux-x86_64 2022-11-23T01:51:43.3444491Z BUILT 311/348 JOBS 7.7s //:pt_ops_full#compile-GatedLinearUnit.cpp.o72b9ed0f,linux-x86_64 2022-11-23T01:51:43.3469834Z BUILT 312/348 JOBS 7.8s //:pt_ops_full#compile-TypeProperties.cpp.o265dc3c5,linux-x86_64 2022-11-23T01:51:43.3531203Z BUILT 313/348 JOBS 7.9s //:pt_ops_full#compile-fused_obs_fake_quant.cpp.od0ce6df9,linux-x86_64 2022-11-23T01:51:43.3547836Z BUILT 314/348 JOBS 7.9s //:pt_ops_full#compile-TensorCompare.cpp.o024a7213,linux-x86_64 2022-11-23T01:51:43.3592443Z BUILT 315/348 JOBS 1.1s //:pt_ops_full#compile-Unfold2d.cpp.o866c4206,linux-x86_64 2022-11-23T01:51:43.3645921Z BUILT 316/348 JOBS 7.6s //:pt_ops_full#compile-AdaptiveMaxPooling2d.cpp.o4a03d42b,linux-x86_64 2022-11-23T01:51:43.3664906Z BUILT 317/348 JOBS 11.7s //:pt_ops_full#compile-SegmentReduce.cpp.o2f6d4198,linux-x86_64 2022-11-23T01:51:43.3721234Z BUILT 318/348 JOBS 2.3s //:pt_ops_full#compile-UfuncCPU_add.cpp.o104f9acd,linux-x86_64 2022-11-23T01:51:43.3797676Z BUILT 319/348 JOBS 7.9s //:pt_ops_full#compile-FractionalMaxPool2d.cpp.o650d11db,linux-x86_64 2022-11-23T01:51:43.3805820Z BUILT 320/348 JOBS 7.7s //:pt_ops_full#compile-SobolEngineOps.cpp.od836b6c5,linux-x86_64 2022-11-23T01:51:43.3881301Z BUILT 321/348 JOBS 8.5s //:pt_ops_full#compile-Embedding.cpp.oc683e12a,linux-x86_64 2022-11-23T01:51:43.3897766Z BUILT 322/348 JOBS 8.8s //:pt_ops_full#compile-qconv_dynamic.cpp.oefce37cb,linux-x86_64 2022-11-23T01:51:43.3944836Z BUILT 323/348 JOBS 7.9s //:pt_ops_full#compile-SparseBlasImpl.cpp.o65363740,linux-x86_64 2022-11-23T01:51:43.4008062Z BUILT 324/348 JOBS 8.0s //:pt_ops_full#compile-LossMultiMargin.cpp.oa948443e,linux-x86_64 2022-11-23T01:51:43.4070332Z BUILT 325/348 JOBS 8.7s //:pt_ops_full#compile-CPUFallback.cpp.o59c174ab,linux-x86_64 2022-11-23T01:51:43.4124130Z BUILT 326/348 JOBS 5.1s //:pt_ops_full#compile-ParamUtils.cpp.of7ebb04b,linux-x86_64 2022-11-23T01:51:43.4153343Z BUILT 327/348 JOBS 21.7s //:pt_ops_full#compile-CopyKernel.cpp.o0621563f,linux-x86_64 2022-11-23T01:51:43.4230635Z BUILT 328/348 JOBS 9.2s //:pt_ops_full#compile-DistanceOpsKernel.cpp.o104190ee,linux-x86_64 2022-11-23T01:51:43.4298402Z BUILT 329/348 JOBS 10.2s //:pt_ops_full#compile-qmatmul.cpp.od8cadde1,linux-x86_64 2022-11-23T01:51:43.4304920Z BUILT 330/348 JOBS 7.5s //:pt_ops_full#compile-VariableMethodStubs.cpp.o916601d2,linux-x86_64 2022-11-23T01:51:43.4363008Z BUILT 331/348 JOBS 8.3s //:pt_ops_full#compile-UpSampleNearest3d.cpp.o384a944e,linux-x86_64 2022-11-23T01:51:43.4540597Z BUILT 332/348 JOBS 7.7s //:pt_ops_full#compile-AveragePool2d.cpp.oe10c5590,linux-x86_64 2022-11-23T01:51:43.4548666Z BUILT 333/348 JOBS 7.6s //:pt_ops_full#compile-UpSampleNearest2d.cpp.o04d25137,linux-x86_64 2022-11-23T01:51:43.4658124Z BUILT 334/348 JOBS 11.1s //:pt_ops_full#compile-qmul.cpp.o91ae9886,linux-x86_64 2022-11-23T01:51:43.4707493Z BUILT 335/348 JOBS 13.7s //:pt_ops_full#compile-group_norm_kernel.cpp.o33323af9,linux-x86_64 2022-11-23T01:51:43.4822550Z BUILT 336/348 JOBS 9.2s //:pt_ops_full#compile-TensorCompare.cpp.od187a713,linux-x86_64 2022-11-23T01:51:43.4876190Z BUILT 337/348 JOBS 10.2s //:pt_ops_full#compile-NaiveConvolutionTranspose2d.cpp.ocf0c9c5c,linux-x86_64 2022-11-23T01:53:34.6315537Z BUILT 338/348 JOBS 8.2s //:pt_ops_full#compile-CompositeViewCopyKernels.cpp.oaeba5e12,linux-x86_64 2022-11-23T01:53:34.6395578Z BUILT 339/348 JOBS 12.0s //:pt_ops_full#compile-RegisterSparseCPU.cpp.o0d29ceb0,linux-x86_64 2022-11-23T01:53:34.6477156Z BUILT 340/348 JOBS 12.0s //:pt_ops_full#compile-RegisterQuantizedCPU.cpp.o0bca50ea,linux-x86_64 2022-11-23T01:53:34.6554719Z BUILT 341/348 JOBS 9.0s //:pt_ops_full#compile-RegisterBackendSelect.cpp.o282da650,linux-x86_64 2022-11-23T01:53:34.6781168Z BUILT 342/348 JOBS 33.2s //:pt_ops_full#compile-RegisterCompositeExplicitAutogradNonFunctional.cpp.o997f3fc5,linux-x86_64 2022-11-23T01:53:34.7046781Z BUILT 343/348 JOBS 37.6s //:pt_ops_full#compile-RegisterCompositeExplicitAutograd.cpp.o331fccce,linux-x86_64 2022-11-23T01:53:34.7273850Z BUILT 344/348 JOBS 34.8s //:pt_ops_full#compile-RegisterCompositeImplicitAutograd.cpp.o434ca016,linux-x86_64 2022-11-23T01:53:34.7424284Z BUILT 345/348 JOBS 14.4s //:pt_ops_full#compile-RegisterSchema.cpp.oa67baf41,linux-x86_64 2022-11-23T01:53:34.7698879Z BUILT 346/348 JOBS 8.5s //:pt_ops_full#compile-RegisterCompositeImplicitAutogradNestedTensor.cpp.o2dfbb70c,linux-x86_64 2022-11-23T01:53:44.0714295Z BUILT 347/348 JOBS 1m 2.3s //:pt_ops_full#compile-RegisterCPU.cpp.o64091d8f,linux-x86_64 2022-11-23T01:53:45.9859441Z BUILT 348/348 JOBS 2.0s //:pt_ops_full#linux-x86_64,static 2022-11-23T01:53:45.9873023Z DOWNLOADED 0 ARTIFACTS, 0.00 BYTES, 100.0% CACHE MISS 2022-11-23T01:53:45.9873749Z BUILDING: FINISHED IN 23m 56.2s (100%) 348/348 JOBS, 307 UPDATED 2022-11-23T01:53:45.9875297Z BUILD SUCCEEDED 2022-11-23T01:53:46.0546329Z ##[group]Run buck build :ptmobile_benchmark 2022-11-23T01:53:46.0546688Z buck build :ptmobile_benchmark 2022-11-23T01:53:46.0620472Z shell: /usr/bin/bash -e -l {0} 2022-11-23T01:53:46.0620739Z env: 2022-11-23T01:53:46.0621059Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:53:46.0621473Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:53:46.0621858Z CONDA_ENV: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:53:46.0622275Z CONDA_RUN: conda run -p /home/runner/work/_temp/conda_environment_3528394938 --no-capture-output 2022-11-23T01:53:46.0622727Z CONDA_BUILD: conda run -p /home/runner/work/_temp/conda_environment_3528394938 conda-build 2022-11-23T01:53:46.0623138Z CONDA_INSTALL: conda install -p /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:53:46.0623462Z ##[endgroup] 2022-11-23T01:54:19.9063985Z PARSING BUCK FILES: FINISHED IN 33.1s 2022-11-23T01:54:21.0656108Z CREATING ACTION GRAPH: FINISHED IN 1.2s 2022-11-23T01:54:26.6428085Z BUILT 8/2167 JOBS 0.0s //third_party:no-op 2022-11-23T01:54:26.6428490Z BUILT 9/2167 JOBS 0.0s //third_party:pocketfft_header 2022-11-23T01:54:26.6434416Z BUILT 10/2167 JOBS 0.0s //:aten_header 2022-11-23T01:54:26.6449798Z BUILT 11/2167 JOBS 0.0s //third_party:fmt 2022-11-23T01:54:26.6450118Z BUILT 12/2167 JOBS 0.0s //:jit_core_headers 2022-11-23T01:54:26.6450695Z BUILT 13/2167 JOBS 0.0s //third_party:ruy_lib 2022-11-23T01:54:26.6535757Z BUILT 14/2167 JOBS 0.0s //:aten_metal_prepack_header 2022-11-23T01:54:26.6536565Z BUILT 15/2167 JOBS 0.0s //:torch_mobile_headers 2022-11-23T01:54:26.6537808Z BUILT 16/2167 JOBS 0.0s //:torch_supported_mobile_models 2022-11-23T01:54:26.6539111Z BUILT 17/2167 JOBS 0.0s //third_party:libkineto_headers 2022-11-23T01:54:26.6732039Z BUILT 20/2167 JOBS 0.0s //third_party:miniz 2022-11-23T01:54:26.6899578Z BUILT 29/2167 JOBS 0.0s //third_party:interface 2022-11-23T01:54:26.7801172Z BUILT 34/2163 JOBS 0.0s //third_party:glog_config 2022-11-23T01:54:26.7807390Z BUILT 36/2163 JOBS 0.0s //third_party:operators 2022-11-23T01:54:26.7813087Z BUILT 37/2163 JOBS 0.0s //third_party:ukernels_scalar 2022-11-23T01:54:26.7828292Z BUILT 38/2163 JOBS 0.0s //third_party:jit_memory 2022-11-23T01:54:26.7857015Z BUILT 39/2163 JOBS 0.0s //third_party:tables 2022-11-23T01:54:26.7862295Z BUILT 40/2163 JOBS 0.0s //third_party:ukernels_neon 2022-11-23T01:54:26.7863391Z BUILT 41/2163 JOBS 0.0s //third_party:ukernels_neon_aarch64 2022-11-23T01:54:26.7864796Z BUILT 42/2163 JOBS 0.0s //third_party:ukernels_neon_dot 2022-11-23T01:54:26.7865615Z BUILT 43/2163 JOBS 0.0s //third_party:ukernels_neon_fp16 2022-11-23T01:54:26.7879649Z BUILT 44/2163 JOBS 0.0s //third_party:ukernels_neon_fma 2022-11-23T01:54:26.7880388Z BUILT 45/2163 JOBS 0.0s //third_party:ukernels_neon_v8 2022-11-23T01:54:26.7880886Z BUILT 46/2163 JOBS 0.0s //third_party:ukernels_neon_fp16arith_aarch64 2022-11-23T01:54:26.7881258Z BUILT 47/2163 JOBS 0.0s //third_party:ukernels_scalar_aarch32 2022-11-23T01:54:26.7881597Z BUILT 48/2163 JOBS 0.0s //third_party:ukernels_avx 2022-11-23T01:54:26.7881907Z BUILT 49/2163 JOBS 0.0s //third_party:ukernels_avx2 2022-11-23T01:54:26.7882202Z BUILT 50/2163 JOBS 0.0s //third_party:ukernels_avx512 2022-11-23T01:54:26.7882522Z BUILT 51/2163 JOBS 0.0s //third_party:ukernels_avx512skx 2022-11-23T01:54:26.7882834Z BUILT 52/2163 JOBS 0.0s //third_party:ukernels_f16c 2022-11-23T01:54:26.7886452Z BUILT 53/2163 JOBS 0.0s //third_party:ukernels_sse41 2022-11-23T01:54:26.7893632Z BUILT 54/2163 JOBS 0.0s //third_party:ukernels_ssse3 2022-11-23T01:54:26.7900678Z BUILT 55/2163 JOBS 0.0s //third_party:ukernels_xop 2022-11-23T01:54:26.7906233Z BUILT 56/2163 JOBS 0.0s //third_party:subgraph 2022-11-23T01:54:26.7917373Z BUILT 57/2163 JOBS 0.0s //third_party:ukernels_sse 2022-11-23T01:54:26.8694419Z BUILT 58/2163 JOBS 0.0s //third_party:ukernels_sse2 2022-11-23T01:54:26.8787930Z BUILT 60/2163 JOBS 0.0s //third_party:ukernels_fma3 2022-11-23T01:54:26.8897453Z BUILT 62/2157 JOBS 0.0s //:generated_aten_config_header 2022-11-23T01:54:26.8935418Z BUILT 63/2157 JOBS 0.0s //third_party:ukernels_asm_aarch32 2022-11-23T01:54:26.8937672Z BUILT 64/2157 JOBS 0.0s //third_party:ukernels_asm_aarch64 2022-11-23T01:54:26.9019091Z BUILT 65/2157 JOBS 0.0s //:generated-version-header 2022-11-23T01:54:26.9019853Z BUILT 67/2157 JOBS 0.0s //:generated_aten_headers_cpu 2022-11-23T01:54:26.9022419Z BUILT 68/2157 JOBS 0.0s //third_party:x86_and_x86_64_lib 2022-11-23T01:54:26.9027131Z BUILT 69/2157 JOBS 0.0s //third_party:glog 2022-11-23T01:54:26.9126990Z BUILT 70/2157 JOBS 0.0s //c10:c10 2022-11-23T01:54:26.9135617Z BUILT 71/2157 JOBS 0.0s //:torch_headers 2022-11-23T01:54:26.9142125Z BUILT 72/2157 JOBS 0.0s //third_party:arm_lib 2022-11-23T01:54:26.9168251Z BUILT 73/2157 JOBS 0.0s //:generated-autograd-headers 2022-11-23T01:54:26.9219684Z BUILT 74/2143 JOBS 0.0s //:caffe2_headers 2022-11-23T01:54:26.9266396Z BUILT 78/2143 JOBS 0.0s //:torch_mobile_observer 2022-11-23T01:54:26.9539740Z BUILT 79/1462 JOBS 0.0s //third_party:XNNPACK 2022-11-23T01:54:26.9565603Z BUILT 80/1462 JOBS 0.0s //:caffe2_serialize 2022-11-23T01:54:26.9565905Z BUILT 81/1462 JOBS 0.0s //:pthreadpool 2022-11-23T01:54:26.9777200Z BUILT 97/1462 JOBS 0.0s //:common_core 2022-11-23T01:54:27.3068064Z BUILT 98/1462 JOBS 0.0s //:aten_cpu 2022-11-23T01:54:27.7033487Z BUILT 126/1462 JOBS 0.0s //:torch_common 2022-11-23T01:54:27.8862363Z BUILT 127/1462 JOBS 0.0s //:ptmobile_benchmark#linux-x86_64,private-headers 2022-11-23T01:54:27.9099866Z BUILT 128/1462 JOBS 0.0s //:torch_mobile_module 2022-11-23T01:54:35.4119188Z BUILT 129/1462 JOBS 0.0s //:ptmobile_benchmark#linux-x86_64,preprocessor-deps 2022-11-23T01:54:59.5067881Z BUILT 130/1462 JOBS 0.0s //:torch_mobile_deserialize_common 2022-11-23T01:54:59.5075966Z BUILT 131/1462 JOBS 0.0s //third_party:jit_memory#linux-x86_64,private-headers 2022-11-23T01:54:59.5121237Z BUILT 132/1462 JOBS 0.0s //third_party:tables#linux-x86_64,private-headers 2022-11-23T01:54:59.5182914Z BUILT 133/1462 JOBS 0.2s //third_party:ukernels_asm_aarch32#linux-x86_64,private-headers 2022-11-23T01:54:59.5185143Z BUILT 134/1462 JOBS 0.0s //third_party:subgraph#linux-x86_64,private-headers 2022-11-23T01:54:59.5186452Z BUILT 135/1462 JOBS 1.5s //third_party:ukernels_avx512skx#linux-x86_64,private-headers 2022-11-23T01:54:59.5197331Z BUILT 136/1462 JOBS 0.0s //:torch_mobile_deserialize_common#linux-x86_64,private-headers 2022-11-23T01:54:59.5206227Z BUILT 137/1462 JOBS 0.0s //:torch_mobile_observer#linux-x86_64,private-headers 2022-11-23T01:54:59.5216526Z BUILT 138/1462 JOBS 1.7s //third_party:ukernels_f16c#linux-x86_64,private-headers 2022-11-23T01:54:59.5224381Z BUILT 139/1462 JOBS 1.7s //third_party:ukernels_neon#linux-x86_64,private-headers 2022-11-23T01:54:59.5233220Z BUILT 140/1462 JOBS 2.2s //third_party:ukernels_neon_fp16#linux-x86_64,private-headers 2022-11-23T01:54:59.5242216Z BUILT 141/1462 JOBS 4.1s //third_party:ukernels_sse#linux-x86_64,private-headers 2022-11-23T01:54:59.5250633Z BUILT 142/1462 JOBS 0.0s //:torch_mobile_deserialize#linux-x86_64,private-headers 2022-11-23T01:54:59.5260227Z BUILT 143/1462 JOBS 3.5s //third_party:ukernels_fma3#linux-x86_64,private-headers 2022-11-23T01:54:59.5272368Z BUILT 144/1462 JOBS 4.1s //third_party:ukernels_neon_fp16arith_aarch64#linux-x86_64,private-headers 2022-11-23T01:54:59.5280922Z BUILT 145/1462 JOBS 0.0s //:torch_mobile_module#linux-x86_64,private-headers 2022-11-23T01:54:59.5289476Z BUILT 146/1462 JOBS 0.0s //third_party:operators#linux-x86_64,private-headers 2022-11-23T01:54:59.5299199Z BUILT 147/1462 JOBS 4.1s //third_party:ukernels_xop#linux-x86_64,private-headers 2022-11-23T01:54:59.5307126Z BUILT 148/1462 JOBS 0.0s //:common_core#linux-x86_64,private-headers 2022-11-23T01:54:59.5336452Z BUILT 149/1462 JOBS 3.4s //third_party:ukernels_neon_v8#linux-x86_64,private-headers 2022-11-23T01:54:59.5345289Z BUILT 150/1462 JOBS 4.2s //third_party:ukernels_ssse3#linux-x86_64,private-headers 2022-11-23T01:54:59.5353641Z BUILT 151/1462 JOBS 2.4s //third_party:ukernels_avx512#linux-x86_64,private-headers 2022-11-23T01:54:59.5363606Z BUILT 152/1462 JOBS 2.1s //third_party:ukernels_neon_fma#linux-x86_64,private-headers 2022-11-23T01:54:59.5371535Z BUILT 153/1462 JOBS 0.0s //:caffe2_serialize#linux-x86_64,private-headers 2022-11-23T01:54:59.5380643Z BUILT 154/1462 JOBS 0.0s //third_party:ruy_lib#linux-x86_64,private-headers 2022-11-23T01:54:59.5389037Z BUILT 155/1462 JOBS 0.0s //:pthreadpool#linux-x86_64,private-headers 2022-11-23T01:54:59.5396983Z BUILT 156/1462 JOBS 0.0s //third_party:miniz#linux-x86_64,private-headers 2022-11-23T01:54:59.5407955Z BUILT 157/1462 JOBS 0.0s //third_party:fmt#linux-x86_64,private-headers 2022-11-23T01:54:59.5416642Z BUILT 158/1462 JOBS 3.4s //third_party:ukernels_neon_dot#linux-x86_64,private-headers 2022-11-23T01:54:59.5424846Z BUILT 159/1462 JOBS 7.2s //third_party:ukernels_avx2#linux-x86_64,private-headers 2022-11-23T01:54:59.5433807Z BUILT 160/1462 JOBS 3.6s //third_party:ukernels_neon_aarch64#linux-x86_64,private-headers 2022-11-23T01:54:59.5445254Z BUILT 161/1462 JOBS 7.1s //third_party:ukernels_avx#linux-x86_64,private-headers 2022-11-23T01:54:59.5451724Z BUILT 162/1462 JOBS 4.3s //third_party:ukernels_scalar#linux-x86_64,private-headers 2022-11-23T01:54:59.5462800Z BUILT 163/1462 JOBS 0.0s //:torch_common#linux-x86_64,private-headers 2022-11-23T01:54:59.5473165Z BUILT 164/1462 JOBS 0.0s //third_party:glog#linux-x86_64,private-headers 2022-11-23T01:54:59.5484765Z BUILT 165/1462 JOBS 3.6s //third_party:ukernels_scalar_aarch32#linux-x86_64,private-headers 2022-11-23T01:54:59.5509774Z BUILT 166/1462 JOBS 0.3s //third_party:ukernels_asm_aarch64#linux-x86_64,private-headers 2022-11-23T01:54:59.5523827Z BUILT 167/1462 JOBS 3.3s //third_party:ukernels_sse41#linux-x86_64,private-headers 2022-11-23T01:54:59.6760114Z BUILT 168/1462 JOBS 0.0s //:torch_mobile_deserialize 2022-11-23T01:54:59.6807855Z BUILT 169/1462 JOBS 0.0s //third_party:jit_memory#linux-x86_64,preprocessor-deps 2022-11-23T01:54:59.6880249Z BUILT 170/1462 JOBS 0.0s //third_party:tables#linux-x86_64,preprocessor-deps 2022-11-23T01:54:59.6990299Z BUILT 171/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#linux-x86_64,preprocessor-deps 2022-11-23T01:54:59.7858615Z BUILT 172/1462 JOBS 0.0s //third_party:subgraph#linux-x86_64,preprocessor-deps 2022-11-23T01:54:59.8133357Z BUILT 173/1462 JOBS 0.0s //third_party:ukernels_avx512skx#linux-x86_64,preprocessor-deps 2022-11-23T01:54:59.8583730Z BUILT 174/1462 JOBS 0.0s //:torch_mobile_deserialize_common#linux-x86_64,preprocessor-deps 2022-11-23T01:54:59.8626723Z BUILT 175/1462 JOBS 0.0s //:torch_mobile_observer#linux-x86_64,preprocessor-deps 2022-11-23T01:54:59.8637716Z BUILT 176/1462 JOBS 0.0s //third_party:ukernels_f16c#linux-x86_64,preprocessor-deps 2022-11-23T01:55:00.6183364Z BUILT 177/1462 JOBS 0.7s //third_party:ukernels_neon#linux-x86_64,preprocessor-deps 2022-11-23T01:55:00.7414662Z BUILT 178/1462 JOBS 0.0s //third_party:ukernels_neon_fp16#linux-x86_64,preprocessor-deps 2022-11-23T01:55:00.7799859Z BUILT 179/1462 JOBS 0.0s //third_party:ukernels_sse#linux-x86_64,preprocessor-deps 2022-11-23T01:55:00.8304454Z BUILT 180/1462 JOBS 0.0s //:torch_mobile_deserialize#linux-x86_64,preprocessor-deps 2022-11-23T01:55:00.8316932Z BUILT 181/1462 JOBS 0.0s //third_party:ukernels_fma3#linux-x86_64,preprocessor-deps 2022-11-23T01:55:00.8740883Z BUILT 182/1462 JOBS 0.0s //third_party:ukernels_neon_fp16arith_aarch64#linux-x86_64,preprocessor-deps 2022-11-23T01:55:00.9200807Z BUILT 183/1462 JOBS 0.0s //:torch_mobile_module#linux-x86_64,preprocessor-deps 2022-11-23T01:55:00.9397514Z BUILT 184/1462 JOBS 0.0s //third_party:operators#linux-x86_64,preprocessor-deps 2022-11-23T01:55:00.9398438Z BUILT 185/1462 JOBS 0.0s //third_party:ukernels_xop#linux-x86_64,preprocessor-deps 2022-11-23T01:55:00.9857559Z BUILT 186/1462 JOBS 0.0s //:common_core#linux-x86_64,preprocessor-deps 2022-11-23T01:55:00.9893890Z BUILT 187/1462 JOBS 0.0s //third_party:ukernels_neon_v8#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.0460775Z BUILT 188/1462 JOBS 0.0s //third_party:ukernels_ssse3#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.0473922Z BUILT 189/1462 JOBS 0.0s //third_party:ukernels_avx512#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.1078579Z BUILT 190/1462 JOBS 0.0s //third_party:ukernels_neon_fma#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.1462161Z BUILT 191/1462 JOBS 0.0s //:caffe2_serialize#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.1495102Z BUILT 192/1462 JOBS 0.0s //third_party:ruy_lib#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.1659682Z BUILT 193/1462 JOBS 0.0s //:pthreadpool#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.1674939Z BUILT 194/1462 JOBS 0.0s //third_party:miniz#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.1686617Z BUILT 195/1462 JOBS 0.0s //third_party:fmt#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.1700361Z BUILT 196/1462 JOBS 0.0s //third_party:ukernels_neon_dot#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.2294674Z BUILT 197/1462 JOBS 0.0s //third_party:ukernels_avx2#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.2545615Z BUILT 198/1462 JOBS 0.0s //third_party:ukernels_neon_aarch64#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.2859796Z BUILT 199/1462 JOBS 0.0s //third_party:ukernels_avx#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.3430519Z BUILT 200/1462 JOBS 0.0s //third_party:ukernels_scalar#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.3707577Z BUILT 201/1462 JOBS 0.0s //:torch_common#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.3804484Z BUILT 202/1462 JOBS 0.0s //third_party:glog#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.3833839Z BUILT 203/1462 JOBS 0.0s //third_party:ukernels_scalar_aarch32#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.4761224Z BUILT 204/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.5767094Z BUILT 205/1462 JOBS 0.0s //third_party:ukernels_sse41#linux-x86_64,preprocessor-deps 2022-11-23T01:55:01.8077140Z BUILT 206/1462 JOBS 4.3s //third_party:ukernels_sse2#linux-x86_64,private-headers 2022-11-23T01:55:01.9537709Z BUILT 207/1462 JOBS 0.0s //:torch_mobile_core 2022-11-23T01:55:02.7441805Z BUILT 208/1462 JOBS 0.0s //third_party:ukernels_sse2#linux-x86_64,preprocessor-deps 2022-11-23T01:55:04.0845876Z BUILT 209/1462 JOBS 0.0s //:pt_ops_full 2022-11-23T01:56:41.8288561Z third_party/miniz-2.1.0/miniz.c:3157:9: warning: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. [-W#pragma-messages] 2022-11-23T01:56:41.8289812Z #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-11-23T01:56:41.8290337Z ^ 2022-11-23T01:56:41.8290660Z 1 warning generated. 2022-11-23T01:58:07.1510416Z BUILT 210/1462 JOBS 1.2s //third_party:jit_memory#compile-aarch64-assembler.cc.o285b7f3e,linux-x86_64 2022-11-23T01:58:07.1588411Z BUILT 211/1462 JOBS 0.1s //third_party:jit_memory#compile-memory.c.o09d45908,linux-x86_64 2022-11-23T01:58:07.1667904Z BUILT 212/1462 JOBS 0.6s //third_party:jit_memory#compile-aarch32-assembler.cc.o8e71598e,linux-x86_64 2022-11-23T01:58:07.1742660Z BUILT 213/1462 JOBS 0.2s //third_party:jit_memory#compile-assembler.cc.of8bf0cb7,linux-x86_64 2022-11-23T01:58:08.3747706Z BUILT 214/1462 JOBS 0.1s //third_party:tables#compile-exp2-k-over-2048.c.oa034af48,linux-x86_64 2022-11-23T01:58:08.3847422Z BUILT 215/1462 JOBS 0.1s //third_party:tables#compile-exp2-k-over-64.c.o1d0b55ec,linux-x86_64 2022-11-23T01:58:08.3983227Z BUILT 216/1462 JOBS 0.1s //third_party:tables#compile-exp2minus-k-over-64.c.o2f22b5a8,linux-x86_64 2022-11-23T01:58:08.4119045Z BUILT 217/1462 JOBS 0.1s //third_party:tables#compile-exp2minus-k-over-8.c.o1f2076ef,linux-x86_64 2022-11-23T01:58:08.4221957Z BUILT 218/1462 JOBS 0.1s //third_party:tables#compile-exp2minus-k-over-4.c.o7068d6c4,linux-x86_64 2022-11-23T01:58:08.4299157Z BUILT 219/1462 JOBS 0.1s //third_party:tables#compile-exp2minus-k-over-16.c.obc41c03a,linux-x86_64 2022-11-23T01:58:08.5760656Z BUILT 220/1462 JOBS 0.1s //third_party:tables#compile-exp2minus-k-over-2048.c.o30018f4b,linux-x86_64 2022-11-23T01:58:08.7202827Z BUILT 221/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8c4-minmax-fp32-aarch32-neondot-cortex-a55.S.ofefd924b,linux-x86_64 2022-11-23T01:58:08.7209975Z BUILT 222/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neonv8-mlal-lane-ld64.S.o91913059,linux-x86_64 2022-11-23T01:58:08.7274918Z BUILT 223/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neon-mlal-lane-ld64.S.o68b64d89,linux-x86_64 2022-11-23T01:58:08.7478950Z BUILT 224/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-prfm-ld64.S.o93d9e2bb,linux-x86_64 2022-11-23T01:58:08.7569489Z BUILT 225/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neonv8-mlal-lane-prfm-ld64.S.ob0e849e3,linux-x86_64 2022-11-23T01:58:08.7641628Z BUILT 226/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neon-mlal-lane-prfm-ld64.S.oc5deed4f,linux-x86_64 2022-11-23T01:58:08.7724422Z BUILT 227/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neon-mlal-lane-cortex-a53.S.o1363c00c,linux-x86_64 2022-11-23T01:58:08.7726178Z BUILT 228/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-aarch32-neon-cortex-a7.S.o8e92c431,linux-x86_64 2022-11-23T01:58:08.7790840Z BUILT 229/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neon-mlal-lane-cortex-a7.S.o397cceb6,linux-x86_64 2022-11-23T01:58:08.7843643Z BUILT 230/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-prfm-cortex-a53.S.o42311b55,linux-x86_64 2022-11-23T01:58:08.7857598Z BUILT 231/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x4-minmax-aarch32-vfp-ld64.S.o8ea9779b,linux-x86_64 2022-11-23T01:58:08.7917738Z BUILT 232/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-aarch32-neon-cortex-a53.S.oc74dd7aa,linux-x86_64 2022-11-23T01:58:08.7979186Z BUILT 233/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8c4-minmax-rndnu-aarch32-neondot-cortex-a55.S.o07954b9e,linux-x86_64 2022-11-23T01:58:08.8051754Z BUILT 234/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-aarch32-neon-cortex-a53.S.o62f3b895,linux-x86_64 2022-11-23T01:58:08.8113071Z BUILT 235/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-prfm-cortex-a53.S.o8084cb60,linux-x86_64 2022-11-23T01:58:08.8471518Z BUILT 236/1462 JOBS 0.1s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-prfm-cortex-a7.S.o1a2de1f9,linux-x86_64 2022-11-23T01:58:08.8473046Z BUILT 237/1462 JOBS 0.1s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-aarch32-neon-cortex-a75.S.o5aa305dd,linux-x86_64 2022-11-23T01:58:08.8543692Z BUILT 238/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neonv8-mlal-lane-cortex-a53.S.o6e7d3b5c,linux-x86_64 2022-11-23T01:58:08.8599616Z BUILT 239/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neonv8-mlal-lane-prfm-cortex-a53.S.o4040cf9c,linux-x86_64 2022-11-23T01:58:08.8674358Z BUILT 240/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neonv8-mlal-lane-prfm-cortex-a53.S.o195a3bdf,linux-x86_64 2022-11-23T01:58:08.8706344Z BUILT 241/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-cortex-a7.S.obd744aad,linux-x86_64 2022-11-23T01:58:08.8752783Z BUILT 242/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-ld64.S.o4f663014,linux-x86_64 2022-11-23T01:58:08.8829547Z BUILT 243/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-aarch32-neon-cortex-a75.S.o0814f9b1,linux-x86_64 2022-11-23T01:58:08.8897666Z BUILT 244/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8c4-minmax-rndnu-aarch32-neondot-ld64.S.o34e98dbe,linux-x86_64 2022-11-23T01:58:08.8938520Z BUILT 245/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neon-mlal-lane-prfm-ld64.S.o15c8e009,linux-x86_64 2022-11-23T01:58:08.8974109Z BUILT 246/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-prfm-cortex-a53.S.o2a1c616d,linux-x86_64 2022-11-23T01:58:08.9049787Z BUILT 247/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8c4-minmax-fp32-aarch32-neondot-ld64.S.ob72f7ea0,linux-x86_64 2022-11-23T01:58:08.9056171Z BUILT 248/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8c4-minmax-fp32-aarch32-neondot-cortex-a55.S.o28cd91f5,linux-x86_64 2022-11-23T01:58:08.9129024Z BUILT 249/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-cortex-a53.S.o1f57c1f9,linux-x86_64 2022-11-23T01:58:08.9142778Z BUILT 250/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-aarch32-neon-ld64.S.o9c92a4f7,linux-x86_64 2022-11-23T01:58:08.9212181Z BUILT 251/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8c4-minmax-fp32-aarch32-neondot-ld64.S.ob7bcb0f1,linux-x86_64 2022-11-23T01:58:08.9238646Z BUILT 252/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-prfm-cortex-a53.S.o345cf19d,linux-x86_64 2022-11-23T01:58:08.9294126Z BUILT 253/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-aarch32-neon-prfm-cortex-a53.S.ofad39df9,linux-x86_64 2022-11-23T01:58:08.9323648Z BUILT 254/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neonv8-mlal-lane-prfm-ld64.S.of448b2ae,linux-x86_64 2022-11-23T01:58:08.9377843Z BUILT 255/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-cortex-a53.S.o193e5b68,linux-x86_64 2022-11-23T01:58:08.9398495Z BUILT 256/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-aarch32-neon-cortex-a55.S.o7378f4cc,linux-x86_64 2022-11-23T01:58:08.9466352Z BUILT 257/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neon-mlal-lane-prfm-cortex-a53.S.o703b3875,linux-x86_64 2022-11-23T01:58:08.9475014Z BUILT 258/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8c4-minmax-rndnu-aarch32-neondot-cortex-a55.S.oc1b54a17,linux-x86_64 2022-11-23T01:58:08.9548873Z BUILT 259/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-aarch32-neon-cortex-a7.S.oce75a2e5,linux-x86_64 2022-11-23T01:58:08.9555217Z BUILT 260/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-ld64.S.o0b377646,linux-x86_64 2022-11-23T01:58:08.9622214Z BUILT 261/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-aarch32-neon-cortex-a55.S.od2dc717f,linux-x86_64 2022-11-23T01:58:08.9631272Z BUILT 262/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-cortex-a53.S.o3bd2cc1a,linux-x86_64 2022-11-23T01:58:08.9704865Z BUILT 263/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8c4-minmax-rndnu-aarch32-neondot-ld64.S.o306c610a,linux-x86_64 2022-11-23T01:58:08.9710707Z BUILT 264/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-prfm-ld64.S.o5cd395b0,linux-x86_64 2022-11-23T01:58:08.9785348Z BUILT 265/1462 JOBS 0.1s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-prfm-ld64.S.of44162fd,linux-x86_64 2022-11-23T01:58:08.9790963Z BUILT 266/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-prfm-ld64.S.o9b253657,linux-x86_64 2022-11-23T01:58:08.9862989Z BUILT 267/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-aarch32-neon-prfm-cortex-a75.S.oe994b128,linux-x86_64 2022-11-23T01:58:08.9874990Z BUILT 268/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-cortex-a7.S.oe768b17b,linux-x86_64 2022-11-23T01:58:08.9954645Z BUILT 269/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-ld64.S.o6e8c5c89,linux-x86_64 2022-11-23T01:58:08.9963500Z BUILT 270/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-prfm-cortex-a7.S.odc51466c,linux-x86_64 2022-11-23T01:58:09.0034071Z BUILT 271/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neon-mlal-lane-ld64.S.oc8d22f0e,linux-x86_64 2022-11-23T01:58:09.0155387Z BUILT 272/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x4-aarch32-vfp-ld64.S.o96fbfc37,linux-x86_64 2022-11-23T01:58:09.0282790Z BUILT 273/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neonv8-mlal-lane-cortex-a53.S.oaa6ad614,linux-x86_64 2022-11-23T01:58:09.0286225Z BUILT 274/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neon-mlal-lane-cortex-a53.S.o8aab3923,linux-x86_64 2022-11-23T01:58:09.0336939Z BUILT 275/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-aarch32-neon-ld64.S.oa4169f06,linux-x86_64 2022-11-23T01:58:09.0402958Z BUILT 276/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neon-mlal-lane-prfm-cortex-a7.S.o1bbb4c38,linux-x86_64 2022-11-23T01:58:09.0462832Z BUILT 277/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-aarch32-neon-prfm-cortex-a53.S.od2c85487,linux-x86_64 2022-11-23T01:58:09.0514447Z BUILT 278/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-ld64.S.o264c7ce0,linux-x86_64 2022-11-23T01:58:09.0546323Z BUILT 279/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neon-mlal-lane-prfm-cortex-a53.S.ob3b0e11d,linux-x86_64 2022-11-23T01:58:09.0600629Z BUILT 280/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-rndnu-aarch32-neon-mlal-lane-cortex-a53.S.oafda4ec3,linux-x86_64 2022-11-23T01:58:09.0632823Z BUILT 281/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-fp32-aarch32-neonv8-mlal-lane-ld64.S.o93f1ce6f,linux-x86_64 2022-11-23T01:58:09.0680570Z BUILT 282/1462 JOBS 0.1s //third_party:subgraph#compile-prelu.c.o861af60b,linux-x86_64 2022-11-23T01:58:09.0719796Z BUILT 283/1462 JOBS 0.1s //third_party:subgraph#compile-global-average-pooling-2d.c.o30595f8b,linux-x86_64 2022-11-23T01:58:09.0763597Z BUILT 284/1462 JOBS 0.1s //third_party:subgraph#compile-sigmoid.c.odf0b4096,linux-x86_64 2022-11-23T01:58:09.0821976Z BUILT 285/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#compile-4x8-minmax-aarch32-neon-prfm-cortex-a75.S.o7b3905aa,linux-x86_64 2022-11-23T01:58:09.0868757Z BUILT 286/1462 JOBS 0.2s //third_party:subgraph#compile-maximum2.c.o486d5890,linux-x86_64 2022-11-23T01:58:09.0907808Z BUILT 287/1462 JOBS 0.1s //third_party:subgraph#compile-elu.c.o7488a682,linux-x86_64 2022-11-23T01:58:09.0945437Z BUILT 288/1462 JOBS 0.1s //third_party:subgraph#compile-squared-difference.c.o723641e2,linux-x86_64 2022-11-23T01:58:09.0995400Z BUILT 289/1462 JOBS 0.1s //third_party:subgraph#compile-bankers-rounding.c.ob6bb840f,linux-x86_64 2022-11-23T01:58:09.1024858Z BUILT 290/1462 JOBS 0.2s //third_party:subgraph#compile-fully-connected.c.o439d75b5,linux-x86_64 2022-11-23T01:58:09.1092030Z BUILT 291/1462 JOBS 0.2s //third_party:subgraph#compile-average-pooling-2d.c.odbc2d608,linux-x86_64 2022-11-23T01:58:09.1105131Z BUILT 292/1462 JOBS 0.2s //third_party:subgraph#compile-multiply2.c.o2bda1e6c,linux-x86_64 2022-11-23T01:58:09.1181544Z BUILT 293/1462 JOBS 0.2s //third_party:subgraph#compile-static-resize-bilinear-2d.c.o1a05063d,linux-x86_64 2022-11-23T01:58:09.1182575Z BUILT 294/1462 JOBS 0.1s //third_party:subgraph#compile-softmax.c.o0ac24f71,linux-x86_64 2022-11-23T01:58:09.1244905Z BUILT 295/1462 JOBS 0.1s //third_party:subgraph#compile-negate.c.of01d46d1,linux-x86_64 2022-11-23T01:58:09.1273712Z BUILT 296/1462 JOBS 0.1s //third_party:subgraph#compile-unpooling-2d.c.ob7c25f67,linux-x86_64 2022-11-23T01:58:09.1583012Z BUILT 297/1462 JOBS 0.2s //third_party:subgraph#compile-hardswish.c.o12fe9c64,linux-x86_64 2022-11-23T01:58:09.1626342Z BUILT 298/1462 JOBS 0.2s //third_party:subgraph#compile-convolution-2d.c.oc63b045f,linux-x86_64 2022-11-23T01:58:09.1635116Z BUILT 299/1462 JOBS 0.1s //third_party:subgraph#compile-abs.c.o552c2d84,linux-x86_64 2022-11-23T01:58:09.1700538Z BUILT 300/1462 JOBS 0.2s //third_party:subgraph#compile-subtract.c.o2031d349,linux-x86_64 2022-11-23T01:58:09.1711206Z BUILT 301/1462 JOBS 0.1s //third_party:subgraph#compile-clamp.c.o07489c68,linux-x86_64 2022-11-23T01:58:09.1770377Z BUILT 302/1462 JOBS 0.2s //third_party:subgraph#compile-deconvolution-2d.c.oa95a83e1,linux-x86_64 2022-11-23T01:58:09.1799935Z BUILT 303/1462 JOBS 0.1s //third_party:subgraph#compile-divide.c.o3875d3c2,linux-x86_64 2022-11-23T01:58:09.1846141Z BUILT 304/1462 JOBS 0.1s //third_party:subgraph#compile-convert.c.o986433e0,linux-x86_64 2022-11-23T01:58:09.1898438Z BUILT 305/1462 JOBS 0.1s //third_party:subgraph#compile-leaky-relu.c.o7afc6e87,linux-x86_64 2022-11-23T01:58:09.1916255Z BUILT 306/1462 JOBS 0.1s //third_party:subgraph#compile-square.c.o102eca4d,linux-x86_64 2022-11-23T01:58:09.2013628Z BUILT 307/1462 JOBS 0.1s //third_party:subgraph#compile-argmax-pooling-2d.c.of48dfde4,linux-x86_64 2022-11-23T01:58:09.2019327Z BUILT 308/1462 JOBS 0.1s //third_party:subgraph#compile-static-constant-pad.c.o68225ed4,linux-x86_64 2022-11-23T01:58:09.2061295Z BUILT 309/1462 JOBS 0.1s //third_party:subgraph#compile-square-root.c.o95b05526,linux-x86_64 2022-11-23T01:58:09.2115080Z BUILT 310/1462 JOBS 0.2s //third_party:subgraph#compile-add2.c.o43028597,linux-x86_64 2022-11-23T01:58:09.2165009Z BUILT 311/1462 JOBS 0.1s //third_party:subgraph#compile-depth-to-space.c.oc4ce217f,linux-x86_64 2022-11-23T01:58:09.2199547Z BUILT 312/1462 JOBS 0.1s //third_party:subgraph#compile-max-pooling-2d.c.o9a53d654,linux-x86_64 2022-11-23T01:58:09.2271474Z BUILT 313/1462 JOBS 0.1s //third_party:subgraph#compile-static-reshape.c.oe3ef47da,linux-x86_64 2022-11-23T01:58:09.2279604Z BUILT 314/1462 JOBS 0.2s //third_party:subgraph#compile-depthwise-convolution-2d.c.obff69aa6,linux-x86_64 2022-11-23T01:58:09.2343774Z BUILT 315/1462 JOBS 0.1s //third_party:subgraph#compile-ceiling.c.o49aadd05,linux-x86_64 2022-11-23T01:58:09.2422701Z BUILT 316/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-1x16c8-minmax-fp32-avx512skx.c.o16dbd74e,linux-x86_64 2022-11-23T01:58:09.2509139Z BUILT 317/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-vcvt-avx512skx-x16.c.of4e0e0a1,linux-x86_64 2022-11-23T01:58:09.2551347Z BUILT 318/1462 JOBS 0.2s //third_party:subgraph#compile-minimum2.c.off94b6f8,linux-x86_64 2022-11-23T01:58:09.2615230Z BUILT 319/1462 JOBS 0.6s //third_party:ukernels_avx512skx#compile-4x16c8-minmax-fp32-avx512skx.c.occ9d0f41,linux-x86_64 2022-11-23T01:58:09.2623161Z BUILT 320/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-up32x9-minmax-fp32-avx512skx-mul32.c.ob24e9a57,linux-x86_64 2022-11-23T01:58:09.2710373Z BUILT 321/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-1x16c8-minmax-fp32-avx512skx.c.oef3b7969,linux-x86_64 2022-11-23T01:58:09.2711107Z BUILT 322/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-vcvt-avx512skx-x128.c.o9d6277e5,linux-x86_64 2022-11-23T01:58:09.2847567Z BUILT 323/1462 JOBS 14.1s //:ptmobile_benchmark#compile-speed_benchmark_torch.cc.o000ebc4d,linux-x86_64 2022-11-23T01:58:09.2871037Z BUILT 324/1462 JOBS 0.6s //third_party:ukernels_avx512skx#compile-up32x25-minmax-fp32-avx512skx-mul32.c.ofc88f446,linux-x86_64 2022-11-23T01:58:09.2939402Z BUILT 325/1462 JOBS 0.4s //third_party:ukernels_avx512skx#compile-minmax-avx512skx-mul32-ld128-x16.c.o353e4fc1,linux-x86_64 2022-11-23T01:58:09.2986485Z BUILT 326/1462 JOBS 0.6s //third_party:ukernels_avx512skx#compile-up32x25-minmax-fp32-avx512skx-mul32.c.o1be7f301,linux-x86_64 2022-11-23T01:58:09.2992406Z BUILT 327/1462 JOBS 0.4s //third_party:ukernels_avx512skx#compile-vcvt-avx512skx-x128.c.oaeb27cc5,linux-x86_64 2022-11-23T01:58:09.3046108Z BUILT 328/1462 JOBS 0.4s //third_party:ukernels_avx512skx#compile-minmax-avx512skx-mul32-ld128-x16.c.ofcb46a5a,linux-x86_64 2022-11-23T01:58:09.3103090Z BUILT 329/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-lut-avx512skx-vpshufb-x64.c.o890043b9,linux-x86_64 2022-11-23T01:58:09.3153053Z BUILT 330/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-minmax-avx512skx-mul32-ld128-x16.c.o8df0d9ff,linux-x86_64 2022-11-23T01:58:09.3169188Z BUILT 331/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-4x16c8-minmax-fp32-avx512skx.c.off0fa4fd,linux-x86_64 2022-11-23T01:58:09.3232615Z BUILT 332/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-4x16c8-minmax-fp32-avx512skx.c.od2908cc4,linux-x86_64 2022-11-23T01:58:09.3290818Z BUILT 333/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-4x16c8-minmax-fp32-avx512skx.c.od8503cf7,linux-x86_64 2022-11-23T01:58:09.3303382Z BUILT 334/1462 JOBS 0.4s //third_party:ukernels_avx512skx#compile-minmax-avx512skx-mul32-ld128-x16.c.obdb6fa06,linux-x86_64 2022-11-23T01:58:09.3370401Z BUILT 335/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-1x16c8-minmax-fp32-avx512skx.c.ob2cab1ab,linux-x86_64 2022-11-23T01:58:09.3392547Z BUILT 336/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-up32x9-minmax-fp32-avx512skx-mul32.c.o6ee4f421,linux-x86_64 2022-11-23T01:58:09.3464140Z BUILT 337/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-1x16c8-minmax-fp32-avx512skx.c.od522bed3,linux-x86_64 2022-11-23T01:58:09.3493214Z BUILT 338/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-up32x9-minmax-fp32-avx512skx-mul32.c.oda8286c3,linux-x86_64 2022-11-23T01:58:09.3535498Z BUILT 339/1462 JOBS 0.4s //third_party:ukernels_avx512skx#compile-vcvt-avx512skx-x32.c.o906c195a,linux-x86_64 2022-11-23T01:58:09.3605802Z BUILT 340/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-1x16c8-minmax-fp32-avx512skx.c.o233c11fc,linux-x86_64 2022-11-23T01:58:09.3607047Z BUILT 341/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-vcvt-avx512skx-x16.c.o7cb3ed7a,linux-x86_64 2022-11-23T01:58:09.3672626Z BUILT 342/1462 JOBS 0.4s //third_party:ukernels_avx512skx#compile-vcvt-avx512skx-x32.c.o8874ab55,linux-x86_64 2022-11-23T01:58:09.3712264Z BUILT 343/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-1x16c8-minmax-fp32-avx512skx.c.ob33168fe,linux-x86_64 2022-11-23T01:58:09.3740438Z BUILT 344/1462 JOBS 0.5s //third_party:ukernels_avx512skx#compile-4x16c8-minmax-fp32-avx512skx.c.o0ec3a94d,linux-x86_64 2022-11-23T01:58:09.3813823Z BUILT 345/1462 JOBS 5.4s //:torch_mobile_deserialize_common#compile-parse_bytecode.cpp.o63a0a4cf,linux-x86_64 2022-11-23T01:58:09.3832609Z BUILT 346/1462 JOBS 0.6s //third_party:ukernels_avx512skx#compile-4x16c8-minmax-fp32-avx512skx.c.oef74ccbc,linux-x86_64 2022-11-23T01:58:09.3885618Z BUILT 347/1462 JOBS 8.1s //:torch_mobile_deserialize_common#compile-import_read.cpp.o6922c437,linux-x86_64 2022-11-23T01:58:09.3944554Z BUILT 348/1462 JOBS 0.6s //third_party:ukernels_avx512skx#compile-up32x25-minmax-fp32-avx512skx-mul32.c.o5516c4e5,linux-x86_64 2022-11-23T01:58:09.3982079Z BUILT 349/1462 JOBS 6.1s //:torch_mobile_deserialize_common#compile-upgrader_mobile.cpp.o7614506e,linux-x86_64 2022-11-23T01:58:09.4050666Z BUILT 350/1462 JOBS 0.6s //third_party:ukernels_f16c#compile-vadd-minmax-f16c-x16.c.o2998eb59,linux-x86_64 2022-11-23T01:58:09.4076914Z BUILT 351/1462 JOBS 0.9s //:torch_mobile_observer#compile-observer.cpp.oc0d177da,linux-x86_64 2022-11-23T01:58:09.4142280Z BUILT 352/1462 JOBS 0.4s //third_party:ukernels_f16c#compile-vclamp-f16c-x16.c.o3976b041,linux-x86_64 2022-11-23T01:58:09.4200026Z BUILT 353/1462 JOBS 0.5s //third_party:ukernels_f16c#compile-vmulc-minmax-f16c-x16.c.o41f7a936,linux-x86_64 2022-11-23T01:58:09.4316392Z BUILT 354/1462 JOBS 0.4s //third_party:ukernels_f16c#compile-vhswish-f16c-x16.c.oc0012b4e,linux-x86_64 2022-11-23T01:58:09.4344639Z BUILT 355/1462 JOBS 0.4s //third_party:ukernels_f16c#compile-vmul-minmax-f16c-x16.c.o194059a3,linux-x86_64 2022-11-23T01:58:09.4423459Z BUILT 356/1462 JOBS 0.4s //third_party:ukernels_f16c#compile-vlrelu-f16c-x16.c.o6d5a93da,linux-x86_64 2022-11-23T01:58:09.4515438Z BUILT 357/1462 JOBS 0.5s //third_party:ukernels_f16c#compile-f16c-2x16.c.oc98a08ec,linux-x86_64 2022-11-23T01:58:09.4651293Z BUILT 358/1462 JOBS 0.5s //third_party:ukernels_f16c#compile-7x-minmax-f16c-c8.c.o3756658d,linux-x86_64 2022-11-23T01:58:09.4680483Z BUILT 359/1462 JOBS 15.0s //:torch_mobile_deserialize_common#compile-unpickler.cpp.o5658cf0d,linux-x86_64 2022-11-23T01:58:09.4806957Z BUILT 360/1462 JOBS 5.0s //:torch_mobile_deserialize_common#compile-parse_operators.cpp.o36cdbdf8,linux-x86_64 2022-11-23T01:58:09.4860255Z BUILT 361/1462 JOBS 0.5s //third_party:ukernels_f16c#compile-9p8x-minmax-f16c-c8.c.o9f8af51f,linux-x86_64 2022-11-23T01:58:09.4966541Z BUILT 362/1462 JOBS 0.6s //third_party:ukernels_f16c#compile-7p7x-minmax-f16c-c8.c.o34465b85,linux-x86_64 2022-11-23T01:58:09.5100158Z BUILT 363/1462 JOBS 0.4s //third_party:ukernels_f16c#compile-vcvt-f16c-x16.c.oa6257c99,linux-x86_64 2022-11-23T01:58:09.5126679Z BUILT 364/1462 JOBS 0.1s //third_party:ukernels_neon#compile-up16x25-minmax-fp32-neon-mla8-ld64.c.ob906c2ef,linux-x86_64 2022-11-23T01:58:09.5244175Z BUILT 365/1462 JOBS 0.2s //third_party:ukernels_neon#compile-vsqrdiffc-neon-x8.c.o36db2dfe,linux-x86_64 2022-11-23T01:58:09.5245576Z BUILT 366/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vsqr-neon-x8.c.ofb615695,linux-x86_64 2022-11-23T01:58:09.5381843Z BUILT 367/1462 JOBS 0.1s //third_party:ukernels_neon#compile-x4-neon.c.o9020518f,linux-x86_64 2022-11-23T01:58:09.5382877Z BUILT 368/1462 JOBS 0.5s //third_party:ukernels_f16c#compile-vcvt-f16c-x16.c.o5949ba92,linux-x86_64 2022-11-23T01:58:09.5464899Z BUILT 369/1462 JOBS 0.1s //third_party:ukernels_neon#compile-9x-neon-c4.c.o53da1b80,linux-x86_64 2022-11-23T01:58:09.5515647Z BUILT 370/1462 JOBS 0.1s //third_party:ukernels_neon#compile-1x8-minmax-rndnu-neon-mlal-lane.c.o64f4dd14,linux-x86_64 2022-11-23T01:58:09.5518533Z BUILT 371/1462 JOBS 0.1s //third_party:ukernels_neon#compile-minmax-rndnu-neon-ld64-x16.c.o660afed5,linux-x86_64 2022-11-23T01:58:09.5584450Z BUILT 372/1462 JOBS 0.1s //third_party:ukernels_neon#compile-minmax-neon-ld64-x32.c.ob5ec511c,linux-x86_64 2022-11-23T01:58:09.5595960Z BUILT 373/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon-x4.c.ofd55c930,linux-x86_64 2022-11-23T01:58:09.5653258Z BUILT 374/1462 JOBS 0.1s //third_party:ukernels_neon#compile-x4-neon.c.o62f75378,linux-x86_64 2022-11-23T01:58:09.5693165Z BUILT 375/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vsigmoid-neon-rr2-lut64-p2-nr2recps-x8.c.oc39f8c27,linux-x86_64 2022-11-23T01:58:09.5731644Z BUILT 376/1462 JOBS 0.4s //third_party:ukernels_f16c#compile-vaddc-minmax-f16c-x16.c.oa84c6a42,linux-x86_64 2022-11-23T01:58:09.5801683Z BUILT 377/1462 JOBS 0.1s //third_party:ukernels_neon#compile-7x-minmax-rndnu-neon-c8.c.o1fa38fa5,linux-x86_64 2022-11-23T01:58:09.5832623Z BUILT 378/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vrndu-neon-x8.c.o27867c3a,linux-x86_64 2022-11-23T01:58:09.5865440Z BUILT 379/1462 JOBS 0.1s //third_party:ukernels_neon#compile-up16x9-minmax-rndnu-neon-mla8-ld64.c.o96cfa385,linux-x86_64 2022-11-23T01:58:09.5928672Z BUILT 380/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vminc-neon-x8.c.o20ba06b2,linux-x86_64 2022-11-23T01:58:09.5944557Z BUILT 381/1462 JOBS 0.1s //third_party:ukernels_neon#compile-3x8-minmax-rndnu-neon-mlal-lane.c.o1a4d57a9,linux-x86_64 2022-11-23T01:58:09.6011857Z BUILT 382/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon-rr2-lut64-p2-x8.c.o7eb064ff,linux-x86_64 2022-11-23T01:58:09.6023081Z BUILT 383/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon.c.o59773744,linux-x86_64 2022-11-23T01:58:09.6069802Z BUILT 384/1462 JOBS 0.1s //third_party:ukernels_neon#compile-2x8c2s4-minmax-rndnu-neon-mlal.c.o866cd0cc,linux-x86_64 2022-11-23T01:58:09.6119465Z BUILT 385/1462 JOBS 0.1s //third_party:subgraph#compile-floor.c.o624aa203,linux-x86_64 2022-11-23T01:58:09.6166834Z BUILT 386/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vcvt-neon-x32.c.o5a0e73ec,linux-x86_64 2022-11-23T01:58:09.6225615Z BUILT 387/1462 JOBS 0.1s //third_party:ukernels_neon#compile-4x16-minmax-rndnu-neon-mlal-lane.c.o8a1822f4,linux-x86_64 2022-11-23T01:58:09.6263653Z BUILT 388/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon.c.odc7b5f08,linux-x86_64 2022-11-23T01:58:09.6278794Z BUILT 389/1462 JOBS 0.1s //third_party:ukernels_neon#compile-9p8x-minmax-neon-c8.c.o4fcd8daf,linux-x86_64 2022-11-23T01:58:09.6320549Z BUILT 390/1462 JOBS 0.1s //third_party:ukernels_neon#compile-4x2-minmax-neon-lane-ld64.c.oa0213089,linux-x86_64 2022-11-23T01:58:09.6370527Z BUILT 391/1462 JOBS 0.1s //third_party:ukernels_neon#compile-up8x4-minmax-neon.c.of0e70e11,linux-x86_64 2022-11-23T01:58:09.6395229Z BUILT 392/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vmax-neon-x8.c.odf673e96,linux-x86_64 2022-11-23T01:58:09.6425559Z BUILT 393/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vneg-neon-x8.c.o97574afe,linux-x86_64 2022-11-23T01:58:09.6483348Z BUILT 394/1462 JOBS 0.1s //third_party:ukernels_neon#compile-7p7x-minmax-rndnu-neon-c8.c.o3a5b43ef,linux-x86_64 2022-11-23T01:58:09.6498387Z BUILT 395/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vcvt-neon-x32.c.od3ee6ae4,linux-x86_64 2022-11-23T01:58:09.6566761Z BUILT 396/1462 JOBS 0.1s //third_party:ukernels_neon#compile-minmax-neon-ld64-x32.c.o701ba6d8,linux-x86_64 2022-11-23T01:58:09.6608313Z BUILT 397/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vcvt-neon-int16-x16.c.o8c1c850f,linux-x86_64 2022-11-23T01:58:09.6622422Z BUILT 398/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vmaxc-neon-x8.c.o8772cd68,linux-x86_64 2022-11-23T01:58:09.6673895Z BUILT 399/1462 JOBS 0.1s //third_party:ukernels_neon#compile-velu-neon-rr2-lut16-p3-x8.c.oa6d8f560,linux-x86_64 2022-11-23T01:58:09.6724982Z BUILT 400/1462 JOBS 0.1s //third_party:ukernels_neon#compile-1x8c2s4-minmax-rndnu-neon-mlal.c.o5342d501,linux-x86_64 2022-11-23T01:58:09.6726102Z BUILT 401/1462 JOBS 0.1s //third_party:ukernels_neon#compile-minmax-neon-ld64-x32.c.o4c66f977,linux-x86_64 2022-11-23T01:58:09.6804450Z BUILT 402/1462 JOBS 0.0s //third_party:ukernels_neon#compile-vmul-minmax-neon-x8.c.o7ad84c77,linux-x86_64 2022-11-23T01:58:09.6819461Z BUILT 403/1462 JOBS 0.1s //third_party:ukernels_neon#compile-1x16-minmax-rndnu-neon-mlal-lane.c.oe3c100ee,linux-x86_64 2022-11-23T01:58:09.6859178Z BUILT 404/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon-2x8.c.o6ab17ae4,linux-x86_64 2022-11-23T01:58:09.6909964Z BUILT 405/1462 JOBS 0.1s //third_party:ukernels_neon#compile-x2-neon.c.o8fb1a9b1,linux-x86_64 2022-11-23T01:58:09.6939817Z BUILT 406/1462 JOBS 0.1s //third_party:ukernels_neon#compile-up16x25-minmax-rndnu-neon-mla8-ld64.c.o84b9a25f,linux-x86_64 2022-11-23T01:58:09.6973385Z BUILT 407/1462 JOBS 0.1s //third_party:ukernels_neon#compile-up8x25-minmax-neon-acc2.c.oa3b85593,linux-x86_64 2022-11-23T01:58:09.7032396Z BUILT 408/1462 JOBS 0.0s //third_party:ukernels_neon#compile-up16x9-minmax-fp32-neon-mla8-ld64.c.od3efe4b8,linux-x86_64 2022-11-23T01:58:09.7057991Z BUILT 409/1462 JOBS 0.1s //third_party:ukernels_neon#compile-up16x9-minmax-rndnu-neon-mul8.c.oa563584b,linux-x86_64 2022-11-23T01:58:09.7101401Z BUILT 410/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vmin-neon-x8.c.o8edb1f13,linux-x86_64 2022-11-23T01:58:09.7161197Z BUILT 411/1462 JOBS 0.1s //third_party:ukernels_neon#compile-9x-minmax-neon-c4.c.o1cc1b35b,linux-x86_64 2022-11-23T01:58:09.7171508Z BUILT 412/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon-c8.c.o2cd218ac,linux-x86_64 2022-11-23T01:58:09.7216870Z BUILT 413/1462 JOBS 0.1s //third_party:ukernels_neon#compile-up8x3-minmax-neon.c.o21d618f9,linux-x86_64 2022-11-23T01:58:09.7267339Z BUILT 414/1462 JOBS 0.0s //third_party:ukernels_neon#compile-2x8c2s4-minmax-fp32-neon-mlal.c.o2c6b1049,linux-x86_64 2022-11-23T01:58:09.7288993Z BUILT 415/1462 JOBS 0.1s //third_party:ukernels_neon#compile-1x8-minmax-neon-lane-ld64.c.o6395bded,linux-x86_64 2022-11-23T01:58:09.7322131Z BUILT 416/1462 JOBS 0.0s //third_party:ukernels_neon#compile-4x8-minmax-neon-lane-ld128.c.o8662ec53,linux-x86_64 2022-11-23T01:58:09.7388266Z BUILT 417/1462 JOBS 0.1s //third_party:ukernels_neon#compile-4x-neon-c4.c.o3622f2d2,linux-x86_64 2022-11-23T01:58:09.7406306Z BUILT 418/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon-c8.c.o92cbb081,linux-x86_64 2022-11-23T01:58:09.7476345Z BUILT 419/1462 JOBS 0.1s //third_party:ukernels_neon#compile-4x8-minmax-neon-lane-ld64.c.oa63b3a53,linux-x86_64 2022-11-23T01:58:09.7520431Z BUILT 420/1462 JOBS 0.1s //third_party:ukernels_neon#compile-4x8-minmax-neon-lane-ld128.c.of409b6b6,linux-x86_64 2022-11-23T01:58:09.7598414Z BUILT 421/1462 JOBS 0.1s //third_party:ukernels_neon#compile-9p8x-minmax-neon-c4.c.od83d0d6b,linux-x86_64 2022-11-23T01:58:09.7636406Z BUILT 422/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vsqrdiff-neon-x8.c.o155960a2,linux-x86_64 2022-11-23T01:58:09.7694072Z BUILT 423/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vsubc-minmax-neon-x8.c.oe0919632,linux-x86_64 2022-11-23T01:58:09.7725778Z BUILT 424/1462 JOBS 0.1s //third_party:ukernels_neon#compile-up8x25-minmax-rndnu-neon-mul8.c.o4ce920a7,linux-x86_64 2022-11-23T01:58:09.7782083Z BUILT 425/1462 JOBS 0.1s //third_party:ukernels_neon#compile-x4-neon-st4.c.o0ef9f183,linux-x86_64 2022-11-23T01:58:09.7809824Z BUILT 426/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon-p8.c.oed29d280,linux-x86_64 2022-11-23T01:58:09.7862879Z BUILT 427/1462 JOBS 0.1s //third_party:ukernels_neon#compile-3x3s2p1c3x4-neon-2x2.c.o24576b20,linux-x86_64 2022-11-23T01:58:09.7889748Z BUILT 428/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vclamp-neon-x8.c.o49deb277,linux-x86_64 2022-11-23T01:58:09.7954614Z BUILT 429/1462 JOBS 0.1s //third_party:ukernels_neon#compile-3x3p1-minmax-neon-2x4.c.o784eecc5,linux-x86_64 2022-11-23T01:58:09.7977195Z BUILT 430/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon-c8.c.o9bb3286f,linux-x86_64 2022-11-23T01:58:09.8056217Z BUILT 431/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon.c.o65250f36,linux-x86_64 2022-11-23T01:58:09.8102080Z BUILT 432/1462 JOBS 0.1s //third_party:ukernels_neon#compile-9x-minmax-neon-c4.c.o8dc53be6,linux-x86_64 2022-11-23T01:58:09.8123067Z BUILT 433/1462 JOBS 0.1s //third_party:ukernels_neon#compile-xm-neon.c.o9965fe87,linux-x86_64 2022-11-23T01:58:09.8179170Z BUILT 434/1462 JOBS 0.1s //third_party:ukernels_neon#compile-7x-minmax-neon-c4.c.oefa1590d,linux-x86_64 2022-11-23T01:58:09.8207266Z BUILT 435/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vmulc-minmax-neon-x8.c.oe25f501f,linux-x86_64 2022-11-23T01:58:09.8256111Z BUILT 436/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon-x64.c.o9549e0cf,linux-x86_64 2022-11-23T01:58:09.8296409Z BUILT 437/1462 JOBS 0.1s //third_party:ukernels_neon#compile-c4-minmax-neon-2x.c.o8b4c3b16,linux-x86_64 2022-11-23T01:58:09.8337531Z BUILT 438/1462 JOBS 0.1s //third_party:ukernels_neon#compile-minmax-rndnu-neon-ld64-x16.c.o67415e36,linux-x86_64 2022-11-23T01:58:09.8391415Z BUILT 439/1462 JOBS 0.1s //third_party:ukernels_neon#compile-1x8c2s4-minmax-rndnu-neon-mlal.c.o1f4afbed,linux-x86_64 2022-11-23T01:58:09.8425646Z BUILT 440/1462 JOBS 0.1s //third_party:ukernels_neon#compile-3x8-minmax-rndnu-neon-mlal-lane.c.o7f2ab18a,linux-x86_64 2022-11-23T01:58:09.8474004Z BUILT 441/1462 JOBS 0.1s //third_party:ukernels_neon#compile-9x-minmax-neon-c8.c.o216a7c46,linux-x86_64 2022-11-23T01:58:09.8504786Z BUILT 442/1462 JOBS 0.1s //third_party:ukernels_neon#compile-1x16-minmax-rndnu-neon-mlal-lane.c.oc90f210a,linux-x86_64 2022-11-23T01:58:09.8565615Z BUILT 443/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vsub-minmax-neon-x8.c.oce60a70a,linux-x86_64 2022-11-23T01:58:09.8579789Z BUILT 444/1462 JOBS 0.1s //third_party:ukernels_neon#compile-minmax-neon-ld64-x16.c.o35937f9b,linux-x86_64 2022-11-23T01:58:09.8645015Z BUILT 445/1462 JOBS 0.1s //third_party:ukernels_neon#compile-1x8c2s4-minmax-fp32-neon-mlal.c.o0aff1c63,linux-x86_64 2022-11-23T01:58:09.8663126Z BUILT 446/1462 JOBS 0.1s //third_party:ukernels_neon#compile-up8x25-minmax-fp32-neon-mla8-ld64.c.o7585ca41,linux-x86_64 2022-11-23T01:58:09.8732689Z BUILT 447/1462 JOBS 0.1s //third_party:ukernels_neon#compile-2x8c2s4-minmax-rndnu-neon-mlal.c.oab20ab3e,linux-x86_64 2022-11-23T01:58:09.8771742Z BUILT 448/1462 JOBS 0.1s //third_party:ukernels_neon#compile-7p7x-minmax-neon-c4.c.o64aadf27,linux-x86_64 2022-11-23T01:58:09.8833277Z BUILT 449/1462 JOBS 0.1s //third_party:ukernels_neon#compile-1x16-minmax-rndnu-neon-mlal-lane.c.o5627b9e8,linux-x86_64 2022-11-23T01:58:09.8897357Z BUILT 450/1462 JOBS 0.0s //third_party:ukernels_neon#compile-vrndd-neon-x8.c.o4f94817b,linux-x86_64 2022-11-23T01:58:09.8907518Z BUILT 451/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vcvt-neon-x32.c.o45077d84,linux-x86_64 2022-11-23T01:58:09.8968614Z BUILT 452/1462 JOBS 0.1s //third_party:ukernels_neon#compile-9p8x-minmax-neon-c16.c.o1fd421cc,linux-x86_64 2022-11-23T01:58:09.9005298Z BUILT 453/1462 JOBS 0.1s //third_party:ukernels_neon#compile-7x-minmax-rndnu-neon-c8.c.o96ebcfb9,linux-x86_64 2022-11-23T01:58:09.9037643Z BUILT 454/1462 JOBS 0.1s //third_party:ukernels_neon#compile-xm-neon.c.oc62e0b27,linux-x86_64 2022-11-23T01:58:09.9108458Z BUILT 455/1462 JOBS 0.1s //third_party:ukernels_neon#compile-1x16-minmax-rndnu-neon-mlal-lane.c.oe3451957,linux-x86_64 2022-11-23T01:58:09.9134742Z BUILT 456/1462 JOBS 0.1s //third_party:ukernels_neon#compile-7p7x-minmax-rndnu-neon-c8.c.o45823fb6,linux-x86_64 2022-11-23T01:58:09.9204498Z BUILT 457/1462 JOBS 0.1s //third_party:ukernels_neon#compile-1x8-minmax-rndnu-neon-mlal-lane.c.obfa02e58,linux-x86_64 2022-11-23T01:58:09.9208803Z BUILT 458/1462 JOBS 0.1s //third_party:ukernels_neon#compile-x2-neon.c.oca226710,linux-x86_64 2022-11-23T01:58:09.9280056Z BUILT 459/1462 JOBS 0.1s //third_party:ukernels_neon#compile-2x8c2s4-minmax-fp32-neon-mlal.c.oc3dc3e18,linux-x86_64 2022-11-23T01:58:09.9302014Z BUILT 460/1462 JOBS 0.1s //third_party:ukernels_neon#compile-minmax-neon-ld64-x32.c.o9b90503b,linux-x86_64 2022-11-23T01:58:09.9340787Z BUILT 461/1462 JOBS 0.1s //third_party:ukernels_neon#compile-up8x9-minmax-neon.c.o027a15b1,linux-x86_64 2022-11-23T01:58:09.9395947Z BUILT 462/1462 JOBS 0.1s //third_party:ukernels_neon#compile-x3-neon.c.o43cfd990,linux-x86_64 2022-11-23T01:58:09.9436498Z BUILT 463/1462 JOBS 0.1s //third_party:ukernels_neon#compile-5x5p2-minmax-neon-1x4.c.o48f4c9b2,linux-x86_64 2022-11-23T01:58:09.9475985Z BUILT 464/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vadd-minmax-neon-x8.c.oc3e57872,linux-x86_64 2022-11-23T01:58:09.9549336Z BUILT 465/1462 JOBS 0.1s //third_party:ukernels_neon#compile-4x16-minmax-rndnu-neon-mlal-lane.c.o3ab7a82a,linux-x86_64 2022-11-23T01:58:09.9557751Z BUILT 466/1462 JOBS 0.1s //third_party:ukernels_neon#compile-9p8x-minmax-neon-c4.c.o846ea884,linux-x86_64 2022-11-23T01:58:09.9636847Z BUILT 467/1462 JOBS 0.1s //third_party:ukernels_neon#compile-9p8x-neon-c4.c.o2ad5a26e,linux-x86_64 2022-11-23T01:58:09.9698682Z BUILT 468/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vlrelu-neon-x8.c.o2438c40e,linux-x86_64 2022-11-23T01:58:09.9716842Z BUILT 469/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vrsubc-minmax-neon-x8.c.o927ed057,linux-x86_64 2022-11-23T01:58:09.9785284Z BUILT 470/1462 JOBS 0.1s //third_party:ukernels_neon#compile-minmax-rndnu-neon-ld64-x16.c.oc374ad43,linux-x86_64 2022-11-23T01:58:09.9796175Z BUILT 471/1462 JOBS 0.1s //third_party:ukernels_neon#compile-1x8-minmax-rndnu-neon-mlal-lane.c.o59ece06d,linux-x86_64 2022-11-23T01:58:09.9857734Z BUILT 472/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vaddc-minmax-neon-x8.c.o7711d5c7,linux-x86_64 2022-11-23T01:58:09.9904888Z BUILT 473/1462 JOBS 0.1s //third_party:ukernels_neon#compile-4x2-minmax-neon-lane-ld64.c.of1ba2e07,linux-x86_64 2022-11-23T01:58:09.9914020Z BUILT 474/1462 JOBS 0.1s //third_party:ukernels_neon#compile-x3-neon.c.o96fd3963,linux-x86_64 2022-11-23T01:58:09.9968472Z BUILT 475/1462 JOBS 0.1s //third_party:ukernels_neon#compile-up8x25-minmax-rndnu-neon-mla8-ld64.c.oca2ad17b,linux-x86_64 2022-11-23T01:58:10.0006772Z BUILT 476/1462 JOBS 0.1s //third_party:ukernels_neon#compile-9p8x-minmax-neon-c4.c.oee2ecc11,linux-x86_64 2022-11-23T01:58:10.0029106Z BUILT 477/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon-c16.c.o4b1b9569,linux-x86_64 2022-11-23T01:58:10.0083332Z BUILT 478/1462 JOBS 0.1s //third_party:ukernels_neon#compile-minmax-neon-ld64-x16.c.o3f21fc39,linux-x86_64 2022-11-23T01:58:10.0144224Z BUILT 479/1462 JOBS 0.1s //third_party:ukernels_neon#compile-4x8-minmax-neon-lane-ld64.c.of9b7d6d7,linux-x86_64 2022-11-23T01:58:10.0147765Z BUILT 480/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon.c.oc86daaa8,linux-x86_64 2022-11-23T01:58:10.0219870Z BUILT 481/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon-x64.c.o1a6c06e6,linux-x86_64 2022-11-23T01:58:10.0231188Z BUILT 482/1462 JOBS 0.1s //third_party:ukernels_neon#compile-neon-x64.c.o6c2cc0a7,linux-x86_64 2022-11-23T01:58:10.0303459Z BUILT 483/1462 JOBS 0.1s //third_party:ukernels_neon#compile-1x8c2s4-minmax-fp32-neon-mlal.c.o4787bc2d,linux-x86_64 2022-11-23T01:58:10.0317648Z BUILT 484/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vhswish-neon-x16.c.o45319949,linux-x86_64 2022-11-23T01:58:10.0381138Z BUILT 485/1462 JOBS 0.1s //third_party:ukernels_neon#compile-1x8-minmax-neon-lane-ld64.c.o57ad695b,linux-x86_64 2022-11-23T01:58:10.0401620Z BUILT 486/1462 JOBS 0.0s //third_party:ukernels_neon#compile-neon-c16.c.ofe801682,linux-x86_64 2022-11-23T01:58:10.0456306Z BUILT 487/1462 JOBS 0.1s //third_party:ukernels_neon#compile-minmax-rndnu-neon-ld64-x16.c.o9de46346,linux-x86_64 2022-11-23T01:58:10.0480698Z BUILT 488/1462 JOBS 0.1s //third_party:ukernels_neon#compile-32x1-minmax-neon.c.oeee62996,linux-x86_64 2022-11-23T01:58:10.0528020Z BUILT 489/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vcvt-neon-x8.c.o2875ea80,linux-x86_64 2022-11-23T01:58:10.0569480Z BUILT 490/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vcvt-neon-x32.c.o1975d998,linux-x86_64 2022-11-23T01:58:10.0602907Z BUILT 491/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vrndne-neon-x8.c.o9f71060f,linux-x86_64 2022-11-23T01:58:10.0658273Z BUILT 492/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vabs-neon-x8.c.o48313161,linux-x86_64 2022-11-23T01:58:10.0680597Z BUILT 493/1462 JOBS 0.1s //third_party:ukernels_neon#compile-vrndz-neon-x8.c.ocddc27e4,linux-x86_64 2022-11-23T01:58:10.0743790Z BUILT 494/1462 JOBS 0.1s //third_party:ukernels_neon#compile-minmax-neon-ld64-x16.c.o67d779e3,linux-x86_64 2022-11-23T01:58:10.0756381Z BUILT 495/1462 JOBS 0.1s //third_party:ukernels_neon#compile-minmax-neon-ld64-x16.c.o9081a2f9,linux-x86_64 2022-11-23T01:58:10.0807699Z BUILT 496/1462 JOBS 0.1s //third_party:ukernels_neon#compile-5x5s2p2-minmax-neon-1x4.c.o62ddd68c,linux-x86_64 2022-11-23T01:58:10.0888142Z BUILT 497/1462 JOBS 0.1s //third_party:ukernels_neon#compile-9p8x-minmax-neon-c16.c.o83e91318,linux-x86_64 2022-11-23T01:58:10.0972256Z BUILT 498/1462 JOBS 0.1s //third_party:ukernels_neon#compile-1x8-minmax-rndnu-neon-mlal-lane.c.ofc33c941,linux-x86_64 2022-11-23T01:58:10.1015410Z BUILT 499/1462 JOBS 0.2s //third_party:ukernels_neon_fp16#compile-vcvt-neonfp16-x16.c.o2ff94114,linux-x86_64 2022-11-23T01:58:10.1104958Z BUILT 500/1462 JOBS 0.1s //third_party:ukernels_neon_fp16#compile-vcvt-neonfp16-x16.c.o3b2db0fe,linux-x86_64 2022-11-23T01:58:10.1128717Z BUILT 501/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vdiv-minmax-sse-x8.c.obb290e91,linux-x86_64 2022-11-23T01:58:10.1183332Z BUILT 502/1462 JOBS 0.2s //third_party:ukernels_sse#compile-9p8x-minmax-sse-c4.c.o3f56ac15,linux-x86_64 2022-11-23T01:58:10.1212659Z BUILT 503/1462 JOBS 0.2s //third_party:ukernels_sse#compile-up8x4-minmax-sse.c.oea51c05d,linux-x86_64 2022-11-23T01:58:10.1258029Z BUILT 504/1462 JOBS 0.2s //third_party:ukernels_sse#compile-up8x3-minmax-sse.c.oc6ec1122,linux-x86_64 2022-11-23T01:58:10.1298883Z BUILT 505/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vmin-sse-x8.c.o6d71f6f2,linux-x86_64 2022-11-23T01:58:10.1347487Z BUILT 506/1462 JOBS 0.5s //third_party:ukernels_sse#compile-sse-p8.c.o32912f1a,linux-x86_64 2022-11-23T01:58:10.1378735Z BUILT 507/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vsqr-sse-x8.c.o08e4fe07,linux-x86_64 2022-11-23T01:58:10.1427241Z BUILT 508/1462 JOBS 0.1s //third_party:ukernels_sse#compile-vrdivc-minmax-sse-x8.c.o82e77b5f,linux-x86_64 2022-11-23T01:58:10.1464936Z BUILT 509/1462 JOBS 0.2s //third_party:ukernels_sse#compile-4x2c4-minmax-sse.c.ob37665b4,linux-x86_64 2022-11-23T01:58:10.1500885Z BUILT 510/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vrsubc-minmax-sse-x8.c.o4c26c433,linux-x86_64 2022-11-23T01:58:10.1544630Z BUILT 511/1462 JOBS 0.1s //third_party:ukernels_sse#compile-vneg-sse-x8.c.obd6c4385,linux-x86_64 2022-11-23T01:58:10.1572231Z BUILT 512/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vdivc-minmax-sse-x8.c.o2107e22f,linux-x86_64 2022-11-23T01:58:10.1631544Z BUILT 513/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vmax-sse-x8.c.od2fbc679,linux-x86_64 2022-11-23T01:58:10.1649234Z BUILT 514/1462 JOBS 0.1s //third_party:ukernels_sse#compile-7x-minmax-sse-c4.c.ob49def44,linux-x86_64 2022-11-23T01:58:10.1691899Z BUILT 515/1462 JOBS 0.1s //third_party:ukernels_sse#compile-vminc-sse-x8.c.o4d640b44,linux-x86_64 2022-11-23T01:58:10.1744570Z BUILT 516/1462 JOBS 0.1s //third_party:ukernels_sse#compile-vsqrdiff-sse-x8.c.o13210e95,linux-x86_64 2022-11-23T01:58:10.1754158Z BUILT 517/1462 JOBS 0.2s //third_party:ukernels_sse#compile-9p8x-minmax-sse-c4.c.o62c860d4,linux-x86_64 2022-11-23T01:58:10.1804199Z BUILT 518/1462 JOBS 0.2s //third_party:ukernels_sse#compile-9p8x-minmax-sse-c4.c.oe60374f5,linux-x86_64 2022-11-23T01:58:10.1859141Z BUILT 519/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vaddc-minmax-sse-x8.c.o6e979ccd,linux-x86_64 2022-11-23T01:58:10.1863744Z BUILT 520/1462 JOBS 0.2s //third_party:ukernels_sse#compile-3x3s2p1c3x4-sse-2x2.c.odebb1fff,linux-x86_64 2022-11-23T01:58:10.1930885Z BUILT 521/1462 JOBS 0.2s //third_party:ukernels_sse#compile-7p7x-minmax-sse-c4.c.o836aae48,linux-x86_64 2022-11-23T01:58:10.1941509Z BUILT 522/1462 JOBS 0.1s //third_party:ukernels_sse#compile-sse-sqrt-x4.c.oc14e0d25,linux-x86_64 2022-11-23T01:58:10.2002137Z BUILT 523/1462 JOBS 0.1s //third_party:ukernels_neon#compile-3x3s2p1-minmax-neon-1x4.c.od3405f15,linux-x86_64 2022-11-23T01:58:10.2071604Z BUILT 524/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vclamp-sse-x8.c.ode66edbb,linux-x86_64 2022-11-23T01:58:10.2085082Z BUILT 525/1462 JOBS 0.3s //third_party:ukernels_sse#compile-up8x25-minmax-sse.c.o6f8521fe,linux-x86_64 2022-11-23T01:58:10.2149157Z BUILT 526/1462 JOBS 0.2s //third_party:ukernels_sse#compile-1x8-minmax-sse-load1.c.oe1428098,linux-x86_64 2022-11-23T01:58:10.2171291Z BUILT 527/1462 JOBS 0.2s //third_party:ukernels_sse#compile-up8x9-minmax-sse.c.o85e6a1e4,linux-x86_64 2022-11-23T01:58:10.2245004Z BUILT 528/1462 JOBS 0.5s //third_party:ukernels_sse#compile-32x1-minmax-sse.c.o7e7376d2,linux-x86_64 2022-11-23T01:58:10.2285126Z BUILT 529/1462 JOBS 0.2s //third_party:ukernels_sse#compile-4x8-minmax-sse-load1.c.oab3b004a,linux-x86_64 2022-11-23T01:58:10.2311094Z BUILT 530/1462 JOBS 0.3s //third_party:ukernels_sse#compile-5x5p2-minmax-sse-4x4.c.o66869a3e,linux-x86_64 2022-11-23T01:58:10.2372334Z BUILT 531/1462 JOBS 0.1s //third_party:ukernels_sse#compile-vlrelu-sse-x8.c.o1f82b777,linux-x86_64 2022-11-23T01:58:10.2388440Z BUILT 532/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vmul-minmax-sse-x8.c.o96de8d1c,linux-x86_64 2022-11-23T01:58:10.2440050Z BUILT 533/1462 JOBS 0.1s //third_party:ukernels_sse#compile-x4-sse.c.o6410b86f,linux-x86_64 2022-11-23T01:58:10.2472418Z BUILT 534/1462 JOBS 0.1s //third_party:ukernels_sse#compile-vsubc-minmax-sse-x8.c.o7c76f517,linux-x86_64 2022-11-23T01:58:10.2546853Z BUILT 535/1462 JOBS 0.4s //third_party:ukernels_sse#compile-sse-c8.c.o38a709dd,linux-x86_64 2022-11-23T01:58:10.2637537Z BUILT 536/1462 JOBS 0.2s //third_party:ukernels_sse#compile-9x-minmax-sse-c4.c.o5b149e96,linux-x86_64 2022-11-23T01:58:10.2641911Z BUILT 537/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vmulc-minmax-sse-x8.c.o9b9af23d,linux-x86_64 2022-11-23T01:58:10.2718305Z BUILT 538/1462 JOBS 0.2s //third_party:ukernels_sse#compile-9x-minmax-sse-c4.c.o6ad8a307,linux-x86_64 2022-11-23T01:58:10.2769374Z BUILT 539/1462 JOBS 0.2s //third_party:ukernels_sse#compile-sse-x4.c.oef3c6c04,linux-x86_64 2022-11-23T01:58:10.3234340Z BUILT 540/1462 JOBS 0.2s //third_party:ukernels_sse#compile-4x2c4-minmax-sse.c.o3d2cb4d5,linux-x86_64 2022-11-23T01:58:10.3269628Z BUILT 541/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vabs-sse-x8.c.o22458ab9,linux-x86_64 2022-11-23T01:58:10.3310945Z BUILT 542/1462 JOBS 0.2s //third_party:ukernels_sse#compile-1x8-minmax-sse-load1.c.o57678b52,linux-x86_64 2022-11-23T01:58:10.3356352Z BUILT 543/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vadd-minmax-sse-x8.c.o77549fc4,linux-x86_64 2022-11-23T01:58:10.3402646Z BUILT 544/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vhswish-sse-x8.c.ode46c686,linux-x86_64 2022-11-23T01:58:10.3468527Z BUILT 545/1462 JOBS 0.2s //third_party:ukernels_sse#compile-4x8-minmax-sse-load1.c.o28ac8f68,linux-x86_64 2022-11-23T01:58:10.3520864Z BUILT 546/1462 JOBS 0.2s //third_party:ukernels_sse#compile-3x3p1-minmax-sse-2x4-acc2.c.o945bbc17,linux-x86_64 2022-11-23T01:58:10.3607166Z BUILT 547/1462 JOBS 0.1s //third_party:ukernels_sse#compile-sse.c.o32cce426,linux-x86_64 2022-11-23T01:58:10.3666213Z BUILT 548/1462 JOBS 0.2s //third_party:ukernels_sse#compile-3x3s2p1-minmax-sse-1x4-acc3.c.o4bce49f0,linux-x86_64 2022-11-23T01:58:10.3750016Z BUILT 549/1462 JOBS 0.2s //third_party:ukernels_sse#compile-c4-minmax-sse-2x.c.o4bc71b8d,linux-x86_64 2022-11-23T01:58:10.3823079Z BUILT 550/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vmaxc-sse-x8.c.o7cd5c716,linux-x86_64 2022-11-23T01:58:10.3914145Z BUILT 551/1462 JOBS 0.2s //third_party:ukernels_sse#compile-vsub-minmax-sse-x8.c.o47dda2a2,linux-x86_64 2022-11-23T01:58:10.3990059Z BUILT 552/1462 JOBS 0.2s //third_party:ukernels_sse#compile-5x5s2p2-minmax-sse-2x4.c.o2fb8a395,linux-x86_64 2022-11-23T01:58:10.4059570Z BUILT 553/1462 JOBS 0.6s //third_party:ukernels_fma3#compile-up8x25-minmax-fma3-acc2.c.ocf03c1b5,linux-x86_64 2022-11-23T01:58:10.4143036Z BUILT 554/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-5x16-minmax-fma3-broadcast.c.oed6d4d6a,linux-x86_64 2022-11-23T01:58:10.4234092Z BUILT 555/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-4x16s4-minmax-fma3-broadcast.c.o941b3eb2,linux-x86_64 2022-11-23T01:58:10.4290863Z BUILT 556/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-1x16s4-minmax-fma3-broadcast.c.of91a6517,linux-x86_64 2022-11-23T01:58:10.4337627Z BUILT 557/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-up16x4-minmax-fma3.c.o2999ab22,linux-x86_64 2022-11-23T01:58:10.4402408Z BUILT 558/1462 JOBS 0.1s //third_party:ukernels_sse#compile-vsqrdiffc-sse-x8.c.o2e9f1bcb,linux-x86_64 2022-11-23T01:58:10.4529531Z BUILT 559/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-up16x4-minmax-fma3.c.o76ae2fad,linux-x86_64 2022-11-23T01:58:10.4530914Z BUILT 560/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-1x16s4-minmax-fma3-broadcast.c.obc5e5663,linux-x86_64 2022-11-23T01:58:10.4657219Z BUILT 561/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-c8-minmax-fma3-2x.c.o2a4e61c2,linux-x86_64 2022-11-23T01:58:10.4677278Z BUILT 562/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-up16x3-minmax-fma3.c.o7b6e8705,linux-x86_64 2022-11-23T01:58:10.4809506Z BUILT 563/1462 JOBS 0.6s //third_party:ukernels_fma3#compile-up8x25-minmax-fma3.c.oe56af4b5,linux-x86_64 2022-11-23T01:58:10.4812040Z BUILT 564/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-1x16-minmax-fma3-broadcast.c.o56b33c4a,linux-x86_64 2022-11-23T01:58:10.4938813Z BUILT 565/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-5x16-minmax-fma3-broadcast.c.ode36df95,linux-x86_64 2022-11-23T01:58:10.4945805Z BUILT 566/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-up16x3-minmax-fma3.c.o6787133d,linux-x86_64 2022-11-23T01:58:10.5076172Z BUILT 567/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-up16x9-minmax-fma3.c.o0fa79fda,linux-x86_64 2022-11-23T01:58:10.5087803Z BUILT 568/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-1x16-minmax-fma3-broadcast.c.o1f2caab3,linux-x86_64 2022-11-23T01:58:10.5175904Z BUILT 569/1462 JOBS 0.4s //third_party:ukernels_fma3#compile-vhswish-fma3-x16.c.oc20145ac,linux-x86_64 2022-11-23T01:58:10.5185210Z BUILT 570/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-4x16s4-minmax-fma3-broadcast.c.o293a1530,linux-x86_64 2022-11-23T01:58:10.5299411Z BUILT 571/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-fma3-c8.c.oe7775dd7,linux-x86_64 2022-11-23T01:58:10.5331597Z BUILT 572/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-vadd-minmax-neonfp16arith-x16.c.o5f2e6345,linux-x86_64 2022-11-23T01:58:10.5414684Z BUILT 573/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-1x16-minmax-neonfp16arith-ld64.c.ocde51238,linux-x86_64 2022-11-23T01:58:10.5417095Z BUILT 574/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-vmulc-minmax-neonfp16arith-x16.c.o08bd4de6,linux-x86_64 2022-11-23T01:58:10.5515916Z BUILT 575/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-up8x25-minmax-neonfp16arith-acc2.c.oc06e7082,linux-x86_64 2022-11-23T01:58:10.5520786Z BUILT 576/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-vclamp-neonfp16arith-x16.c.o12e06e5d,linux-x86_64 2022-11-23T01:58:10.5630803Z BUILT 577/1462 JOBS 0.5s //third_party:ukernels_fma3#compile-up16x9-minmax-fma3.c.oc7d60f03,linux-x86_64 2022-11-23T01:58:10.5632853Z BUILT 578/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-vmul-minmax-neonfp16arith-x16.c.o6445cccd,linux-x86_64 2022-11-23T01:58:10.5739290Z BUILT 579/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-up16x9-minmax-neonfp16arith.c.o277764ee,linux-x86_64 2022-11-23T01:58:10.5741359Z BUILT 580/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-7p7x-minmax-neonfp16arith-c8.c.ob2ab5521,linux-x86_64 2022-11-23T01:58:10.5833211Z BUILT 581/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-6x16-minmax-neonfp16arith-ld64.c.o19207a97,linux-x86_64 2022-11-23T01:58:10.5837971Z BUILT 582/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-1x16-minmax-neonfp16arith-ld64.c.o42627d63,linux-x86_64 2022-11-23T01:58:10.5938147Z BUILT 583/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-neonfp16arith-c8.c.o2b9b2208,linux-x86_64 2022-11-23T01:58:10.5975723Z BUILT 584/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-c8-minmax-neonfp16arith-2x.c.oa17b8d09,linux-x86_64 2022-11-23T01:58:10.6037540Z BUILT 585/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-neonfp16arith-2x16.c.o5cf0badb,linux-x86_64 2022-11-23T01:58:10.6043063Z BUILT 586/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-9p8x-minmax-neonfp16arith-c8.c.o32fc7134,linux-x86_64 2022-11-23T01:58:10.6137478Z BUILT 587/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-up16x4-minmax-neonfp16arith.c.o7b5c14cd,linux-x86_64 2022-11-23T01:58:10.6176655Z BUILT 588/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-6x16-minmax-neonfp16arith-ld64.c.o7abe4a96,linux-x86_64 2022-11-23T01:58:10.6229632Z BUILT 589/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-vaddc-minmax-neonfp16arith-x16.c.ob757aff6,linux-x86_64 2022-11-23T01:58:10.6281176Z BUILT 590/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-vlrelu-neonfp16arith-x16.c.oa5836447,linux-x86_64 2022-11-23T01:58:10.6328802Z BUILT 591/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-up16x3-minmax-neonfp16arith.c.o740abd4f,linux-x86_64 2022-11-23T01:58:10.6350158Z BUILT 592/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-vhswish-neonfp16arith-x16.c.o446e036c,linux-x86_64 2022-11-23T01:58:10.6441808Z BUILT 593/1462 JOBS 6.3s //:torch_mobile_module#compile-interpreter.cpp.o75e0cedd,linux-x86_64 2022-11-23T01:58:10.6519734Z BUILT 594/1462 JOBS 10.9s //:torch_mobile_deserialize#compile-import.cpp.o4d39565e,linux-x86_64 2022-11-23T01:58:10.6557358Z BUILT 595/1462 JOBS 9.0s //:torch_mobile_module#compile-module.cpp.o76845617,linux-x86_64 2022-11-23T01:58:10.6629195Z BUILT 596/1462 JOBS 0.3s //third_party:operators#compile-convolution-nhwc.c.o2628af00,linux-x86_64 2022-11-23T01:58:10.6654820Z BUILT 597/1462 JOBS 0.4s //third_party:operators#compile-indirection.c.o7c6d831e,linux-x86_64 2022-11-23T01:58:10.6845861Z BUILT 598/1462 JOBS 0.2s //third_party:operators#compile-average-pooling-nhwc.c.of27ff717,linux-x86_64 2022-11-23T01:58:10.6855587Z BUILT 599/1462 JOBS 0.2s //third_party:operators#compile-lut-elementwise-nc.c.o3ded80ea,linux-x86_64 2022-11-23T01:58:10.6937280Z BUILT 600/1462 JOBS 0.3s //third_party:operators#compile-unary-elementwise-nc.c.o05d0d12c,linux-x86_64 2022-11-23T01:58:10.6983766Z BUILT 601/1462 JOBS 0.9s //third_party:operators#compile-packing.c.o75613381,linux-x86_64 2022-11-23T01:58:10.7033575Z BUILT 602/1462 JOBS 0.1s //third_party:operators#compile-channel-shuffle-nc.c.o1f88ccf6,linux-x86_64 2022-11-23T01:58:10.7079069Z BUILT 603/1462 JOBS 0.2s //third_party:operators#compile-constant-pad-nd.c.o884637f2,linux-x86_64 2022-11-23T01:58:10.7130602Z BUILT 604/1462 JOBS 0.2s //third_party:operators#compile-fully-connected-nc.c.o751f2c96,linux-x86_64 2022-11-23T01:58:10.7204778Z BUILT 605/1462 JOBS 0.3s //third_party:operators#compile-operator-run.c.o6b3b0077,linux-x86_64 2022-11-23T01:58:10.7226698Z BUILT 606/1462 JOBS 0.2s //third_party:operators#compile-argmax-pooling-nhwc.c.o1f06c60f,linux-x86_64 2022-11-23T01:58:10.7336524Z BUILT 607/1462 JOBS 0.2s //third_party:operators#compile-global-average-pooling-nwc.c.o01525244,linux-x86_64 2022-11-23T01:58:10.7366595Z BUILT 608/1462 JOBS 0.1s //third_party:operators#compile-global-average-pooling-ncw.c.oe02ebbd9,linux-x86_64 2022-11-23T01:58:10.7378078Z BUILT 609/1462 JOBS 0.1s //third_party:operators#compile-resize-bilinear-nchw.c.o3b7d7129,linux-x86_64 2022-11-23T01:58:10.7434662Z BUILT 610/1462 JOBS 0.2s //third_party:operators#compile-max-pooling-nhwc.c.o256f96b0,linux-x86_64 2022-11-23T01:58:10.7582413Z BUILT 611/1462 JOBS 0.3s //third_party:operators#compile-deconvolution-nhwc.c.od4ef53d5,linux-x86_64 2022-11-23T01:58:10.7584235Z BUILT 612/1462 JOBS 0.2s //third_party:operators#compile-resize-bilinear-nhwc.c.o9726c747,linux-x86_64 2022-11-23T01:58:10.7616252Z BUILT 613/1462 JOBS 7.4s //:torch_mobile_module#compile-function.cpp.o4f1d1537,linux-x86_64 2022-11-23T01:58:10.7638675Z BUILT 614/1462 JOBS 0.1s //third_party:operators#compile-prelu-nc.c.o4c36b58c,linux-x86_64 2022-11-23T01:58:10.7676778Z BUILT 615/1462 JOBS 0.1s //third_party:operators#compile-unpooling-nhwc.c.oe2a21916,linux-x86_64 2022-11-23T01:58:10.7772176Z BUILT 616/1462 JOBS 0.3s //third_party:operators#compile-convolution-nchw.c.o7ed5156e,linux-x86_64 2022-11-23T01:58:10.7815856Z BUILT 617/1462 JOBS 0.1s //third_party:operators#compile-depth-to-space-nchw2nhwc.c.oa2a549a6,linux-x86_64 2022-11-23T01:58:10.7836778Z BUILT 618/1462 JOBS 0.1s //third_party:operators#compile-softmax-nc.c.obeba5f4c,linux-x86_64 2022-11-23T01:58:10.7936610Z BUILT 619/1462 JOBS 0.3s //third_party:operators#compile-binary-elementwise-nd.c.o852b5d5f,linux-x86_64 2022-11-23T01:58:10.7945048Z BUILT 620/1462 JOBS 0.1s //third_party:operators#compile-depth-to-space-nhwc.c.of94b6511,linux-x86_64 2022-11-23T01:58:10.8097862Z BUILT 621/1462 JOBS 0.1s //third_party:ukernels_neon_fp16arith_aarch64#compile-7x-minmax-neonfp16arith-c8.c.of85e2f84,linux-x86_64 2022-11-23T01:58:10.8099205Z BUILT 622/1462 JOBS 0.5s //third_party:ukernels_xop#compile-minmax-xop-mul32-ld32-x8.c.o9729df03,linux-x86_64 2022-11-23T01:58:10.8106517Z BUILT 623/1462 JOBS 0.5s //third_party:ukernels_xop#compile-2x4c8-minmax-fp32-xop-ld64.c.o1dc33133,linux-x86_64 2022-11-23T01:58:10.8159277Z BUILT 624/1462 JOBS 0.5s //third_party:ukernels_xop#compile-1x4c8-minmax-fp32-xop-ld64.c.of334953a,linux-x86_64 2022-11-23T01:58:10.8182542Z BUILT 625/1462 JOBS 0.5s //third_party:ukernels_xop#compile-2x4c8-minmax-fp32-xop-ld64.c.oc62086c9,linux-x86_64 2022-11-23T01:58:10.8257976Z BUILT 626/1462 JOBS 0.5s //third_party:ukernels_xop#compile-minmax-xop-mul32-ld32-x8.c.ob655d31b,linux-x86_64 2022-11-23T01:58:10.8271075Z BUILT 627/1462 JOBS 0.6s //third_party:ukernels_xop#compile-1x4c8-minmax-fp32-xop-ld64.c.o4098d14e,linux-x86_64 2022-11-23T01:58:10.8377181Z BUILT 628/1462 JOBS 0.5s //third_party:ukernels_xop#compile-2x4c8-minmax-fp32-xop-ld64.c.o61025174,linux-x86_64 2022-11-23T01:58:10.8388828Z BUILT 629/1462 JOBS 0.5s //third_party:ukernels_xop#compile-2x4c8-minmax-fp32-xop-ld64.c.oa9257763,linux-x86_64 2022-11-23T01:58:10.8471897Z BUILT 630/1462 JOBS 0.5s //third_party:ukernels_xop#compile-up16x9-minmax-fp32-xop-mul32.c.ob09c76d6,linux-x86_64 2022-11-23T01:58:10.8492895Z BUILT 631/1462 JOBS 0.7s //third_party:ukernels_xop#compile-up16x25-minmax-fp32-xop-mul32.c.o189a586f,linux-x86_64 2022-11-23T01:58:10.8601461Z BUILT 632/1462 JOBS 0.5s //third_party:ukernels_xop#compile-2x4c8-minmax-fp32-xop-ld64.c.o860b3a8d,linux-x86_64 2022-11-23T01:58:10.8648392Z BUILT 633/1462 JOBS 0.5s //third_party:ukernels_xop#compile-up16x9-minmax-fp32-xop-mul16-add16.c.o02319e2e,linux-x86_64 2022-11-23T01:58:10.8747688Z BUILT 634/1462 JOBS 0.5s //third_party:ukernels_xop#compile-up16x9-minmax-fp32-xop-mul16-add16.c.oe9eb14eb,linux-x86_64 2022-11-23T01:58:10.8795408Z BUILT 635/1462 JOBS 0.6s //third_party:ukernels_xop#compile-up16x25-minmax-fp32-xop-mul16-add16.c.o214ab86c,linux-x86_64 2022-11-23T01:58:10.8886958Z BUILT 636/1462 JOBS 0.5s //third_party:ukernels_xop#compile-minmax-xop-mul32-ld32-x8.c.o27f4bab1,linux-x86_64 2022-11-23T01:58:10.8937058Z BUILT 637/1462 JOBS 0.5s //third_party:ukernels_xop#compile-1x4c8-minmax-fp32-xop-ld64.c.od12041e6,linux-x86_64 2022-11-23T01:58:10.9028106Z BUILT 638/1462 JOBS 0.5s //third_party:ukernels_xop#compile-1x4c8-minmax-fp32-xop-ld64.c.oefd6cd86,linux-x86_64 2022-11-23T01:58:10.9079668Z BUILT 639/1462 JOBS 0.5s //third_party:ukernels_xop#compile-1x4c8-minmax-fp32-xop-ld64.c.o47eeec2f,linux-x86_64 2022-11-23T01:58:10.9166032Z BUILT 640/1462 JOBS 0.4s //third_party:ukernels_xop#compile-minmax-xop-mul32-ld32-x8.c.o615a3953,linux-x86_64 2022-11-23T01:58:10.9214903Z BUILT 641/1462 JOBS 0.8s //third_party:ukernels_xop#compile-up16x25-minmax-fp32-xop-mul16-add16.c.o4b4db1c1,linux-x86_64 2022-11-23T01:58:10.9297761Z BUILT 642/1462 JOBS 0.6s //third_party:ukernels_xop#compile-2x4c8-minmax-fp32-xop-ld64.c.oa68ffb60,linux-x86_64 2022-11-23T01:58:10.9349220Z BUILT 643/1462 JOBS 0.6s //third_party:ukernels_xop#compile-1x4c8-minmax-fp32-xop-ld64.c.o16e0ce16,linux-x86_64 2022-11-23T01:58:10.9413675Z BUILT 644/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-1x16-minmax-fp32-neonv8-mlal-lane.c.o85247743,linux-x86_64 2022-11-23T01:58:10.9473169Z BUILT 645/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-1x8c2s4-minmax-fp32-neonv8-mlal.c.o156695dd,linux-x86_64 2022-11-23T01:58:10.9487170Z BUILT 646/1462 JOBS 0.2s //third_party:ukernels_neon_v8#compile-up16x9-minmax-fp32-neonv8-mla8-ld64.c.o6075ab47,linux-x86_64 2022-11-23T01:58:10.9521515Z BUILT 647/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-vrndd-neonv8-x8.c.oebb16e0d,linux-x86_64 2022-11-23T01:58:10.9571335Z BUILT 648/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-2x8c8-minmax-fp32-neonv8-mlal.c.od3e6fdf6,linux-x86_64 2022-11-23T01:58:10.9607479Z BUILT 649/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-1x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o06435abb,linux-x86_64 2022-11-23T01:58:10.9637023Z BUILT 650/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-vrndne-neonv8-x8.c.o50e702e6,linux-x86_64 2022-11-23T01:58:10.9682986Z BUILT 651/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-vcvt-neonv8-x32.c.ob5498fe3,linux-x86_64 2022-11-23T01:58:10.9727475Z BUILT 652/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-vrndu-neonv8-x8.c.o675a76c8,linux-x86_64 2022-11-23T01:58:10.9732148Z BUILT 653/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-1x8c8-minmax-fp32-neonv8-mlal.c.ocec33099,linux-x86_64 2022-11-23T01:58:10.9786450Z BUILT 654/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-2x8c2s4-minmax-fp32-neonv8-mlal.c.oee86cece,linux-x86_64 2022-11-23T01:58:10.9839915Z BUILT 655/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-4x16-minmax-fp32-neonv8-mlal-lane.c.o9e595cc6,linux-x86_64 2022-11-23T01:58:10.9855532Z BUILT 656/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-1x8c2s4-minmax-fp32-neonv8-mlal.c.o4801df11,linux-x86_64 2022-11-23T01:58:10.9903462Z BUILT 657/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-2x8c8-minmax-fp32-neonv8-mlal.c.o8813fd34,linux-x86_64 2022-11-23T01:58:10.9960763Z BUILT 658/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-1x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o94d2b83c,linux-x86_64 2022-11-23T01:58:10.9962155Z BUILT 659/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-up8x25-minmax-fp32-neonv8-mla8-ld64.c.oeec0d422,linux-x86_64 2022-11-23T01:58:11.0006298Z BUILT 660/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-vrndz-neonv8-x8.c.o4c98e5f2,linux-x86_64 2022-11-23T01:58:11.0063000Z BUILT 661/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-1x8-minmax-fp32-neonv8-mlal-lane.c.o860d6895,linux-x86_64 2022-11-23T01:58:11.0087402Z BUILT 662/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-4x16-minmax-fp32-neonv8-mlal-lane.c.of1c53df2,linux-x86_64 2022-11-23T01:58:11.0142438Z BUILT 663/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-2x8c2s4-minmax-fp32-neonv8-mlal.c.o61f7903d,linux-x86_64 2022-11-23T01:58:11.0181264Z BUILT 664/1462 JOBS 1.0s //:common_core#compile-common.cc.o285be3a7,linux-x86_64 2022-11-23T01:58:11.0222901Z BUILT 665/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-1x16-minmax-fp32-neonv8-mlal-lane.c.ob01ee508,linux-x86_64 2022-11-23T01:58:11.0278776Z BUILT 666/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-1x8-minmax-fp32-neonv8-mlal-lane.c.o516341cd,linux-x86_64 2022-11-23T01:58:11.0298228Z BUILT 667/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-vcvt-neonv8-x32.c.o0ae360cc,linux-x86_64 2022-11-23T01:58:11.0368516Z BUILT 668/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-up16x25-minmax-fp32-neonv8-mla8-ld64.c.o4de9f928,linux-x86_64 2022-11-23T01:58:11.0378350Z BUILT 669/1462 JOBS 0.1s //third_party:ukernels_neon_v8#compile-1x8c8-minmax-fp32-neonv8-mlal.c.o679c84c5,linux-x86_64 2022-11-23T01:58:11.0456098Z BUILT 670/1462 JOBS 0.3s //third_party:ukernels_ssse3#compile-3x3p1-minmax-ssse3-2x4-acc2.c.o20b7823e,linux-x86_64 2022-11-23T01:58:11.0467997Z BUILT 671/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-vhswish-avx512f-x16.c.od86a2b2a,linux-x86_64 2022-11-23T01:58:11.0528691Z BUILT 672/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vsqr-avx512f-x16.c.o2fe1aa10,linux-x86_64 2022-11-23T01:58:11.0569256Z BUILT 673/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vmaxc-avx512f-x32.c.o8d1941a7,linux-x86_64 2022-11-23T01:58:11.0622708Z BUILT 674/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vrndz-avx512f-x16.c.obc15e629,linux-x86_64 2022-11-23T01:58:11.0655822Z BUILT 675/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-vsubc-minmax-avx512f-x32.c.o5907ce13,linux-x86_64 2022-11-23T01:58:11.0696687Z BUILT 676/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-1x16-minmax-avx512f-broadcast.c.o213dcbdb,linux-x86_64 2022-11-23T01:58:11.0736483Z BUILT 677/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vrndu-avx512f-x16.c.od6394358,linux-x86_64 2022-11-23T01:58:11.0821676Z BUILT 678/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-7x16-minmax-avx512f-broadcast.c.o652227c6,linux-x86_64 2022-11-23T01:58:11.0835306Z BUILT 679/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vmulc-minmax-avx512f-x32.c.oa9b2c270,linux-x86_64 2022-11-23T01:58:11.0890986Z BUILT 680/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-1x16-minmax-avx512f-broadcast.c.oeda9fe2e,linux-x86_64 2022-11-23T01:58:11.0929858Z BUILT 681/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-vdiv-minmax-avx512f-x32.c.of0981124,linux-x86_64 2022-11-23T01:58:11.0967504Z BUILT 682/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o79d7344b,linux-x86_64 2022-11-23T01:58:11.1032767Z BUILT 683/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-vlrelu-avx512f-x16.c.o90ad0fad,linux-x86_64 2022-11-23T01:58:11.1041413Z BUILT 684/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-up16x3-minmax-avx512f.c.o5d84f4a0,linux-x86_64 2022-11-23T01:58:11.1105554Z BUILT 685/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-vneg-avx512f-x16.c.o5da45ae7,linux-x86_64 2022-11-23T01:58:11.1135338Z BUILT 686/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-vmul-minmax-avx512f-x32.c.oc900895d,linux-x86_64 2022-11-23T01:58:11.1175734Z BUILT 687/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vadd-minmax-avx512f-x32.c.oe47a99d3,linux-x86_64 2022-11-23T01:58:11.1238670Z BUILT 688/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vsqrdiffc-avx512f-x32.c.o4e80d08b,linux-x86_64 2022-11-23T01:58:11.1251948Z BUILT 689/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vclamp-avx512f-x16.c.of666c546,linux-x86_64 2022-11-23T01:58:11.1304951Z BUILT 690/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-up16x9-minmax-avx512f.c.o6e36f03b,linux-x86_64 2022-11-23T01:58:11.1369482Z BUILT 691/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-7x16-minmax-avx512f-broadcast.c.o9e5cc1f2,linux-x86_64 2022-11-23T01:58:11.1404752Z BUILT 692/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vrndd-avx512f-x16.c.o32dc552d,linux-x86_64 2022-11-23T01:58:11.1426224Z BUILT 693/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-up16x25-minmax-avx512f.c.oe453cd9f,linux-x86_64 2022-11-23T01:58:11.1481532Z BUILT 694/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-avx512f-2x16.c.of5792487,linux-x86_64 2022-11-23T01:58:11.1532985Z BUILT 695/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vsqrdiff-avx512f-x32.c.oab80f473,linux-x86_64 2022-11-23T01:58:11.1549302Z BUILT 696/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-vmin-avx512f-x32.c.ode1b4d11,linux-x86_64 2022-11-23T01:58:11.1586892Z BUILT 697/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-vminc-avx512f-x32.c.o2597650e,linux-x86_64 2022-11-23T01:58:11.1651304Z BUILT 698/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vrdivc-minmax-avx512f-x32.c.o42539ef6,linux-x86_64 2022-11-23T01:58:11.1664821Z BUILT 699/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-vsub-minmax-avx512f-x32.c.o57fc78c2,linux-x86_64 2022-11-23T01:58:11.1722249Z BUILT 700/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vabs-avx512f-x16.c.obf219e05,linux-x86_64 2022-11-23T01:58:11.1754386Z BUILT 701/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-vmax-avx512f-x32.c.o4dc96e87,linux-x86_64 2022-11-23T01:58:11.1802992Z BUILT 702/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vdivc-minmax-avx512f-x32.c.oba423387,linux-x86_64 2022-11-23T01:58:11.1849320Z BUILT 703/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vrsubc-minmax-avx512f-x32.c.o5aa07ce6,linux-x86_64 2022-11-23T01:58:11.1880086Z BUILT 704/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-vaddc-minmax-avx512f-x32.c.o36a13d7b,linux-x86_64 2022-11-23T01:58:11.1946830Z BUILT 705/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-vrndne-avx512f-x16.c.o5d9aeb93,linux-x86_64 2022-11-23T01:58:11.1954902Z BUILT 706/1462 JOBS 0.4s //third_party:ukernels_avx512#compile-up16x4-minmax-avx512f.c.o88d0f1eb,linux-x86_64 2022-11-23T01:58:11.2031838Z BUILT 707/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-neonfma-c8.c.od84725cc,linux-x86_64 2022-11-23T01:58:11.2065151Z BUILT 708/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-c4-minmax-neonfma-2x.c.oc39be3aa,linux-x86_64 2022-11-23T01:58:11.2114931Z BUILT 709/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-6x8s4-minmax-neonfma.c.o183e1b04,linux-x86_64 2022-11-23T01:58:11.2144304Z BUILT 710/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-32x1-minmax-neonfma-pipelined.c.o510301fe,linux-x86_64 2022-11-23T01:58:11.2215380Z BUILT 711/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-velu-neonfma-rr1-lut16-p3-x16.c.oc18b0639,linux-x86_64 2022-11-23T01:58:11.2290275Z BUILT 712/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-velu-neonfma-rr1-p6-x8.c.o3b3d55db,linux-x86_64 2022-11-23T01:58:11.2319220Z BUILT 713/1462 JOBS 0.5s //third_party:ukernels_avx512#compile-velu-avx512f-rr1-lut16-p3-perm-x64.c.o40f8eb23,linux-x86_64 2022-11-23T01:58:11.2353179Z BUILT 714/1462 JOBS 0.0s //third_party:ukernels_neon_fma#compile-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-x16.c.oa356d711,linux-x86_64 2022-11-23T01:58:11.2412966Z BUILT 715/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-1x8s4-minmax-neonfma.c.o2e56eaa5,linux-x86_64 2022-11-23T01:58:11.2434431Z BUILT 716/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-up8x3-minmax-neonfma.c.o001b447b,linux-x86_64 2022-11-23T01:58:11.2489443Z BUILT 717/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-neonfma-rr1-lut64-p2-x16.c.o62a89332,linux-x86_64 2022-11-23T01:58:11.2554930Z BUILT 718/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-up8x25-minmax-neonfma-acc2.c.o5de2e81a,linux-x86_64 2022-11-23T01:58:11.2608352Z BUILT 719/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-up8x9-minmax-neonfma.c.o6315cf97,linux-x86_64 2022-11-23T01:58:11.2627637Z BUILT 720/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-1x8s4-minmax-neonfma.c.of080a9ab,linux-x86_64 2022-11-23T01:58:11.2675759Z BUILT 721/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-up8x4-minmax-neonfma.c.o8277b3a1,linux-x86_64 2022-11-23T01:58:11.2726863Z BUILT 722/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-neonfma-p8.c.o7bfe2854,linux-x86_64 2022-11-23T01:58:11.2749789Z BUILT 723/1462 JOBS 0.1s //third_party:ukernels_neon_fma#compile-6x8s4-minmax-neonfma.c.o1491c92b,linux-x86_64 2022-11-23T01:58:11.2802364Z BUILT 724/1462 JOBS 1.0s //:caffe2_serialize#compile-file_adapter.cc.o33025f4d,linux-x86_64 2022-11-23T01:58:11.2853327Z BUILT 725/1462 JOBS 0.1s //:caffe2_serialize#compile-read_adapter_interface.cc.od9c77e5d,linux-x86_64 2022-11-23T01:58:11.2871025Z BUILT 726/1462 JOBS 0.8s //:caffe2_serialize#compile-istream_adapter.cc.of6d583be,linux-x86_64 2022-11-23T01:58:11.2917064Z BUILT 727/1462 JOBS 0.5s //third_party:ruy_lib#compile-pack_avx512.cc.od9aaeb72,linux-x86_64 2022-11-23T01:58:11.2989391Z BUILT 728/1462 JOBS 0.8s //third_party:ruy_lib#compile-context_get_ctx.cc.o6c5359dc,linux-x86_64 2022-11-23T01:58:11.3006578Z BUILT 729/1462 JOBS 1.8s //:caffe2_serialize#compile-inline_container.cc.o173bdaa8,linux-x86_64 2022-11-23T01:58:11.3054632Z BUILT 730/1462 JOBS 0.4s //third_party:ruy_lib#compile-cpuinfo.cc.o8c71c982,linux-x86_64 2022-11-23T01:58:11.3109213Z BUILT 731/1462 JOBS 0.5s //third_party:ruy_lib#compile-kernel_arm32.cc.o2702893b,linux-x86_64 2022-11-23T01:58:11.3150657Z BUILT 732/1462 JOBS 0.6s //third_party:ruy_lib#compile-frontend.cc.oc6ded64f,linux-x86_64 2022-11-23T01:58:11.3165560Z BUILT 733/1462 JOBS 0.7s //third_party:ruy_lib#compile-wait.cc.ofc599e1b,linux-x86_64 2022-11-23T01:58:11.3222726Z BUILT 734/1462 JOBS 0.6s //third_party:ruy_lib#compile-prepare_packed_matrices.cc.o58a9dc99,linux-x86_64 2022-11-23T01:58:11.3252633Z BUILT 735/1462 JOBS 0.7s //third_party:ruy_lib#compile-blocking_counter.cc.oedaea9c4,linux-x86_64 2022-11-23T01:58:11.3282554Z BUILT 736/1462 JOBS 0.6s //third_party:ruy_lib#compile-prepacked_cache.cc.o347a18f8,linux-x86_64 2022-11-23T01:58:11.3330549Z BUILT 737/1462 JOBS 0.5s //third_party:ruy_lib#compile-kernel_avx.cc.o5f36737f,linux-x86_64 2022-11-23T01:58:11.3372032Z BUILT 738/1462 JOBS 1.1s //third_party:ruy_lib#compile-ctx.cc.oa8a8a43a,linux-x86_64 2022-11-23T01:58:11.3406182Z BUILT 739/1462 JOBS 0.5s //third_party:ruy_lib#compile-kernel_avx512.cc.o4c435e76,linux-x86_64 2022-11-23T01:58:11.3488877Z BUILT 740/1462 JOBS 0.1s //third_party:ruy_lib#compile-have_built_path_for_avx512.cc.o4e1b9fc9,linux-x86_64 2022-11-23T01:58:11.3806932Z BUILT 741/1462 JOBS 0.5s //third_party:ruy_lib#compile-kernel_avx2_fma.cc.o78059649,linux-x86_64 2022-11-23T01:58:11.3856733Z BUILT 742/1462 JOBS 0.5s //third_party:ruy_lib#compile-block_map.cc.o00258535,linux-x86_64 2022-11-23T01:58:11.3868804Z BUILT 743/1462 JOBS 0.1s //third_party:ruy_lib#compile-instrumentation.cc.o75625fa5,linux-x86_64 2022-11-23T01:58:11.3915798Z BUILT 744/1462 JOBS 0.1s //third_party:ruy_lib#compile-profiler.cc.oc2b84c65,linux-x86_64 2022-11-23T01:58:11.3984734Z BUILT 745/1462 JOBS 0.6s //third_party:ruy_lib#compile-allocator.cc.odb1486d8,linux-x86_64 2022-11-23T01:58:11.4035432Z BUILT 746/1462 JOBS 0.5s //third_party:ruy_lib#compile-kernel_arm64.cc.o9e22f895,linux-x86_64 2022-11-23T01:58:11.4107125Z BUILT 747/1462 JOBS 0.5s //third_party:ruy_lib#compile-pack_arm.cc.o0f0b4dc6,linux-x86_64 2022-11-23T01:58:11.4108190Z BUILT 748/1462 JOBS 0.1s //third_party:ruy_lib#compile-have_built_path_for_avx.cc.o20e99b9b,linux-x86_64 2022-11-23T01:58:11.4256680Z BUILT 749/1462 JOBS 0.1s //third_party:ruy_lib#compile-have_built_path_for_avx2_fma.cc.o94944260,linux-x86_64 2022-11-23T01:58:11.4264379Z BUILT 750/1462 JOBS 0.5s //third_party:ruy_lib#compile-tune.cc.o430a9ecc,linux-x86_64 2022-11-23T01:58:11.4265183Z BUILT 751/1462 JOBS 0.5s //third_party:ruy_lib#compile-pack_avx.cc.oe7276a69,linux-x86_64 2022-11-23T01:58:11.4303675Z BUILT 752/1462 JOBS 0.1s //third_party:ruy_lib#compile-system_aligned_alloc.cc.o052c4adf,linux-x86_64 2022-11-23T01:58:11.4365610Z BUILT 753/1462 JOBS 0.2s //third_party:ruy_lib#compile-test_instrumented_library.cc.oe8ffc132,linux-x86_64 2022-11-23T01:58:11.4373852Z BUILT 754/1462 JOBS 0.1s //third_party:ruy_lib#compile-treeview.cc.o9481ed4e,linux-x86_64 2022-11-23T01:58:11.4456719Z BUILT 755/1462 JOBS 0.5s //third_party:ruy_lib#compile-pack_avx2_fma.cc.o22bf1b9e,linux-x86_64 2022-11-23T01:58:11.4464983Z BUILT 756/1462 JOBS 1.0s //third_party:ruy_lib#compile-thread_pool.cc.of3b26dd8,linux-x86_64 2022-11-23T01:58:11.4528895Z BUILT 757/1462 JOBS 0.9s //third_party:ruy_lib#compile-context.cc.o3778eb52,linux-x86_64 2022-11-23T01:58:11.4565454Z BUILT 758/1462 JOBS 0.5s //third_party:ruy_lib#compile-pmu.cc.o0ee94d49,linux-x86_64 2022-11-23T01:58:11.4581415Z BUILT 759/1462 JOBS 0.1s //third_party:ruy_lib#compile-denormal.cc.of146f971,linux-x86_64 2022-11-23T01:58:11.4638312Z BUILT 760/1462 JOBS 0.1s //:pthreadpool#compile-thread_pool_guard.cpp.oc04172d5,linux-x86_64 2022-11-23T01:58:11.4689228Z BUILT 761/1462 JOBS 1.0s //:pthreadpool#compile-pthreadpool_impl.cc.o9df79c40,linux-x86_64 2022-11-23T01:58:11.4699925Z BUILT 762/1462 JOBS 0.9s //third_party:ruy_lib#compile-trmul.cc.o413c6736,linux-x86_64 2022-11-23T01:58:11.4753145Z BUILT 763/1462 JOBS 1.2s //:pthreadpool#compile-pthreadpool.cc.o26ff5cfe,linux-x86_64 2022-11-23T01:58:11.4808241Z BUILT 764/1462 JOBS 1.0s //:pthreadpool#compile-pthreadpool-cpp.cc.ocad353ae,linux-x86_64 2022-11-23T01:58:11.4868312Z BUILT 765/1462 JOBS 0.6s //third_party:ruy_lib#compile-apply_multiplier.cc.o8d889191,linux-x86_64 2022-11-23T01:58:11.4910873Z BUILT 766/1462 JOBS 1.8s //:pthreadpool#compile-ThreadPool.cc.o7e077972,linux-x86_64 2022-11-23T01:58:11.4965813Z BUILT 767/1462 JOBS 0.3s //third_party:miniz#compile-miniz.c.ob84bb6d5,linux-x86_64 2022-11-23T01:58:11.5018932Z BUILT 768/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-4x8c4-minmax-fp32-neondot.c.o285187df,linux-x86_64 2022-11-23T01:58:11.5060655Z BUILT 769/1462 JOBS 0.2s //third_party:ukernels_neon_dot#compile-1x16c4-minmax-fp32-neondot.c.o5a51e9fa,linux-x86_64 2022-11-23T01:58:11.5076226Z BUILT 770/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-4x16c4-minmax-fp32-neondot.c.o12dd926b,linux-x86_64 2022-11-23T01:58:11.5133765Z BUILT 771/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-1x16c4-minmax-rndnu-neondot.c.oabe2dfa2,linux-x86_64 2022-11-23T01:58:11.5186306Z BUILT 772/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-1x16c4-minmax-rndnu-neondot.c.o004a75e8,linux-x86_64 2022-11-23T01:58:11.5214789Z BUILT 773/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-4x8c4-minmax-rndnu-neondot.c.oa1c5d46b,linux-x86_64 2022-11-23T01:58:11.5275754Z BUILT 774/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-4x16c4-minmax-rndnu-neondot.c.oe05adc8e,linux-x86_64 2022-11-23T01:58:11.5299360Z BUILT 775/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-1x8c4-minmax-rndnu-neondot.c.oe83c7984,linux-x86_64 2022-11-23T01:58:11.5379661Z BUILT 776/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-1x8c4-minmax-rndnu-neondot.c.o08408cc9,linux-x86_64 2022-11-23T01:58:11.5422555Z BUILT 777/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-1x8c4-minmax-fp32-neondot.c.oca692aba,linux-x86_64 2022-11-23T01:58:11.5433580Z BUILT 778/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-1x8c4-minmax-rndnu-neondot.c.oe878265c,linux-x86_64 2022-11-23T01:58:11.5482665Z BUILT 779/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-4x8c4-minmax-fp32-neondot.c.oab2e6505,linux-x86_64 2022-11-23T01:58:11.5525057Z BUILT 780/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-1x16c4-minmax-rndnu-neondot.c.oc445990d,linux-x86_64 2022-11-23T01:58:11.5574844Z BUILT 781/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-4x8c4-minmax-rndnu-neondot.c.oda61d863,linux-x86_64 2022-11-23T01:58:11.5624954Z BUILT 782/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-4x8c4-minmax-rndnu-neondot.c.o8e5b6e0b,linux-x86_64 2022-11-23T01:58:11.5639443Z BUILT 783/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-1x8c4-minmax-rndnu-neondot.c.oeec20139,linux-x86_64 2022-11-23T01:58:11.5677134Z BUILT 784/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-1x16c4-minmax-fp32-neondot.c.o379d99f6,linux-x86_64 2022-11-23T01:58:11.5732220Z BUILT 785/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-4x16c4-minmax-fp32-neondot.c.od783ff1e,linux-x86_64 2022-11-23T01:58:11.5782225Z BUILT 786/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-1x8c4-minmax-fp32-neondot.c.o4c7843e5,linux-x86_64 2022-11-23T01:58:11.5798866Z BUILT 787/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-4x16c4-minmax-rndnu-neondot.c.o31fbb245,linux-x86_64 2022-11-23T01:58:11.5837953Z BUILT 788/1462 JOBS 0.0s //third_party:ukernels_neon_dot#compile-1x16c4-minmax-rndnu-neondot.c.o9112b0c3,linux-x86_64 2022-11-23T01:58:11.5928628Z BUILT 789/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-4x16c4-minmax-rndnu-neondot.c.oc237a411,linux-x86_64 2022-11-23T01:58:11.5937970Z BUILT 790/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-4x8c4-minmax-rndnu-neondot.c.o605e9a07,linux-x86_64 2022-11-23T01:58:11.5982628Z BUILT 791/1462 JOBS 0.1s //third_party:ukernels_neon_dot#compile-4x16c4-minmax-rndnu-neondot.c.o0656ab35,linux-x86_64 2022-11-23T01:58:11.6035815Z BUILT 792/1462 JOBS 0.6s //third_party:ukernels_avx2#compile-1x16-minmax-avx2-broadcast.c.od1740846,linux-x86_64 2022-11-23T01:58:11.6084649Z BUILT 793/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-1x8c8-minmax-fp32-avx2.c.odce2273b,linux-x86_64 2022-11-23T01:58:11.6165648Z BUILT 794/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-minmax-avx2-mul32-ld64-x16.c.ocf5de086,linux-x86_64 2022-11-23T01:58:11.6222183Z BUILT 795/1462 JOBS 2.6s //third_party:fmt#compile-format.cc.o8e4f9f74,linux-x86_64 2022-11-23T01:58:11.6246456Z BUILT 796/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-1x8c8-minmax-fp32-avx2.c.o6d65ff03,linux-x86_64 2022-11-23T01:58:11.6313920Z BUILT 797/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-vsigmoid-avx2-rr1-p5-div-x40.c.o04b1627b,linux-x86_64 2022-11-23T01:58:11.6334118Z BUILT 798/1462 JOBS 0.7s //third_party:ukernels_avx2#compile-up16x25-minmax-fp32-avx2-mul32.c.od5d2d423,linux-x86_64 2022-11-23T01:58:11.6405078Z BUILT 799/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-3x8c8-minmax-fp32-avx2.c.o722dbbd8,linux-x86_64 2022-11-23T01:58:11.6415679Z BUILT 800/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-1x8c8-minmax-fp32-avx2.c.o0935333d,linux-x86_64 2022-11-23T01:58:11.6485927Z BUILT 801/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-up16x9-minmax-fp32-avx2-mul32.c.obfe5fbcb,linux-x86_64 2022-11-23T01:58:11.6492312Z BUILT 802/1462 JOBS 0.6s //third_party:ukernels_avx2#compile-3x8c8-minmax-fp32-avx2.c.oe2e15a8b,linux-x86_64 2022-11-23T01:58:11.6561100Z BUILT 803/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-3x8c8-minmax-fp32-avx2.c.o3a8c3f11,linux-x86_64 2022-11-23T01:58:11.6583112Z BUILT 804/1462 JOBS 0.6s //third_party:ukernels_avx2#compile-3x8c8-minmax-fp32-avx2.c.o6908f3da,linux-x86_64 2022-11-23T01:58:11.6636709Z BUILT 805/1462 JOBS 0.6s //third_party:ukernels_avx2#compile-3x8c8-minmax-fp32-avx2.c.oc1f8e283,linux-x86_64 2022-11-23T01:58:11.6667773Z BUILT 806/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-minmax-avx2-mul32-ld64-x16.c.oc7d35ea5,linux-x86_64 2022-11-23T01:58:11.6713819Z BUILT 807/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-lut-avx2-x128.c.o8a259156,linux-x86_64 2022-11-23T01:58:11.6761975Z BUILT 808/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-1x8c8-minmax-fp32-avx2.c.o38c4ea4f,linux-x86_64 2022-11-23T01:58:11.6789356Z BUILT 809/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-4x16-minmax-avx2-broadcast.c.o81fcf68c,linux-x86_64 2022-11-23T01:58:11.6860923Z BUILT 810/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-1x8c8-minmax-fp32-avx2.c.o981752bb,linux-x86_64 2022-11-23T01:58:11.6878034Z BUILT 811/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-1x8c8-minmax-fp32-avx2.c.oeb5c88e8,linux-x86_64 2022-11-23T01:58:11.6949547Z BUILT 812/1462 JOBS 0.6s //third_party:ukernels_avx2#compile-up16x9-minmax-fp32-avx2-mul32.c.o794a98c2,linux-x86_64 2022-11-23T01:58:11.6959628Z BUILT 813/1462 JOBS 0.6s //third_party:ukernels_avx2#compile-vcvt-avx2-x64.c.o65775175,linux-x86_64 2022-11-23T01:58:11.7029664Z BUILT 814/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-3x8c8-minmax-fp32-avx2.c.o218b9d92,linux-x86_64 2022-11-23T01:58:11.7044818Z BUILT 815/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-velu-avx2-rr1-lut4-p4-perm-x56.c.o4e62d8e4,linux-x86_64 2022-11-23T01:58:11.7104921Z BUILT 816/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-vcvt-avx2-x16.c.od5d0672c,linux-x86_64 2022-11-23T01:58:11.7138966Z BUILT 817/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-4x16-minmax-avx2-broadcast.c.oc83ea64c,linux-x86_64 2022-11-23T01:58:11.7175450Z BUILT 818/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-minmax-avx2-mul32-ld64-x16.c.o492f2e1d,linux-x86_64 2022-11-23T01:58:11.7235457Z BUILT 819/1462 JOBS 0.6s //third_party:ukernels_avx2#compile-up16x25-minmax-fp32-avx2-mul32.c.o9ac47f5b,linux-x86_64 2022-11-23T01:58:11.7254536Z BUILT 820/1462 JOBS 0.7s //third_party:ukernels_avx2#compile-up16x25-minmax-fp32-avx2-mul32.c.o8655298e,linux-x86_64 2022-11-23T01:58:11.7294017Z BUILT 821/1462 JOBS 0.4s //third_party:ukernels_avx2#compile-vcvt-avx2-x64.c.o2f74a1ce,linux-x86_64 2022-11-23T01:58:11.7347539Z BUILT 822/1462 JOBS 0.4s //third_party:ukernels_avx2#compile-vcvt-avx2-x16.c.oe2f6b17b,linux-x86_64 2022-11-23T01:58:11.7365277Z BUILT 823/1462 JOBS 0.4s //third_party:ukernels_avx2#compile-minmax-avx2-mul32-ld64-x16.c.oc823ff44,linux-x86_64 2022-11-23T01:58:11.7407164Z BUILT 824/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-1x16-minmax-avx2-broadcast.c.o139504a2,linux-x86_64 2022-11-23T01:58:11.7467778Z BUILT 825/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-6x8-minmax-neonfma-lane-ld64.c.o590f996d,linux-x86_64 2022-11-23T01:58:11.7470743Z BUILT 826/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-1x8-minmax-neonfma-lane-ld64.c.o5429b1b8,linux-x86_64 2022-11-23T01:58:11.7520675Z BUILT 827/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-neon-sqrt-x4.c.oe677b22c,linux-x86_64 2022-11-23T01:58:11.7594575Z BUILT 828/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-vdivc-minmax-neon-x8.c.oe928cb80,linux-x86_64 2022-11-23T01:58:11.7617572Z BUILT 829/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-32x4-minmax-neonfma.c.o03c58d88,linux-x86_64 2022-11-23T01:58:11.7666186Z BUILT 830/1462 JOBS 0.5s //third_party:ukernels_avx2#compile-up16x9-minmax-fp32-avx2-mul32.c.o064f13d7,linux-x86_64 2022-11-23T01:58:11.7734509Z BUILT 831/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-1x8-minmax-neonfma-lane-ld64.c.o7e310402,linux-x86_64 2022-11-23T01:58:11.7744211Z BUILT 832/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-lut-neon-tbx128x4-x64.c.oc77a7f11,linux-x86_64 2022-11-23T01:58:11.7808145Z BUILT 833/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-3x3p1-minmax-neonfma-3x4.c.o8ca99903,linux-x86_64 2022-11-23T01:58:11.7842137Z BUILT 834/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-3x3s2p1-minmax-neonfma-2x4-acc2.c.o2496f5fd,linux-x86_64 2022-11-23T01:58:11.7878556Z BUILT 835/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-32x2-minmax-neonfma.c.o957a86f2,linux-x86_64 2022-11-23T01:58:11.7938709Z BUILT 836/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-4x2-minmax-neonfma-lane-ld64.c.of64fbd6e,linux-x86_64 2022-11-23T01:58:11.7957751Z BUILT 837/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-5x5s2p2-minmax-neonfma-1x4-acc2.c.o9ee11a88,linux-x86_64 2022-11-23T01:58:11.7988781Z BUILT 838/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-3x3s2p1c3x4-neonfma-2x2.c.o3500b391,linux-x86_64 2022-11-23T01:58:11.8042150Z BUILT 839/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-5x5p2-minmax-neonfma-4x4.c.o304796ad,linux-x86_64 2022-11-23T01:58:11.8090522Z BUILT 840/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-4x2-minmax-neonfma-lane-ld64.c.o91014fbe,linux-x86_64 2022-11-23T01:58:11.8094631Z BUILT 841/1462 JOBS 0.0s //third_party:ukernels_neon_aarch64#compile-vrdivc-minmax-neon-x8.c.oece67db3,linux-x86_64 2022-11-23T01:58:11.8148884Z BUILT 842/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-6x8-minmax-neonfma-lane-ld64.c.o759beee1,linux-x86_64 2022-11-23T01:58:11.8199324Z BUILT 843/1462 JOBS 0.1s //third_party:ukernels_neon_aarch64#compile-vdiv-minmax-neon-x8.c.o20b68475,linux-x86_64 2022-11-23T01:58:11.8211474Z BUILT 844/1462 JOBS 0.2s //third_party:ukernels_avx#compile-vcvt-avx-int16-x16.c.o14a888ab,linux-x86_64 2022-11-23T01:58:11.8269401Z BUILT 845/1462 JOBS 0.6s //third_party:ukernels_avx#compile-1x16-minmax-avx-broadcast.c.o2137da51,linux-x86_64 2022-11-23T01:58:11.8291806Z BUILT 846/1462 JOBS 0.2s //third_party:ukernels_avx#compile-2x4c8-minmax-fp32-avx-ld128.c.oba6b00d3,linux-x86_64 2022-11-23T01:58:11.8358183Z BUILT 847/1462 JOBS 0.3s //third_party:ukernels_avx#compile-up16x25-minmax-fp32-avx-mul16-add16.c.o390a5a5d,linux-x86_64 2022-11-23T01:58:11.8374275Z BUILT 848/1462 JOBS 0.2s //third_party:ukernels_avx#compile-up16x9-minmax-fp32-avx-mul16-add16.c.o0b045b05,linux-x86_64 2022-11-23T01:58:11.8434409Z BUILT 849/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vdiv-minmax-avx-x16.c.ode07f8ca,linux-x86_64 2022-11-23T01:58:11.8458528Z BUILT 850/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vdivc-minmax-avx-x16.c.o07336ef8,linux-x86_64 2022-11-23T01:58:11.8496876Z BUILT 851/1462 JOBS 0.5s //third_party:ukernels_avx#compile-5x16-minmax-avx-broadcast.c.o5782322d,linux-x86_64 2022-11-23T01:58:11.8561096Z BUILT 852/1462 JOBS 0.3s //third_party:ukernels_avx#compile-up16x25-minmax-fp32-avx-mul16-add16.c.oc70949f1,linux-x86_64 2022-11-23T01:58:11.8577396Z BUILT 853/1462 JOBS 0.4s //third_party:ukernels_avx#compile-up16x25-minmax-fp32-avx-mul16.c.o5d1fba93,linux-x86_64 2022-11-23T01:58:11.8625845Z BUILT 854/1462 JOBS 0.1s //third_party:ukernels_avx#compile-minmax-fp32-avx-mul16-ld64-x16.c.oc7d344da,linux-x86_64 2022-11-23T01:58:11.8679191Z BUILT 855/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vrndu-avx-x16.c.ob33b455f,linux-x86_64 2022-11-23T01:58:11.8691849Z BUILT 856/1462 JOBS 0.2s //third_party:ukernels_avx#compile-vcvt-avx-x24.c.oa7aa60d2,linux-x86_64 2022-11-23T01:58:11.8755929Z BUILT 857/1462 JOBS 0.2s //third_party:ukernels_avx#compile-1x4c8-minmax-fp32-avx-ld128.c.od3817eaa,linux-x86_64 2022-11-23T01:58:11.8787895Z BUILT 858/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vmul-minmax-avx-x16.c.oe647b541,linux-x86_64 2022-11-23T01:58:11.8826243Z BUILT 859/1462 JOBS 0.5s //third_party:ukernels_avx#compile-5x16-minmax-avx-broadcast.c.oe0f0f4d0,linux-x86_64 2022-11-23T01:58:11.8894475Z BUILT 860/1462 JOBS 0.5s //third_party:ukernels_avx#compile-lut-avx-x64.c.o92c0a0f0,linux-x86_64 2022-11-23T01:58:11.8903431Z BUILT 861/1462 JOBS 0.2s //third_party:ukernels_avx#compile-minmax-fp32-avx-mul16-ld64-x16.c.of34222df,linux-x86_64 2022-11-23T01:58:11.8966129Z BUILT 862/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vminc-avx-x16.c.oc82b1a1d,linux-x86_64 2022-11-23T01:58:11.8997470Z BUILT 863/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vcvt-avx-x32.c.ocf82165d,linux-x86_64 2022-11-23T01:58:11.9030801Z BUILT 864/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vsqr-avx-x16.c.od7fdc0d3,linux-x86_64 2022-11-23T01:58:11.9095477Z BUILT 865/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vrndz-avx-x16.c.od40ceabd,linux-x86_64 2022-11-23T01:58:11.9101972Z BUILT 866/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vsqrdiff-avx-x16.c.of4f4fa6c,linux-x86_64 2022-11-23T01:58:11.9159464Z BUILT 867/1462 JOBS 0.2s //third_party:ukernels_avx#compile-1x4c8-minmax-fp32-avx-ld128.c.od33dc408,linux-x86_64 2022-11-23T01:58:11.9195028Z BUILT 868/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vsubc-minmax-avx-x16.c.o540ccb31,linux-x86_64 2022-11-23T01:58:11.9223797Z BUILT 869/1462 JOBS 0.2s //third_party:ukernels_avx#compile-1x4c8-minmax-fp32-avx-ld128.c.ob56393ca,linux-x86_64 2022-11-23T01:58:11.9286398Z BUILT 870/1462 JOBS 0.4s //third_party:ukernels_avx#compile-vsqrdiffc-avx-x16.c.of0aad919,linux-x86_64 2022-11-23T01:58:11.9310291Z BUILT 871/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vrndne-avx-x16.c.oef06369d,linux-x86_64 2022-11-23T01:58:11.9338118Z BUILT 872/1462 JOBS 0.1s //third_party:ukernels_avx#compile-minmax-fp32-avx-mul16-ld64-x16.c.oe9b11e43,linux-x86_64 2022-11-23T01:58:11.9417214Z BUILT 873/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vsigmoid-avx-rr2-p5-nr2-x40.c.od5c68070,linux-x86_64 2022-11-23T01:58:11.9445209Z BUILT 874/1462 JOBS 0.2s //third_party:ukernels_avx#compile-2x4c8-minmax-fp32-avx-ld128.c.o1494f171,linux-x86_64 2022-11-23T01:58:11.9491892Z BUILT 875/1462 JOBS 0.4s //third_party:ukernels_avx#compile-avx-sqrt-x8.c.o79df37a7,linux-x86_64 2022-11-23T01:58:11.9551513Z BUILT 876/1462 JOBS 0.4s //third_party:ukernels_avx#compile-minmax-avx-mul32-ld32-x8.c.o2cc1ee0b,linux-x86_64 2022-11-23T01:58:11.9606046Z BUILT 877/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vmaxc-avx-x16.c.o6ce5cf47,linux-x86_64 2022-11-23T01:58:11.9618608Z BUILT 878/1462 JOBS 0.2s //third_party:ukernels_avx#compile-2x4c8-minmax-fp32-avx-ld128.c.occ8ebffe,linux-x86_64 2022-11-23T01:58:11.9682062Z BUILT 879/1462 JOBS 0.4s //third_party:ukernels_avx#compile-vmulc-minmax-avx-x16.c.o159ce097,linux-x86_64 2022-11-23T01:58:11.9740347Z BUILT 880/1462 JOBS 0.4s //third_party:ukernels_avx#compile-vrdivc-minmax-avx-x16.c.oe8b06747,linux-x86_64 2022-11-23T01:58:11.9798391Z BUILT 881/1462 JOBS 0.4s //third_party:ukernels_avx#compile-avx-2x16.c.o5e4c2ebc,linux-x86_64 2022-11-23T01:58:11.9806789Z BUILT 882/1462 JOBS 0.2s //third_party:ukernels_avx#compile-2x4c8-minmax-fp32-avx-ld128.c.o7816db59,linux-x86_64 2022-11-23T01:58:11.9870804Z BUILT 883/1462 JOBS 0.2s //third_party:ukernels_avx#compile-2x4c8-minmax-fp32-avx-ld128.c.o7c55e909,linux-x86_64 2022-11-23T01:58:11.9927361Z BUILT 884/1462 JOBS 0.5s //third_party:ukernels_avx#compile-velu-avx-rr2-lut4-p4-perm-x32.c.o417cd65a,linux-x86_64 2022-11-23T01:58:11.9992914Z BUILT 885/1462 JOBS 0.5s //third_party:ukernels_avx#compile-1x16-minmax-avx-broadcast.c.o269d08d8,linux-x86_64 2022-11-23T01:58:12.0023147Z BUILT 886/1462 JOBS 0.2s //third_party:ukernels_avx#compile-1x4c8-minmax-fp32-avx-ld128.c.o707e3ca5,linux-x86_64 2022-11-23T01:58:12.0078061Z BUILT 887/1462 JOBS 0.4s //third_party:ukernels_avx#compile-vclamp-avx-x16.c.oac523abb,linux-x86_64 2022-11-23T01:58:12.0134665Z BUILT 888/1462 JOBS 0.2s //third_party:ukernels_avx#compile-1x4c8-minmax-fp32-avx-ld128.c.ob7dfade5,linux-x86_64 2022-11-23T01:58:12.0194516Z BUILT 889/1462 JOBS 0.2s //third_party:ukernels_avx#compile-up16x9-minmax-fp32-avx-mul16-add16.c.o11587b5e,linux-x86_64 2022-11-23T01:58:12.0252003Z BUILT 890/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vcvt-avx-x32.c.o24b3c574,linux-x86_64 2022-11-23T01:58:12.0315433Z BUILT 891/1462 JOBS 0.2s //third_party:ukernels_avx#compile-2x4c8-minmax-fp32-avx-ld128.c.o9ba4a565,linux-x86_64 2022-11-23T01:58:12.0363252Z BUILT 892/1462 JOBS 0.5s //third_party:ukernels_avx#compile-up16x3-minmax-avx.c.of586d9ba,linux-x86_64 2022-11-23T01:58:12.0436868Z BUILT 893/1462 JOBS 0.4s //third_party:ukernels_avx#compile-minmax-avx-mul32-ld32-x8.c.o504eaf61,linux-x86_64 2022-11-23T01:58:12.0479507Z BUILT 894/1462 JOBS 0.5s //third_party:ukernels_avx#compile-up16x4-minmax-avx.c.o4465680f,linux-x86_64 2022-11-23T01:58:12.0544952Z BUILT 895/1462 JOBS 0.6s //third_party:ukernels_avx#compile-up8x25-minmax-avx.c.o2de54c35,linux-x86_64 2022-11-23T01:58:12.0598687Z BUILT 896/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vrsubc-minmax-avx-x16.c.of355b1bf,linux-x86_64 2022-11-23T01:58:12.0619072Z BUILT 897/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vmin-avx-x16.c.ob11507fe,linux-x86_64 2022-11-23T01:58:12.0648622Z BUILT 898/1462 JOBS 0.4s //third_party:ukernels_avx#compile-vabs-avx-x16.c.o56eb3688,linux-x86_64 2022-11-23T01:58:12.0701647Z BUILT 899/1462 JOBS 0.2s //third_party:ukernels_avx#compile-up16x9-minmax-fp32-avx-mul16.c.o42dcf1b7,linux-x86_64 2022-11-23T01:58:12.0726775Z BUILT 900/1462 JOBS 0.2s //third_party:ukernels_avx#compile-1x4c8-minmax-fp32-avx-ld128.c.o5d20b27f,linux-x86_64 2022-11-23T01:58:12.0797141Z BUILT 901/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vcvt-avx-x32.c.o29e4dd5f,linux-x86_64 2022-11-23T01:58:12.0806397Z BUILT 902/1462 JOBS 0.2s //third_party:ukernels_avx#compile-minmax-fp32-avx-mul16-ld64-x16.c.o2cbc0d42,linux-x86_64 2022-11-23T01:58:12.0864570Z BUILT 903/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vlrelu-avx-x16.c.of71a246d,linux-x86_64 2022-11-23T01:58:12.0890088Z BUILT 904/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vneg-avx-x16.c.o5a313364,linux-x86_64 2022-11-23T01:58:12.0936429Z BUILT 905/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vsub-minmax-avx-x16.c.o3f4b6a7d,linux-x86_64 2022-11-23T01:58:12.0985581Z BUILT 906/1462 JOBS 0.5s //third_party:ukernels_avx#compile-up16x9-minmax-avx.c.o690a8ca8,linux-x86_64 2022-11-23T01:58:12.1014358Z BUILT 907/1462 JOBS 0.4s //third_party:ukernels_avx#compile-vadd-minmax-avx-x16.c.oa489c2ea,linux-x86_64 2022-11-23T01:58:12.1081037Z BUILT 908/1462 JOBS 0.4s //third_party:ukernels_avx#compile-vrndd-avx-x16.c.ofa864db8,linux-x86_64 2022-11-23T01:58:12.1083009Z BUILT 909/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vaddc-minmax-avx-x16.c.o52f52fca,linux-x86_64 2022-11-23T01:58:12.1150713Z BUILT 910/1462 JOBS 0.4s //third_party:ukernels_avx#compile-minmax-avx-mul32-ld32-x8.c.o7d782c67,linux-x86_64 2022-11-23T01:58:12.1170214Z BUILT 911/1462 JOBS 0.5s //third_party:ukernels_avx#compile-vmax-avx-x16.c.o0bdd9b3d,linux-x86_64 2022-11-23T01:58:12.1221319Z BUILT 912/1462 JOBS 0.4s //third_party:ukernels_avx#compile-vcvt-avx-x32.c.o0a516538,linux-x86_64 2022-11-23T01:58:12.1256237Z BUILT 913/1462 JOBS 0.4s //third_party:ukernels_avx#compile-vhswish-avx-x16.c.o2ece494b,linux-x86_64 2022-11-23T01:58:12.1291700Z BUILT 914/1462 JOBS 0.2s //third_party:ukernels_scalar#compile-scalar.c.o53961d8c,linux-x86_64 2022-11-23T01:58:12.1358009Z BUILT 915/1462 JOBS 0.1s //third_party:ukernels_scalar#compile-scalar.c.oba47dbb0,linux-x86_64 2022-11-23T01:58:12.1386317Z BUILT 916/1462 JOBS 0.2s //third_party:ukernels_scalar#compile-lut-scalar-x4.c.o7e4492b6,linux-x86_64 2022-11-23T01:58:12.1445306Z BUILT 917/1462 JOBS 0.4s //third_party:ukernels_avx#compile-minmax-avx-mul32-ld32-x8.c.o7a18e696,linux-x86_64 2022-11-23T01:58:12.1507223Z BUILT 918/1462 JOBS 0.7s //:torch_common#compile-print_handler.cpp.o624698fd,linux-x86_64 2022-11-23T01:58:12.1576185Z BUILT 919/1462 JOBS 5.2s //:torch_common#compile-register_ops_common_utils.cpp.o13d143a8,linux-x86_64 2022-11-23T01:58:12.1583229Z BUILT 920/1462 JOBS 0.1s //third_party:ukernels_scalar#compile-memcpy.c.o5d4254e3,linux-x86_64 2022-11-23T01:58:12.1652117Z BUILT 921/1462 JOBS 1.5s //:torch_common#compile-version_map.cpp.o8d641aca,linux-x86_64 2022-11-23T01:58:12.1678422Z BUILT 922/1462 JOBS 0.6s //:torch_common#compile-edit_distance.cpp.o825a764d,linux-x86_64 2022-11-23T01:58:12.1744402Z BUILT 923/1462 JOBS 8.8s //:torch_common#compile-vararg_functions.cpp.od0fdd020,linux-x86_64 2022-11-23T01:58:12.1763435Z BUILT 924/1462 JOBS 1.0s //:torch_common#compile-jit_exception.cpp.off5af705,linux-x86_64 2022-11-23T01:58:12.1840300Z BUILT 925/1462 JOBS 10.5s //:torch_common#compile-operator.cpp.o1c94aa0c,linux-x86_64 2022-11-23T01:58:12.1861541Z BUILT 926/1462 JOBS 3.3s //:torch_common#compile-forward_grad.cpp.oee81f3f5,linux-x86_64 2022-11-23T01:58:12.1928772Z BUILT 927/1462 JOBS 10.4s //:torch_common#compile-util.cpp.o1706c38b,linux-x86_64 2022-11-23T01:58:12.1952669Z BUILT 928/1462 JOBS 0.9s //:torch_common#compile-instruction.cpp.o046bb45a,linux-x86_64 2022-11-23T01:58:12.2008851Z BUILT 929/1462 JOBS 4.6s //:torch_common#compile-prim_ops_registery.cpp.oce47856b,linux-x86_64 2022-11-23T01:58:12.2046195Z BUILT 930/1462 JOBS 0.8s //:torch_common#compile-slice_indices_adjust.cpp.o8aa3b241,linux-x86_64 2022-11-23T01:58:12.2091684Z BUILT 931/1462 JOBS 5.9s //:torch_common#compile-runtime_compatibility.cpp.o5e2a36d4,linux-x86_64 2022-11-23T01:58:12.2173962Z BUILT 932/1462 JOBS 12.8s //:torch_common#compile-register_ops_utils.cpp.o868743f7,linux-x86_64 2022-11-23T01:58:12.2179842Z BUILT 933/1462 JOBS 6.0s //:torch_common#compile-type_parser.cpp.o5ed67b53,linux-x86_64 2022-11-23T01:58:12.2252127Z BUILT 934/1462 JOBS 7.8s //:torch_common#compile-autograd_meta.cpp.o3498483a,linux-x86_64 2022-11-23T01:58:12.2275675Z BUILT 935/1462 JOBS 0.5s //third_party:glog#compile-demangle.cc.oe3bc6931,linux-x86_64 2022-11-23T01:58:12.2322635Z BUILT 936/1462 JOBS 0.5s //third_party:glog#compile-utilities.cc.oebd69ce3,linux-x86_64 2022-11-23T01:58:12.2358008Z BUILT 937/1462 JOBS 0.8s //third_party:glog#compile-symbolize.cc.od5c628cd,linux-x86_64 2022-11-23T01:58:12.2408977Z BUILT 938/1462 JOBS 0.5s //third_party:glog#compile-vlog_is_on.cc.o5944c7d1,linux-x86_64 2022-11-23T01:58:12.2471039Z BUILT 939/1462 JOBS 1.1s //third_party:glog#compile-logging.cc.o58830c34,linux-x86_64 2022-11-23T01:58:12.2488856Z BUILT 940/1462 JOBS 0.7s //third_party:glog#compile-signalhandler.cc.o9cd2731b,linux-x86_64 2022-11-23T01:58:12.2551106Z BUILT 941/1462 JOBS 0.5s //third_party:glog#compile-raw_logging.cc.o270b2348,linux-x86_64 2022-11-23T01:58:12.2571232Z BUILT 942/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar-c2.c.o476dd3fb,linux-x86_64 2022-11-23T01:58:12.2643149Z BUILT 943/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar-2x4.c.o2c3c86cc,linux-x86_64 2022-11-23T01:58:12.2644803Z BUILT 944/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vmul-minmax-scalar-x8.c.od2930e45,linux-x86_64 2022-11-23T01:58:12.2714311Z BUILT 945/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-up1x25-scalar-acc2.c.o94e28fd5,linux-x86_64 2022-11-23T01:58:12.2730624Z BUILT 946/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar-sqrt-x1.c.obe1d89c2,linux-x86_64 2022-11-23T01:58:12.3157239Z BUILT 947/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar-x4.c.o00f2e2e1,linux-x86_64 2022-11-23T01:58:12.3213336Z BUILT 948/1462 JOBS 9.1s //:torch_common#compile-promoted_prim_ops.cpp.o4479e771,linux-x86_64 2022-11-23T01:58:12.3233568Z BUILT 949/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-up1x4-minmax-scalar-acc2.c.od421f61a,linux-x86_64 2022-11-23T01:58:12.3276422Z BUILT 950/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-velu-scalar-rr2-lut16-p3-x4.c.of32d17ad,linux-x86_64 2022-11-23T01:58:12.3357563Z BUILT 951/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vsqr-scalar-x4.c.o41f4715f,linux-x86_64 2022-11-23T01:58:12.3401492Z BUILT 952/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-9p8x-minmax-scalar-c1.c.o2a9af3e1,linux-x86_64 2022-11-23T01:58:12.3407308Z BUILT 953/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vneg-scalar-x4.c.oefa5d7e8,linux-x86_64 2022-11-23T01:58:12.3458734Z BUILT 954/1462 JOBS 0.0s //third_party:ukernels_scalar_aarch32#compile-x4-scalar.c.o11a542f5,linux-x86_64 2022-11-23T01:58:12.3509777Z BUILT 955/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-x4-scalar.c.o5690d95a,linux-x86_64 2022-11-23T01:58:12.3530565Z BUILT 956/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vminc-scalar-x8.c.o66087b09,linux-x86_64 2022-11-23T01:58:12.3558786Z BUILT 957/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-up1x4-scalar-acc2.c.of0febdd9,linux-x86_64 2022-11-23T01:58:12.3611912Z BUILT 958/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-8x2-minmax-scalar.c.o31a7fad0,linux-x86_64 2022-11-23T01:58:12.3656889Z BUILT 959/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vaddc-minmax-scalar-x8.c.o0ddce095,linux-x86_64 2022-11-23T01:58:12.3715876Z BUILT 960/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-9p8x-scalar-c1.c.offd25a8d,linux-x86_64 2022-11-23T01:58:12.3724465Z BUILT 961/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-2x2-minmax-fp32-scalar-fmagic.c.o92278c74,linux-x86_64 2022-11-23T01:58:12.3798694Z BUILT 962/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar-c1.c.od5090814,linux-x86_64 2022-11-23T01:58:12.3801641Z BUILT 963/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vcvt-scalar-x4.c.oc751527f,linux-x86_64 2022-11-23T01:58:12.3869161Z BUILT 964/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-7x-minmax-scalar-c1.c.o31ba691c,linux-x86_64 2022-11-23T01:58:12.3889884Z BUILT 965/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-minmax-scalar-x1.c.o3b275a4b,linux-x86_64 2022-11-23T01:58:12.3960158Z BUILT 966/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vlrelu-scalar-x4.c.o08bc6ae1,linux-x86_64 2022-11-23T01:58:12.3969336Z BUILT 967/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-minmax-scalar-x1.c.oefbbbb58,linux-x86_64 2022-11-23T01:58:12.4048684Z BUILT 968/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-up1x9-minmax-scalar-acc2.c.o150ea1b8,linux-x86_64 2022-11-23T01:58:12.4053349Z BUILT 969/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-7p7x-minmax-scalar-c1.c.o2959baa9,linux-x86_64 2022-11-23T01:58:12.4119174Z BUILT 970/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-x3-scalar.c.oa1284bda,linux-x86_64 2022-11-23T01:58:12.4185042Z BUILT 971/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-4x4-minmax-scalar.c.o4257c512,linux-x86_64 2022-11-23T01:58:12.4229197Z BUILT 972/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-1x8-minmax-fp32-neon-mlal-lane.c.ob7532cd6,linux-x86_64 2022-11-23T01:58:12.4261917Z BUILT 973/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-1x2-minmax-fp32-scalar-fmagic.c.ob6e1c802,linux-x86_64 2022-11-23T01:58:12.4329711Z BUILT 974/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-up1x9-minmax-fp32-scalar-fmagic.c.o829e5a34,linux-x86_64 2022-11-23T01:58:12.4407775Z BUILT 975/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-minmax-fp32-scalar-x4.c.o483dc601,linux-x86_64 2022-11-23T01:58:12.4419787Z BUILT 976/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-minmax-fp32-scalar-x4.c.o9aa26b2e,linux-x86_64 2022-11-23T01:58:12.4474056Z BUILT 977/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-4x4-scalar.c.o1c149d2a,linux-x86_64 2022-11-23T01:58:12.4608344Z BUILT 978/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vdiv-minmax-scalar-x2.c.o6d1577e1,linux-x86_64 2022-11-23T01:58:12.4628099Z BUILT 979/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar.c.of2a23e9a,linux-x86_64 2022-11-23T01:58:12.4703662Z BUILT 980/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-3x3s2p1c3x4-scalar-1x1.c.oc1686527,linux-x86_64 2022-11-23T01:58:12.4732902Z BUILT 981/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-1x2-minmax-fp32-scalar-fmagic.c.of277788e,linux-x86_64 2022-11-23T01:58:12.4787197Z BUILT 982/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vdivc-minmax-scalar-x2.c.od970cee3,linux-x86_64 2022-11-23T01:58:12.4853886Z BUILT 983/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-2x2-minmax-fp32-scalar-fmagic.c.o8a4954d9,linux-x86_64 2022-11-23T01:58:12.4859476Z BUILT 984/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-7p7x-minmax-fp32-scalar-imagic-c1.c.o287693f4,linux-x86_64 2022-11-23T01:58:12.4923946Z BUILT 985/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-4x4-scalar.c.o5c7aa6d6,linux-x86_64 2022-11-23T01:58:12.4990334Z BUILT 986/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-1x4-relu-scalar.c.o4d9e2f7e,linux-x86_64 2022-11-23T01:58:12.5048420Z BUILT 987/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-9p8x-minmax-scalar-c1.c.o0de651e9,linux-x86_64 2022-11-23T01:58:12.5069546Z BUILT 988/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vmulc-minmax-scalar-x8.c.of7c4bd0d,linux-x86_64 2022-11-23T01:58:12.5148444Z BUILT 989/1462 JOBS 1.0s //third_party:ukernels_scalar#compile-params-init.c.o471261ea,linux-x86_64 2022-11-23T01:58:12.5174193Z BUILT 990/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-2x2-minmax-fp32-scalar-fmagic.c.o5f2f9796,linux-x86_64 2022-11-23T01:58:12.5255736Z BUILT 991/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-1x4-scalar.c.o3b44ccd5,linux-x86_64 2022-11-23T01:58:12.5290881Z BUILT 992/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-9p8x-minmax-scalar-c1.c.o6a58af95,linux-x86_64 2022-11-23T01:58:12.5356287Z BUILT 993/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-8x1-minmax-scalar.c.o8b07a8b2,linux-x86_64 2022-11-23T01:58:12.5359651Z BUILT 994/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-9p8x-minmax-scalar-c1.c.o694c03f8,linux-x86_64 2022-11-23T01:58:12.5422248Z BUILT 995/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-4x2-scalar.c.of81089ef,linux-x86_64 2022-11-23T01:58:12.5456793Z BUILT 996/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-minmax-scalar-x1.c.o0cf10c4d,linux-x86_64 2022-11-23T01:58:12.5490988Z BUILT 997/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-up1x9-minmax-fp32-scalar-fmagic.c.o9687f487,linux-x86_64 2022-11-23T01:58:12.5554781Z BUILT 998/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vcvt-scalar-x4.c.o65d85839,linux-x86_64 2022-11-23T01:58:12.5575743Z BUILT 999/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vsigmoid-scalar-rr2-lut64-p2-div-x2.c.oc835e449,linux-x86_64 2022-11-23T01:58:12.5613524Z BUILT 1000/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-1x8-minmax-fp32-neon-mlal-lane.c.of0bf375d,linux-x86_64 2022-11-23T01:58:12.5665479Z BUILT 1001/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-1x2-minmax-fp32-scalar-fmagic.c.o9dfec330,linux-x86_64 2022-11-23T01:58:12.5699742Z BUILT 1002/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-4x-scalar-c1.c.obf51315b,linux-x86_64 2022-11-23T01:58:12.5723441Z BUILT 1003/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-up1x25-minmax-fp32-scalar-fmagic.c.oc4ec4668,linux-x86_64 2022-11-23T01:58:12.5776922Z BUILT 1004/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-8x4-minmax-scalar.c.o0930d3af,linux-x86_64 2022-11-23T01:58:12.5803822Z BUILT 1005/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-1x4-scalar.c.oc8138ada,linux-x86_64 2022-11-23T01:58:12.5864769Z BUILT 1006/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-x3-scalar.c.o30fa6fe0,linux-x86_64 2022-11-23T01:58:12.5882559Z BUILT 1007/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-minmax-scalar-x1.c.o848389c9,linux-x86_64 2022-11-23T01:58:12.5940821Z BUILT 1008/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-xm-scalar.c.o8c226684,linux-x86_64 2022-11-23T01:58:12.5957981Z BUILT 1009/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-up1x3-minmax-scalar-acc2.c.ob6b4e43e,linux-x86_64 2022-11-23T01:58:12.6025342Z BUILT 1010/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar.c.oe40fa44f,linux-x86_64 2022-11-23T01:58:12.6045695Z BUILT 1011/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vsqrdiff-scalar-x8.c.o948d01ae,linux-x86_64 2022-11-23T01:58:12.6109277Z BUILT 1012/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-5x5p2-minmax-scalar-2x1-acc2.c.o8cc9ae35,linux-x86_64 2022-11-23T01:58:12.6136230Z BUILT 1013/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-1x4-minmax-scalar.c.o46f36d1d,linux-x86_64 2022-11-23T01:58:12.6157511Z BUILT 1014/1462 JOBS 0.0s //third_party:ukernels_scalar_aarch32#compile-9p8x-minmax-scalar-c1.c.o69df6729,linux-x86_64 2022-11-23T01:58:12.6210428Z BUILT 1015/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-2x2-minmax-fp32-scalar-fmagic.c.o3ebeaf5f,linux-x86_64 2022-11-23T01:58:12.6244279Z BUILT 1016/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-up2x9-minmax-fp32-scalar-fmagic.c.o050a7feb,linux-x86_64 2022-11-23T01:58:12.6284218Z BUILT 1017/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-2x2-minmax-fp32-scalar-fmagic.c.ob42d3665,linux-x86_64 2022-11-23T01:58:12.6340357Z BUILT 1018/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar-x1.c.o13a317c5,linux-x86_64 2022-11-23T01:58:12.6356701Z BUILT 1019/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-x2-scalar.c.o342a0a73,linux-x86_64 2022-11-23T01:58:12.6423886Z BUILT 1020/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-up2x25-minmax-fp32-scalar-fmagic.c.o60fce481,linux-x86_64 2022-11-23T01:58:12.6444544Z BUILT 1021/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vsub-minmax-scalar-x8.c.o9382efb2,linux-x86_64 2022-11-23T01:58:12.6475313Z BUILT 1022/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vsqrdiffc-scalar-x8.c.oc825de2b,linux-x86_64 2022-11-23T01:58:12.6535754Z BUILT 1023/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vcvt-scalar-imagic-x4.c.o8a48c18a,linux-x86_64 2022-11-23T01:58:12.6556106Z BUILT 1024/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-x4-scalar.c.o8c414103,linux-x86_64 2022-11-23T01:58:12.6590196Z BUILT 1025/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vrndd-scalar-libm-x1.c.o2090a369,linux-x86_64 2022-11-23T01:58:12.6642039Z BUILT 1026/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-4x4-minmax-scalar.c.o3079b46f,linux-x86_64 2022-11-23T01:58:12.6691203Z BUILT 1027/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-up1x25-minmax-fp32-scalar-fmagic.c.o7a3b576f,linux-x86_64 2022-11-23T01:58:12.6693770Z BUILT 1028/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-x2-scalar.c.obab1024b,linux-x86_64 2022-11-23T01:58:12.6755804Z BUILT 1029/1462 JOBS 0.0s //third_party:ukernels_scalar_aarch32#compile-x3-scalar.c.oe61334f7,linux-x86_64 2022-11-23T01:58:12.6785193Z BUILT 1030/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar.c.o08bf5a2a,linux-x86_64 2022-11-23T01:58:12.6823269Z BUILT 1031/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar-p4.c.o9c2d8063,linux-x86_64 2022-11-23T01:58:12.6883152Z BUILT 1032/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-9x-scalar-c1.c.o5c8a4a05,linux-x86_64 2022-11-23T01:58:12.6898493Z BUILT 1033/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-4x2-minmax-scalar.c.obb4d609b,linux-x86_64 2022-11-23T01:58:12.6951020Z BUILT 1034/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vcvt-scalar-imagic-x4.c.o61295a2a,linux-x86_64 2022-11-23T01:58:12.7004853Z BUILT 1035/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vcvt-scalar-fabsf-x2.c.ofb906d21,linux-x86_64 2022-11-23T01:58:12.7022784Z BUILT 1036/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-4x2-scalar.c.o1770d154,linux-x86_64 2022-11-23T01:58:12.7083759Z BUILT 1037/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vrndne-scalar-libm-x1.c.ofcf33fc3,linux-x86_64 2022-11-23T01:58:12.7163074Z BUILT 1038/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-4x4-relu-scalar.c.odef23b85,linux-x86_64 2022-11-23T01:58:12.7188160Z BUILT 1039/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-x2-scalar.c.o838eb39d,linux-x86_64 2022-11-23T01:58:12.7232619Z BUILT 1040/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-c1-minmax-scalar-2x.c.o7af49efe,linux-x86_64 2022-11-23T01:58:12.7287542Z BUILT 1041/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-4x4-relu-scalar.c.o54f0621c,linux-x86_64 2022-11-23T01:58:12.7306154Z BUILT 1042/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-3x3s2p0p1c3x4-scalar-1x1.c.o06cfb018,linux-x86_64 2022-11-23T01:58:12.7345397Z BUILT 1043/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-7x-minmax-fp32-scalar-imagic-c1.c.o64f13d31,linux-x86_64 2022-11-23T01:58:12.7399456Z BUILT 1044/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar.c.o9b80ffa4,linux-x86_64 2022-11-23T01:58:12.7430468Z BUILT 1045/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar-x16.c.o29af760e,linux-x86_64 2022-11-23T01:58:12.7486686Z BUILT 1046/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-1x2-minmax-fp32-scalar-fmagic.c.o6e715d1d,linux-x86_64 2022-11-23T01:58:12.7502432Z BUILT 1047/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-9x-minmax-scalar-c1.c.oa25041c1,linux-x86_64 2022-11-23T01:58:12.7570204Z BUILT 1048/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vrsubc-minmax-scalar-x8.c.od92365e1,linux-x86_64 2022-11-23T01:58:12.7587538Z BUILT 1049/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar-rr2-p5-x4-acc2.c.o35a51918,linux-x86_64 2022-11-23T01:58:12.7638156Z BUILT 1050/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vabs-scalar-x4.c.o72535903,linux-x86_64 2022-11-23T01:58:12.7678017Z BUILT 1051/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vsubc-minmax-scalar-x8.c.oecf50487,linux-x86_64 2022-11-23T01:58:12.7710959Z BUILT 1052/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-4x2-minmax-scalar.c.o45e0891d,linux-x86_64 2022-11-23T01:58:12.8465457Z BUILT 1053/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar-x4.c.o51b39897,linux-x86_64 2022-11-23T01:58:12.8492311Z BUILT 1054/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-up1x25-minmax-scalar-acc2.c.o6ad8d254,linux-x86_64 2022-11-23T01:58:12.8524868Z BUILT 1055/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-9p8x-minmax-scalar-c1.c.oa3145242,linux-x86_64 2022-11-23T01:58:12.8595186Z BUILT 1056/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-9x-minmax-scalar-c1.c.ob54e4c5a,linux-x86_64 2022-11-23T01:58:12.8605423Z BUILT 1057/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-1x2-minmax-fp32-scalar-fmagic.c.oda5c52cb,linux-x86_64 2022-11-23T01:58:12.8644208Z BUILT 1058/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-9x-minmax-scalar-c1.c.o771c49dd,linux-x86_64 2022-11-23T01:58:12.8695477Z BUILT 1059/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vmin-scalar-x8.c.of4897c11,linux-x86_64 2022-11-23T01:58:12.8741263Z BUILT 1060/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vmaxc-scalar-x8.c.o26472d4c,linux-x86_64 2022-11-23T01:58:12.8775979Z BUILT 1061/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vhswish-scalar-x4.c.o81cf96f7,linux-x86_64 2022-11-23T01:58:12.8816636Z BUILT 1062/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vrelu-scalar-x8.c.o3a04bef7,linux-x86_64 2022-11-23T01:58:12.8904221Z BUILT 1063/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vrndz-scalar-libm-x1.c.ob8b7579d,linux-x86_64 2022-11-23T01:58:12.8916867Z BUILT 1064/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-3x3s2p1-minmax-scalar-2x1-acc2.c.oc6447a2c,linux-x86_64 2022-11-23T01:58:12.8961360Z BUILT 1065/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-up1x9-scalar-acc2.c.o3858c57d,linux-x86_64 2022-11-23T01:58:12.8999264Z BUILT 1066/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-3x3s2p1c3x4-scalar-1x1.c.o7d8b187f,linux-x86_64 2022-11-23T01:58:12.9086334Z BUILT 1067/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-2x2-minmax-fp32-scalar-fmagic.c.oa29d12f5,linux-x86_64 2022-11-23T01:58:12.9112833Z BUILT 1068/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vrndu-scalar-libm-x1.c.o1040ec74,linux-x86_64 2022-11-23T01:58:12.9169876Z BUILT 1069/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-up1x3-scalar-acc2.c.oe92f9eb7,linux-x86_64 2022-11-23T01:58:12.9198828Z BUILT 1070/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-1x4-minmax-scalar.c.obc92dca4,linux-x86_64 2022-11-23T01:58:12.9251975Z BUILT 1071/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vadd-minmax-scalar-x8.c.obfacf884,linux-x86_64 2022-11-23T01:58:12.9297981Z BUILT 1072/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-1x2-minmax-fp32-scalar-fmagic.c.o34e262b2,linux-x86_64 2022-11-23T01:58:12.9301584Z BUILT 1073/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vclamp-scalar-x4.c.o9283bad4,linux-x86_64 2022-11-23T01:58:12.9348300Z BUILT 1074/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-7p7x-minmax-fp32-scalar-imagic-c1.c.oc9e69685,linux-x86_64 2022-11-23T01:58:12.9408167Z BUILT 1075/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-scalar-c1.c.of77e4792,linux-x86_64 2022-11-23T01:58:12.9409587Z BUILT 1076/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vmax-scalar-x8.c.o4ae3ee23,linux-x86_64 2022-11-23T01:58:12.9481023Z BUILT 1077/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vrdivc-minmax-scalar-x2.c.o1fd0369a,linux-x86_64 2022-11-23T01:58:12.9508608Z BUILT 1078/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-xm-scalar.c.o8025b88d,linux-x86_64 2022-11-23T01:58:12.9543306Z BUILT 1079/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-minmax-fp32-scalar-x4.c.o6872eed3,linux-x86_64 2022-11-23T01:58:12.9609655Z BUILT 1080/1462 JOBS 0.0s //third_party:ukernels_scalar_aarch32#compile-7x-minmax-fp32-scalar-imagic-c1.c.od46fed18,linux-x86_64 2022-11-23T01:58:12.9615985Z BUILT 1081/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-5x5s2p2-minmax-scalar-2x1-acc2.c.obc481a9b,linux-x86_64 2022-11-23T01:58:12.9679398Z BUILT 1082/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-vcvt-scalar-x4.c.oacd25ab7,linux-x86_64 2022-11-23T01:58:12.9702008Z BUILT 1083/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-1x4-relu-scalar.c.o6dc90758,linux-x86_64 2022-11-23T01:58:12.9744761Z BUILT 1084/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-3x3p1-minmax-scalar-4x1.c.o2d849bd9,linux-x86_64 2022-11-23T01:58:12.9800879Z BUILT 1085/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#compile-minmax-fp32-scalar-x4.c.o9a35faf2,linux-x86_64 2022-11-23T01:58:12.9848878Z BUILT 1086/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-cortex-a53.S.o506e8378,linux-x86_64 2022-11-23T01:58:12.9898297Z BUILT 1087/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x16-minmax-aarch64-neonfp16arith-ld32.S.o5b4e9980,linux-x86_64 2022-11-23T01:58:12.9930520Z BUILT 1088/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal-cortex-a53.S.o74e91ce3,linux-x86_64 2022-11-23T01:58:12.9996236Z BUILT 1089/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x16c4-minmax-fp32-aarch64-neondot-ld32.S.o068a6227,linux-x86_64 2022-11-23T01:58:13.0004436Z BUILT 1090/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal-prfm.S.o08fa285a,linux-x86_64 2022-11-23T01:58:13.0080236Z BUILT 1091/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal-cortex-a53.S.o38be9993,linux-x86_64 2022-11-23T01:58:13.0098613Z BUILT 1092/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-1x8-minmax-aarch64-neonfma-cortex-a53.S.o0c9ce874,linux-x86_64 2022-11-23T01:58:13.0155337Z BUILT 1093/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mull.S.o10063dfd,linux-x86_64 2022-11-23T01:58:13.0188957Z BUILT 1094/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8-minmax-aarch64-neonfma-cortex-a53.S.o53be9606,linux-x86_64 2022-11-23T01:58:13.0227406Z BUILT 1095/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-rndnu-aarch64-neondot-ld128.S.o8cfa0048,linux-x86_64 2022-11-23T01:58:13.0291083Z BUILT 1096/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-cortex-a53.S.o6dc8ce08,linux-x86_64 2022-11-23T01:58:13.0307005Z BUILT 1097/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x12-minmax-aarch64-neonfma-cortex-a53.S.o05b4fcde,linux-x86_64 2022-11-23T01:58:13.0397424Z BUILT 1098/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-rndnu-aarch64-neondot-ld64.S.oef99ba60,linux-x86_64 2022-11-23T01:58:13.0398649Z BUILT 1099/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-aarch64-neonfp16arith-ld32.S.o09a8700f,linux-x86_64 2022-11-23T01:58:13.0465769Z BUILT 1100/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8-minmax-aarch64-neonfma-cortex-a75.S.o12b1ab65,linux-x86_64 2022-11-23T01:58:13.0467574Z BUILT 1101/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfma-ld128.S.oe77bcb7f,linux-x86_64 2022-11-23T01:58:13.0530806Z BUILT 1102/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8c4-minmax-rndnu-aarch64-neondot-cortex-a55.S.o888661c3,linux-x86_64 2022-11-23T01:58:13.0563193Z BUILT 1103/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x16c4-minmax-rndnu-aarch64-neondot-ld32.S.o4ba1a9ca,linux-x86_64 2022-11-23T01:58:13.0628533Z BUILT 1104/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-5x8-minmax-aarch64-neonfma-cortex-a75.S.o5676e7f5,linux-x86_64 2022-11-23T01:58:13.0663903Z BUILT 1105/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-ld128.S.ofe43397d,linux-x86_64 2022-11-23T01:58:13.0708886Z BUILT 1106/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-rndnu-aarch64-neon-mull.S.oac57c554,linux-x86_64 2022-11-23T01:58:13.0773369Z BUILT 1107/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-prfm-cortex-a53.S.o2171eb3b,linux-x86_64 2022-11-23T01:58:13.0783299Z BUILT 1108/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-up4x9-minmax-aarch64-neonfma.S.odd6a405c,linux-x86_64 2022-11-23T01:58:13.0848286Z BUILT 1109/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8inc-minmax-aarch64-neonfp16arith-ld64.S.oaf427881,linux-x86_64 2022-11-23T01:58:13.0859694Z BUILT 1110/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-ld32.S.o7d77fbad,linux-x86_64 2022-11-23T01:58:13.0920999Z BUILT 1111/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-rndnu-aarch64-neon-mlal.S.o506929e6,linux-x86_64 2022-11-23T01:58:13.0966347Z BUILT 1112/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfma-prfm-cortex-a53.S.o3ca18e0f,linux-x86_64 2022-11-23T01:58:13.0994485Z BUILT 1113/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8-minmax-aarch64-neonfma-cortex-a75.S.ob5276298,linux-x86_64 2022-11-23T01:58:13.1053217Z BUILT 1114/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-5x8-minmax-aarch64-neonfma-cortex-a75.S.o94ec5197,linux-x86_64 2022-11-23T01:58:13.1068925Z BUILT 1115/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal-cortex-a53.S.od2cf31c3,linux-x86_64 2022-11-23T01:58:13.1107365Z BUILT 1116/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfma-ld64.S.o2634c148,linux-x86_64 2022-11-23T01:58:13.1153955Z BUILT 1117/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8inc-minmax-aarch64-neonfp16arith-ld64.S.oda277f47,linux-x86_64 2022-11-23T01:58:13.1181776Z BUILT 1118/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal.S.o4053ee36,linux-x86_64 2022-11-23T01:58:13.1209092Z BUILT 1119/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-rndnu-aarch64-neondot-cortex-a55.S.o3f36fa1d,linux-x86_64 2022-11-23T01:58:13.1278240Z BUILT 1120/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfma-prfm-cortex-a75.S.o2a8dec57,linux-x86_64 2022-11-23T01:58:13.1279705Z BUILT 1121/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-ld128.S.o570bd105,linux-x86_64 2022-11-23T01:58:13.1641553Z BUILT 1122/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-ld64.S.o07ebfe64,linux-x86_64 2022-11-23T01:58:13.1664251Z BUILT 1123/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-rndnu-aarch64-neon-mlal-cortex-a53.S.o218896df,linux-x86_64 2022-11-23T01:58:13.1712121Z BUILT 1124/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-cortex-a73.S.o2b408a15,linux-x86_64 2022-11-23T01:58:13.1772804Z BUILT 1125/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-ld128.S.o294c866b,linux-x86_64 2022-11-23T01:58:13.1785309Z BUILT 1126/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-ld64.S.o9e62f5f4,linux-x86_64 2022-11-23T01:58:13.1846802Z BUILT 1127/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-prfm-cortex-a53.S.obdebdb33,linux-x86_64 2022-11-23T01:58:13.1900780Z BUILT 1128/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x12-minmax-aarch64-neonfma-cortex-a53.S.odb66e9a2,linux-x86_64 2022-11-23T01:58:13.1913889Z BUILT 1129/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-5x8-minmax-aarch64-neonfma-prfm-cortex-a75.S.o5ab2c14f,linux-x86_64 2022-11-23T01:58:13.2019164Z BUILT 1130/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-ld64.S.o38f1c52e,linux-x86_64 2022-11-23T01:58:13.2036143Z BUILT 1131/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-cortex-a75.S.oe31adf13,linux-x86_64 2022-11-23T01:58:13.2104232Z BUILT 1132/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-ld64.S.od4415bf9,linux-x86_64 2022-11-23T01:58:13.2117560Z BUILT 1133/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-rndnu-aarch64-neon-mlal-cortex-a53.S.od084d637,linux-x86_64 2022-11-23T01:58:13.2226793Z BUILT 1134/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-prfm-cortex-a53.S.o100ff0c2,linux-x86_64 2022-11-23T01:58:13.2232847Z BUILT 1135/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-1x12inc-minmax-aarch64-neonfma-cortex-a53.S.o770ed56b,linux-x86_64 2022-11-23T01:58:13.2339315Z BUILT 1136/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x16c4-minmax-fp32-aarch64-neondot-ld64.S.o26e589fd,linux-x86_64 2022-11-23T01:58:13.2366296Z BUILT 1137/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-rndnu-aarch64-neon-mlal-lane-prfm-ld64.S.od8aa3b9a,linux-x86_64 2022-11-23T01:58:13.2418138Z BUILT 1138/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-prfm-ld64.S.obb0d64b1,linux-x86_64 2022-11-23T01:58:13.2435571Z BUILT 1139/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal-prfm-cortex-a53.S.oa1d4712d,linux-x86_64 2022-11-23T01:58:13.2534719Z BUILT 1140/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-prfm-ld64.S.o2e27b330,linux-x86_64 2022-11-23T01:58:13.2538048Z BUILT 1141/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfma-cortex-a75.S.o3041a690,linux-x86_64 2022-11-23T01:58:13.2589654Z BUILT 1142/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal-prfm.S.o8fd21c6c,linux-x86_64 2022-11-23T01:58:13.2614368Z BUILT 1143/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-rndnu-aarch64-neon-mlal.S.o70822e7f,linux-x86_64 2022-11-23T01:58:13.2686213Z BUILT 1144/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfma-cortex-a55.S.o1be7bd62,linux-x86_64 2022-11-23T01:58:13.2712535Z BUILT 1145/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-rndnu-aarch64-neon-mlal-prfm-cortex-a53.S.oe1de1f37,linux-x86_64 2022-11-23T01:58:13.2750927Z BUILT 1146/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-cortex-a53.S.o6da02221,linux-x86_64 2022-11-23T01:58:13.2805501Z BUILT 1147/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-cortex-a75.S.o09a8ddd2,linux-x86_64 2022-11-23T01:58:13.2840553Z BUILT 1148/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-rndnu-aarch64-neondot-ld128.S.o9a19c786,linux-x86_64 2022-11-23T01:58:13.2865426Z BUILT 1149/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8inc-minmax-aarch64-neonfma-cortex-a75.S.o3a3ed659,linux-x86_64 2022-11-23T01:58:13.2924901Z BUILT 1150/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal-prfm.S.o3ec31bd7,linux-x86_64 2022-11-23T01:58:13.2945488Z BUILT 1151/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8-minmax-aarch64-neonfma-ld64.S.o8e29f6c1,linux-x86_64 2022-11-23T01:58:13.3014809Z BUILT 1152/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-rndnu-aarch64-neon-mlal-prfm-cortex-a53.S.o4eeb46c8,linux-x86_64 2022-11-23T01:58:13.3021559Z BUILT 1153/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8inc-minmax-aarch64-neonfma-ld128.S.of88f5970,linux-x86_64 2022-11-23T01:58:13.3094078Z BUILT 1154/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mull.S.ob441044d,linux-x86_64 2022-11-23T01:58:13.3140271Z BUILT 1155/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal-prfm.S.o9cdce401,linux-x86_64 2022-11-23T01:58:13.3170166Z BUILT 1156/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c16-minmax-rndnu-aarch64-neon-mlal.S.oc3937cf3,linux-x86_64 2022-11-23T01:58:13.3235493Z BUILT 1157/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8inc-minmax-aarch64-neonfma-cortex-a55.S.o87030948,linux-x86_64 2022-11-23T01:58:13.3244144Z BUILT 1158/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-rndnu-aarch64-neon-mlal-prfm.S.oc5b4c567,linux-x86_64 2022-11-23T01:58:13.3308419Z BUILT 1159/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-cortex-a53.S.occ9cfc5d,linux-x86_64 2022-11-23T01:58:13.3338220Z BUILT 1160/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-ld64.S.o18a4fcc5,linux-x86_64 2022-11-23T01:58:13.3375447Z BUILT 1161/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-ld64.S.oe19ee2ab,linux-x86_64 2022-11-23T01:58:13.3436759Z BUILT 1162/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-cortex-a53.S.o342235b5,linux-x86_64 2022-11-23T01:58:13.3454181Z BUILT 1163/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-rndnu-aarch64-neon-mlal-prfm-cortex-a53.S.o77fb0173,linux-x86_64 2022-11-23T01:58:13.3525540Z BUILT 1164/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal-prfm.S.o8e13de51,linux-x86_64 2022-11-23T01:58:13.3530969Z BUILT 1165/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-cortex-a55.S.of1efa76e,linux-x86_64 2022-11-23T01:58:13.3598228Z BUILT 1166/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal.S.o89eca124,linux-x86_64 2022-11-23T01:58:13.3628096Z BUILT 1167/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-cortex-a55.S.o5d6f9db4,linux-x86_64 2022-11-23T01:58:13.3679600Z BUILT 1168/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-ld128.S.o608b6a17,linux-x86_64 2022-11-23T01:58:13.3720262Z BUILT 1169/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-ld64.S.o9379270f,linux-x86_64 2022-11-23T01:58:13.3757986Z BUILT 1170/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-rndnu-aarch64-neondot-cortex-a55.S.oa16a0b94,linux-x86_64 2022-11-23T01:58:13.3830223Z BUILT 1171/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-cortex-a55.S.off06d743,linux-x86_64 2022-11-23T01:58:13.3833972Z BUILT 1172/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-rndnu-aarch64-neon-mlal-prfm.S.o56853d2c,linux-x86_64 2022-11-23T01:58:13.3910271Z BUILT 1173/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-rndnu-aarch64-neondot-cortex-a55.S.o1e9d2636,linux-x86_64 2022-11-23T01:58:13.3933428Z BUILT 1174/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-prfm-ld64.S.oaf6da725,linux-x86_64 2022-11-23T01:58:13.3990075Z BUILT 1175/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-cortex-a53.S.o16f0f1ce,linux-x86_64 2022-11-23T01:58:13.4024689Z BUILT 1176/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfma-ld128.S.o15a7b1c9,linux-x86_64 2022-11-23T01:58:13.4063484Z BUILT 1177/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8c4-minmax-rndnu-aarch64-neondot-ld128.S.o84433224,linux-x86_64 2022-11-23T01:58:13.4126811Z BUILT 1178/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-prfm-cortex-a75.S.o76c559b2,linux-x86_64 2022-11-23T01:58:13.4143905Z BUILT 1179/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-cortex-a53.S.o53163d2d,linux-x86_64 2022-11-23T01:58:13.4208130Z BUILT 1180/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8inc-minmax-aarch64-neonfma-cortex-a73.S.obfc9c8dd,linux-x86_64 2022-11-23T01:58:13.4228016Z BUILT 1181/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8c4-minmax-rndnu-aarch64-neondot-ld128.S.o375a759e,linux-x86_64 2022-11-23T01:58:13.4273914Z BUILT 1182/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-rndnu-aarch64-neon-mlal-lane-prfm-ld64.S.oda58a7b5,linux-x86_64 2022-11-23T01:58:13.4324121Z BUILT 1183/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-ld128.S.oca9c8f0c,linux-x86_64 2022-11-23T01:58:13.4339157Z BUILT 1184/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal.S.o62dbd4b5,linux-x86_64 2022-11-23T01:58:13.4402660Z BUILT 1185/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfma-cortex-a75.S.o45cd6958,linux-x86_64 2022-11-23T01:58:13.4420518Z BUILT 1186/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-cortex-a55.S.o37a5f1b1,linux-x86_64 2022-11-23T01:58:13.4473627Z BUILT 1187/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal-prfm-cortex-a53.S.oeb0c523c,linux-x86_64 2022-11-23T01:58:13.4538565Z BUILT 1188/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-rndnu-aarch64-neon-mlal-lane-ld64.S.o6a5273e0,linux-x86_64 2022-11-23T01:58:13.4552530Z BUILT 1189/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfma-cortex-a55.S.o2f529417,linux-x86_64 2022-11-23T01:58:13.4593394Z BUILT 1190/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-cortex-a73.S.o07f9cd92,linux-x86_64 2022-11-23T01:58:13.4645708Z BUILT 1191/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-cortex-a53.S.o6af09147,linux-x86_64 2022-11-23T01:58:13.4671315Z BUILT 1192/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-rndnu-aarch64-neondot-cortex-a55.S.odf95842f,linux-x86_64 2022-11-23T01:58:13.4702224Z BUILT 1193/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal-prfm-cortex-a53.S.ocaa7791a,linux-x86_64 2022-11-23T01:58:13.4771423Z BUILT 1194/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c16-minmax-fp32-aarch64-neon-mlal.S.odbedb58a,linux-x86_64 2022-11-23T01:58:13.4794159Z BUILT 1195/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-5x8-minmax-aarch64-neonfma-prfm-cortex-a75.S.o50b77954,linux-x86_64 2022-11-23T01:58:13.4861791Z BUILT 1196/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8inc-minmax-aarch64-neonfma-ld64.S.oebe1994b,linux-x86_64 2022-11-23T01:58:13.4873664Z BUILT 1197/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8inc-minmax-aarch64-neonfma-cortex-a75.S.o05be12cf,linux-x86_64 2022-11-23T01:58:13.4944052Z BUILT 1198/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal-cortex-a53.S.o7f33769f,linux-x86_64 2022-11-23T01:58:13.4957456Z BUILT 1199/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-1x12-minmax-aarch64-neonfma-cortex-a53.S.o47d5980e,linux-x86_64 2022-11-23T01:58:13.5023501Z BUILT 1200/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal.S.ocf593a1e,linux-x86_64 2022-11-23T01:58:13.5047246Z BUILT 1201/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x16inc-minmax-aarch64-neonfp16arith-ld32.S.o80fb2b47,linux-x86_64 2022-11-23T01:58:13.5103499Z BUILT 1202/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8inc-minmax-aarch64-neonfma-cortex-a75.S.oa987a65c,linux-x86_64 2022-11-23T01:58:13.5135325Z BUILT 1203/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-prfm-cortex-a75.S.o13d6dd02,linux-x86_64 2022-11-23T01:58:13.5185389Z BUILT 1204/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-rndnu-aarch64-neon-mlal-prfm.S.odf536617,linux-x86_64 2022-11-23T01:58:13.5220891Z BUILT 1205/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-6x8inc-minmax-aarch64-neonfp16arith-ld64.S.o537e2d09,linux-x86_64 2022-11-23T01:58:13.5269832Z BUILT 1206/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-prfm-cortex-a53.S.o7117d627,linux-x86_64 2022-11-23T01:58:13.5304218Z BUILT 1207/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal-cortex-a53.S.o3e1ba95c,linux-x86_64 2022-11-23T01:58:13.5370848Z BUILT 1208/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfp16arith-ld64.S.o1a77f94b,linux-x86_64 2022-11-23T01:58:13.5413260Z BUILT 1209/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal-prfm-cortex-a53.S.o4d11e288,linux-x86_64 2022-11-23T01:58:13.5453524Z BUILT 1210/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x16c4-minmax-rndnu-aarch64-neondot-ld64.S.o54de50b4,linux-x86_64 2022-11-23T01:58:13.5494651Z BUILT 1211/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-prfm-ld64.S.o07a1a4f1,linux-x86_64 2022-11-23T01:58:13.5547073Z BUILT 1212/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x16inc-minmax-aarch64-neonfp16arith-cortex-a55.S.oe61a9105,linux-x86_64 2022-11-23T01:58:13.5580596Z BUILT 1213/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-cortex-a53.S.o51b128a6,linux-x86_64 2022-11-23T01:58:13.5638315Z BUILT 1214/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfma-ld64.S.oc5f7440d,linux-x86_64 2022-11-23T01:58:13.5662436Z BUILT 1215/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-8x8-minmax-aarch64-neonfp16arith-ld64.S.o51441cfb,linux-x86_64 2022-11-23T01:58:13.5734898Z BUILT 1216/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-rndnu-aarch64-neondot-ld128.S.o50778370,linux-x86_64 2022-11-23T01:58:13.5739298Z BUILT 1217/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-prfm-cortex-a53.S.ocba38954,linux-x86_64 2022-11-23T01:58:13.5796025Z BUILT 1218/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x16inc-minmax-aarch64-neonfp16arith-ld32.S.odc68df92,linux-x86_64 2022-11-23T01:58:13.5826114Z BUILT 1219/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8-minmax-aarch64-neonfp16arith-ld64.S.ob755f81f,linux-x86_64 2022-11-23T01:58:13.5860125Z BUILT 1220/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-rndnu-aarch64-neondot-ld128.S.oa243fbf1,linux-x86_64 2022-11-23T01:58:13.5917946Z BUILT 1221/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x16inc-minmax-aarch64-neonfp16arith-cortex-a75.S.o91931abc,linux-x86_64 2022-11-23T01:58:13.5933429Z BUILT 1222/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-ld128.S.od5a5a874,linux-x86_64 2022-11-23T01:58:13.5981587Z BUILT 1223/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8inc-minmax-aarch64-neonfma-cortex-a53.S.o916fed73,linux-x86_64 2022-11-23T01:58:13.6033088Z BUILT 1224/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-rndnu-aarch64-neon-mlal-prfm.S.ob26a8e59,linux-x86_64 2022-11-23T01:58:13.6051808Z BUILT 1225/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-prfm-ld64.S.o0399d742,linux-x86_64 2022-11-23T01:58:13.6111602Z BUILT 1226/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-ld64.S.od63a49f2,linux-x86_64 2022-11-23T01:58:13.6133037Z BUILT 1227/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-prfm-cortex-a53.S.o00dcb094,linux-x86_64 2022-11-23T01:58:13.6179470Z BUILT 1228/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c16-minmax-fp32-aarch64-neon-mlal.S.ob4ff4963,linux-x86_64 2022-11-23T01:58:13.6230471Z BUILT 1229/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal-prfm.S.ob43057f0,linux-x86_64 2022-11-23T01:58:13.6246911Z BUILT 1230/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8inc-minmax-aarch64-neonfma-prfm-cortex-a75.S.o42f37c19,linux-x86_64 2022-11-23T01:58:13.6304735Z BUILT 1231/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal.S.o5d1a8977,linux-x86_64 2022-11-23T01:58:13.6330350Z BUILT 1232/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal-prfm-cortex-a53.S.o02420480,linux-x86_64 2022-11-23T01:58:13.6371668Z BUILT 1233/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-cortex-a53.S.o727148e7,linux-x86_64 2022-11-23T01:58:13.6431703Z BUILT 1234/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-rndnu-aarch64-neon-mlal-prfm-cortex-a53.S.od98cc19d,linux-x86_64 2022-11-23T01:58:13.6437770Z BUILT 1235/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-5x8inc-minmax-aarch64-neonfma-prfm-cortex-a75.S.oab62782a,linux-x86_64 2022-11-23T01:58:13.6511250Z BUILT 1236/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-rndnu-aarch64-neon-mlal-cortex-a53.S.o96db7abf,linux-x86_64 2022-11-23T01:58:13.6525278Z BUILT 1237/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8inc-minmax-aarch64-neonfma-cortex-a53.S.o4e151ce8,linux-x86_64 2022-11-23T01:58:13.6576628Z BUILT 1238/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal-cortex-a53.S.o97eb21af,linux-x86_64 2022-11-23T01:58:13.6619160Z BUILT 1239/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-cortex-a55.S.o2a63fbcd,linux-x86_64 2022-11-23T01:58:13.6644016Z BUILT 1240/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-prfm-cortex-a53.S.oa96bb97e,linux-x86_64 2022-11-23T01:58:13.6699884Z BUILT 1241/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-ld128.S.of89c3cf2,linux-x86_64 2022-11-23T01:58:13.6719791Z BUILT 1242/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-cortex-a55.S.oedaec67c,linux-x86_64 2022-11-23T01:58:13.6762441Z BUILT 1243/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-2x8c16-minmax-rndnu-aarch64-neon-mlal.S.o6417ada9,linux-x86_64 2022-11-23T01:58:13.6825230Z BUILT 1244/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-rndnu-aarch64-neon-mlal-cortex-a53.S.of45c8eaa,linux-x86_64 2022-11-23T01:58:13.6826815Z BUILT 1245/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-ld64.S.od6a7a9b1,linux-x86_64 2022-11-23T01:58:13.6877082Z BUILT 1246/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal.S.o943601b3,linux-x86_64 2022-11-23T01:58:13.6931945Z BUILT 1247/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfma-prfm-cortex-a75.S.ofc360b9d,linux-x86_64 2022-11-23T01:58:13.6938902Z BUILT 1248/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8inc-minmax-aarch64-neonfma-prfm-cortex-a75.S.o80a0f965,linux-x86_64 2022-11-23T01:58:13.7008521Z BUILT 1249/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-4x8inc-minmax-aarch64-neonfma-prfm-cortex-a75.S.oe306c04d,linux-x86_64 2022-11-23T01:58:13.7034689Z BUILT 1250/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal.S.o633a0d47,linux-x86_64 2022-11-23T01:58:13.7078053Z BUILT 1251/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8inc-minmax-aarch64-neonfma-ld128.S.oa6113291,linux-x86_64 2022-11-23T01:58:13.7148314Z BUILT 1252/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-prfm-cortex-a53.S.oc37e484c,linux-x86_64 2022-11-23T01:58:13.7155708Z BUILT 1253/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-ld64.S.o1f43ddfb,linux-x86_64 2022-11-23T01:58:13.7215154Z BUILT 1254/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-ld128.S.oeeeb277a,linux-x86_64 2022-11-23T01:58:13.7264932Z BUILT 1255/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-2x8c16-minmax-fp32-aarch64-neon-mlal.S.o02ef5509,linux-x86_64 2022-11-23T01:58:13.7282364Z BUILT 1256/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-up4x9-minmax-aarch64-neonfma-cortex-a55.S.o23564440,linux-x86_64 2022-11-23T01:58:13.7352644Z BUILT 1257/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-rndnu-aarch64-neon-mlal-lane-ld64.S.o07e256c5,linux-x86_64 2022-11-23T01:58:13.7375097Z BUILT 1258/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-rndnu-aarch64-neon-mlal.S.o87e104c9,linux-x86_64 2022-11-23T01:58:13.7422644Z BUILT 1259/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8-minmax-aarch64-neonfma-prfm-cortex-a75.S.o7ca2d492,linux-x86_64 2022-11-23T01:58:13.7487692Z BUILT 1260/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x16-minmax-aarch64-neonfp16arith-cortex-a55.S.o32fafaf5,linux-x86_64 2022-11-23T01:58:13.7495523Z BUILT 1261/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8inc-minmax-aarch64-neonfma-cortex-a53.S.o090e0cd2,linux-x86_64 2022-11-23T01:58:13.7564970Z BUILT 1262/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-cortex-a55.S.o7118885c,linux-x86_64 2022-11-23T01:58:13.7595863Z BUILT 1263/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-6x8inc-minmax-aarch64-neonfma-cortex-a55.S.oda8524db,linux-x86_64 2022-11-23T01:58:13.7655946Z BUILT 1264/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-2x8c8-minmax-fp32-aarch64-neon-mlal-prfm.S.ofd24bebd,linux-x86_64 2022-11-23T01:58:13.7665286Z BUILT 1265/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal-prfm-cortex-a53.S.o246f22b4,linux-x86_64 2022-11-23T01:58:13.7722801Z BUILT 1266/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal-prfm.S.odb05ac28,linux-x86_64 2022-11-23T01:58:13.7755443Z BUILT 1267/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-ld64.S.oc78564a6,linux-x86_64 2022-11-23T01:58:13.7787392Z BUILT 1268/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-rndnu-aarch64-neondot-ld64.S.o15849d19,linux-x86_64 2022-11-23T01:58:13.8141101Z BUILT 1269/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-fp32-aarch64-neondot-ld32.S.o10aea979,linux-x86_64 2022-11-23T01:58:13.8142119Z BUILT 1270/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-1x8inc-minmax-aarch64-neonfma-ld64.S.oc9bfb818,linux-x86_64 2022-11-23T01:58:13.8217836Z BUILT 1271/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal.S.o6f4bf222,linux-x86_64 2022-11-23T01:58:13.8231073Z BUILT 1272/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-4x12inc-minmax-aarch64-neonfma-cortex-a53.S.oe31f9575,linux-x86_64 2022-11-23T01:58:13.8285780Z BUILT 1273/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-prfm-ld64.S.o8c503e91,linux-x86_64 2022-11-23T01:58:13.8337089Z BUILT 1274/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-aarch64-neonfp16arith-ld32.S.o22cdc103,linux-x86_64 2022-11-23T01:58:13.8372264Z BUILT 1275/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-cortex-a75.S.o4afe859a,linux-x86_64 2022-11-23T01:58:13.8391023Z BUILT 1276/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x16-minmax-aarch64-neonfp16arith-ld32.S.o821e86a4,linux-x86_64 2022-11-23T01:58:13.8451352Z BUILT 1277/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8-minmax-aarch64-neonfma-prfm-cortex-a75.S.od7df3f83,linux-x86_64 2022-11-23T01:58:13.8494006Z BUILT 1278/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfma-cortex-a53.S.o1d4eaf17,linux-x86_64 2022-11-23T01:58:13.8510186Z BUILT 1279/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16c4-minmax-rndnu-aarch64-neondot-ld32.S.o6c61bc22,linux-x86_64 2022-11-23T01:58:13.8582690Z BUILT 1280/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-prfm-cortex-a75.S.oc1b9e349,linux-x86_64 2022-11-23T01:58:13.8599917Z BUILT 1281/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-prfm-cortex-a75.S.o7e30ea19,linux-x86_64 2022-11-23T01:58:13.8653203Z BUILT 1282/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-5x8inc-minmax-aarch64-neonfma-cortex-a75.S.o3623570c,linux-x86_64 2022-11-23T01:58:13.8704968Z BUILT 1283/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfma-cortex-a53.S.o5f7ca536,linux-x86_64 2022-11-23T01:58:13.8722035Z BUILT 1284/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal-prfm-cortex-a53.S.o2c78d92b,linux-x86_64 2022-11-23T01:58:13.8798195Z BUILT 1285/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-prfm-ld64.S.o80da86aa,linux-x86_64 2022-11-23T01:58:13.8803384Z BUILT 1286/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8c4-minmax-rndnu-aarch64-neondot-cortex-a55.S.o1f7b5092,linux-x86_64 2022-11-23T01:58:13.8881060Z BUILT 1287/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-prfm-cortex-a53.S.o828c0e87,linux-x86_64 2022-11-23T01:58:13.8948103Z BUILT 1288/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-ld64.S.o10f309dd,linux-x86_64 2022-11-23T01:58:13.9013369Z BUILT 1289/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal-cortex-a53.S.oc99cbb69,linux-x86_64 2022-11-23T01:58:13.9031833Z BUILT 1290/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-ld64.S.o08942aed,linux-x86_64 2022-11-23T01:58:13.9108981Z BUILT 1291/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x16c4-minmax-fp32-aarch64-neondot-ld32.S.oa6141e05,linux-x86_64 2022-11-23T01:58:13.9131926Z BUILT 1292/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal-prfm-cortex-a53.S.ob74b2d15,linux-x86_64 2022-11-23T01:58:13.9201034Z BUILT 1293/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfp16arith-ld64.S.o49fb6647,linux-x86_64 2022-11-23T01:58:13.9218324Z BUILT 1294/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x8-minmax-aarch64-neonfma-prfm-cortex-a53.S.oce05e105,linux-x86_64 2022-11-23T01:58:13.9265137Z BUILT 1295/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-fp32-aarch64-neon-mlal-lane-ld64.S.o88c1039d,linux-x86_64 2022-11-23T01:58:13.9320405Z BUILT 1296/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-prfm-ld64.S.o816e2ad3,linux-x86_64 2022-11-23T01:58:13.9328444Z BUILT 1297/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-fp32-aarch64-neon-mlal-cortex-a53.S.o34ec2afd,linux-x86_64 2022-11-23T01:58:13.9381127Z BUILT 1298/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x12-minmax-aarch64-neonfma-cortex-a53.S.ob7ff0ebc,linux-x86_64 2022-11-23T01:58:13.9443063Z BUILT 1299/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-cortex-a75.S.o6f79e087,linux-x86_64 2022-11-23T01:58:13.9464934Z BUILT 1300/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16inc-minmax-aarch64-neonfp16arith-ld32.S.o62d123c6,linux-x86_64 2022-11-23T01:58:13.9523652Z BUILT 1301/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-1x8c8-minmax-rndnu-aarch64-neon-mlal.S.o67f1f290,linux-x86_64 2022-11-23T01:58:13.9532201Z BUILT 1302/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-1x16c4-minmax-fp32-aarch64-neondot-ld64.S.o20931af8,linux-x86_64 2022-11-23T01:58:13.9591464Z BUILT 1303/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-6x16-minmax-aarch64-neonfp16arith-cortex-a75.S.ocd69754f,linux-x86_64 2022-11-23T01:58:13.9623961Z BUILT 1304/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-4x16-minmax-rndnu-aarch64-neon-mlal-lane-prfm-cortex-a53.S.o7238db10,linux-x86_64 2022-11-23T01:58:13.9652274Z BUILT 1305/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-6x8-minmax-aarch64-neonfma-cortex-a55.S.o292701d1,linux-x86_64 2022-11-23T01:58:13.9708242Z BUILT 1306/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-4x8inc-minmax-aarch64-neonfma-ld64.S.o368d517d,linux-x86_64 2022-11-23T01:58:13.9721848Z BUILT 1307/1462 JOBS 0.1s //third_party:ukernels_asm_aarch64#compile-2x8c16-minmax-fp32-aarch64-neon-mlal.S.o640cb3cb,linux-x86_64 2022-11-23T01:58:13.9777419Z BUILT 1308/1462 JOBS 0.0s //third_party:ukernels_asm_aarch64#compile-8x8inc-minmax-aarch64-neonfp16arith-ld64.S.o47b73bce,linux-x86_64 2022-11-23T01:58:13.9845739Z BUILT 1309/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-minmax-fp32-sse41-mul16-ld64-x16.c.o9ef2b199,linux-x86_64 2022-11-23T01:58:13.9909631Z BUILT 1310/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-3x4c8-minmax-fp32-sse41-ld64.c.of407d7b6,linux-x86_64 2022-11-23T01:58:13.9927930Z BUILT 1311/1462 JOBS 0.3s //third_party:ukernels_sse41#compile-3x4c8-minmax-fp32-sse41-ld64.c.o0189de67,linux-x86_64 2022-11-23T01:58:13.9979428Z BUILT 1312/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-1x4c8-minmax-fp32-sse41-ld64.c.oe00b8b63,linux-x86_64 2022-11-23T01:58:14.0049665Z BUILT 1313/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-sse41-2x8.c.o98647261,linux-x86_64 2022-11-23T01:58:14.0056648Z BUILT 1314/1462 JOBS 0.3s //third_party:ukernels_sse41#compile-up8x25-minmax-fp32-sse41-mul16.c.o15c506e2,linux-x86_64 2022-11-23T01:58:14.0117723Z BUILT 1315/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-up8x9-minmax-fp32-sse41-mul16.c.o2fe370b3,linux-x86_64 2022-11-23T01:58:14.0186487Z BUILT 1316/1462 JOBS 0.1s //third_party:ukernels_sse41#compile-minmax-sse41-mul16-ld64-x8.c.oa79ff72c,linux-x86_64 2022-11-23T01:58:14.0187895Z BUILT 1317/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-7p7x-minmax-fp32-sse41-c8.c.o61ea02bd,linux-x86_64 2022-11-23T01:58:14.0245820Z BUILT 1318/1462 JOBS 0.1s //third_party:ukernels_sse41#compile-vcvt-sse41-x32.c.oc6e50526,linux-x86_64 2022-11-23T01:58:14.0310459Z BUILT 1319/1462 JOBS 0.3s //third_party:ukernels_sse41#compile-up8x25-minmax-fp32-sse41-mul16.c.o846db5d1,linux-x86_64 2022-11-23T01:58:14.0327797Z BUILT 1320/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-1x4c8-minmax-fp32-sse41-ld64.c.oe64e4162,linux-x86_64 2022-11-23T01:58:14.0385311Z BUILT 1321/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-vcvt-sse41-x8.c.of3845586,linux-x86_64 2022-11-23T01:58:14.0430372Z BUILT 1322/1462 JOBS 0.1s //third_party:ukernels_sse41#compile-7x-minmax-fp32-sse41-c8.c.o82d94d86,linux-x86_64 2022-11-23T01:58:14.0463523Z BUILT 1323/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-minmax-fp32-sse41-mul16-ld64-x16.c.o480101d4,linux-x86_64 2022-11-23T01:58:14.0475989Z BUILT 1324/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-vrndz-sse41-x8.c.od0f58809,linux-x86_64 2022-11-23T01:58:14.0518678Z BUILT 1325/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-minmax-sse41-mul16-ld64-x8.c.o6cf46349,linux-x86_64 2022-11-23T01:58:14.0565366Z BUILT 1326/1462 JOBS 0.3s //third_party:ukernels_sse41#compile-up8x25-minmax-fp32-sse41-mul16-add16.c.o29a9bd57,linux-x86_64 2022-11-23T01:58:14.0613790Z BUILT 1327/1462 JOBS 0.4s //third_party:ukernels_sse41#compile-vcvt-sse41-x16.c.o1e6a81cd,linux-x86_64 2022-11-23T01:58:14.0629884Z BUILT 1328/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-sse41-c16.c.o0f970923,linux-x86_64 2022-11-23T01:58:14.0664594Z BUILT 1329/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-vcvt-sse41-int16-x16.c.o70dc0a4e,linux-x86_64 2022-11-23T01:58:14.0711845Z BUILT 1330/1462 JOBS 0.1s //third_party:ukernels_sse41#compile-minmax-sse41-mul16-ld64-x8.c.o41d7d2eb,linux-x86_64 2022-11-23T01:58:14.0764854Z BUILT 1331/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-3x4c8-minmax-fp32-sse41-ld64.c.oc78629c0,linux-x86_64 2022-11-23T01:58:14.0805966Z BUILT 1332/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-vlrelu-sse41-x8.c.of1d65604,linux-x86_64 2022-11-23T01:58:14.0843626Z BUILT 1333/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-7x-minmax-fp32-sse41-c8.c.o7575e9a8,linux-x86_64 2022-11-23T01:58:14.0907218Z BUILT 1334/1462 JOBS 0.1s //third_party:ukernels_sse41#compile-minmax-fp32-sse41-mul16-ld64-x16.c.o0cb180b8,linux-x86_64 2022-11-23T01:58:14.0913057Z BUILT 1335/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-minmax-fp32-sse41-mul16-ld64-x16.c.o26e0cb85,linux-x86_64 2022-11-23T01:58:14.0965169Z BUILT 1336/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-vrndu-sse41-x8.c.o96a2dc92,linux-x86_64 2022-11-23T01:58:14.1011456Z BUILT 1337/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-up8x9-minmax-fp32-sse41-mul16-add16.c.o062e2cf4,linux-x86_64 2022-11-23T01:58:14.1048160Z BUILT 1338/1462 JOBS 0.4s //third_party:ukernels_sse41#compile-vcvt-sse41-x16.c.o974d3fda,linux-x86_64 2022-11-23T01:58:14.1089733Z BUILT 1339/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-3x4c8-minmax-fp32-sse41-ld64.c.o3c2693ec,linux-x86_64 2022-11-23T01:58:14.1144728Z BUILT 1340/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-1x4c8-minmax-fp32-sse41-ld64.c.o9c9bf075,linux-x86_64 2022-11-23T01:58:14.1150437Z BUILT 1341/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-7p7x-minmax-fp32-sse41-c8.c.o3514da19,linux-x86_64 2022-11-23T01:58:14.1211693Z BUILT 1342/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-1x4c8-minmax-fp32-sse41-ld64.c.oda37cfc7,linux-x86_64 2022-11-23T01:58:14.1243155Z BUILT 1343/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o10480bba,linux-x86_64 2022-11-23T01:58:14.1277640Z BUILT 1344/1462 JOBS 0.1s //third_party:ukernels_sse41#compile-minmax-sse41-mul16-ld64-x8.c.oc23d038a,linux-x86_64 2022-11-23T01:58:14.1334937Z BUILT 1345/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-1x4c8-minmax-fp32-sse41-ld64.c.oeb9afc07,linux-x86_64 2022-11-23T01:58:14.1347881Z BUILT 1346/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-vrndd-sse41-x8.c.o77d0acb0,linux-x86_64 2022-11-23T01:58:14.1402833Z BUILT 1347/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-3x4c8-minmax-fp32-sse41-ld64.c.od367ab8a,linux-x86_64 2022-11-23T01:58:14.1430765Z BUILT 1348/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-sse41-x64.c.odb30e9ee,linux-x86_64 2022-11-23T01:58:14.1467743Z BUILT 1349/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-3x4c8-minmax-fp32-sse41-ld64.c.o42bc8baf,linux-x86_64 2022-11-23T01:58:14.1523729Z BUILT 1350/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-vrndne-sse41-x8.c.o97fd1598,linux-x86_64 2022-11-23T01:58:14.1551015Z BUILT 1351/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-1x4c8-minmax-fp32-sse41-ld64.c.o6357c13f,linux-x86_64 2022-11-23T01:58:14.1602745Z BUILT 1352/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-up8x9-minmax-fp32-sse41-mul16.c.oa5b03839,linux-x86_64 2022-11-23T01:58:14.1634111Z BUILT 1353/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-sse41-c16.c.o8d718f94,linux-x86_64 2022-11-23T01:58:14.1699382Z BUILT 1354/1462 JOBS 0.2s //third_party:ukernels_sse41#compile-9p8x-minmax-sse41-c16.c.o806087d9,linux-x86_64 2022-11-23T01:58:19.9182797Z BUILT 1355/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-sse2-rr2-p5-x20-acc2.c.ob579f7b7,linux-x86_64 2022-11-23T01:58:19.9225575Z BUILT 1356/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-7p7x-minmax-fp32-sse2-c8.c.o7ce5a1ef,linux-x86_64 2022-11-23T01:58:19.9306539Z BUILT 1357/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-sse2.c.o36f9673d,linux-x86_64 2022-11-23T01:58:19.9384764Z BUILT 1358/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-1x4c8-minmax-fp32-sse2-ld64.c.oa2272db8,linux-x86_64 2022-11-23T01:58:19.9386102Z BUILT 1359/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-minmax-fp32-sse2-mul16-ld64-x8.c.oad35926f,linux-x86_64 2022-11-23T01:58:19.9483318Z BUILT 1360/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-7p7x-minmax-fp32-sse2-c8.c.o61a43bd2,linux-x86_64 2022-11-23T01:58:19.9571927Z BUILT 1361/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-1x4c8-minmax-fp32-sse2-ld64.c.of032330a,linux-x86_64 2022-11-23T01:58:19.9622031Z BUILT 1362/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-3x4c8-minmax-fp32-sse2-ld64.c.o306d90f7,linux-x86_64 2022-11-23T01:58:19.9696737Z BUILT 1363/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-4x-sse2-c4.c.o8daf8a60,linux-x86_64 2022-11-23T01:58:19.9711504Z BUILT 1364/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-sse2-x64.c.oce9847fc,linux-x86_64 2022-11-23T01:58:19.9762575Z BUILT 1365/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-1x4c8-minmax-fp32-sse2-ld64.c.ocd50ce48,linux-x86_64 2022-11-23T01:58:19.9785184Z BUILT 1366/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-9x-minmax-sse2-c8.c.o05e45a16,linux-x86_64 2022-11-23T01:58:19.9812086Z BUILT 1367/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-xm-sse2.c.o6a2e626b,linux-x86_64 2022-11-23T01:58:19.9916907Z BUILT 1368/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-1x4c8-minmax-fp32-sse2-ld64.c.obca4e20e,linux-x86_64 2022-11-23T01:58:19.9973105Z BUILT 1369/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-7x-minmax-fp32-sse2-c8.c.o9368bebd,linux-x86_64 2022-11-23T01:58:20.0036330Z BUILT 1370/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-vrndne-sse2-x8.c.oe78fcbab,linux-x86_64 2022-11-23T01:58:20.0037417Z BUILT 1371/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-vcvt-sse2-x16.c.ob519d9a5,linux-x86_64 2022-11-23T01:58:20.0112965Z BUILT 1372/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-9p8x-sse2-c4.c.o47610587,linux-x86_64 2022-11-23T01:58:20.0163189Z BUILT 1373/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-vrndz-sse2-x8.c.ofc051641,linux-x86_64 2022-11-23T01:58:20.0212200Z BUILT 1374/1462 JOBS 0.3s //third_party:ukernels_sse2#compile-1x4c8-minmax-fp32-sse2-ld64.c.o059baff2,linux-x86_64 2022-11-23T01:58:20.0215440Z BUILT 1375/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-vcvt-sse2-x32.c.o2d0213cc,linux-x86_64 2022-11-23T01:58:20.0553997Z BUILT 1376/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-9p8x-minmax-sse2-c16.c.o0b900105,linux-x86_64 2022-11-23T01:58:20.0576514Z BUILT 1377/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-vcvt-sse2-x32.c.of41ccf34,linux-x86_64 2022-11-23T01:58:20.0680752Z BUILT 1378/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-minmax-sse2-mul16-ld64-x8.c.o401e5ca7,linux-x86_64 2022-11-23T01:58:20.0730566Z BUILT 1379/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-up8x9-minmax-fp32-sse2-mul16.c.o07df4df2,linux-x86_64 2022-11-23T01:58:20.0769029Z BUILT 1380/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-x3-sse2.c.occ232aaa,linux-x86_64 2022-11-23T01:58:20.0803695Z BUILT 1381/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-sse2.c.o6b9ccc2a,linux-x86_64 2022-11-23T01:58:20.0878851Z BUILT 1382/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-x3-sse2.c.ob71b9f03,linux-x86_64 2022-11-23T01:58:20.0928310Z BUILT 1383/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-vcvt-sse2-x32.c.oddf287ea,linux-x86_64 2022-11-23T01:58:20.0976953Z BUILT 1384/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-up8x9-minmax-fp32-sse2-mul16.c.o5d3cc8c1,linux-x86_64 2022-11-23T01:58:20.1013505Z BUILT 1385/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-sse2-x64.c.oac5a899a,linux-x86_64 2022-11-23T01:58:20.1070260Z BUILT 1386/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-sse2.c.ob3816e5f,linux-x86_64 2022-11-23T01:58:20.1098311Z BUILT 1387/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-minmax-sse2-mul16-ld64-x8.c.o1828ebea,linux-x86_64 2022-11-23T01:58:20.1130346Z BUILT 1388/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-minmax-sse2-mul16-ld64-x8.c.o9f7b1e24,linux-x86_64 2022-11-23T01:58:20.1231828Z BUILT 1389/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-sse2-c8.c.oe4061018,linux-x86_64 2022-11-23T01:58:20.1253802Z BUILT 1390/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-minmax-fp32-sse2-mul16-ld64-x8.c.o3ab75c85,linux-x86_64 2022-11-23T01:58:20.1342693Z BUILT 1391/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-vcvt-sse2-int16-x32.c.o7ca84b39,linux-x86_64 2022-11-23T01:58:20.1356737Z BUILT 1392/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-x2-sse2.c.o56783747,linux-x86_64 2022-11-23T01:58:20.1449719Z BUILT 1393/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-xm-sse2.c.oe4ec4133,linux-x86_64 2022-11-23T01:58:20.1472743Z BUILT 1394/1462 JOBS 0.3s //third_party:ukernels_sse2#compile-up8x25-minmax-fp32-sse2-mul16.c.o41bf40c5,linux-x86_64 2022-11-23T01:58:20.1557866Z BUILT 1395/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-3x4c8-minmax-fp32-sse2-ld64.c.o7784d1bf,linux-x86_64 2022-11-23T01:58:20.1585726Z BUILT 1396/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-vcvt-sse2-x32.c.o8bbc05b7,linux-x86_64 2022-11-23T01:58:20.1672594Z BUILT 1397/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-minmax-fp32-sse2-mul16-ld64-x8.c.of58a7e50,linux-x86_64 2022-11-23T01:58:20.1697360Z BUILT 1398/1462 JOBS 0.3s //third_party:ukernels_sse2#compile-1x4c8-minmax-fp32-sse2-ld64.c.o790c39a8,linux-x86_64 2022-11-23T01:58:20.1782957Z BUILT 1399/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-velu-sse2-rr2-lut16-p3-x12.c.o97b85ccb,linux-x86_64 2022-11-23T01:58:20.1803702Z BUILT 1400/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-sse2-c8.c.od4501310,linux-x86_64 2022-11-23T01:58:20.1897275Z BUILT 1401/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-7x-minmax-fp32-sse2-c8.c.o1f8e6023,linux-x86_64 2022-11-23T01:58:20.1911173Z BUILT 1402/1462 JOBS 0.3s //third_party:ukernels_sse2#compile-up8x9-minmax-fp32-sse2-mul16-add16.c.obfe89873,linux-x86_64 2022-11-23T01:58:20.2019340Z BUILT 1403/1462 JOBS 0.3s //third_party:ukernels_sse2#compile-vlrelu-sse2-x8.c.o610dffd2,linux-x86_64 2022-11-23T01:58:20.2096641Z BUILT 1404/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-x2-sse2.c.of3f9c54c,linux-x86_64 2022-11-23T01:58:20.2123439Z BUILT 1405/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-9x-sse2-c4.c.o47a58881,linux-x86_64 2022-11-23T01:58:20.2124159Z BUILT 1406/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-minmax-fp32-sse2-mul16-ld64-x8.c.oa52bd69e,linux-x86_64 2022-11-23T01:58:20.2218494Z BUILT 1407/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-sse2-x64.c.oe8446f42,linux-x86_64 2022-11-23T01:58:20.2224170Z BUILT 1408/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-x4-sse2.c.o668c226d,linux-x86_64 2022-11-23T01:58:20.2329557Z BUILT 1409/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-9p8x-minmax-sse2-c8.c.o8b5312a1,linux-x86_64 2022-11-23T01:58:20.2330510Z BUILT 1410/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-9p8x-minmax-sse2-c16.c.o43a3a584,linux-x86_64 2022-11-23T01:58:20.2427985Z BUILT 1411/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-vrndu-sse2-x8.c.o6d5fe1d4,linux-x86_64 2022-11-23T01:58:20.2464207Z BUILT 1412/1462 JOBS 0.3s //third_party:ukernels_sse2#compile-up8x25-minmax-fp32-sse2-mul16-add16.c.o49de8914,linux-x86_64 2022-11-23T01:58:20.2622509Z BUILT 1413/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-3x4c8-minmax-fp32-sse2-ld64.c.o9a6f4677,linux-x86_64 2022-11-23T01:58:20.2623615Z BUILT 1414/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o94936708,linux-x86_64 2022-11-23T01:58:20.2624451Z BUILT 1415/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-vrndd-sse2-x8.c.od41a6881,linux-x86_64 2022-11-23T01:58:20.2667229Z BUILT 1416/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-3x4c8-minmax-fp32-sse2-ld64.c.o70a973af,linux-x86_64 2022-11-23T01:58:20.2675514Z BUILT 1417/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-sse2-2x8.c.o99feb718,linux-x86_64 2022-11-23T01:58:20.2737426Z BUILT 1418/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-3x4c8-minmax-fp32-sse2-ld64.c.o584b3cae,linux-x86_64 2022-11-23T01:58:20.2740410Z BUILT 1419/1462 JOBS 0.2s //third_party:ukernels_sse2#compile-3x4c8-minmax-fp32-sse2-ld64.c.o58a3e7cf,linux-x86_64 2022-11-23T01:58:20.4916494Z BUILT 1420/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-minmax-sse2-mul16-ld64-x8.c.o38818299,linux-x86_64 2022-11-23T01:58:20.5620505Z BUILT 1421/1462 JOBS 0.3s //third_party:ukernels_sse2#compile-up8x25-minmax-fp32-sse2-mul16.c.o4b17b20c,linux-x86_64 2022-11-23T01:58:20.8361175Z BUILT 1422/1462 JOBS 0.1s //third_party:ukernels_sse2#compile-x4-sse2.c.o75f5d94c,linux-x86_64 2022-11-23T01:58:20.9486782Z BUILT 1423/1462 JOBS 0.0s //third_party:jit_memory#linux-x86_64,static 2022-11-23T01:58:20.9558546Z BUILT 1424/1462 JOBS 0.0s //third_party:ukernels_asm_aarch32#linux-x86_64,static 2022-11-23T01:58:20.9619116Z BUILT 1425/1462 JOBS 0.0s //third_party:tables#linux-x86_64,static 2022-11-23T01:58:20.9638261Z BUILT 1426/1462 JOBS 0.0s //:torch_mobile_observer#linux-x86_64,static 2022-11-23T01:58:20.9712204Z BUILT 1427/1462 JOBS 0.0s //third_party:ukernels_avx512skx#linux-x86_64,static 2022-11-23T01:58:20.9787607Z BUILT 1428/1462 JOBS 0.0s //third_party:ukernels_f16c#linux-x86_64,static 2022-11-23T01:58:20.9814151Z BUILT 1429/1462 JOBS 0.0s //:torch_mobile_deserialize_common#linux-x86_64,static 2022-11-23T01:58:20.9868430Z BUILT 1430/1462 JOBS 0.0s //third_party:ukernels_sse#linux-x86_64,static 2022-11-23T01:58:20.9878360Z BUILT 1431/1462 JOBS 0.0s //third_party:ukernels_neon_fp16#linux-x86_64,static 2022-11-23T01:58:20.9915116Z BUILT 1432/1462 JOBS 0.1s //third_party:ukernels_neon#linux-x86_64,static 2022-11-23T01:58:20.9943460Z BUILT 1433/1462 JOBS 0.0s //third_party:subgraph#linux-x86_64,static 2022-11-23T01:58:21.0025108Z BUILT 1434/1462 JOBS 0.0s //:torch_mobile_module#linux-x86_64,static 2022-11-23T01:58:21.0034987Z BUILT 1435/1462 JOBS 0.0s //third_party:ukernels_fma3#linux-x86_64,static 2022-11-23T01:58:21.0102043Z BUILT 1436/1462 JOBS 0.0s //:torch_mobile_deserialize#linux-x86_64,static 2022-11-23T01:58:21.0148344Z BUILT 1437/1462 JOBS 0.0s //third_party:operators#linux-x86_64,static 2022-11-23T01:58:21.0227926Z BUILT 1438/1462 JOBS 0.0s //third_party:ukernels_xop#linux-x86_64,static 2022-11-23T01:58:21.0238844Z BUILT 1439/1462 JOBS 0.0s //third_party:ukernels_neon_fp16arith_aarch64#linux-x86_64,static 2022-11-23T01:58:21.0265251Z BUILT 1440/1462 JOBS 0.0s //:common_core#linux-x86_64,static 2022-11-23T01:58:21.0288727Z BUILT 1441/1462 JOBS 0.0s //third_party:ukernels_neon_v8#linux-x86_64,static 2022-11-23T01:58:21.0383705Z BUILT 1442/1462 JOBS 0.1s //third_party:ukernels_avx512#linux-x86_64,static 2022-11-23T01:58:21.0432634Z BUILT 1443/1462 JOBS 0.0s //third_party:ukernels_neon_fma#linux-x86_64,static 2022-11-23T01:58:21.0473753Z BUILT 1444/1462 JOBS 0.0s //third_party:ukernels_ssse3#linux-x86_64,static 2022-11-23T01:58:21.0583751Z BUILT 1445/1462 JOBS 0.1s //:caffe2_serialize#linux-x86_64,static 2022-11-23T01:58:21.0641480Z BUILT 1446/1462 JOBS 0.1s //:pthreadpool#linux-x86_64,static 2022-11-23T01:58:21.0695320Z BUILT 1447/1462 JOBS 0.1s //third_party:ruy_lib#linux-x86_64,static 2022-11-23T01:58:21.0779253Z BUILT 1448/1462 JOBS 0.0s //third_party:ukernels_neon_dot#linux-x86_64,static 2022-11-23T01:58:21.0784424Z BUILT 1449/1462 JOBS 0.1s //third_party:miniz#linux-x86_64,static 2022-11-23T01:58:21.0840043Z BUILT 1450/1462 JOBS 0.0s //third_party:ukernels_neon_aarch64#linux-x86_64,static 2022-11-23T01:58:21.0900059Z BUILT 1451/1462 JOBS 0.1s //third_party:ukernels_avx2#linux-x86_64,static 2022-11-23T01:58:21.0951357Z BUILT 1452/1462 JOBS 0.1s //third_party:ukernels_avx#linux-x86_64,static 2022-11-23T01:58:21.1010620Z BUILT 1453/1462 JOBS 0.0s //third_party:ukernels_scalar#linux-x86_64,static 2022-11-23T01:58:21.1144650Z BUILT 1454/1462 JOBS 0.1s //third_party:glog#linux-x86_64,static 2022-11-23T01:58:21.1177573Z BUILT 1455/1462 JOBS 0.1s //third_party:ukernels_scalar_aarch32#linux-x86_64,static 2022-11-23T01:58:21.1262297Z BUILT 1456/1462 JOBS 0.1s //third_party:fmt#linux-x86_64,static 2022-11-23T01:58:21.1322550Z BUILT 1457/1462 JOBS 0.1s //:torch_common#linux-x86_64,static 2022-11-23T01:58:21.1399790Z BUILT 1458/1462 JOBS 0.2s //third_party:ukernels_asm_aarch64#linux-x86_64,static 2022-11-23T01:58:21.1423665Z BUILT 1459/1462 JOBS 0.1s //third_party:ukernels_sse41#linux-x86_64,static 2022-11-23T01:58:21.1838352Z BUILT 1460/1462 JOBS 0.1s //third_party:ukernels_sse2#linux-x86_64,static 2022-11-23T01:58:24.8424622Z BUILT 1461/1462 JOBS 0.0s //:ptmobile_benchmark 2022-11-23T01:58:25.2280705Z BUILT 1462/1462 JOBS 4.0s //:ptmobile_benchmark#binary 2022-11-23T01:58:25.2281439Z DOWNLOADED 0 ARTIFACTS, 0.00 BYTES, 100.0% CACHE MISS 2022-11-23T01:58:25.2281888Z BUILDING: FINISHED IN 4m 37.3s (100%) 1462/1462 JOBS, 1392 UPDATED 2022-11-23T01:58:25.2282277Z BUILD SUCCEEDED 2022-11-23T01:58:25.3020672Z ##[group]Run buck run :ptmobile_benchmark -- --model=ios/TestApp/models/mobilenet_v2.ptl --input_dims=1,3,224,224 --input_type=float 2022-11-23T01:58:25.3021644Z buck run :ptmobile_benchmark -- --model=ios/TestApp/models/mobilenet_v2.ptl --input_dims=1,3,224,224 --input_type=float 2022-11-23T01:58:25.3087487Z shell: /usr/bin/bash -e -l {0} 2022-11-23T01:58:25.3087735Z env: 2022-11-23T01:58:25.3088031Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:58:25.3088439Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:58:25.3088821Z CONDA_ENV: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:58:25.3089248Z CONDA_RUN: conda run -p /home/runner/work/_temp/conda_environment_3528394938 --no-capture-output 2022-11-23T01:58:25.3089676Z CONDA_BUILD: conda run -p /home/runner/work/_temp/conda_environment_3528394938 conda-build 2022-11-23T01:58:25.3090156Z CONDA_INSTALL: conda install -p /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:58:25.3090485Z ##[endgroup] 2022-11-23T01:58:26.0230155Z Watchman raised a warning: Recrawled this watch 3 times, most recently because: 2022-11-23T01:58:26.0231193Z dir missing from internal stateTo resolve, please review the information on 2022-11-23T01:58:26.0231836Z https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl 2022-11-23T01:58:26.0232313Z To clear this warning, run: 2022-11-23T01:58:26.0233187Z `watchman watch-del /home/runner/work/pytorch/pytorch ; watchman watch-project /home/runner/work/pytorch/pytorch` 2022-11-23T01:58:26.0233590Z 2022-11-23T01:58:59.3596864Z PARSING BUCK FILES: FINISHED IN 33.2s 2022-11-23T01:58:59.4526804Z CREATING ACTION GRAPH: FINISHED IN 0.1s 2022-11-23T01:59:01.1990816Z DOWNLOADED 0 ARTIFACTS, 0.00 BYTES, 0.0% CACHE MISS 2022-11-23T01:59:01.1991763Z BUILDING: FINISHED IN 34.9s (100%) 79/79 JOBS, 0 UPDATED 2022-11-23T01:59:01.1992248Z BUILD SUCCEEDED 2022-11-23T01:59:01.7463082Z Starting benchmark. 2022-11-23T01:59:01.7463430Z Running warmup runs. 2022-11-23T01:59:01.7465606Z Main runs. 2022-11-23T01:59:02.0933018Z Main run finished. Microseconds per iter: 34692.7. Iters per second: 28.8245 2022-11-23T01:59:02.1875020Z ##[group]Run buck build //... --keep-going 2022-11-23T01:59:02.1875355Z buck build //... --keep-going 2022-11-23T01:59:02.1938424Z shell: /usr/bin/bash -e -l {0} 2022-11-23T01:59:02.1938642Z env: 2022-11-23T01:59:02.1939120Z JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:59:02.1939518Z JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.345-1/x64 2022-11-23T01:59:02.1940045Z CONDA_ENV: /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:59:02.1940615Z CONDA_RUN: conda run -p /home/runner/work/_temp/conda_environment_3528394938 --no-capture-output 2022-11-23T01:59:02.1941227Z CONDA_BUILD: conda run -p /home/runner/work/_temp/conda_environment_3528394938 conda-build 2022-11-23T01:59:02.1941656Z CONDA_INSTALL: conda install -p /home/runner/work/_temp/conda_environment_3528394938 2022-11-23T01:59:02.1942146Z ##[endgroup] 2022-11-23T01:59:02.8898708Z Watchman raised a warning: Recrawled this watch 3 times, most recently because: 2022-11-23T01:59:02.8899412Z dir missing from internal stateTo resolve, please review the information on 2022-11-23T01:59:02.8906744Z https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl 2022-11-23T01:59:02.8915516Z To clear this warning, run: 2022-11-23T01:59:02.8943788Z `watchman watch-del /home/runner/work/pytorch/pytorch ; watchman watch-project /home/runner/work/pytorch/pytorch` 2022-11-23T01:59:02.8945051Z 2022-11-23T01:59:07.5821298Z PARSING BUCK FILES: FINISHED IN 0.0s 2022-11-23T01:59:08.9952687Z CREATING ACTION GRAPH: FINISHED IN 1.4s 2022-11-23T01:59:09.4981096Z BUILT 3/3133 JOBS 0.0s //:aten_vulkan_header#linux-x86_64,static 2022-11-23T01:59:09.5053720Z BUILT 4/3133 JOBS 0.0s //:th_header#linux-x86_64,static 2022-11-23T01:59:09.5054362Z BUILT 5/3133 JOBS 0.0s //:torch_headers#linux-x86_64,static 2022-11-23T01:59:09.5055007Z BUILT 6/3133 JOBS 0.0s //:aten_metal_prepack_header#linux-x86_64,static 2022-11-23T01:59:09.5058662Z BUILT 7/3133 JOBS 0.0s //:aten_test_header#linux-x86_64,static 2022-11-23T01:59:09.5059315Z BUILT 8/3133 JOBS 0.0s //:torch_mobile_headers#linux-x86_64,static 2022-11-23T01:59:09.5059905Z BUILT 9/3133 JOBS 0.0s //:generated-autograd-headers#linux-x86_64,static 2022-11-23T01:59:09.5104909Z BUILT 10/3133 JOBS 0.0s //:generated-version-header#linux-x86_64,static 2022-11-23T01:59:09.5105630Z BUILT 11/3133 JOBS 0.0s //:generated_aten_config_header#linux-x86_64,static 2022-11-23T01:59:09.5106254Z BUILT 12/3133 JOBS 0.0s //:jit_core_headers#linux-x86_64,static 2022-11-23T01:59:09.5210970Z BUILT 13/3133 JOBS 0.0s //:aten_header#linux-x86_64,static 2022-11-23T01:59:09.5214289Z BUILT 14/3133 JOBS 0.0s //:generated_aten_headers_cpu#linux-x86_64,static 2022-11-23T01:59:10.0724091Z BUILT 47/3133 JOBS 0.0s //:torch_mobile_core_pickle_and_flatbuffer#linux-x86_64,static 2022-11-23T01:59:10.1185854Z BUILT 50/3133 JOBS 0.0s //:torch_mobile_core_flatbuffer#linux-x86_64,static 2022-11-23T01:59:10.1193460Z BUILT 51/3133 JOBS 0.0s //:mobile_bytecode#linux-x86_64,static 2022-11-23T01:59:10.1196625Z BUILT 52/3133 JOBS 0.0s //:flatbuffers_jit#linux-x86_64,static 2022-11-23T01:59:10.1204644Z BUILT 53/3133 JOBS 0.0s //:flatbuffers_mobile#linux-x86_64,static 2022-11-23T01:59:10.1272278Z BUILT 54/3133 JOBS 0.0s //:torch_supported_mobile_models#linux-x86_64,static 2022-11-23T01:59:11.1389260Z BUILT 93/3125 JOBS 0.0s //aten/src/ATen/native/quantized/cpu/qnnpack:qnnp_interface#linux-x86_64,static 2022-11-23T01:59:11.1420198Z BUILT 94/3125 JOBS 0.0s //:caffe2_headers#linux-x86_64,static 2022-11-23T01:59:11.4128836Z BUILT 116/3104 JOBS 0.0s //third_party:glog_config#linux-x86_64,static 2022-11-23T01:59:11.4129725Z BUILT 117/3104 JOBS 0.0s //third_party:interface#linux-x86_64,static 2022-11-23T01:59:11.4130375Z BUILT 118/3104 JOBS 0.0s //third_party:ukernels_sse2_ovr_win32#linux-x86_64,static 2022-11-23T01:59:11.4130999Z BUILT 119/3104 JOBS 0.0s //third_party:ukernels_sse_ovr_win32#linux-x86_64,static 2022-11-23T01:59:11.4131990Z BUILT 120/3104 JOBS 0.0s //third_party:ukernels_sse41_ovr_win32#linux-x86_64,static 2022-11-23T01:59:11.4133109Z BUILT 121/3104 JOBS 0.0s //third_party:ukernels_ssse3_ovr_win32#linux-x86_64,static 2022-11-23T01:59:11.4133748Z BUILT 122/3104 JOBS 0.0s //third_party:ukernels_xop_ovr_win32#linux-x86_64,static 2022-11-23T01:59:11.4134364Z BUILT 123/3104 JOBS 0.0s //third_party:ukernels_fma3_ovr_win32#linux-x86_64,static 2022-11-23T01:59:11.4135007Z BUILT 124/3104 JOBS 0.0s //third_party:ukernels_avx2_ovr_win32#linux-x86_64,static 2022-11-23T01:59:11.4135679Z BUILT 125/3104 JOBS 0.0s //third_party:ukernels_avx_ovr_win32#linux-x86_64,static 2022-11-23T01:59:11.4136456Z BUILT 126/3104 JOBS 0.0s //third_party:ukernels_avx512_ovr_win32#linux-x86_64,static 2022-11-23T01:59:11.4137047Z BUILT 127/3104 JOBS 0.0s //third_party:ukernels_f16c_ovr_win32#linux-x86_64,static 2022-11-23T01:59:11.4137675Z BUILT 128/3104 JOBS 0.0s //third_party:ukernels_avx512skx_ovr_win32#linux-x86_64,static 2022-11-23T01:59:11.4138268Z BUILT 129/3104 JOBS 0.0s //third_party:arm64_lib#linux-x86_64,static 2022-11-23T01:59:11.4138845Z BUILT 130/3104 JOBS 0.0s //third_party:x86_and_x86_64_lib#linux-x86_64,static 2022-11-23T01:59:11.4139435Z BUILT 131/3104 JOBS 0.0s //third_party:x86_and_x86_64_lib_ovr_win32#linux-x86_64,static 2022-11-23T01:59:11.4140012Z BUILT 132/3104 JOBS 0.0s //third_party:armv7_lib#linux-x86_64,static 2022-11-23T01:59:11.4140566Z BUILT 133/3104 JOBS 0.0s //third_party:arm_lib#linux-x86_64,static 2022-11-23T01:59:11.4141367Z BUILT 134/3104 JOBS 0.0s //third_party:libkineto_headers#linux-x86_64,static 2022-11-23T01:59:11.4141958Z BUILT 135/3104 JOBS 0.0s //third_party:pthreadpool_header#linux-x86_64,static 2022-11-23T01:59:11.4142539Z BUILT 136/3104 JOBS 0.0s //third_party:no-op#linux-x86_64,static 2022-11-23T01:59:11.4143091Z BUILT 137/3104 JOBS 0.0s //third_party:psimd#linux-x86_64,static 2022-11-23T01:59:11.4143635Z BUILT 138/3104 JOBS 0.0s //third_party:FXdiv#linux-x86_64,static 2022-11-23T01:59:11.4144285Z BUILT 139/3104 JOBS 0.0s //third_party:FP16#linux-x86_64,static 2022-11-23T01:59:11.4144874Z BUILT 140/3104 JOBS 0.0s //third_party:flatbuffers-api#linux-x86_64,static 2022-11-23T01:59:11.4191976Z BUILT 141/3104 JOBS 0.0s //third_party:gtest_headers#linux-x86_64,static 2022-11-23T01:59:11.4193647Z BUILT 144/3104 JOBS 0.0s //third_party:rt#linux-x86_64,static 2022-11-23T01:59:11.4194335Z BUILT 149/3104 JOBS 0.0s //third_party:pocketfft_header#linux-x86_64,static 2022-11-23T01:59:11.4269611Z BUILT 150/3000 JOBS 0.0s //third_party:flatc_library 2022-11-23T01:59:11.8231658Z BUILT 235/1113 JOBS 0.1s //:metal_build_srcs 2022-11-23T01:59:19.5624462Z BUILT 239/1113 JOBS 7.4s //:gen_aten_libtorch_lite 2022-11-23T01:59:19.6660539Z BUILT 257/1113 JOBS 7.5s //:pt_ops_full_unboxing_and_autograd 2022-11-23T01:59:19.7796355Z BUILT 258/1113 JOBS 0.0s //third_party:flatc_library#linux-x86_64,private-headers 2022-11-23T01:59:19.7861847Z BUILT 259/1113 JOBS 0.0s //:lean_runtime_with_op#header-mode-symlink-tree-only,headers 2022-11-23T01:59:19.7870074Z BUILT 260/1113 JOBS 0.0s //:lean_runtime_with_tensor#linux-x86_64,private-headers 2022-11-23T01:59:19.7878691Z BUILT 261/1113 JOBS 0.0s //:min_runtime_lib#header-mode-symlink-tree-only,headers 2022-11-23T01:59:19.7887384Z BUILT 262/1113 JOBS 0.0s //:lean_runtime_with_tensor#header-mode-symlink-tree-only,headers 2022-11-23T01:59:19.7902165Z BUILT 263/1113 JOBS 0.0s //:min_runtime_lib#linux-x86_64,private-headers 2022-11-23T01:59:19.7915056Z BUILT 264/1113 JOBS 0.0s //:lean_runtime_with_op#linux-x86_64,private-headers 2022-11-23T01:59:19.7918902Z BUILT 265/1113 JOBS 0.0s //:lean_runtime_with_flatbuffer#linux-x86_64,private-headers 2022-11-23T01:59:19.7935690Z BUILT 266/1113 JOBS 0.0s //:aten_native_cpu#linux-x86_64,private-headers 2022-11-23T01:59:19.8539524Z BUILT 275/1113 JOBS 0.0s //third_party:libkineto#linux-x86_64,private-headers 2022-11-23T01:59:19.8548444Z BUILT 276/1113 JOBS 0.0s //third_party:config_loader#linux-x86_64,private-headers 2022-11-23T01:59:19.8552819Z BUILT 277/1113 JOBS 0.0s //third_party:base_logger#linux-x86_64,private-headers 2022-11-23T01:59:19.8558089Z BUILT 278/1113 JOBS 0.0s //third_party:logger#linux-x86_64,private-headers 2022-11-23T01:59:19.8558763Z BUILT 279/1113 JOBS 0.0s //third_party:thread_util#linux-x86_64,private-headers 2022-11-23T01:59:19.8562477Z BUILT 280/1113 JOBS 0.0s //third_party:flatc#linux-x86_64,private-headers 2022-11-23T01:59:19.8564735Z BUILT 281/1113 JOBS 0.0s //third_party:gmock#linux-x86_64,private-headers 2022-11-23T01:59:19.8568900Z BUILT 282/1113 JOBS 0.0s //third_party:libkineto_api#linux-x86_64,private-headers 2022-11-23T01:59:19.8569609Z BUILT 283/1113 JOBS 0.0s //third_party:config#linux-x86_64,private-headers 2022-11-23T01:59:19.8864638Z BUILT 284/1113 JOBS 0.1s //:lean_runtime_with_flatbuffer#header-mode-symlink-tree-only,headers 2022-11-23T01:59:19.9114668Z BUILT 285/1113 JOBS 0.0s //:torch_core#linux-x86_64,private-headers 2022-11-23T01:59:19.9124017Z BUILT 286/1113 JOBS 0.0s //:torch_mobile_debug_symbolication#linux-x86_64,private-headers 2022-11-23T01:59:19.9125109Z BUILT 287/1113 JOBS 0.0s //:torch_model_tracer#linux-x86_64,private-headers 2022-11-23T01:59:19.9139766Z BUILT 288/1113 JOBS 0.0s //:torch_mobile_train#linux-x86_64,private-headers 2022-11-23T01:59:19.9140871Z BUILT 289/1113 JOBS 0.0s //:torch_mobile_train_import_data#linux-x86_64,private-headers 2022-11-23T01:59:19.9141540Z BUILT 290/1113 JOBS 0.0s //:torch#linux-x86_64,private-headers 2022-11-23T01:59:19.9142184Z BUILT 291/1113 JOBS 0.0s //:torch_train#linux-x86_64,private-headers 2022-11-23T01:59:19.9155987Z BUILT 292/1113 JOBS 0.0s //:torch_mobile_compatibility#header-mode-symlink-tree-only,headers 2022-11-23T01:59:19.9156918Z BUILT 293/1113 JOBS 0.0s //:torch_mobile_compatibility#linux-x86_64,private-headers 2022-11-23T01:59:19.9157799Z BUILT 294/1113 JOBS 0.0s //:jit_module_saving#header-mode-symlink-tree-only,headers 2022-11-23T01:59:19.9158731Z BUILT 295/1113 JOBS 0.0s //:torch_kineto_profiling#linux-x86_64,private-headers 2022-11-23T01:59:19.9159544Z BUILT 296/1113 JOBS 0.0s //:jit_module_saving#linux-x86_64,private-headers 2022-11-23T01:59:19.9174010Z BUILT 297/1113 JOBS 0.0s //:backend_interface_lib#linux-x86_64,private-headers 2022-11-23T01:59:19.9174877Z BUILT 298/1113 JOBS 0.0s //:static_runtime#linux-x86_64,private-headers 2022-11-23T01:59:19.9177279Z BUILT 299/1113 JOBS 0.0s //:torch_edge_profiling#linux-x86_64,private-headers 2022-11-23T01:59:19.9178059Z BUILT 300/1113 JOBS 0.1s //:torch_cpp_cpu#linux-x86_64,private-headers 2022-11-23T01:59:19.9330549Z BUILT 301/1113 JOBS 0.0s //:torch_mobile_model_tracer#header-mode-symlink-tree-only,headers 2022-11-23T01:59:19.9350603Z BUILT 302/1113 JOBS 0.0s //third_party:flatc_library#linux-x86_64,preprocessor-deps 2022-11-23T01:59:19.9461920Z BUILT 303/1113 JOBS 0.0s //:lean_runtime_with_tensor#linux-x86_64,preprocessor-deps 2022-11-23T01:59:19.9588788Z BUILT 304/1113 JOBS 0.0s //:min_runtime_lib#linux-x86_64,preprocessor-deps 2022-11-23T01:59:19.9657946Z BUILT 305/1113 JOBS 0.0s //:lean_runtime_with_op#linux-x86_64,preprocessor-deps 2022-11-23T01:59:19.9816592Z BUILT 306/1113 JOBS 0.0s //:torch_mobile_model_tracer#linux-x86_64,private-headers 2022-11-23T01:59:20.0023050Z BUILT 307/1113 JOBS 0.0s //:aten_native_cpu#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.1516921Z BUILT 308/1113 JOBS 0.0s //third_party:config_loader#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.1538039Z BUILT 309/1113 JOBS 0.0s //third_party:base_logger#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.1547310Z BUILT 310/1113 JOBS 0.0s //third_party:libkineto#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.1657591Z BUILT 311/1113 JOBS 0.0s //third_party:logger#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.1675179Z BUILT 312/1113 JOBS 0.0s //third_party:flatc#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.1786008Z BUILT 313/1113 JOBS 0.0s //third_party:thread_util#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.1806381Z BUILT 314/1113 JOBS 0.0s //third_party:gmock#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.1917352Z BUILT 315/1113 JOBS 0.0s //third_party:config#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.1935538Z BUILT 316/1113 JOBS 0.0s //third_party:libkineto_api#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.2260094Z BUILT 317/1113 JOBS 0.0s //:lean_runtime_with_flatbuffer#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.3116143Z BUILT 318/1113 JOBS 0.0s //:torch_model_tracer#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.3248315Z BUILT 319/1113 JOBS 0.0s //:torch_mobile_debug_symbolication#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.3280515Z BUILT 320/1113 JOBS 0.0s //:torch_mobile_train#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.3450737Z BUILT 321/1113 JOBS 0.0s //:torch_mobile_train_import_data#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.3466373Z BUILT 322/1113 JOBS 0.0s //:torch#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.3485040Z BUILT 323/1113 JOBS 0.0s //:torch_mobile_compatibility#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.3497041Z BUILT 324/1113 JOBS 0.0s //:torch_train#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.3542524Z BUILT 325/1113 JOBS 0.0s //:torch_kineto_profiling#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.3673586Z BUILT 326/1113 JOBS 0.0s //:backend_interface_lib#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.3680200Z BUILT 327/1113 JOBS 0.0s //:static_runtime#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.3682457Z BUILT 328/1113 JOBS 0.0s //:jit_module_saving#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.3683295Z BUILT 329/1113 JOBS 0.0s //:torch_cpp_cpu#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.3953916Z BUILT 330/1113 JOBS 0.0s //:torch_edge_profiling#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.4003478Z BUILT 331/1113 JOBS 0.0s //:torch_core#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.5502940Z BUILT 332/1113 JOBS 0.0s //:flatbuffer_loader#linux-x86_64,private-headers 2022-11-23T01:59:20.5505971Z BUILT 333/1113 JOBS 0.0s //:flatbuffer_loader#header-mode-symlink-tree-only,headers 2022-11-23T01:59:20.5506926Z BUILT 334/1113 JOBS 0.0s //:flatbuffers_serializer_mobile#header-mode-symlink-tree-only,headers 2022-11-23T01:59:20.5522250Z BUILT 335/1113 JOBS 0.0s //:flatbuffers_serializer_mobile#linux-x86_64,private-headers 2022-11-23T01:59:20.5527396Z BUILT 336/1113 JOBS 0.0s //:mobile_bytecode#header-mode-symlink-tree-only,headers 2022-11-23T01:59:20.5537852Z BUILT 337/1113 JOBS 0.0s //:torch_mobile_model_tracer#linux-x86_64,preprocessor-deps 2022-11-23T01:59:20.5552820Z BUILT 338/1113 JOBS 0.0s //:flatbuffers_serializer_jit#linux-x86_64,private-headers 2022-11-23T01:59:20.5568308Z BUILT 339/1113 JOBS 0.0s //:flatbuffers_serializer_jit#header-mode-symlink-tree-only,headers 2022-11-23T02:25:13.1043741Z BUILT 340/1113 JOBS 2.0s //third_party:flatc_library#compile-code_generators.cpp.o5aa83641,linux-x86_64 2022-11-23T02:25:13.1164129Z BUILT 341/1113 JOBS 2.2s //third_party:flatc_library#compile-flatc.cpp.o1ed6ef29,linux-x86_64 2022-11-23T02:25:13.1226381Z BUILT 342/1113 JOBS 1.0s //third_party:flatc_library#compile-util.cpp.o288c0fde,linux-x86_64 2022-11-23T02:25:13.1486188Z BUILT 343/1113 JOBS 2.1s //third_party:flatc_library#compile-idl_gen_text.cpp.od5c96c71,linux-x86_64 2022-11-23T02:25:13.1554993Z BUILT 344/1113 JOBS 1.8s //third_party:flatc_library#compile-idl_gen_fbs.cpp.o100685fc,linux-x86_64 2022-11-23T02:25:13.3350905Z BUILT 345/1113 JOBS 4.9s //third_party:flatc_library#compile-idl_parser.cpp.o5439fac6,linux-x86_64 2022-11-23T02:25:13.3903791Z BUILT 346/1113 JOBS 53.3s //:lean_runtime_with_tensor#compile-Operators_1.cpp.oa57c356d,linux-x86_64 2022-11-23T02:25:13.4648175Z BUILT 347/1113 JOBS 55.2s //:lean_runtime_with_tensor#compile-Operators_0.cpp.obf9b0b5e,linux-x86_64 2022-11-23T02:25:13.4777941Z BUILT 348/1113 JOBS 2.9s //:lean_runtime_with_tensor#compile-EmptyTensor.cpp.oa6ceb358,linux-x86_64 2022-11-23T02:25:13.4884426Z BUILT 349/1113 JOBS 3.2s //:lean_runtime_with_tensor#compile-Context.cpp.oba53b67c,linux-x86_64 2022-11-23T02:25:13.5048088Z BUILT 350/1113 JOBS 2.3s //:lean_runtime_with_tensor#compile-CUDAHooksInterface.cpp.o98019905,linux-x86_64 2022-11-23T02:25:13.5195783Z BUILT 351/1113 JOBS 8.5s //:lean_runtime_with_tensor#compile-Utils.cpp.o936ec679,linux-x86_64 2022-11-23T02:25:13.5264470Z BUILT 352/1113 JOBS 3.3s //:lean_runtime_with_tensor#compile-TensorMethods.cpp.o5d28dab7,linux-x86_64 2022-11-23T02:25:13.5377643Z BUILT 353/1113 JOBS 0.9s //:min_runtime_lib#compile-instruction.cpp.o046bb45a,linux-x86_64 2022-11-23T02:25:13.5615557Z BUILT 354/1113 JOBS 5.3s //:min_runtime_lib#compile-register_ops_common_utils.cpp.o13d143a8,linux-x86_64 2022-11-23T02:25:13.6124570Z BUILT 355/1113 JOBS 1m 2.0s //:lean_runtime_with_tensor#compile-Operators_2.cpp.oc2a35998,linux-x86_64 2022-11-23T02:25:13.6225200Z BUILT 356/1113 JOBS 1.5s //third_party:flatc_library#compile-reflection.cpp.o066cc3e7,linux-x86_64 2022-11-23T02:25:13.6872950Z BUILT 357/1113 JOBS 44.8s //:lean_runtime_with_tensor#compile-Operators_4.cpp.oeccf053e,linux-x86_64 2022-11-23T02:25:13.7024381Z BUILT 358/1113 JOBS 7.5s //:min_runtime_lib#compile-function.cpp.o4f1d1537,linux-x86_64 2022-11-23T02:25:13.7170232Z BUILT 359/1113 JOBS 10.0s //:min_runtime_lib#compile-ivalue.cpp.o15e22a72,linux-x86_64 2022-11-23T02:25:13.7229404Z BUILT 360/1113 JOBS 4.3s //:min_runtime_lib#compile-type_factory.cpp.oc0fad21b,linux-x86_64 2022-11-23T02:25:13.7275715Z BUILT 361/1113 JOBS 1.0s //:min_runtime_lib#compile-jit_exception.cpp.off5af705,linux-x86_64 2022-11-23T02:25:13.7326916Z BUILT 362/1113 JOBS 4.6s //:min_runtime_lib#compile-Dict.cpp.oa9bee0d7,linux-x86_64 2022-11-23T02:25:13.7385679Z BUILT 363/1113 JOBS 6.3s //:min_runtime_lib#compile-dynamic_type.cpp.o2cd82ef8,linux-x86_64 2022-11-23T02:25:13.7430280Z BUILT 364/1113 JOBS 7.5s //:min_runtime_lib#compile-ScalarOps.cpp.ocdce94e3,linux-x86_64 2022-11-23T02:25:13.7488445Z BUILT 365/1113 JOBS 8.8s //:min_runtime_lib#compile-vararg_functions.cpp.od0fdd020,linux-x86_64 2022-11-23T02:25:13.7542299Z BUILT 366/1113 JOBS 6.1s //:min_runtime_lib#compile-type_parser.cpp.o5ed67b53,linux-x86_64 2022-11-23T02:25:13.7585837Z BUILT 367/1113 JOBS 4.5s //:min_runtime_lib#compile-List.cpp.o303ba880,linux-x86_64 2022-11-23T02:25:13.7634538Z BUILT 368/1113 JOBS 5.1s //:min_runtime_lib#compile-prim_native_functions.cpp.oa3c495c7,linux-x86_64 2022-11-23T02:25:13.7685039Z BUILT 369/1113 JOBS 5.5s //:min_runtime_lib#compile-parse_bytecode.cpp.o63a0a4cf,linux-x86_64 2022-11-23T02:25:13.7747858Z BUILT 370/1113 JOBS 8.9s //:min_runtime_lib#compile-promoted_prim_ops.cpp.o4479e771,linux-x86_64 2022-11-23T02:25:13.7798709Z BUILT 371/1113 JOBS 1.4s //:lean_runtime_with_op#compile-interned_strings.cpp.oa57c87fb,linux-x86_64 2022-11-23T02:25:13.7854428Z BUILT 372/1113 JOBS 1.8s //:lean_runtime_with_op#compile-error_report.cpp.o6da7ef7f,linux-x86_64 2022-11-23T02:25:13.7930228Z BUILT 373/1113 JOBS 1.1s //:lean_runtime_with_op#compile-ObservedOperators.cpp.o07def595,linux-x86_64 2022-11-23T02:25:13.8024219Z BUILT 374/1113 JOBS 0.6s //:lean_runtime_with_op#compile-strtod.cpp.o98577ded,linux-x86_64 2022-11-23T02:25:13.8134400Z BUILT 375/1113 JOBS 0.1s //:lean_runtime_with_op#compile-SequenceNumber.cpp.o8401f00f,linux-x86_64 2022-11-23T02:25:13.8201055Z BUILT 376/1113 JOBS 5.2s //:lean_runtime_with_op#compile-infer_schema.cpp.o641f85db,linux-x86_64 2022-11-23T02:25:13.8669556Z BUILT 377/1113 JOBS 51.1s //:lean_runtime_with_tensor#compile-Operators_3.cpp.o516e066e,linux-x86_64 2022-11-23T02:25:13.8739836Z BUILT 378/1113 JOBS 0.9s //:lean_runtime_with_op#compile-slice_indices_adjust.cpp.o8aa3b241,linux-x86_64 2022-11-23T02:25:13.8825306Z BUILT 379/1113 JOBS 6.6s //:lean_runtime_with_op#compile-Dispatcher.cpp.o4a8f125b,linux-x86_64 2022-11-23T02:25:13.8926083Z BUILT 380/1113 JOBS 6.4s //:lean_runtime_with_op#compile-custom_class.cpp.ob81e38c7,linux-x86_64 2022-11-23T02:25:13.8993245Z BUILT 381/1113 JOBS 7.9s //:lean_runtime_with_op#compile-schema_type_parser.cpp.o6539f16f,linux-x86_64 2022-11-23T02:25:13.9052921Z BUILT 382/1113 JOBS 6.5s //:lean_runtime_with_op#compile-OperatorEntry.cpp.o8d6d8221,linux-x86_64 2022-11-23T02:25:13.9101937Z BUILT 383/1113 JOBS 4.8s //:lean_runtime_with_op#compile-prim_ops_registery.cpp.oce47856b,linux-x86_64 2022-11-23T02:25:13.9150652Z BUILT 384/1113 JOBS 0.5s //:lean_runtime_with_op#compile-edit_distance.cpp.o825a764d,linux-x86_64 2022-11-23T02:25:13.9205574Z BUILT 385/1113 JOBS 5.3s //:lean_runtime_with_op#compile-KernelFunction.cpp.o6554ac31,linux-x86_64 2022-11-23T02:25:13.9256998Z BUILT 386/1113 JOBS 5.1s //:lean_runtime_with_op#compile-DispatchKeyExtractor.cpp.of8a64c03,linux-x86_64 2022-11-23T02:25:13.9316690Z BUILT 387/1113 JOBS 6.8s //:lean_runtime_with_op#compile-record_function.cpp.o67841dfb,linux-x86_64 2022-11-23T02:25:13.9379690Z BUILT 388/1113 JOBS 6.5s //:lean_runtime_with_op#compile-function_schema.cpp.oe7d4b677,linux-x86_64 2022-11-23T02:25:13.9581757Z BUILT 389/1113 JOBS 5.4s //:lean_runtime_with_op#compile-source_range.cpp.odb054c33,linux-x86_64 2022-11-23T02:25:13.9637600Z BUILT 390/1113 JOBS 4.9s //:lean_runtime_with_op#compile-parse_operators.cpp.o36cdbdf8,linux-x86_64 2022-11-23T02:25:13.9704625Z BUILT 391/1113 JOBS 5.9s //:lean_runtime_with_op#compile-library.cpp.o833a3c5d,linux-x86_64 2022-11-23T02:25:13.9738404Z BUILT 392/1113 JOBS 6.3s //:lean_runtime_with_op#compile-tensor_type.cpp.oa4c6e3da,linux-x86_64 2022-11-23T02:25:13.9777014Z BUILT 393/1113 JOBS 6.4s //:lean_runtime_with_op#compile-union_type.cpp.ob080ce09,linux-x86_64 2022-11-23T02:25:13.9835479Z BUILT 394/1113 JOBS 2.4s //:lean_runtime_with_op#compile-lexer.cpp.o1b4c6dbb,linux-x86_64 2022-11-23T02:25:13.9889118Z BUILT 395/1113 JOBS 0.9s //:lean_runtime_with_op#compile-operator_name.cpp.oaf3dd13a,linux-x86_64 2022-11-23T02:25:13.9915028Z BUILT 396/1113 JOBS 1.6s //:lean_runtime_with_op#compile-register_symbols.cpp.o85392bfb,linux-x86_64 2022-11-23T02:25:13.9968479Z BUILT 397/1113 JOBS 10.3s //:lean_runtime_with_op#compile-operator.cpp.o1c94aa0c,linux-x86_64 2022-11-23T02:25:18.8924172Z BUILT 398/1113 JOBS 8.8s //:min_runtime_lib#compile-type.cpp.o00f5f439,linux-x86_64 2022-11-23T02:29:37.4971830Z torch/csrc/profiler/kineto_client_interface.cpp:50:8: warning: 'set_withstack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2022-11-23T02:29:37.4982101Z void set_withstack(bool withStack) { 2022-11-23T02:29:37.4982601Z ^ 2022-11-23T02:29:37.4983080Z third_party/kineto/libkineto/include/ClientInterface.h:20:16: note: overridden virtual function is here 2022-11-23T02:29:37.4983929Z virtual void set_withstack(bool withStack) = 0; 2022-11-23T02:29:37.4984312Z ^ 2022-11-23T02:29:37.4984583Z 1 warning generated. 2022-11-23T02:31:05.3782195Z BUILT 399/1113 JOBS 7.8s //:lean_runtime_with_op#compile-function_schema_parser.cpp.o4420e1c2,linux-x86_64 2022-11-23T02:36:00.7295207Z BUILT 400/1113 JOBS 6.3s //:min_runtime_lib#compile-interpreter.cpp.o75e0cedd,linux-x86_64 2022-11-23T02:36:00.7421911Z BUILT 401/1113 JOBS 6.8s //:min_runtime_lib#compile-class_type.cpp.o6ba6552f,linux-x86_64 2022-11-23T02:36:00.7526971Z BUILT 402/1113 JOBS 9.8s //:aten_native_cpu#compile-BinaryOps.cpp.of842da25,linux-x86_64 2022-11-23T02:36:00.7607820Z BUILT 403/1113 JOBS 8.1s //:aten_native_cpu#compile-PixelShuffle.cpp.o60fc95be,linux-x86_64 2022-11-23T02:36:00.7690549Z BUILT 404/1113 JOBS 4.9s //:aten_native_cpu#compile-ParamUtils.cpp.of7ebb04b,linux-x86_64 2022-11-23T02:36:00.7776390Z BUILT 405/1113 JOBS 8.3s //:aten_native_cpu#compile-BatchLinearAlgebraKernel.cpp.o93aa6b34,linux-x86_64 2022-11-23T02:36:00.7870160Z BUILT 406/1113 JOBS 9.9s //:aten_native_cpu#compile-qconv_prepack.cpp.oae06cefb,linux-x86_64 2022-11-23T02:36:00.7940484Z BUILT 407/1113 JOBS 7.7s //:aten_native_cpu#compile-Onehot.cpp.o0514ebca,linux-x86_64 2022-11-23T02:36:13.1781670Z BUILT 408/1113 JOBS 7.8s //:aten_native_cpu#compile-TensorCompare.cpp.o024a7213,linux-x86_64 2022-11-23T02:36:14.6342727Z BUILT 409/1113 JOBS 22.6s //:aten_native_cpu#compile-Activation.cpp.o0a53f10c,linux-x86_64 2022-11-23T02:36:21.5393426Z BUILT 410/1113 JOBS 14.5s //:aten_native_cpu#compile-SparseBinaryOpIntersectionKernel.cpp.o9e2b71a3,linux-x86_64 2022-11-23T02:36:21.5477950Z BUILT 411/1113 JOBS 8.2s //:aten_native_cpu#compile-MakePerTensorQuantizedTensor.cpp.o16d323f9,linux-x86_64 2022-11-23T02:36:21.5565785Z BUILT 412/1113 JOBS 8.3s //:aten_native_cpu#compile-LossMultiLabelMargin.cpp.o99de14f6,linux-x86_64 2022-11-23T02:36:21.5651022Z BUILT 413/1113 JOBS 8.6s //:aten_native_cpu#compile-qhardswish.cpp.ob713c5a0,linux-x86_64 2022-11-23T02:36:21.5727897Z BUILT 414/1113 JOBS 7.6s //:aten_native_cpu#compile-Memory.cpp.of82b991a,linux-x86_64 2022-11-23T02:36:21.5883474Z BUILT 415/1113 JOBS 15.3s //:aten_native_cpu#compile-TensorShape.cpp.o2e983f78,linux-x86_64 2022-11-23T02:36:21.5981434Z BUILT 416/1113 JOBS 5.9s //:aten_native_cpu#compile-Convolution.cpp.ocd24a4e7,linux-x86_64 2022-11-23T02:36:21.6069805Z BUILT 417/1113 JOBS 9.9s //:aten_native_cpu#compile-Pooling.cpp.o6233c88a,linux-x86_64 2022-11-23T02:36:21.6153966Z BUILT 418/1113 JOBS 7.6s //:aten_native_cpu#compile-VariableMethodStubs.cpp.o916601d2,linux-x86_64 2022-11-23T02:36:21.6237106Z BUILT 419/1113 JOBS 8.9s //:aten_native_cpu#compile-UpSampleBilinear2d.cpp.o1b1ea2fe,linux-x86_64 2022-11-23T02:36:21.6313455Z BUILT 420/1113 JOBS 3.5s //:aten_native_cpu#compile-RenormKernel.cpp.o8fc17089,linux-x86_64 2022-11-23T02:36:21.6392843Z BUILT 421/1113 JOBS 1.0s //:aten_native_cpu#compile-Init.cpp.o3f1cc671,linux-x86_64 2022-11-23T02:36:21.6467484Z BUILT 422/1113 JOBS 3.1s //:aten_native_cpu#compile-QTensorImpl.cpp.o23faaeff,linux-x86_64 2022-11-23T02:36:21.6565709Z BUILT 423/1113 JOBS 8.4s //:aten_native_cpu#compile-PowKernel.cpp.oa7b6846d,linux-x86_64 2022-11-23T02:36:21.6653072Z BUILT 424/1113 JOBS 10.5s //:aten_native_cpu#compile-qrelu.cpp.o13ffbf04,linux-x86_64 2022-11-23T02:36:21.6764142Z BUILT 425/1113 JOBS 9.0s //:aten_native_cpu#compile-DistanceOpsKernel.cpp.o104190ee,linux-x86_64 2022-11-23T02:36:21.6846893Z BUILT 426/1113 JOBS 8.1s //:aten_native_cpu#compile-TensorOperators.cpp.oe7c5facf,linux-x86_64 2022-11-23T02:36:21.6935684Z BUILT 427/1113 JOBS 5.7s //:aten_native_cpu#compile-WeightNormKernel.cpp.o819ec12c,linux-x86_64 2022-11-23T02:36:21.7040666Z BUILT 428/1113 JOBS 10.7s //:aten_native_cpu#compile-SparseTensor.cpp.o32a0d186,linux-x86_64 2022-11-23T02:36:21.7124815Z BUILT 429/1113 JOBS 9.4s //:aten_native_cpu#compile-LossCTC.cpp.o5b53cf7e,linux-x86_64 2022-11-23T02:36:21.7210457Z BUILT 430/1113 JOBS 9.2s //:aten_native_cpu#compile-SparseUnaryOps.cpp.o86b26246,linux-x86_64 2022-11-23T02:36:21.7295785Z BUILT 431/1113 JOBS 9.4s //:aten_native_cpu#compile-Loss.cpp.o069d24a4,linux-x86_64 2022-11-23T02:36:21.7410223Z BUILT 432/1113 JOBS 8.9s //:aten_native_cpu#compile-UnfoldBackwardKernel.cpp.o72d2e542,linux-x86_64 2022-11-23T02:36:21.7494617Z BUILT 433/1113 JOBS 10.1s //:aten_native_cpu#compile-TriangularOps.cpp.o31fe8463,linux-x86_64 2022-11-23T02:36:21.7564714Z BUILT 434/1113 JOBS 0.1s //:aten_native_cpu#compile-Shim.cpp.o5e69774a,linux-x86_64 2022-11-23T02:36:22.2782308Z BUILT 435/1113 JOBS 4.0s //:aten_native_cpu#compile-StackKernel.cpp.o57218c36,linux-x86_64 2022-11-23T02:36:22.2827061Z BUILT 436/1113 JOBS 8.3s //:aten_native_cpu#compile-qlinear_unpack.cpp.oc5f2cdab,linux-x86_64 2022-11-23T02:36:22.2881200Z BUILT 437/1113 JOBS 8.6s //:aten_native_cpu#compile-qnormalization.cpp.o1e00ac18,linux-x86_64 2022-11-23T02:36:22.2926974Z BUILT 438/1113 JOBS 7.8s //:aten_native_cpu#compile-qtanh.cpp.o8cc01b26,linux-x86_64 2022-11-23T02:36:22.2974024Z BUILT 439/1113 JOBS 8.2s //:aten_native_cpu#compile-SparseMatMul.cpp.ob30e9fa3,linux-x86_64 2022-11-23T02:36:22.3036203Z BUILT 440/1113 JOBS 20.6s //:aten_native_cpu#compile-TensorCompareKernel.cpp.o22e9322d,linux-x86_64 2022-11-23T02:36:22.3079463Z BUILT 441/1113 JOBS 3.1s //:aten_native_cpu#compile-AveragePooling.cpp.o697111c7,linux-x86_64 2022-11-23T02:36:22.3174892Z BUILT 442/1113 JOBS 23.6s //:aten_native_cpu#compile-ReduceOpsKernel.cpp.od05bb6bc,linux-x86_64 2022-11-23T02:36:22.3258143Z BUILT 443/1113 JOBS 9.0s //:aten_native_cpu#compile-IntReprQuant.cpp.oe1441338,linux-x86_64 2022-11-23T02:36:22.3304546Z BUILT 444/1113 JOBS 8.3s //:aten_native_cpu#compile-SummaryOps.cpp.obd775785,linux-x86_64 2022-11-23T02:36:22.3349456Z BUILT 445/1113 JOBS 7.9s //:aten_native_cpu#compile-TensorTransformations.cpp.o94285161,linux-x86_64 2022-11-23T02:36:22.3445914Z BUILT 446/1113 JOBS 13.2s //:aten_native_cpu#compile-ReduceAllOpsKernel.cpp.o201a3ec6,linux-x86_64 2022-11-23T02:36:22.3513418Z BUILT 447/1113 JOBS 8.3s //:aten_native_cpu#compile-MultinomialKernel.cpp.o45bf55b9,linux-x86_64 2022-11-23T02:36:22.3576786Z BUILT 448/1113 JOBS 8.2s //:aten_native_cpu#compile-LinearUnpackImpl.cpp.o2bed2adf,linux-x86_64 2022-11-23T02:36:22.3642726Z BUILT 449/1113 JOBS 9.1s //:aten_native_cpu#compile-NaiveConvolutionTranspose2d.cpp.ocf0c9c5c,linux-x86_64 2022-11-23T02:36:22.3708812Z BUILT 450/1113 JOBS 7.7s //:aten_native_cpu#compile-XnnpackUtils.cpp.o36bf0706,linux-x86_64 2022-11-23T02:36:22.3786093Z BUILT 451/1113 JOBS 10.9s //:aten_native_cpu#compile-LossNLL.cpp.o7204bdcd,linux-x86_64 2022-11-23T02:36:22.3854321Z BUILT 452/1113 JOBS 8.9s //:aten_native_cpu#compile-NestedTensorBackward.cpp.o427a2104,linux-x86_64 2022-11-23T02:36:22.3948786Z BUILT 453/1113 JOBS 11.2s //:aten_native_cpu#compile-TensorConversions.cpp.oef248e26,linux-x86_64 2022-11-23T02:36:22.4017394Z BUILT 454/1113 JOBS 8.2s //:aten_native_cpu#compile-AveragePool3d.cpp.obd59bb89,linux-x86_64 2022-11-23T02:36:22.4079979Z BUILT 455/1113 JOBS 7.8s //:aten_native_cpu#compile-NamedTensor.cpp.o03d36d54,linux-x86_64 2022-11-23T02:36:22.4145144Z BUILT 456/1113 JOBS 3.7s //:aten_native_cpu#compile-scaled_modified_bessel_k0.cpp.o70a187a3,linux-x86_64 2022-11-23T02:36:22.4213954Z BUILT 457/1113 JOBS 8.3s //:aten_native_cpu#compile-FractionalMaxPool3d.cpp.o40bad119,linux-x86_64 2022-11-23T02:36:22.4283790Z BUILT 458/1113 JOBS 9.0s //:aten_native_cpu#compile-qlinear_prepack.cpp.oc8fd3935,linux-x86_64 2022-11-23T02:36:22.4346890Z BUILT 459/1113 JOBS 1.4s //:aten_native_cpu#compile-BlasKernel.cpp.ob575e25a,linux-x86_64 2022-11-23T02:36:22.4434832Z BUILT 460/1113 JOBS 21.5s //:aten_native_cpu#compile-CopyKernel.cpp.o0621563f,linux-x86_64 2022-11-23T02:36:22.4505689Z BUILT 461/1113 JOBS 8.4s //:aten_native_cpu#compile-NestedTensorMatmul.cpp.o21687942,linux-x86_64 2022-11-23T02:36:22.4571416Z BUILT 462/1113 JOBS 8.3s //:aten_native_cpu#compile-qlinear_deserialize.cpp.o5587f967,linux-x86_64 2022-11-23T02:36:22.4672361Z BUILT 463/1113 JOBS 11.3s //:aten_native_cpu#compile-ReduceOps.cpp.o676359ce,linux-x86_64 2022-11-23T02:36:22.4730745Z BUILT 464/1113 JOBS 4.9s //:aten_native_cpu#compile-qgelu.cpp.o71b6eda6,linux-x86_64 2022-11-23T02:36:22.4793722Z BUILT 465/1113 JOBS 7.7s //:aten_native_cpu#compile-UpSampleTrilinear3d.cpp.o8124b76e,linux-x86_64 2022-11-23T02:36:22.4859185Z BUILT 466/1113 JOBS 5.5s //:aten_native_cpu#compile-AdaptiveMaxPooling3d.cpp.o7ab874ae,linux-x86_64 2022-11-23T02:36:22.4929028Z BUILT 467/1113 JOBS 7.6s //:aten_native_cpu#compile-MaxPooling.cpp.o94224600,linux-x86_64 2022-11-23T02:36:22.5009425Z BUILT 468/1113 JOBS 8.7s //:aten_native_cpu#compile-BinaryOps.cpp.of3061a43,linux-x86_64 2022-11-23T02:36:22.5081404Z BUILT 469/1113 JOBS 10.0s //:aten_native_cpu#compile-TensorShape.cpp.o20bfe61b,linux-x86_64 2022-11-23T02:36:22.5144738Z BUILT 470/1113 JOBS 8.8s //:aten_native_cpu#compile-SoftMax.cpp.o4b3d5738,linux-x86_64 2022-11-23T02:36:22.5205342Z BUILT 471/1113 JOBS 4.9s //:aten_native_cpu#compile-PointwiseOps.cpp.o7922212a,linux-x86_64 2022-11-23T02:36:22.5271978Z BUILT 472/1113 JOBS 5.3s //:aten_native_cpu#compile-ChannelShuffleKernel.cpp.o94935ed1,linux-x86_64 2022-11-23T02:36:22.5337151Z BUILT 473/1113 JOBS 5.1s //:aten_native_cpu#compile-BlasKernel.cpp.o72dd96d3,linux-x86_64 2022-11-23T02:53:34.0208547Z BUILT 474/1113 JOBS 9.2s //:aten_native_cpu#compile-Blas.cpp.od4d3c411,linux-x86_64 2022-11-23T02:53:37.7187268Z BUILT 475/1113 JOBS 7.9s //:aten_native_cpu#compile-PadNd.cpp.o56fbac00,linux-x86_64 2022-11-23T02:53:37.7266331Z BUILT 476/1113 JOBS 4.3s //:aten_native_cpu#compile-MaxUnpoolKernel.cpp.o0fe0341e,linux-x86_64 2022-11-23T02:53:37.7388714Z BUILT 477/1113 JOBS 20.7s //:aten_native_cpu#compile-SortingKernel.cpp.o998fa81e,linux-x86_64 2022-11-23T02:53:37.7463053Z BUILT 478/1113 JOBS 7.5s //:aten_native_cpu#compile-UpSampleNearest1d.cpp.o2eda184c,linux-x86_64 2022-11-23T02:53:37.7546586Z BUILT 479/1113 JOBS 5.8s //:aten_native_cpu#compile-AvgPoolKernel.cpp.o85f821a8,linux-x86_64 2022-11-23T02:53:37.7617638Z BUILT 480/1113 JOBS 7.6s //:aten_native_cpu#compile-QuantizedLinear.cpp.o81611993,linux-x86_64 2022-11-23T02:53:37.7715891Z BUILT 481/1113 JOBS 9.5s //:aten_native_cpu#compile-SpectralOps.cpp.o22bc5bfb,linux-x86_64 2022-11-23T02:53:37.7793526Z BUILT 482/1113 JOBS 4.9s //:aten_native_cpu#compile-Lerp.cpp.o1504415c,linux-x86_64 2022-11-23T02:53:37.7893357Z BUILT 483/1113 JOBS 10.5s //:aten_native_cpu#compile-NaiveDilatedConvolution.cpp.o337c801b,linux-x86_64 2022-11-23T02:53:37.7973723Z BUILT 484/1113 JOBS 8.9s //:aten_native_cpu#compile-qsoftmax.cpp.o9883d1f5,linux-x86_64 2022-11-23T02:53:37.8053379Z BUILT 485/1113 JOBS 9.4s //:aten_native_cpu#compile-ConvolutionMM3d.cpp.o520b1a3e,linux-x86_64 2022-11-23T02:53:37.8128628Z BUILT 486/1113 JOBS 7.8s //:aten_native_cpu#compile-Itertools.cpp.o8c5f6ed9,linux-x86_64 2022-11-23T02:53:37.8204219Z BUILT 487/1113 JOBS 7.5s //:aten_native_cpu#compile-Scalar.cpp.o213fe767,linux-x86_64 2022-11-23T02:53:37.8293715Z BUILT 488/1113 JOBS 8.7s //:aten_native_cpu#compile-Quantizer.cpp.oc46788a3,linux-x86_64 2022-11-23T02:53:37.8376579Z BUILT 489/1113 JOBS 7.9s //:aten_native_cpu#compile-ConvolutionTBC.cpp.obd86222f,linux-x86_64 2022-11-23T02:53:37.8476946Z BUILT 490/1113 JOBS 14.0s //:aten_native_cpu#compile-Sorting.cpp.o6d7f238a,linux-x86_64 2022-11-23T02:53:37.8553808Z BUILT 491/1113 JOBS 8.1s //:aten_native_cpu#compile-Dropout.cpp.of2b29750,linux-x86_64 2022-11-23T02:53:37.8657937Z BUILT 492/1113 JOBS 10.2s //:aten_native_cpu#compile-TensorFactories.cpp.o95ff5343,linux-x86_64 2022-11-23T02:53:37.8746173Z BUILT 493/1113 JOBS 5.2s //:aten_native_cpu#compile-library.cpp.o34bf03d1,linux-x86_64 2022-11-23T02:53:37.8831102Z BUILT 494/1113 JOBS 8.4s //:aten_native_cpu#compile-UpSampleBicubic2d.cpp.o9984cabe,linux-x86_64 2022-11-23T02:53:37.8966755Z BUILT 495/1113 JOBS 3.0s //:aten_native_cpu#compile-FunctionOfAMatrixUtilsKernel.cpp.o7668693b,linux-x86_64 2022-11-23T02:53:37.9038637Z BUILT 496/1113 JOBS 7.7s //:aten_native_cpu#compile-AdaptiveAveragePooling.cpp.oa5d49802,linux-x86_64 2022-11-23T02:53:37.9153421Z BUILT 497/1113 JOBS 14.7s //:aten_native_cpu#compile-UpSampleKernel.cpp.oadea9cc8,linux-x86_64 2022-11-23T02:53:37.9230483Z BUILT 498/1113 JOBS 7.5s //:aten_native_cpu#compile-TensorProperties.cpp.o85ad5e9b,linux-x86_64 2022-11-23T02:53:37.9335044Z BUILT 499/1113 JOBS 8.8s //:aten_native_cpu#compile-Col2Im.cpp.o3cabb2ce,linux-x86_64 2022-11-23T02:53:37.9413168Z BUILT 500/1113 JOBS 7.9s //:aten_native_cpu#compile-Sorting.cpp.o3e3d289e,linux-x86_64 2022-11-23T02:53:37.9513259Z BUILT 501/1113 JOBS 8.1s //:aten_native_cpu#compile-UpSampleMoreKernel.cpp.o6f8fee1e,linux-x86_64 2022-11-23T02:53:37.9588216Z BUILT 502/1113 JOBS 8.5s //:aten_native_cpu#compile-Histogram.cpp.o65017807,linux-x86_64 2022-11-23T02:53:37.9661580Z BUILT 503/1113 JOBS 5.3s //:aten_native_cpu#compile-Linear.cpp.o290b0869,linux-x86_64 2022-11-23T02:53:37.9739804Z BUILT 504/1113 JOBS 8.4s //:aten_native_cpu#compile-AveragePool2d.cpp.ob8eafb32,linux-x86_64 2022-11-23T02:53:37.9844095Z BUILT 505/1113 JOBS 13.6s //:aten_native_cpu#compile-ScatterGatherKernel.cpp.oa62f949c,linux-x86_64 2022-11-23T02:53:37.9944710Z BUILT 506/1113 JOBS 8.7s //:aten_native_cpu#compile-qlinear_prepack.cpp.o32cff32b,linux-x86_64 2022-11-23T02:53:38.0015412Z BUILT 507/1113 JOBS 7.6s //:aten_native_cpu#compile-TypeProperties.cpp.o265dc3c5,linux-x86_64 2022-11-23T02:53:38.0100575Z BUILT 508/1113 JOBS 9.3s //:aten_native_cpu#compile-qlinear.cpp.ob3cf0775,linux-x86_64 2022-11-23T02:53:38.0174244Z BUILT 509/1113 JOBS 4.3s //:aten_native_cpu#compile-FillKernel.cpp.oc208ad90,linux-x86_64 2022-11-23T02:53:38.0254025Z BUILT 510/1113 JOBS 7.8s //:aten_native_cpu#compile-TensorFactories.cpp.o93e1a5bb,linux-x86_64 2022-11-23T02:53:38.0336625Z BUILT 511/1113 JOBS 9.0s //:aten_native_cpu#compile-Linear.cpp.oacdfe0c5,linux-x86_64 2022-11-23T02:53:38.0414638Z BUILT 512/1113 JOBS 7.8s //:aten_native_cpu#compile-GatedLinearUnit.cpp.o72b9ed0f,linux-x86_64 2022-11-23T02:53:38.0487361Z BUILT 513/1113 JOBS 7.8s //:aten_native_cpu#compile-Resize.cpp.oad6a59d3,linux-x86_64 2022-11-23T02:53:38.0568731Z BUILT 514/1113 JOBS 5.7s //:aten_native_cpu#compile-Unfold3d.cpp.o786f8cf3,linux-x86_64 2022-11-23T02:53:38.0648361Z BUILT 515/1113 JOBS 3.2s //:aten_native_cpu#compile-ChannelShuffle.cpp.ofe2ddbf3,linux-x86_64 2022-11-23T02:53:38.0729595Z BUILT 516/1113 JOBS 5.1s //:aten_native_cpu#compile-OpContext.cpp.o2ffe41e4,linux-x86_64 2022-11-23T02:53:38.0809383Z BUILT 517/1113 JOBS 7.8s //:aten_native_cpu#compile-Fill.cpp.o6859ec21,linux-x86_64 2022-11-23T02:53:38.0929489Z BUILT 518/1113 JOBS 11.4s //:aten_native_cpu#compile-BatchLinearAlgebra.cpp.o66879043,linux-x86_64 2022-11-23T02:53:38.1013870Z BUILT 519/1113 JOBS 8.5s //:aten_native_cpu#compile-SumKernel.cpp.o50cfe5bc,linux-x86_64 2022-11-23T02:53:38.1100891Z BUILT 520/1113 JOBS 8.9s //:aten_native_cpu#compile-LinearAlgebraKernel.cpp.obe3976db,linux-x86_64 2022-11-23T02:53:38.1170062Z BUILT 521/1113 JOBS 7.7s //:aten_native_cpu#compile-Integration.cpp.o23ef1fc6,linux-x86_64 2022-11-23T02:53:38.1249568Z BUILT 522/1113 JOBS 7.9s //:aten_native_cpu#compile-fused_obs_fake_quant.cpp.od0ce6df9,linux-x86_64 2022-11-23T02:53:38.1335698Z BUILT 523/1113 JOBS 10.1s //:aten_native_cpu#compile-GridSampler.cpp.o0b58022a,linux-x86_64 2022-11-23T02:53:38.1411553Z BUILT 524/1113 JOBS 3.1s //:aten_native_cpu#compile-Activation.cpp.o53c52936,linux-x86_64 2022-11-23T02:53:38.1497915Z BUILT 525/1113 JOBS 8.6s //:aten_native_cpu#compile-UnaryOps.cpp.off0551c0,linux-x86_64 2022-11-23T02:53:38.1631695Z BUILT 526/1113 JOBS 22.6s //:aten_native_cpu#compile-SparseCsrTensorMath.cpp.oc6a46cc4,linux-x86_64 2022-11-23T02:53:38.1778109Z BUILT 527/1113 JOBS 35.6s //:aten_native_cpu#compile-GridSamplerKernel.cpp.oe8f0e23e,linux-x86_64 2022-11-23T02:53:38.1894642Z BUILT 528/1113 JOBS 9.5s //:aten_native_cpu#compile-Bucketization.cpp.o9ea95a0b,linux-x86_64 2022-11-23T02:53:38.1951013Z BUILT 529/1113 JOBS 3.7s //:aten_native_cpu#compile-spherical_bessel_j0.cpp.obac33941,linux-x86_64 2022-11-23T02:53:38.2069242Z BUILT 530/1113 JOBS 15.2s //:aten_native_cpu#compile-SparseTensorMath.cpp.o8bf98bf9,linux-x86_64 2022-11-23T02:53:38.2146154Z BUILT 531/1113 JOBS 7.7s //:aten_native_cpu#compile-WeightNorm.cpp.oce472430,linux-x86_64 2022-11-23T02:53:38.2216285Z BUILT 532/1113 JOBS 9.2s //:aten_native_cpu#compile-Copy.cpp.o8a61acd0,linux-x86_64 2022-11-23T02:53:38.2295740Z BUILT 533/1113 JOBS 8.1s //:aten_native_cpu#compile-ForeachOpsKernels.cpp.o3ed233ef,linux-x86_64 2022-11-23T02:53:38.2366444Z BUILT 534/1113 JOBS 8.6s //:aten_native_cpu#compile-qthreshold.cpp.od14e9114,linux-x86_64 2022-11-23T02:53:38.2444561Z BUILT 535/1113 JOBS 8.4s //:aten_native_cpu#compile-AveragePool3d.cpp.o6f0187e3,linux-x86_64 2022-11-23T02:53:38.2518595Z BUILT 536/1113 JOBS 1.2s //:aten_native_cpu#compile-AffineQuantizerBase.cpp.o9fcae9f2,linux-x86_64 2022-11-23T02:53:38.2601455Z BUILT 537/1113 JOBS 8.3s //:aten_native_cpu#compile-NestedTensorBinaryOps.cpp.od4e0c70e,linux-x86_64 2022-11-23T02:53:38.2682472Z BUILT 538/1113 JOBS 8.1s //:aten_native_cpu#compile-qlinear_serialize.cpp.obd809693,linux-x86_64 2022-11-23T02:53:38.2755893Z BUILT 539/1113 JOBS 7.9s //:aten_native_cpu#compile-LossMultiMargin.cpp.oa948443e,linux-x86_64 2022-11-23T02:53:38.2832789Z BUILT 540/1113 JOBS 8.1s //:aten_native_cpu#compile-FractionalMaxPool2d.cpp.o650d11db,linux-x86_64 2022-11-23T02:53:38.2905211Z BUILT 541/1113 JOBS 8.4s //:aten_native_cpu#compile-CPUFallback.cpp.o59c174ab,linux-x86_64 2022-11-23T02:53:38.2991548Z BUILT 542/1113 JOBS 10.6s //:aten_native_cpu#compile-ReplicationPadding.cpp.o5e795800,linux-x86_64 2022-11-23T02:53:38.3066136Z BUILT 543/1113 JOBS 7.6s //:aten_native_cpu#compile-NestedTensorUtils.cpp.o7c9c06a6,linux-x86_64 2022-11-23T02:53:38.3175318Z BUILT 544/1113 JOBS 12.5s //:aten_native_cpu#compile-PointwiseOpsKernel.cpp.ob88e452d,linux-x86_64 2022-11-23T02:53:38.3240772Z BUILT 545/1113 JOBS 9.5s //:aten_native_cpu#compile-ConvolutionMM2d.cpp.o6ef82571,linux-x86_64 2022-11-23T02:53:38.3309068Z BUILT 546/1113 JOBS 4.5s //:aten_native_cpu#compile-SparseFactories.cpp.o453e1d72,linux-x86_64 2022-11-23T02:53:38.3394293Z BUILT 547/1113 JOBS 9.3s //:aten_native_cpu#compile-ValidateCompressedIndicesKernel.cpp.o35ed21e8,linux-x86_64 2022-11-23T02:53:38.3503295Z BUILT 548/1113 JOBS 13.8s //:aten_native_cpu#compile-Normalization.cpp.oc5b093a4,linux-x86_64 2022-11-23T02:53:38.3595977Z BUILT 549/1113 JOBS 9.6s //:aten_native_cpu#compile-qmatmul.cpp.od8cadde1,linux-x86_64 2022-11-23T02:53:38.3664758Z BUILT 550/1113 JOBS 4.9s //:aten_native_cpu#compile-MetaTensor.cpp.oa3d26328,linux-x86_64 2022-11-23T02:53:38.3742226Z BUILT 551/1113 JOBS 8.0s //:aten_native_cpu#compile-Pow.cpp.o57c78053,linux-x86_64 2022-11-23T02:53:38.3829309Z BUILT 552/1113 JOBS 7.7s //:aten_native_cpu#compile-AveragePool2d.cpp.oe10c5590,linux-x86_64 2022-11-23T02:53:38.3900375Z BUILT 553/1113 JOBS 7.5s //:aten_native_cpu#compile-NNPACK.cpp.o8cfef1ce,linux-x86_64 2022-11-23T02:53:38.3997648Z BUILT 554/1113 JOBS 5.4s //:aten_native_cpu#compile-library.cpp.o5c03574c,linux-x86_64 2022-11-23T02:53:38.4075291Z BUILT 555/1113 JOBS 7.8s //:aten_native_cpu#compile-CPUBlas.cpp.o95301c6e,linux-x86_64 2022-11-23T02:53:38.4245382Z BUILT 556/1113 JOBS 19.2s //:aten_native_cpu#compile-SpectralOps.cpp.ocd9c5caf,linux-x86_64 2022-11-23T02:53:38.4326856Z BUILT 557/1113 JOBS 8.0s //:aten_native_cpu#compile-PackedSequence.cpp.o4436a1ca,linux-x86_64 2022-11-23T02:53:38.4397268Z BUILT 558/1113 JOBS 7.7s //:aten_native_cpu#compile-UnfoldBackward.cpp.o3a92c76d,linux-x86_64 2022-11-23T02:53:38.4484423Z BUILT 559/1113 JOBS 10.2s //:aten_native_cpu#compile-qembeddingbag.cpp.o99adf4fa,linux-x86_64 2022-11-23T02:53:38.4598035Z BUILT 560/1113 JOBS 9.2s //:aten_native_cpu#compile-qembeddingbag_unpack.cpp.o57f3c40a,linux-x86_64 2022-11-23T02:53:38.4683354Z BUILT 561/1113 JOBS 11.6s //:aten_native_cpu#compile-qmul.cpp.o91ae9886,linux-x86_64 2022-11-23T02:53:38.4765494Z BUILT 562/1113 JOBS 7.8s //:aten_native_cpu#compile-NestedTensorAliases.cpp.ob9a1efb3,linux-x86_64 2022-11-23T02:53:38.4842314Z BUILT 563/1113 JOBS 8.7s //:aten_native_cpu#compile-qconv_dynamic.cpp.oefce37cb,linux-x86_64 2022-11-23T02:53:38.4909870Z BUILT 564/1113 JOBS 7.7s //:aten_native_cpu#compile-UpSampleNearest2d.cpp.o04d25137,linux-x86_64 2022-11-23T02:53:38.4984491Z BUILT 565/1113 JOBS 7.4s //:aten_native_cpu#compile-UpSampleLinear1d.cpp.o8237a7a4,linux-x86_64 2022-11-23T02:53:38.5064907Z BUILT 566/1113 JOBS 7.6s //:aten_native_cpu#compile-SobolEngineOps.cpp.od836b6c5,linux-x86_64 2022-11-23T02:53:38.5149545Z BUILT 567/1113 JOBS 8.6s //:aten_native_cpu#compile-Activation.cpp.o5e92e066,linux-x86_64 2022-11-23T02:53:38.5241311Z BUILT 568/1113 JOBS 9.5s //:aten_native_cpu#compile-TensorIterator.cpp.oadc3e0bf,linux-x86_64 2022-11-23T02:53:38.5313503Z BUILT 569/1113 JOBS 7.4s //:aten_native_cpu#compile-AdaptiveMaxPooling2d.cpp.o4a03d42b,linux-x86_64 2022-11-23T02:53:38.5393973Z BUILT 570/1113 JOBS 8.3s //:aten_native_cpu#compile-UpSampleNearest3d.cpp.o384a944e,linux-x86_64 2022-11-23T02:53:38.5473589Z BUILT 571/1113 JOBS 8.9s //:aten_native_cpu#compile-qclamp.cpp.oea654343,linux-x86_64 2022-11-23T02:53:38.5540396Z BUILT 572/1113 JOBS 1.0s //:aten_native_cpu#compile-LinearAlgebra.cpp.o3dfc70bf,linux-x86_64 2022-11-23T02:53:38.5690494Z BUILT 573/1113 JOBS 17.2s //:aten_native_cpu#compile-RNN.cpp.o6d5405ca,linux-x86_64 2022-11-23T02:53:38.5761258Z BUILT 574/1113 JOBS 7.7s //:aten_native_cpu#compile-MaxUnpooling.cpp.o4a057789,linux-x86_64 2022-11-23T02:53:38.5839806Z BUILT 575/1113 JOBS 8.3s //:aten_native_cpu#compile-AdaptiveAveragePooling3d.cpp.oe9fa20cf,linux-x86_64 2022-11-23T02:53:38.5935966Z BUILT 576/1113 JOBS 10.4s //:aten_native_cpu#compile-Convolution.cpp.o0b3efd09,linux-x86_64 2022-11-23T02:53:38.6013040Z BUILT 577/1113 JOBS 7.8s //:aten_native_cpu#compile-Repeat.cpp.o120c2c9e,linux-x86_64 2022-11-23T02:53:38.6477674Z BUILT 578/1113 JOBS 8.1s //:aten_native_cpu#compile-SobolEngineOpsUtils.cpp.o5733aefa,linux-x86_64 2022-11-23T02:53:38.6552318Z BUILT 579/1113 JOBS 7.7s //:aten_native_cpu#compile-TestOps.cpp.od1a8e3a8,linux-x86_64 2022-11-23T02:53:38.6739003Z BUILT 580/1113 JOBS 15.3s //:aten_native_cpu#compile-fbgemm_utils.cpp.o4a379d6f,linux-x86_64 2022-11-23T02:53:38.6809458Z BUILT 581/1113 JOBS 7.8s //:aten_native_cpu#compile-Cross.cpp.o601b5c65,linux-x86_64 2022-11-23T02:53:38.6889584Z BUILT 582/1113 JOBS 7.6s //:aten_native_cpu#compile-TensorIteratorReduce.cpp.o241121b2,linux-x86_64 2022-11-23T02:53:38.6969672Z BUILT 583/1113 JOBS 5.5s //:aten_native_cpu#compile-MaxPoolKernel.cpp.o3594b5c2,linux-x86_64 2022-11-23T02:53:38.7041372Z BUILT 584/1113 JOBS 8.3s //:aten_native_cpu#compile-NaiveConvolutionTranspose3d.cpp.o6cb6e8b3,linux-x86_64 2022-11-23T02:53:38.7117478Z BUILT 585/1113 JOBS 7.8s //:aten_native_cpu#compile-qhardsigmoid.cpp.o558d6a54,linux-x86_64 2022-11-23T02:53:38.7673132Z BUILT 586/1113 JOBS 7.7s //:aten_native_cpu#compile-FunctionOfAMatrixUtils.cpp.ob4e40359,linux-x86_64 2022-11-23T02:53:38.7748031Z BUILT 587/1113 JOBS 7.9s //:aten_native_cpu#compile-NestedTensorUnaryOps.cpp.of0634549,linux-x86_64 2022-11-23T02:53:38.7819893Z BUILT 588/1113 JOBS 4.1s //:aten_native_cpu#compile-MaxPooling.cpp.of2072711,linux-x86_64 2022-11-23T02:53:38.7905931Z BUILT 589/1113 JOBS 7.8s //:aten_native_cpu#compile-SparseFactories.cpp.ob1b4038b,linux-x86_64 2022-11-23T02:53:38.7979331Z BUILT 590/1113 JOBS 3.3s //:aten_native_cpu#compile-MaxPooling.cpp.oca570db0,linux-x86_64 2022-11-23T02:53:38.8080237Z BUILT 591/1113 JOBS 14.3s //:aten_native_cpu#compile-layer_norm_kernel.cpp.o76bbe273,linux-x86_64 2022-11-23T02:53:38.8230936Z BUILT 592/1113 JOBS 30.1s //:aten_native_cpu#compile-QuantizedOpKernels.cpp.o04a7b899,linux-x86_64 2022-11-23T02:53:38.8316775Z BUILT 593/1113 JOBS 8.0s //:aten_native_cpu#compile-NestedTensorFactories.cpp.o7fa2aa2a,linux-x86_64 2022-11-23T02:53:38.8397099Z BUILT 594/1113 JOBS 7.4s //:aten_native_cpu#compile-SparseBlasImpl.cpp.o8b3765ff,linux-x86_64 2022-11-23T02:53:38.8599071Z BUILT 595/1113 JOBS 52.6s //:aten_native_cpu#compile-BinaryOpsKernel.cpp.o148f872f,linux-x86_64 2022-11-23T02:53:38.8692143Z BUILT 596/1113 JOBS 9.3s //:aten_native_cpu#compile-TensorCompare.cpp.od187a713,linux-x86_64 2022-11-23T02:53:38.8784981Z BUILT 597/1113 JOBS 8.8s //:aten_native_cpu#compile-SparseCsrTensor.cpp.o3bcf9b88,linux-x86_64 2022-11-23T02:53:38.8857424Z BUILT 598/1113 JOBS 8.2s //:aten_native_cpu#compile-qconv_unpack_impl.cpp.o0b9ae267,linux-x86_64 2022-11-23T02:53:38.8931896Z BUILT 599/1113 JOBS 8.0s //:aten_native_cpu#compile-ReduceOps.cpp.o631be1b1,linux-x86_64 2022-11-23T02:53:38.9018897Z BUILT 600/1113 JOBS 8.9s //:aten_native_cpu#compile-QTensor.cpp.o90d2db51,linux-x86_64 2022-11-23T02:53:38.9095627Z BUILT 601/1113 JOBS 7.7s //:aten_native_cpu#compile-ChanelShuffle.cpp.o11ff1f3f,linux-x86_64 2022-11-23T02:53:38.9165022Z BUILT 602/1113 JOBS 7.8s //:aten_native_cpu#compile-UpSampleNearest3d.cpp.o649e5b7c,linux-x86_64 2022-11-23T02:53:38.9236178Z BUILT 603/1113 JOBS 8.2s //:aten_native_cpu#compile-layer_norm.cpp.ofc15ca83,linux-x86_64 2022-11-23T02:53:38.9305580Z BUILT 604/1113 JOBS 7.8s //:aten_native_cpu#compile-SparseBlas.cpp.o1f5a3628,linux-x86_64 2022-11-23T02:53:38.9396242Z BUILT 605/1113 JOBS 10.1s //:aten_native_cpu#compile-qconv.cpp.o91d80de9,linux-x86_64 2022-11-23T02:53:38.9476679Z BUILT 606/1113 JOBS 8.0s //:aten_native_cpu#compile-qlinear.cpp.oe29cf077,linux-x86_64 2022-11-23T02:53:38.9567461Z BUILT 607/1113 JOBS 12.6s //:aten_native_cpu#compile-ReflectionPad.cpp.o121f7c93,linux-x86_64 2022-11-23T02:53:38.9644983Z BUILT 608/1113 JOBS 3.7s //:aten_native_cpu#compile-airy_ai.cpp.o655fc193,linux-x86_64 2022-11-23T02:53:38.9723663Z BUILT 609/1113 JOBS 11.6s //:aten_native_cpu#compile-SegmentReduce.cpp.o2f6d4198,linux-x86_64 2022-11-23T02:53:38.9790893Z BUILT 610/1113 JOBS 7.2s //:aten_native_cpu#compile-DepthwiseConvKernel.cpp.oa0ef3685,linux-x86_64 2022-11-23T02:53:38.9879220Z BUILT 611/1113 JOBS 14.8s //:aten_native_cpu#compile-DistributionKernels.cpp.o56a25cd3,linux-x86_64 2022-11-23T02:53:38.9951925Z BUILT 612/1113 JOBS 3.7s //:aten_native_cpu#compile-scaled_modified_bessel_k1.cpp.oa70ef43f,linux-x86_64 2022-11-23T02:53:39.0022841Z BUILT 613/1113 JOBS 5.4s //:aten_native_cpu#compile-Unfold2d.cpp.o1372f457,linux-x86_64 2022-11-23T02:53:39.0146502Z BUILT 614/1113 JOBS 14.4s //:aten_native_cpu#compile-LinearAlgebra.cpp.oea7d8292,linux-x86_64 2022-11-23T02:53:39.0245939Z BUILT 615/1113 JOBS 7.4s //:aten_native_cpu#compile-IndexingUtils.cpp.o9ff53eac,linux-x86_64 2022-11-23T02:53:39.0287147Z BUILT 616/1113 JOBS 9.4s //:aten_native_cpu#compile-RangeFactories.cpp.odb1a70cb,linux-x86_64 2022-11-23T02:53:39.0369325Z BUILT 617/1113 JOBS 8.9s //:aten_native_cpu#compile-Embedding.cpp.oc683e12a,linux-x86_64 2022-11-23T02:53:39.0438010Z BUILT 618/1113 JOBS 7.3s //:aten_native_cpu#compile-SparseCsrLinearAlgebra.cpp.o0f520531,linux-x86_64 2022-11-23T02:53:39.0507610Z BUILT 619/1113 JOBS 5.8s //:aten_native_cpu#compile-CatKernel.cpp.o6aed34e8,linux-x86_64 2022-11-23T02:53:39.0578968Z BUILT 620/1113 JOBS 8.6s //:aten_native_cpu#compile-FakeQuantPerTensorAffine.cpp.o63de7557,linux-x86_64 2022-11-23T02:53:39.0682494Z BUILT 621/1113 JOBS 11.6s //:aten_native_cpu#compile-Distributions.cpp.o4e3cac95,linux-x86_64 2022-11-23T02:53:39.0754910Z BUILT 622/1113 JOBS 7.7s //:aten_native_cpu#compile-RowwisePrune.cpp.o1970cbaa,linux-x86_64 2022-11-23T02:53:39.0832247Z BUILT 623/1113 JOBS 0.1s //:aten_native_cpu#compile-LegacyBridge.cpp.o0b67d07c,linux-x86_64 2022-11-23T02:53:39.0926605Z BUILT 624/1113 JOBS 7.3s //:aten_native_cpu#compile-PixelShuffleKernel.cpp.o0e39a60e,linux-x86_64 2022-11-23T02:53:39.1003965Z BUILT 625/1113 JOBS 9.4s //:aten_native_cpu#compile-qlinear_dynamic.cpp.o16d9aa18,linux-x86_64 2022-11-23T02:53:39.1105807Z BUILT 626/1113 JOBS 18.0s //:aten_native_cpu#compile-IndexKernel.cpp.o92656a95,linux-x86_64 2022-11-23T02:53:39.1242088Z BUILT 627/1113 JOBS 4.9s //:aten_native_cpu#compile-Batching.cpp.o851419ed,linux-x86_64 2022-11-23T02:53:39.1374770Z BUILT 628/1113 JOBS 10.0s //:aten_native_cpu#compile-LossNLL2d.cpp.oe63e02b6,linux-x86_64 2022-11-23T02:53:39.1518434Z BUILT 629/1113 JOBS 9.6s //:aten_native_cpu#compile-qembeddingbag_prepack.cpp.oaa20320a,linux-x86_64 2022-11-23T02:53:39.1655573Z BUILT 630/1113 JOBS 7.9s //:aten_native_cpu#compile-Pooling.cpp.of8730571,linux-x86_64 2022-11-23T02:53:39.1729683Z BUILT 631/1113 JOBS 7.9s //:aten_native_cpu#compile-ReduceAllOps.cpp.oc11acf21,linux-x86_64 2022-11-23T02:53:39.1913831Z BUILT 632/1113 JOBS 8.9s //:aten_native_cpu#compile-transformer.cpp.o1b99c418,linux-x86_64 2022-11-23T02:53:39.1994869Z BUILT 633/1113 JOBS 9.2s //:aten_native_cpu#compile-qlinear_unpack.cpp.o99bea7a8,linux-x86_64 2022-11-23T02:53:39.2059623Z BUILT 634/1113 JOBS 7.7s //:aten_native_cpu#compile-Copy.cpp.o41817720,linux-x86_64 2022-11-23T02:53:39.2149397Z BUILT 635/1113 JOBS 10.3s //:aten_native_cpu#compile-NestedTensorMath.cpp.oa43ed49a,linux-x86_64 2022-11-23T02:53:39.2216500Z BUILT 636/1113 JOBS 9.3s //:aten_native_cpu#compile-Im2Col.cpp.o26d34b96,linux-x86_64 2022-11-23T02:53:39.2308996Z BUILT 637/1113 JOBS 10.2s //:aten_native_cpu#compile-fbgemm_utils.cpp.o79cc3321,linux-x86_64 2022-11-23T02:53:39.2391925Z BUILT 638/1113 JOBS 6.9s //:aten_native_cpu#compile-RangeFactoriesKernel.cpp.of9b99b00,linux-x86_64 2022-11-23T02:53:39.2464537Z BUILT 639/1113 JOBS 5.6s //:aten_native_cpu#compile-LerpKernel.cpp.o0ebf3c86,linux-x86_64 2022-11-23T02:53:39.2557652Z BUILT 640/1113 JOBS 8.1s //:aten_native_cpu#compile-Distance.cpp.o397cc6d8,linux-x86_64 2022-11-23T02:53:39.2637676Z BUILT 641/1113 JOBS 9.5s //:aten_native_cpu#compile-SoftMax.cpp.of1147690,linux-x86_64 2022-11-23T02:53:39.2698435Z BUILT 642/1113 JOBS 1.2s //:aten_native_cpu#compile-Unfold2d.cpp.o866c4206,linux-x86_64 2022-11-23T02:53:39.2789042Z BUILT 643/1113 JOBS 9.8s //:aten_native_cpu#compile-UpSampleNearest2d.cpp.o13e45776,linux-x86_64 2022-11-23T02:53:39.2871376Z BUILT 644/1113 JOBS 8.8s //:aten_native_cpu#compile-Normalization.cpp.o09693c52,linux-x86_64 2022-11-23T02:53:39.2947418Z BUILT 645/1113 JOBS 8.6s //:aten_native_cpu#compile-DilatedMaxPool3d.cpp.oa9e0e73b,linux-x86_64 2022-11-23T02:53:39.3070611Z BUILT 646/1113 JOBS 10.5s //:aten_native_cpu#compile-RegisterOpContextClass.cpp.ob4c3f1ca,linux-x86_64 2022-11-23T02:53:39.3148848Z BUILT 647/1113 JOBS 8.2s //:aten_native_cpu#compile-qelu.cpp.o76fb8693,linux-x86_64 2022-11-23T02:53:39.3218251Z BUILT 648/1113 JOBS 8.0s //:aten_native_cpu#compile-group_norm.cpp.o736d2b84,linux-x86_64 2022-11-23T02:53:39.3299226Z BUILT 649/1113 JOBS 9.0s //:aten_native_cpu#compile-TensorAdvancedIndexing.cpp.o36e8555f,linux-x86_64 2022-11-23T02:53:39.3375877Z BUILT 650/1113 JOBS 9.9s //:aten_native_cpu#compile-attention.cpp.of00330d1,linux-x86_64 2022-11-23T02:53:39.3442228Z BUILT 651/1113 JOBS 7.7s //:aten_native_cpu#compile-AffineGridGenerator.cpp.od7313074,linux-x86_64 2022-11-23T02:53:39.3520586Z BUILT 652/1113 JOBS 9.1s //:aten_native_cpu#compile-qlinear_dynamic.cpp.o125ede85,linux-x86_64 2022-11-23T02:53:39.3595615Z BUILT 653/1113 JOBS 9.9s //:aten_native_cpu#compile-HistogramKernel.cpp.oea7a26e9,linux-x86_64 2022-11-23T02:53:39.3687676Z BUILT 654/1113 JOBS 14.1s //:aten_native_cpu#compile-group_norm_kernel.cpp.o33323af9,linux-x86_64 2022-11-23T02:53:39.3763266Z BUILT 655/1113 JOBS 8.4s //:aten_native_cpu#compile-NestedTensorTransformerFunctions.cpp.o0dbdc6d3,linux-x86_64 2022-11-23T02:53:39.3826680Z BUILT 656/1113 JOBS 7.8s //:aten_native_cpu#compile-RuyUtils.cpp.o9f327aa1,linux-x86_64 2022-11-23T02:53:39.3930003Z BUILT 657/1113 JOBS 13.4s //:aten_native_cpu#compile-batch_norm_kernel.cpp.o75977d6b,linux-x86_64 2022-11-23T02:53:39.4007890Z BUILT 658/1113 JOBS 4.9s //:aten_native_cpu#compile-CrossKernel.cpp.o5113388a,linux-x86_64 2022-11-23T02:53:39.4092862Z BUILT 659/1113 JOBS 8.7s //:aten_native_cpu#compile-AdaptiveAveragePooling.cpp.oad939083,linux-x86_64 2022-11-23T02:53:39.4169243Z BUILT 660/1113 JOBS 9.0s //:aten_native_cpu#compile-FakeQuantPerChannelAffine.cpp.ofcefcd3d,linux-x86_64 2022-11-23T02:53:39.4253935Z BUILT 661/1113 JOBS 7.8s //:aten_native_cpu#compile-SparseBlasImpl.cpp.o65363740,linux-x86_64 2022-11-23T02:53:39.4339076Z BUILT 662/1113 JOBS 13.4s //:aten_native_cpu#compile-Unique.cpp.o04dcc3eb,linux-x86_64 2022-11-23T02:53:39.4409280Z BUILT 663/1113 JOBS 8.0s //:aten_native_cpu#compile-ChannelShuffle.cpp.o46d34ccf,linux-x86_64 2022-11-23T02:53:39.4588899Z BUILT 664/1113 JOBS 40.0s //:aten_native_cpu#compile-UnaryOpsKernel.cpp.oc1b8d32e,linux-x86_64 2022-11-23T02:53:39.4681038Z BUILT 665/1113 JOBS 11.4s //:aten_native_cpu#compile-EmbeddingBag.cpp.oa18f527f,linux-x86_64 2022-11-23T02:53:39.4745569Z BUILT 666/1113 JOBS 8.2s //:aten_native_cpu#compile-ComplexKernel.cpp.oac8b7250,linux-x86_64 2022-11-23T02:53:39.4828467Z BUILT 667/1113 JOBS 7.9s //:aten_native_cpu#compile-UpSampleBilinear2d.cpp.o99b4a4f4,linux-x86_64 2022-11-23T02:53:39.4905900Z BUILT 668/1113 JOBS 7.7s //:aten_native_cpu#compile-DilatedMaxPool2d.cpp.ofcaf767b,linux-x86_64 2022-11-23T02:53:39.5023554Z BUILT 669/1113 JOBS 17.7s //:aten_native_cpu#compile-TensorAdvancedIndexing.cpp.o1588d678,linux-x86_64 2022-11-23T02:53:39.5096930Z BUILT 670/1113 JOBS 3.3s //:aten_native_cpu#compile-AffineQuantizer.cpp.oc91a8551,linux-x86_64 2022-11-23T02:53:39.5166542Z BUILT 671/1113 JOBS 8.8s //:aten_native_cpu#compile-qsigmoid.cpp.o804ab30a,linux-x86_64 2022-11-23T02:53:39.5235476Z BUILT 672/1113 JOBS 7.8s //:aten_native_cpu#compile-Correlation.cpp.o0ec78b57,linux-x86_64 2022-11-23T02:53:39.5316084Z BUILT 673/1113 JOBS 0.3s //third_party:libkineto#compile-Demangle.cpp.o1dc706a3,linux-x86_64 2022-11-23T02:53:39.5472532Z BUILT 674/1113 JOBS 3.4s //third_party:libkineto#compile-ActivityProfilerController.cpp.o9e1aafc9,linux-x86_64 2022-11-23T02:53:39.5544189Z BUILT 675/1113 JOBS 1.7s //third_party:libkineto#compile-init.cpp.o1d7bbdef,linux-x86_64 2022-11-23T02:53:39.5622911Z BUILT 676/1113 JOBS 1.6s //third_party:libkineto#compile-output_csv.cpp.oddfd97e3,linux-x86_64 2022-11-23T02:53:39.5735795Z BUILT 677/1113 JOBS 1.6s //third_party:config_loader#compile-ConfigLoader.cpp.o6ecfc660,linux-x86_64 2022-11-23T02:53:39.5835039Z BUILT 678/1113 JOBS 2.6s //third_party:libkineto#compile-ActivityProfilerProxy.cpp.o94a415a7,linux-x86_64 2022-11-23T02:53:39.5908053Z BUILT 679/1113 JOBS 1.5s //third_party:libkineto#compile-CuptiActivityApi.cpp.o82d801b4,linux-x86_64 2022-11-23T02:53:39.5980434Z BUILT 680/1113 JOBS 1.3s //third_party:libkineto#compile-CuptiRangeProfilerApi.cpp.of41954be,linux-x86_64 2022-11-23T02:53:39.6044475Z BUILT 681/1113 JOBS 0.9s //third_party:logger#compile-ILoggerObserver.cpp.o9e397436,linux-x86_64 2022-11-23T02:53:39.6119929Z BUILT 682/1113 JOBS 1.4s //third_party:logger#compile-Logger.cpp.o6205cca8,linux-x86_64 2022-11-23T02:53:39.6204610Z BUILT 683/1113 JOBS 0.8s //third_party:flatc#compile-go_generator.cc.o23a407bb,linux-x86_64 2022-11-23T02:53:39.6285503Z BUILT 684/1113 JOBS 2.1s //third_party:libkineto#compile-output_json.cpp.o8536263a,linux-x86_64 2022-11-23T02:53:39.6396416Z BUILT 685/1113 JOBS 2.1s //third_party:flatc#compile-idl_gen_dart.cpp.od560a47b,linux-x86_64 2022-11-23T02:53:39.6463230Z BUILT 686/1113 JOBS 1.0s //third_party:flatc#compile-util.cpp.o288c0fde,linux-x86_64 2022-11-23T02:53:39.6549107Z BUILT 687/1113 JOBS 1.3s //third_party:flatc#compile-cpp_generator.cc.odee99bfe,linux-x86_64 2022-11-23T02:53:39.6655351Z BUILT 688/1113 JOBS 2.6s //third_party:flatc#compile-idl_gen_csharp.cpp.o384da4d2,linux-x86_64 2022-11-23T02:53:39.6735384Z BUILT 689/1113 JOBS 1.9s //third_party:flatc#compile-idl_gen_json_schema.cpp.ofc38b523,linux-x86_64 2022-11-23T02:53:39.6812996Z BUILT 690/1113 JOBS 1.1s //third_party:flatc#compile-swift_generator.cc.o61942af0,linux-x86_64 2022-11-23T02:53:39.6899588Z BUILT 691/1113 JOBS 2.0s //third_party:flatc#compile-idl_gen_lua.cpp.o7c031b29,linux-x86_64 2022-11-23T02:53:39.7054037Z BUILT 692/1113 JOBS 3.4s //third_party:libkineto#compile-CuptiActivityProfiler.cpp.o68a80cee,linux-x86_64 2022-11-23T02:53:39.7205229Z BUILT 693/1113 JOBS 2.7s //third_party:flatc#compile-idl_gen_kotlin.cpp.o985d9d00,linux-x86_64 2022-11-23T02:53:39.7312610Z BUILT 694/1113 JOBS 2.4s //third_party:flatc#compile-idl_gen_ts.cpp.o34ac6be0,linux-x86_64 2022-11-23T02:53:39.7399408Z BUILT 695/1113 JOBS 2.0s //third_party:flatc#compile-idl_gen_php.cpp.oa6f2c689,linux-x86_64 2022-11-23T02:53:39.7573745Z BUILT 696/1113 JOBS 2.7s //third_party:flatc#compile-idl_gen_cpp.cpp.o02fc2530,linux-x86_64 2022-11-23T02:53:39.7675779Z BUILT 697/1113 JOBS 2.3s //third_party:flatc#compile-idl_gen_python.cpp.o2e0d9743,linux-x86_64 2022-11-23T02:53:39.7769484Z BUILT 698/1113 JOBS 2.0s //third_party:flatc#compile-idl_gen_lobster.cpp.oc8b0a57c,linux-x86_64 2022-11-23T02:53:39.7853871Z BUILT 699/1113 JOBS 1.9s //third_party:flatc#compile-idl_gen_grpc.cpp.of14bc6db,linux-x86_64 2022-11-23T02:53:39.7968524Z BUILT 700/1113 JOBS 1.7s //third_party:flatc#compile-bfbs_gen_lua.cpp.od934ac2a,linux-x86_64 2022-11-23T02:53:39.8095848Z BUILT 701/1113 JOBS 2.3s //third_party:flatc#compile-idl_gen_swift.cpp.o61b6a1ad,linux-x86_64 2022-11-23T02:53:39.8257344Z BUILT 702/1113 JOBS 2.9s //third_party:flatc#compile-idl_gen_rust.cpp.o53162cb3,linux-x86_64 2022-11-23T02:53:39.8373066Z BUILT 703/1113 JOBS 2.4s //third_party:flatc#compile-idl_gen_java.cpp.o8eb5e388,linux-x86_64 2022-11-23T02:53:39.8469079Z BUILT 704/1113 JOBS 2.2s //third_party:flatc#compile-idl_gen_go.cpp.o46941a3a,linux-x86_64 2022-11-23T02:53:39.8561905Z BUILT 705/1113 JOBS 1.2s //third_party:flatc#compile-ts_generator.cc.o8d1f770f,linux-x86_64 2022-11-23T02:53:39.8654154Z BUILT 706/1113 JOBS 1.9s //third_party:flatc#compile-idl_gen_text.cpp.od5c96c71,linux-x86_64 2022-11-23T02:53:39.8732881Z BUILT 707/1113 JOBS 1.7s //third_party:flatc#compile-flatc_main.cpp.oa69cb13f,linux-x86_64 2022-11-23T02:53:39.8838644Z BUILT 708/1113 JOBS 2.1s //third_party:base_logger#compile-GenericTraceActivity.cpp.of88fbc9d,linux-x86_64 2022-11-23T02:53:39.8952147Z BUILT 709/1113 JOBS 1.5s //third_party:flatc#compile-java_generator.cc.o71579545,linux-x86_64 2022-11-23T02:53:39.9032415Z BUILT 710/1113 JOBS 1.1s //third_party:flatc#compile-python_generator.cc.oc2abd929,linux-x86_64 2022-11-23T02:53:39.9112557Z BUILT 711/1113 JOBS 1.1s //third_party:thread_util#compile-ThreadUtil.cpp.oe5b0ae45,linux-x86_64 2022-11-23T02:53:39.9255865Z BUILT 712/1113 JOBS 2.6s //third_party:gmock#compile-gmock-all.cc.o854fa746,linux-x86_64 2022-11-23T02:53:39.9336457Z BUILT 713/1113 JOBS 1.0s //third_party:config#compile-ActivityType.cpp.o1996632b,linux-x86_64 2022-11-23T02:53:39.9421939Z BUILT 714/1113 JOBS 1.3s //third_party:config#compile-AbstractConfig.cpp.o4911184f,linux-x86_64 2022-11-23T02:53:39.9556956Z BUILT 715/1113 JOBS 2.4s //third_party:config#compile-Config.cpp.o0a522495,linux-x86_64 2022-11-23T02:53:46.6152745Z BUILT 716/1113 JOBS 8.4s //:aten_native_cpu#compile-SoftMaxKernel.cpp.oda1b7aad,linux-x86_64 2022-11-23T02:53:46.6278767Z BUILT 717/1113 JOBS 1.8s //third_party:libkineto_api#compile-libkineto_api.cpp.of56876c9,linux-x86_64 2022-11-23T02:54:02.5266322Z BUILT 718/1113 JOBS 2.2s //:lean_runtime_with_flatbuffer#compile-DeprecatedTypePropertiesRegistry.cpp.oc65f4058,linux-x86_64 2022-11-23T02:54:02.5359730Z BUILT 719/1113 JOBS 9.5s //:lean_runtime_with_flatbuffer#compile-module.cpp.o76845617,linux-x86_64 2022-11-23T02:54:02.5418342Z BUILT 720/1113 JOBS 0.9s //:lean_runtime_with_flatbuffer#compile-observer.cpp.oc0d177da,linux-x86_64 2022-11-23T02:54:02.5499223Z BUILT 721/1113 JOBS 11.1s //:lean_runtime_with_flatbuffer#compile-import.cpp.o4d39565e,linux-x86_64 2022-11-23T02:54:06.5959934Z BUILT 722/1113 JOBS 9.1s //:lean_runtime_with_flatbuffer#compile-import_read.cpp.o6922c437,linux-x86_64 2022-11-23T02:54:06.6233760Z BUILT 723/1113 JOBS 4.8s //:torch_model_tracer#compile-CustomClassTracer.cpp.o760b7d1a,linux-x86_64 2022-11-23T02:54:06.6301381Z BUILT 724/1113 JOBS 4.9s //:torch_model_tracer#compile-KernelDTypeTracer.cpp.o3b3173cd,linux-x86_64 2022-11-23T02:54:06.6329791Z BUILT 725/1113 JOBS 5.0s //:torch_model_tracer#compile-OperatorCallTracer.cpp.of67f64e5,linux-x86_64 2022-11-23T02:54:06.6367347Z BUILT 726/1113 JOBS 5.5s //:torch_mobile_debug_symbolication#compile-scope.cpp.ob3805a3d,linux-x86_64 2022-11-23T02:54:06.6439467Z BUILT 727/1113 JOBS 9.6s //:torch_mobile_debug_symbolication#compile-callstack_debug_info_serialization.cpp.o27436749,linux-x86_64 2022-11-23T02:54:06.6473050Z BUILT 728/1113 JOBS 14.2s //:torch_model_tracer#compile-TracerRunner.cpp.oe37b9849,linux-x86_64 2022-11-23T02:54:06.6520276Z BUILT 729/1113 JOBS 10.0s //:torch_mobile_debug_symbolication#compile-source_range_serialization.cpp.o0b52ce72,linux-x86_64 2022-11-23T02:54:06.6587137Z BUILT 730/1113 JOBS 5.0s //:torch_model_tracer#compile-BuildFeatureTracer.cpp.odaed22d0,linux-x86_64 2022-11-23T02:54:06.6592609Z BUILT 731/1113 JOBS 8.5s //:torch_mobile_debug_symbolication#compile-pickle.cpp.o498a51b9,linux-x86_64 2022-11-23T02:54:06.6666616Z BUILT 732/1113 JOBS 6.7s //:torch_mobile_train#compile-type_hashing.cpp.oe44538b7,linux-x86_64 2022-11-23T02:54:06.6700097Z BUILT 733/1113 JOBS 9.2s //:torch_mobile_debug_symbolication#compile-debug_info.cpp.o02e36ff5,linux-x86_64 2022-11-23T02:54:06.6758607Z BUILT 734/1113 JOBS 9.2s //:torch_mobile_train#compile-sequential.cpp.od6dc74a4,linux-x86_64 2022-11-23T02:54:06.6777380Z BUILT 735/1113 JOBS 7.5s //:torch_mobile_train#compile-quantization.cpp.o8c420acf,linux-x86_64 2022-11-23T02:54:06.6825934Z BUILT 736/1113 JOBS 8.8s //:torch_mobile_train#compile-accumulate_grad.cpp.o36474363,linux-x86_64 2022-11-23T02:54:06.6882299Z BUILT 737/1113 JOBS 9.3s //:torch_mobile_train#compile-tensor.cpp.o65650d9b,linux-x86_64 2022-11-23T02:54:06.6904792Z BUILT 738/1113 JOBS 11.2s //:torch_mobile_train#compile-variable.cpp.of2ba3b90,linux-x86_64 2022-11-23T02:54:06.6963701Z BUILT 739/1113 JOBS 8.6s //:torch_mobile_train#compile-utils.cpp.o9da48061,linux-x86_64 2022-11-23T02:54:06.6986113Z BUILT 740/1113 JOBS 1.2s //:torch_mobile_train#compile-name_mangler.cpp.o3787b9ba,linux-x86_64 2022-11-23T02:54:06.7123209Z BUILT 741/1113 JOBS 7.7s //:torch_mobile_train#compile-input_buffer.cpp.o68c3fc83,linux-x86_64 2022-11-23T02:54:06.7131470Z BUILT 742/1113 JOBS 11.1s //:torch_mobile_train#compile-autograd_not_implemented_fallback.cpp.o6851799d,linux-x86_64 2022-11-23T02:54:06.7140148Z BUILT 743/1113 JOBS 8.8s //:torch_mobile_train#compile-basic_ops.cpp.o94d170e6,linux-x86_64 2022-11-23T02:54:06.7190952Z BUILT 744/1113 JOBS 6.8s //:torch_mobile_train#compile-type_name_uniquer.cpp.o72ef10f4,linux-x86_64 2022-11-23T02:54:06.7270078Z BUILT 745/1113 JOBS 17.8s //:torch_mobile_train#compile-FunctionsManual.cpp.o32d20843,linux-x86_64 2022-11-23T02:54:06.7301906Z BUILT 746/1113 JOBS 9.9s //:torch_mobile_train#compile-custom_function.cpp.oe0407e90,linux-x86_64 2022-11-23T02:54:06.7328927Z BUILT 747/1113 JOBS 4.7s //:torch_mobile_train#compile-jit_decomp_interface.cpp.ocf5a4eba,linux-x86_64 2022-11-23T02:54:06.7385949Z BUILT 748/1113 JOBS 8.4s //:torch_mobile_train#compile-autograd.cpp.oaa7b37d9,linux-x86_64 2022-11-23T02:54:06.7435808Z BUILT 749/1113 JOBS 8.1s //:torch_mobile_train#compile-cpp_hook.cpp.o0e48ab47,linux-x86_64 2022-11-23T02:54:06.7463489Z BUILT 750/1113 JOBS 13.2s //:torch_mobile_train#compile-VariableTypeManual.cpp.obf98f6ae,linux-x86_64 2022-11-23T02:54:06.7572204Z BUILT 751/1113 JOBS 12.6s //:torch_mobile_train#compile-pickler.cpp.ofcdb07c7,linux-x86_64 2022-11-23T02:54:06.7670389Z BUILT 752/1113 JOBS 24.1s //:torch_mobile_train#compile-Functions.cpp.o8a165b98,linux-x86_64 2022-11-23T02:54:06.7728119Z BUILT 753/1113 JOBS 8.5s //:torch_mobile_train#compile-saved_variable.cpp.oc7689e92,linux-x86_64 2022-11-23T02:54:06.7789021Z BUILT 754/1113 JOBS 11.1s //:torch_mobile_train#compile-sgd.cpp.o8c5b907f,linux-x86_64 2022-11-23T02:54:06.7847028Z BUILT 755/1113 JOBS 9.1s //:torch_mobile_train#compile-random.cpp.o8d5bf3a7,linux-x86_64 2022-11-23T02:54:06.8016451Z BUILT 756/1113 JOBS 2.9s //:torch_mobile_train#compile-function_hook.cpp.ob4f1f2f8,linux-x86_64 2022-11-23T02:54:06.8070398Z BUILT 757/1113 JOBS 13.0s //:torch_mobile_train#compile-engine.cpp.o6ee9d422,linux-x86_64 2022-11-23T02:54:06.8138256Z BUILT 758/1113 JOBS 8.8s //:torch_mobile_train#compile-export_data.cpp.ob0aa5afe,linux-x86_64 2022-11-23T02:54:06.8194980Z BUILT 759/1113 JOBS 8.8s //:torch_mobile_train#compile-function.cpp.o33957fe0,linux-x86_64 2022-11-23T02:54:06.8217267Z BUILT 760/1113 JOBS 10.0s //:torch_mobile_train#compile-record_function_ops.cpp.of372fe24,linux-x86_64 2022-11-23T02:54:06.8256654Z BUILT 761/1113 JOBS 7.7s //:torch_mobile_train#compile-anomaly_mode.cpp.o5bbc3362,linux-x86_64 2022-11-23T02:54:06.8308551Z BUILT 762/1113 JOBS 1.0s //:torch_mobile_train#compile-warnings.cpp.o0b5f5c8b,linux-x86_64 2022-11-23T02:54:06.8331222Z BUILT 763/1113 JOBS 9.5s //:torch_mobile_train#compile-mnist.cpp.o42d9414d,linux-x86_64 2022-11-23T02:54:06.8399543Z BUILT 764/1113 JOBS 12.4s //:torch_mobile_train_import_data#compile-import_data.cpp.oeac3abf1,linux-x86_64 2022-11-23T02:54:06.8428317Z BUILT 765/1113 JOBS 6.8s //:torch#compile-register_c10_ops.cpp.o2ce92807,linux-x86_64 2022-11-23T02:54:06.8493042Z BUILT 766/1113 JOBS 15.9s //:torch#compile-register_prim_ops_fulljit.cpp.o71001426,linux-x86_64 2022-11-23T02:54:06.8527170Z BUILT 767/1113 JOBS 10.6s //:torch_train#compile-sequential.cpp.obd5b1bd4,linux-x86_64 2022-11-23T02:54:06.8615954Z BUILT 768/1113 JOBS 8.7s //:torch_mobile_compatibility#compile-model_compatibility.cpp.o7dd4ad0b,linux-x86_64 2022-11-23T02:54:06.8633936Z BUILT 769/1113 JOBS 7.5s //:torch_train#compile-module_save.cpp.o349898be,linux-x86_64 2022-11-23T02:54:06.8682385Z BUILT 770/1113 JOBS 11.0s //:torch_train#compile-random.cpp.o125f5554,linux-x86_64 2022-11-23T02:54:06.8748178Z BUILT 771/1113 JOBS 12.1s //:torch_train#compile-sgd.cpp.o579d927c,linux-x86_64 2022-11-23T02:54:06.8755654Z BUILT 772/1113 JOBS 11.9s //:torch_train#compile-input-archive.cpp.o3e4b780b,linux-x86_64 2022-11-23T02:54:06.8841972Z BUILT 773/1113 JOBS 10.8s //:torch_train#compile-serialize.cpp.o67a84a73,linux-x86_64 2022-11-23T02:54:06.8871023Z BUILT 774/1113 JOBS 11.6s //:torch_kineto_profiling#compile-profiler_legacy.cpp.o72fa019b,linux-x86_64 2022-11-23T02:54:06.8902503Z BUILT 775/1113 JOBS 1.2s //:torch_kineto_profiling#compile-counters.cpp.o43759dd0,linux-x86_64 2022-11-23T02:54:06.8966067Z BUILT 776/1113 JOBS 11.2s //:torch_train#compile-output-archive.cpp.o57ad8aa8,linux-x86_64 2022-11-23T02:54:06.8984528Z BUILT 777/1113 JOBS 4.9s //:torch_kineto_profiling#compile-observer.cpp.odf7dbb80,linux-x86_64 2022-11-23T02:54:06.9029422Z BUILT 778/1113 JOBS 4.7s //:torch_kineto_profiling#compile-python_tracer.cpp.o32a66d7b,linux-x86_64 2022-11-23T02:54:06.9084229Z BUILT 779/1113 JOBS 6.8s //:torch_kineto_profiling#compile-data_flow.cpp.o648ee8c1,linux-x86_64 2022-11-23T02:54:06.9107766Z BUILT 780/1113 JOBS 4.8s //:torch_kineto_profiling#compile-itt_observer.cpp.o32280ca2,linux-x86_64 2022-11-23T02:54:06.9143108Z BUILT 781/1113 JOBS 5.4s //:torch_kineto_profiling#compile-kineto_client_interface.cpp.oa500cc28,linux-x86_64 2022-11-23T02:54:06.9224080Z BUILT 782/1113 JOBS 9.5s //:torch_train#compile-optimizer.cpp.o45cfd44f,linux-x86_64 2022-11-23T02:54:06.9244528Z BUILT 783/1113 JOBS 8.0s //:torch_kineto_profiling#compile-execution_graph_observer.cpp.o3ebdd28f,linux-x86_64 2022-11-23T02:54:06.9328076Z BUILT 784/1113 JOBS 11.6s //:torch_kineto_profiling#compile-profiler_kineto.cpp.o4f6b2087,linux-x86_64 2022-11-23T02:54:06.9338969Z BUILT 785/1113 JOBS 1.1s //:torch_kineto_profiling#compile-events.cpp.oea38bd2c,linux-x86_64 2022-11-23T02:54:06.9385324Z BUILT 786/1113 JOBS 1.5s //:torch_kineto_profiling#compile-perf.cpp.o2c248713,linux-x86_64 2022-11-23T02:54:06.9442642Z BUILT 787/1113 JOBS 5.8s //:torch_kineto_profiling#compile-kineto_shim.cpp.o464b2a18,linux-x86_64 2022-11-23T02:54:06.9464646Z BUILT 788/1113 JOBS 0.8s //:torch_kineto_profiling#compile-base.cpp.o82c8cfe3,linux-x86_64 2022-11-23T02:54:06.9502098Z BUILT 789/1113 JOBS 5.1s //:backend_interface_lib#compile-backend_interface.cpp.oeac7230c,linux-x86_64 2022-11-23T02:54:06.9640412Z BUILT 790/1113 JOBS 16.7s //:static_runtime#compile-te_wrapper.cpp.o3a150204,linux-x86_64 2022-11-23T02:54:06.9651324Z BUILT 791/1113 JOBS 8.2s //:static_runtime#compile-memory_planner.cpp.o2ea7c9c4,linux-x86_64 2022-11-23T02:54:06.9761653Z BUILT 792/1113 JOBS 8.0s //:static_runtime#compile-fusion.cpp.o5910bd79,linux-x86_64 2022-11-23T02:54:06.9922764Z BUILT 793/1113 JOBS 8.6s //:static_runtime#compile-passes.cpp.o8bb978b6,linux-x86_64 2022-11-23T02:54:07.0248306Z BUILT 794/1113 JOBS 15.4s //:static_runtime#compile-native_ops.cpp.o8e8251e4,linux-x86_64 2022-11-23T02:54:07.0276934Z BUILT 795/1113 JOBS 22.5s //:static_runtime#compile-generated_ops.cpp.o9ae64a58,linux-x86_64 2022-11-23T02:54:07.0559626Z BUILT 796/1113 JOBS 20.2s //:static_runtime#compile-ops.cpp.o3228a276,linux-x86_64 2022-11-23T02:54:07.0641327Z BUILT 797/1113 JOBS 5.2s //:torch_kineto_profiling#compile-nvtx_observer.cpp.o3e2f988d,linux-x86_64 2022-11-23T02:54:07.0756358Z BUILT 798/1113 JOBS 11.1s //:static_runtime#compile-impl.cpp.o5c06d76d,linux-x86_64 2022-11-23T02:54:07.0765285Z BUILT 799/1113 JOBS 15.6s //:jit_module_saving#compile-export_module.cpp.o6c9f4587,linux-x86_64 2022-11-23T02:54:07.0849302Z BUILT 800/1113 JOBS 7.6s //:jit_module_saving#compile-module_save.cpp.o349898be,linux-x86_64 2022-11-23T02:54:07.0891750Z BUILT 801/1113 JOBS 11.4s //:torch_kineto_profiling#compile-collection.cpp.oe498a623,linux-x86_64 2022-11-23T02:54:07.0962611Z BUILT 802/1113 JOBS 15.6s //:torch_cpp_cpu#compile-conv.cpp.o379fcdbc,linux-x86_64 2022-11-23T02:54:07.1021134Z BUILT 803/1113 JOBS 12.3s //:torch_cpp_cpu#compile-embedding.cpp.of5ae5185,linux-x86_64 2022-11-23T02:54:07.1037906Z BUILT 804/1113 JOBS 10.7s //:torch_cpp_cpu#compile-random.cpp.o125f5554,linux-x86_64 2022-11-23T02:54:07.1116863Z BUILT 805/1113 JOBS 12.4s //:torch_cpp_cpu#compile-upsampling.cpp.o5abd61d6,linux-x86_64 2022-11-23T02:54:07.1140843Z BUILT 806/1113 JOBS 11.7s //:torch_cpp_cpu#compile-dropout.cpp.oe725b4cb,linux-x86_64 2022-11-23T02:54:07.1203072Z BUILT 807/1113 JOBS 12.4s //:torch_cpp_cpu#compile-linear.cpp.o9007ced2,linux-x86_64 2022-11-23T02:54:07.1237080Z BUILT 808/1113 JOBS 10.9s //:torch_cpp_cpu#compile-sequential.cpp.obd5b1bd4,linux-x86_64 2022-11-23T02:54:07.1280876Z BUILT 809/1113 JOBS 11.4s //:torch_cpp_cpu#compile-pixelshuffle.cpp.o0d104ebf,linux-x86_64 2022-11-23T02:54:07.1343471Z BUILT 810/1113 JOBS 8.0s //:torch_cpp_cpu#compile-jit.cpp.o8141aa48,linux-x86_64 2022-11-23T02:54:07.1356116Z BUILT 811/1113 JOBS 11.1s //:torch_cpp_cpu#compile-serialize.cpp.o67a84a73,linux-x86_64 2022-11-23T02:54:07.1421884Z BUILT 812/1113 JOBS 8.9s //:torch_cpp_cpu#compile-dropout.cpp.o9ee104d0,linux-x86_64 2022-11-23T02:54:07.1449479Z BUILT 813/1113 JOBS 8.9s //:torch_cpp_cpu#compile-activation.cpp.o462b21ad,linux-x86_64 2022-11-23T02:54:07.1530837Z BUILT 814/1113 JOBS 14.8s //:torch_cpp_cpu#compile-loss.cpp.ofdbf50d6,linux-x86_64 2022-11-23T02:54:07.1550262Z BUILT 815/1113 JOBS 9.2s //:torch_cpp_cpu#compile-optimizer.cpp.o45cfd44f,linux-x86_64 2022-11-23T02:54:07.1633645Z BUILT 816/1113 JOBS 2.3s //:torch_cpp_cpu#compile-cuda.cpp.ofded9526,linux-x86_64 2022-11-23T02:54:07.1667431Z BUILT 817/1113 JOBS 9.1s //:torch_cpp_cpu#compile-mnist.cpp.o42d9414d,linux-x86_64 2022-11-23T02:54:07.1701489Z BUILT 818/1113 JOBS 12.2s //:torch_cpp_cpu#compile-adagrad.cpp.o42510065,linux-x86_64 2022-11-23T02:54:07.1782278Z BUILT 819/1113 JOBS 16.2s //:torch_cpp_cpu#compile-transformer.cpp.o4a6e5ad4,linux-x86_64 2022-11-23T02:54:07.1822409Z BUILT 820/1113 JOBS 12.2s //:torch_cpp_cpu#compile-rmsprop.cpp.o81df40d1,linux-x86_64 2022-11-23T02:54:07.2022182Z BUILT 821/1113 JOBS 3.0s //:torch_cpp_cpu#compile-lr_scheduler.cpp.o536557dd,linux-x86_64 2022-11-23T02:54:07.2023254Z BUILT 822/1113 JOBS 8.7s //:torch_cpp_cpu#compile-adaptive.cpp.od13f7647,linux-x86_64 2022-11-23T02:54:07.2048522Z BUILT 823/1113 JOBS 8.6s //:torch_cpp_cpu#compile-instancenorm.cpp.o7bca085f,linux-x86_64 2022-11-23T02:54:07.2051443Z BUILT 824/1113 JOBS 11.7s //:jit_module_saving#compile-export_bytecode.cpp.obad56022,linux-x86_64 2022-11-23T02:54:07.2107071Z BUILT 825/1113 JOBS 12.2s //:torch_cpp_cpu#compile-transformer.cpp.o195b02ae,linux-x86_64 2022-11-23T02:54:07.2173616Z BUILT 826/1113 JOBS 12.5s //:torch_cpp_cpu#compile-padding.cpp.occ842f7e,linux-x86_64 2022-11-23T02:54:07.2180258Z BUILT 827/1113 JOBS 11.2s //:torch_cpp_cpu#compile-distance.cpp.o6b8e972c,linux-x86_64 2022-11-23T02:54:07.2260440Z BUILT 828/1113 JOBS 11.4s //:torch_cpp_cpu#compile-module.cpp.oe4ffeb73,linux-x86_64 2022-11-23T02:54:07.2307435Z BUILT 829/1113 JOBS 8.9s //:torch_cpp_cpu#compile-linear.cpp.oc3da5247,linux-x86_64 2022-11-23T02:54:07.2350456Z BUILT 830/1113 JOBS 12.2s //:torch_cpp_cpu#compile-adam.cpp.o46ca121d,linux-x86_64 2022-11-23T02:54:07.2424171Z BUILT 831/1113 JOBS 12.4s //:torch_cpp_cpu#compile-adamw.cpp.o708b7f1b,linux-x86_64 2022-11-23T02:54:07.2451494Z BUILT 832/1113 JOBS 12.2s //:torch_cpp_cpu#compile-sgd.cpp.o579d927c,linux-x86_64 2022-11-23T02:54:07.2492248Z BUILT 833/1113 JOBS 12.1s //:torch_cpp_cpu#compile-instancenorm.cpp.o2b6a9d75,linux-x86_64 2022-11-23T02:54:07.2546943Z BUILT 834/1113 JOBS 9.1s //:torch_cpp_cpu#compile-padding.cpp.o6a8d7697,linux-x86_64 2022-11-23T02:54:07.2603982Z BUILT 835/1113 JOBS 11.2s //:torch_cpp_cpu#compile-output-archive.cpp.o57ad8aa8,linux-x86_64 2022-11-23T02:54:07.2625703Z BUILT 836/1113 JOBS 12.0s //:torch_cpp_cpu#compile-batchnorm.cpp.o3bc57ad1,linux-x86_64 2022-11-23T02:54:07.2657767Z BUILT 837/1113 JOBS 9.0s //:torch_cpp_cpu#compile-vision.cpp.o9874f593,linux-x86_64 2022-11-23T02:54:07.2722006Z BUILT 838/1113 JOBS 4.6s //:torch_cpp_cpu#compile-imethod.cpp.o7c68c277,linux-x86_64 2022-11-23T02:54:07.2741238Z BUILT 839/1113 JOBS 9.2s //:torch_cpp_cpu#compile-conv.cpp.o61d2016e,linux-x86_64 2022-11-23T02:54:07.2801329Z BUILT 840/1113 JOBS 9.0s //:torch_cpp_cpu#compile-pooling.cpp.ofb21c8b7,linux-x86_64 2022-11-23T02:54:07.2849388Z BUILT 841/1113 JOBS 11.2s //:torch_cpp_cpu#compile-fold.cpp.oc5ae6346,linux-x86_64 2022-11-23T02:54:07.2935781Z BUILT 842/1113 JOBS 16.4s //:torch_cpp_cpu#compile-activation.cpp.ob215c266,linux-x86_64 2022-11-23T02:54:07.2951809Z BUILT 843/1113 JOBS 12.1s //:torch_cpp_cpu#compile-input-archive.cpp.o3e4b780b,linux-x86_64 2022-11-23T02:54:07.3022068Z BUILT 844/1113 JOBS 10.2s //:torch_cpp_cpu#compile-_functions.cpp.o5cb506a0,linux-x86_64 2022-11-23T02:54:07.3083489Z BUILT 845/1113 JOBS 13.9s //:torch_cpp_cpu#compile-normalization.cpp.oec8b00d7,linux-x86_64 2022-11-23T02:54:07.3115983Z BUILT 846/1113 JOBS 3.1s //:torch_cpp_cpu#compile-step_lr.cpp.o9cea292a,linux-x86_64 2022-11-23T02:54:07.3177904Z BUILT 847/1113 JOBS 9.2s //:torch_cpp_cpu#compile-batchnorm.cpp.o589f1010,linux-x86_64 2022-11-23T02:54:07.3255211Z BUILT 848/1113 JOBS 15.9s //:torch_cpp_cpu#compile-pooling.cpp.of2b58521,linux-x86_64 2022-11-23T02:54:07.3318909Z BUILT 849/1113 JOBS 11.1s //:torch_cpp_cpu#compile-serialize.cpp.od29f1a62,linux-x86_64 2022-11-23T02:54:07.3343830Z BUILT 850/1113 JOBS 10.7s //:torch_cpp_cpu#compile-stream.cpp.o52931589,linux-x86_64 2022-11-23T02:54:07.3505284Z BUILT 851/1113 JOBS 8.9s //:torch_cpp_cpu#compile-embedding.cpp.oecec9f57,linux-x86_64 2022-11-23T02:54:07.3506049Z BUILT 852/1113 JOBS 12.9s //:torch_cpp_cpu#compile-adaptive.cpp.ob52f8884,linux-x86_64 2022-11-23T02:54:07.3506663Z BUILT 853/1113 JOBS 8.9s //:torch_cpp_cpu#compile-rnn.cpp.o8ba88bda,linux-x86_64 2022-11-23T02:54:07.3780023Z BUILT 854/1113 JOBS 8.8s //:torch_cpp_cpu#compile-normalization.cpp.o1adf158f,linux-x86_64 2022-11-23T02:54:07.3799189Z BUILT 855/1113 JOBS 0.9s //:torch_cpp_cpu#compile-enum.cpp.o4a4b2553,linux-x86_64 2022-11-23T02:54:07.3831351Z BUILT 856/1113 JOBS 11.2s //:torch_cpp_cpu#compile-functional.cpp.o412b58b7,linux-x86_64 2022-11-23T02:54:07.3907688Z BUILT 857/1113 JOBS 18.4s //:torch_cpp_cpu#compile-rnn.cpp.of033ce9f,linux-x86_64 2022-11-23T02:54:07.3968604Z BUILT 858/1113 JOBS 8.4s //:backend_interface_lib#compile-backend_debug_info.cpp.o259aa232,linux-x86_64 2022-11-23T02:54:07.3997251Z BUILT 859/1113 JOBS 13.9s //:torch_cpp_cpu#compile-lbfgs.cpp.o66dbbb82,linux-x86_64 2022-11-23T02:54:07.4032290Z BUILT 860/1113 JOBS 7.7s //:torch_edge_profiling#compile-profiler_edge.cpp.o150b9f93,linux-x86_64 2022-11-23T02:54:07.4085109Z BUILT 861/1113 JOBS 10.1s //:torch_cpp_cpu#compile-init.cpp.o80e0e822,linux-x86_64 2022-11-23T02:54:07.4145782Z BUILT 862/1113 JOBS 8.9s //:torch_core#compile-builtin_functions.cpp.o7eb2ce32,linux-x86_64 2022-11-23T02:54:07.4181024Z BUILT 863/1113 JOBS 8.7s //:torch_core#compile-subgraph_utils.cpp.o32887e41,linux-x86_64 2022-11-23T02:54:07.4205053Z BUILT 864/1113 JOBS 10.8s //:torch_cpp_cpu#compile-distributed.cpp.o3ed1561b,linux-x86_64 2022-11-23T02:54:07.4262120Z BUILT 865/1113 JOBS 6.6s //:torch_core#compile-refine_tuple_types.cpp.ofdae834a,linux-x86_64 2022-11-23T02:54:07.4345696Z BUILT 866/1113 JOBS 6.5s //:torch_core#compile-eliminate_no_ops.cpp.o79eb1101,linux-x86_64 2022-11-23T02:54:07.4378438Z BUILT 867/1113 JOBS 11.5s //:torch_core#compile-codegen.cpp.o2e7d13d6,linux-x86_64 2022-11-23T02:54:07.4398337Z BUILT 868/1113 JOBS 4.8s //:torch_core#compile-variadic.cpp.ob91fd665,linux-x86_64 2022-11-23T02:54:07.4484514Z BUILT 869/1113 JOBS 19.0s //:torch_core#compile-misc.cpp.o3185b763,linux-x86_64 2022-11-23T02:54:07.4500617Z BUILT 870/1113 JOBS 6.6s //:torch_core#compile-canonicalize_modified_loop.cpp.o98b33c49,linux-x86_64 2022-11-23T02:54:07.4547572Z BUILT 871/1113 JOBS 8.3s //:torch_core#compile-concat_opt.cpp.o3c23053c,linux-x86_64 2022-11-23T02:54:07.4616208Z BUILT 872/1113 JOBS 9.0s //:torch_core#compile-symbolic_script.cpp.oa4f18d54,linux-x86_64 2022-11-23T02:54:07.4665609Z BUILT 873/1113 JOBS 9.9s //:torch_core#compile-insert_guards.cpp.o63a82074,linux-x86_64 2022-11-23T02:54:07.4669372Z BUILT 874/1113 JOBS 7.4s //:torch_core#compile-fuse_relu.cpp.of3d022f0,linux-x86_64 2022-11-23T02:54:07.4741456Z BUILT 875/1113 JOBS 12.2s //:torch_core#compile-irparser.cpp.o14822a0b,linux-x86_64 2022-11-23T02:54:07.4788597Z BUILT 876/1113 JOBS 6.4s //:torch_core#compile-inline_loop_condition.cpp.oba7a774a,linux-x86_64 2022-11-23T02:54:07.4844675Z BUILT 877/1113 JOBS 8.3s //:torch_core#compile-lift_closures.cpp.o82561ba2,linux-x86_64 2022-11-23T02:54:07.4860135Z BUILT 878/1113 JOBS 14.1s //:torch_core#compile-tracer.cpp.o2547a25e,linux-x86_64 2022-11-23T02:54:07.4904768Z BUILT 879/1113 JOBS 11.3s //:torch_core#compile-batch_mm.cpp.o5a87d78f,linux-x86_64 2022-11-23T02:54:07.4958413Z BUILT 880/1113 JOBS 10.6s //:torch_core#compile-guard_elimination.cpp.o711926f8,linux-x86_64 2022-11-23T02:54:07.4985628Z BUILT 881/1113 JOBS 5.5s //:torch_core#compile-scope.cpp.ob3805a3d,linux-x86_64 2022-11-23T02:54:07.5010961Z BUILT 882/1113 JOBS 6.8s //:torch_core#compile-common_subexpression_elimination.cpp.o069ee3ac,linux-x86_64 2022-11-23T02:54:07.5066703Z BUILT 883/1113 JOBS 7.1s //:torch_core#compile-lower_tuples.cpp.o4f804cb0,linux-x86_64 2022-11-23T02:54:07.5116507Z BUILT 884/1113 JOBS 9.3s //:torch_core#compile-erase_number_types.cpp.oa2afbb5d,linux-x86_64 2022-11-23T02:54:07.5134191Z BUILT 885/1113 JOBS 8.0s //:torch_core#compile-graph_rewrite_helper.cpp.o2484c07b,linux-x86_64 2022-11-23T02:54:07.5174571Z BUILT 886/1113 JOBS 7.4s //:torch_core#compile-constants.cpp.oc210ef5a,linux-x86_64 2022-11-23T02:54:07.5227994Z BUILT 887/1113 JOBS 9.7s //:torch_core#compile-clear_profiling.cpp.oa0684c8e,linux-x86_64 2022-11-23T02:54:07.5283685Z BUILT 888/1113 JOBS 7.9s //:torch_core#compile-argument_spec.cpp.o820eb2b4,linux-x86_64 2022-11-23T02:54:07.5288312Z BUILT 889/1113 JOBS 7.3s //:torch_core#compile-canonicalize.cpp.o2b5f2922,linux-x86_64 2022-11-23T02:54:07.5360850Z BUILT 890/1113 JOBS 15.4s //:torch_core#compile-bounds_inference.cpp.od3ec3ae5,linux-x86_64 2022-11-23T02:54:07.5411894Z BUILT 891/1113 JOBS 11.1s //:torch_core#compile-register_packed_params.cpp.oc335542a,linux-x86_64 2022-11-23T02:54:07.5425912Z BUILT 892/1113 JOBS 7.8s //:torch_core#compile-remove_redundant_aliases.cpp.o92372b79,linux-x86_64 2022-11-23T02:54:07.5497922Z BUILT 893/1113 JOBS 7.2s //:torch_core#compile-versioned_symbols.cpp.oa9e5a681,linux-x86_64 2022-11-23T02:54:07.5593990Z BUILT 894/1113 JOBS 7.8s //:torch_core#compile-variadic_ops.cpp.o59ba14c0,linux-x86_64 2022-11-23T02:54:07.5609561Z BUILT 895/1113 JOBS 16.3s //:torch_core#compile-pointwise.cpp.o325ae734,linux-x86_64 2022-11-23T02:54:07.5704914Z BUILT 896/1113 JOBS 7.6s //:torch_core#compile-peephole_list_idioms.cpp.o23c090db,linux-x86_64 2022-11-23T02:54:07.5743071Z BUILT 897/1113 JOBS 10.8s //:torch_core#compile-script_type_parser.cpp.o21e0e086,linux-x86_64 2022-11-23T02:54:07.5798748Z BUILT 898/1113 JOBS 6.5s //:torch_core#compile-constant_pooling.cpp.o40f728cc,linux-x86_64 2022-11-23T02:54:07.5870002Z BUILT 899/1113 JOBS 11.1s //:torch_core#compile-symbolic_shape_registry.cpp.oc8126fa8,linux-x86_64 2022-11-23T02:54:07.5922786Z BUILT 900/1113 JOBS 8.3s //:torch_core#compile-dedup_module_uses.cpp.ob47b3523,linux-x86_64 2022-11-23T02:54:07.5988527Z BUILT 901/1113 JOBS 10.5s //:torch_core#compile-dtype_analysis.cpp.o8b34b0fb,linux-x86_64 2022-11-23T02:54:07.6021930Z BUILT 902/1113 JOBS 6.5s //:torch_core#compile-op_registry.cpp.oa9854ad7,linux-x86_64 2022-11-23T02:54:07.6122197Z BUILT 903/1113 JOBS 18.7s //:torch_core#compile-aot_compiler.cpp.oc9387817,linux-x86_64 2022-11-23T02:54:07.6136152Z BUILT 904/1113 JOBS 15.1s //:torch_core#compile-bounds_overlap.cpp.o06523f00,linux-x86_64 2022-11-23T02:54:07.6225906Z BUILT 905/1113 JOBS 13.8s //:torch_core#compile-ir.cpp.o0421bdf7,linux-x86_64 2022-11-23T02:54:07.6262219Z BUILT 906/1113 JOBS 14.7s //:torch_core#compile-hash_provider.cpp.o11f1907b,linux-x86_64 2022-11-23T02:54:07.6304324Z BUILT 907/1113 JOBS 11.5s //:torch_core#compile-export_bytecode.cpp.obad56022,linux-x86_64 2022-11-23T02:54:07.6355093Z BUILT 908/1113 JOBS 7.0s //:torch_core#compile-memory_dag.cpp.o962e5466,linux-x86_64 2022-11-23T02:54:07.6389356Z BUILT 909/1113 JOBS 7.4s //:torch_core#compile-external_functions_core.cpp.o1db3561d,linux-x86_64 2022-11-23T02:54:07.6409759Z BUILT 910/1113 JOBS 7.1s //:torch_core#compile-frozen_conv_add_relu_fusion.cpp.oc7b9d053,linux-x86_64 2022-11-23T02:54:07.6469406Z BUILT 911/1113 JOBS 6.8s //:torch_core#compile-decomposition_registry_util.cpp.o5d58f914,linux-x86_64 2022-11-23T02:54:07.6509388Z BUILT 912/1113 JOBS 6.7s //:torch_core#compile-normalize_ops.cpp.o48176da1,linux-x86_64 2022-11-23T02:54:07.6582150Z BUILT 913/1113 JOBS 25.4s //:torch_core#compile-kernel.cpp.o8e650722,linux-x86_64 2022-11-23T02:54:07.6639940Z BUILT 914/1113 JOBS 8.9s //:torch_core#compile-upgraders_entry.cpp.o9b319403,linux-x86_64 2022-11-23T02:54:07.6656305Z BUILT 915/1113 JOBS 10.4s //:torch_core#compile-decomposition_registry.cpp.obad71cfe,linux-x86_64 2022-11-23T02:54:07.6712776Z BUILT 916/1113 JOBS 4.3s //:torch_core#compile-parser.cpp.o0649f99f,linux-x86_64 2022-11-23T02:54:07.6769011Z BUILT 917/1113 JOBS 7.7s //:torch_core#compile-remove_mutation.cpp.od04e6fd7,linux-x86_64 2022-11-23T02:54:07.6782168Z BUILT 918/1113 JOBS 5.4s //:torch_core#compile-import_export_helpers.cpp.of26e0ed2,linux-x86_64 2022-11-23T02:54:07.6819941Z BUILT 919/1113 JOBS 7.3s //:torch_core#compile-remove_dropout.cpp.o31fff3a6,linux-x86_64 2022-11-23T02:54:07.6895922Z BUILT 920/1113 JOBS 13.7s //:torch_core#compile-finalize.cpp.o2017d0f2,linux-x86_64 2022-11-23T02:54:07.6909948Z BUILT 921/1113 JOBS 10.1s //:torch_core#compile-kernel_cache.cpp.o4a045e8b,linux-x86_64 2022-11-23T02:54:07.6959863Z BUILT 922/1113 JOBS 15.9s //:torch_core#compile-reduction.cpp.odb56b2e6,linux-x86_64 2022-11-23T02:54:07.7016676Z BUILT 923/1113 JOBS 7.9s //:torch_core#compile-prepack_folding.cpp.oe5a9348a,linux-x86_64 2022-11-23T02:54:07.7079696Z BUILT 924/1113 JOBS 25.5s //:torch_core#compile-eval.cpp.o42b6c197,linux-x86_64 2022-11-23T02:54:07.7132281Z BUILT 925/1113 JOBS 5.2s //:torch_core#compile-backend.cpp.o473ce598,linux-x86_64 2022-11-23T02:54:07.7201559Z BUILT 926/1113 JOBS 8.8s //:torch_core#compile-reduction.cpp.o15244d80,linux-x86_64 2022-11-23T02:54:07.7286534Z BUILT 927/1113 JOBS 11.4s //:torch_core#compile-profiling_record.cpp.o2ea84bee,linux-x86_64 2022-11-23T02:54:07.7293178Z BUILT 928/1113 JOBS 7.0s //:torch_core#compile-schema_info.cpp.ob42f4663,linux-x86_64 2022-11-23T02:54:07.7345477Z BUILT 929/1113 JOBS 7.6s //:torch_core#compile-jit_log.cpp.ob770aca5,linux-x86_64 2022-11-23T02:54:07.7409635Z BUILT 930/1113 JOBS 11.3s //:torch_core#compile-compiler.cpp.o472302b6,linux-x86_64 2022-11-23T02:54:07.7416495Z BUILT 931/1113 JOBS 7.1s //:torch_core#compile-preprocess_graph.cpp.obe927256,linux-x86_64 2022-11-23T02:54:07.7515395Z BUILT 932/1113 JOBS 6.8s //:torch_core#compile-update_differentiable_graph_requires_grad.cpp.o1c87111f,linux-x86_64 2022-11-23T02:54:07.7533475Z BUILT 933/1113 JOBS 9.0s //:torch_core#compile-context.cpp.o6e34e4be,linux-x86_64 2022-11-23T02:54:07.7615162Z BUILT 934/1113 JOBS 10.9s //:torch_core#compile-subgraph_matcher.cpp.o35edcd65,linux-x86_64 2022-11-23T02:54:07.7637244Z BUILT 935/1113 JOBS 10.3s //:torch_core#compile-fallback.cpp.o8b236b87,linux-x86_64 2022-11-23T02:54:07.7680123Z BUILT 936/1113 JOBS 0.4s //:torch_core#compile-quantization_type.cpp.o60ac4547,linux-x86_64 2022-11-23T02:54:07.7749465Z BUILT 937/1113 JOBS 12.9s //:torch_core#compile-vulkan_rewrite.cpp.o971080f8,linux-x86_64 2022-11-23T02:54:07.7759561Z BUILT 938/1113 JOBS 8.3s //:torch_core#compile-symbolic_shape_registry_util.cpp.o4c222fd5,linux-x86_64 2022-11-23T02:54:07.7840422Z BUILT 939/1113 JOBS 14.0s //:torch_core#compile-ir_printer.cpp.o09a671e0,linux-x86_64 2022-11-23T02:54:07.7881215Z BUILT 940/1113 JOBS 19.1s //:torch_core#compile-mem_dependency_checker.cpp.oce2b7106,linux-x86_64 2022-11-23T02:54:07.7944863Z BUILT 941/1113 JOBS 8.2s //:torch_core#compile-tensor_flatten.cpp.o0e8d51b6,linux-x86_64 2022-11-23T02:54:07.7965188Z BUILT 942/1113 JOBS 7.3s //:torch_core#compile-fusion_passes.cpp.ob9033033,linux-x86_64 2022-11-23T02:54:07.8036183Z BUILT 943/1113 JOBS 16.5s //:torch_core#compile-matmul.cpp.o1a6811c8,linux-x86_64 2022-11-23T02:54:07.8083211Z BUILT 944/1113 JOBS 10.5s //:torch_core#compile-script_profile.cpp.od466a183,linux-x86_64 2022-11-23T02:54:07.8106967Z BUILT 945/1113 JOBS 6.4s //:torch_core#compile-add_if_then_else.cpp.o4cdbbaf5,linux-x86_64 2022-11-23T02:54:07.8171484Z BUILT 946/1113 JOBS 7.9s //:torch_core#compile-jit.cpp.o8141aa48,linux-x86_64 2022-11-23T02:54:07.8203633Z BUILT 947/1113 JOBS 15.1s //:torch_core#compile-loopnest_randomization.cpp.oa33c8398,linux-x86_64 2022-11-23T02:54:07.8258713Z BUILT 948/1113 JOBS 7.5s //:torch_core#compile-inliner.cpp.o7e1a0961,linux-x86_64 2022-11-23T02:54:07.8311406Z BUILT 949/1113 JOBS 7.8s //:torch_core#compile-symbolic_shape_cache.cpp.o00dd258e,linux-x86_64 2022-11-23T02:54:07.8365694Z BUILT 950/1113 JOBS 14.6s //:torch_core#compile-shape_analysis.cpp.oe3cbd39b,linux-x86_64 2022-11-23T02:54:07.8404581Z BUILT 951/1113 JOBS 0.1s //:torch_core#compile-llvm_jit.cpp.oa6e9cb01,linux-x86_64 2022-11-23T02:54:07.8437212Z BUILT 952/1113 JOBS 16.0s //:torch_core#compile-softmax.cpp.o575d1da2,linux-x86_64 2022-11-23T02:54:07.8503570Z BUILT 953/1113 JOBS 7.4s //:torch_core#compile-value_refinement_utils.cpp.oae7c3d0a,linux-x86_64 2022-11-23T02:54:07.8569102Z BUILT 954/1113 JOBS 1.4s //:torch_core#compile-types.cpp.o0ff6685a,linux-x86_64 2022-11-23T02:54:07.8596597Z BUILT 955/1113 JOBS 7.5s //:torch_core#compile-exit_transforms.cpp.o8a211c1f,linux-x86_64 2022-11-23T02:54:07.8671554Z BUILT 956/1113 JOBS 13.0s //:torch_core#compile-autodiff.cpp.od4d6b3bf,linux-x86_64 2022-11-23T02:54:07.8728692Z BUILT 957/1113 JOBS 16.0s //:torch_core#compile-graph_executor.cpp.o931200e8,linux-x86_64 2022-11-23T02:54:07.8815174Z BUILT 958/1113 JOBS 17.5s //:torch_core#compile-ir_cloner.cpp.ob2f9424b,linux-x86_64 2022-11-23T02:54:07.8838154Z BUILT 959/1113 JOBS 16.3s //:torch_core#compile-conv2d.cpp.o5826d485,linux-x86_64 2022-11-23T02:54:07.8906451Z BUILT 960/1113 JOBS 10.4s //:torch_core#compile-bailout_graph.cpp.o06de7e4a,linux-x86_64 2022-11-23T02:54:07.8943172Z BUILT 961/1113 JOBS 8.1s //:torch_core#compile-peephole.cpp.ob0e3c4ab,linux-x86_64 2022-11-23T02:54:07.9009974Z BUILT 962/1113 JOBS 6.9s //:torch_core#compile-requires_grad_analysis.cpp.o6ffe745f,linux-x86_64 2022-11-23T02:54:07.9023331Z BUILT 963/1113 JOBS 1.4s //:torch_core#compile-utils.cpp.od3959634,linux-x86_64 2022-11-23T02:54:07.9091707Z BUILT 964/1113 JOBS 13.5s //:torch_core#compile-ir_verifier.cpp.o01d69f48,linux-x86_64 2022-11-23T02:54:07.9205271Z BUILT 965/1113 JOBS 12.6s //:torch_core#compile-helper.cpp.o0c23ff6b,linux-x86_64 2022-11-23T02:54:07.9307956Z BUILT 966/1113 JOBS 8.6s //:torch_core#compile-backend_resolver.cpp.o22adcd60,linux-x86_64 2022-11-23T02:54:07.9382720Z BUILT 967/1113 JOBS 7.5s //:torch_core#compile-dead_code_elimination.cpp.o3fed527a,linux-x86_64 2022-11-23T02:54:07.9441902Z BUILT 968/1113 JOBS 10.4s //:torch_core#compile-ir.cpp.o39cda4e5,linux-x86_64 2022-11-23T02:54:07.9450931Z BUILT 969/1113 JOBS 0.9s //:torch_core#compile-logging.cpp.o523f868e,linux-x86_64 2022-11-23T02:54:07.9516014Z BUILT 970/1113 JOBS 10.7s //:torch_core#compile-frozen_concat_linear.cpp.o9609a087,linux-x86_64 2022-11-23T02:54:07.9558314Z BUILT 971/1113 JOBS 13.0s //:torch_core#compile-python_print.cpp.oa12a6504,linux-x86_64 2022-11-23T02:54:07.9610545Z BUILT 972/1113 JOBS 6.3s //:torch_core#compile-remove_expands.cpp.oa779c6ad,linux-x86_64 2022-11-23T02:54:07.9657340Z BUILT 973/1113 JOBS 14.5s //:torch_core#compile-profiling_graph_executor_impl.cpp.o5890c5e5,linux-x86_64 2022-11-23T02:54:07.9714956Z BUILT 974/1113 JOBS 7.0s //:torch_core#compile-create_functional_graphs.cpp.oda07b790,linux-x86_64 2022-11-23T02:54:07.9741551Z BUILT 975/1113 JOBS 0.1s //:torch_core#compile-intrinsic_symbols.cpp.odfc17373,linux-x86_64 2022-11-23T02:54:07.9769654Z BUILT 976/1113 JOBS 6.3s //:torch_core#compile-attributes.cpp.o03709ed4,linux-x86_64 2022-11-23T02:54:07.9822428Z BUILT 977/1113 JOBS 6.7s //:torch_core#compile-inline_fork_wait.cpp.o1625e77a,linux-x86_64 2022-11-23T02:54:07.9848096Z BUILT 978/1113 JOBS 6.8s //:torch_core#compile-jit_opt_limit.cpp.o2ae7c2fd,linux-x86_64 2022-11-23T02:54:07.9887736Z BUILT 979/1113 JOBS 8.6s //:torch_core#compile-subgraph_rewrite.cpp.o1aa4608a,linux-x86_64 2022-11-23T02:54:07.9941002Z BUILT 980/1113 JOBS 0.5s //:torch_core#compile-external_functions_registry.cpp.o29a645c7,linux-x86_64 2022-11-23T02:54:07.9965302Z BUILT 981/1113 JOBS 13.4s //:torch_core#compile-cpp_codegen.cpp.o632b181d,linux-x86_64 2022-11-23T02:54:08.0031579Z BUILT 982/1113 JOBS 9.1s //:torch_core#compile-fixup_trace_scope_blocks.cpp.o4a510d24,linux-x86_64 2022-11-23T02:54:08.0059870Z BUILT 983/1113 JOBS 6.7s //:torch_core#compile-upgraders.cpp.o8b24407a,linux-x86_64 2022-11-23T02:54:08.0107245Z BUILT 984/1113 JOBS 6.7s //:torch_core#compile-inplace_check.cpp.o0b03e5e2,linux-x86_64 2022-11-23T02:54:08.0165601Z BUILT 985/1113 JOBS 0.9s //:torch_core#compile-cpp_stacktraces.cpp.o77b01247,linux-x86_64 2022-11-23T02:54:08.0223650Z BUILT 986/1113 JOBS 19.2s //:torch_core#compile-tensorexpr_fuser.cpp.o64b8fc63,linux-x86_64 2022-11-23T02:54:08.0263693Z BUILT 987/1113 JOBS 6.9s //:torch_core#compile-inline_autodiff_subgraphs.cpp.o0b0bf0eb,linux-x86_64 2022-11-23T02:54:08.0332083Z BUILT 988/1113 JOBS 14.5s //:torch_core#compile-block_codegen.cpp.o0fe638a5,linux-x86_64 2022-11-23T02:54:08.0382265Z BUILT 989/1113 JOBS 16.1s //:torch_core#compile-symbolic_shape_runtime_fusion.cpp.o45a96417,linux-x86_64 2022-11-23T02:54:08.0420118Z BUILT 990/1113 JOBS 6.6s //:torch_core#compile-pass_manager.cpp.oda2c0f40,linux-x86_64 2022-11-23T02:54:08.0521353Z BUILT 991/1113 JOBS 27.0s //:torch_core#compile-loopnest.cpp.o4c497d23,linux-x86_64 2022-11-23T02:54:08.0553626Z BUILT 992/1113 JOBS 10.0s //:torch_core#compile-source_range_serialization.cpp.o0b52ce72,linux-x86_64 2022-11-23T02:54:08.0581271Z BUILT 993/1113 JOBS 10.4s //:torch_core#compile-frozen_conv_folding.cpp.o55678999,linux-x86_64 2022-11-23T02:54:08.0633857Z BUILT 994/1113 JOBS 11.5s //:torch_core#compile-jit_trace.cpp.oe63bb33f,linux-x86_64 2022-11-23T02:54:08.0695202Z BUILT 995/1113 JOBS 7.9s //:torch_core#compile-file_check.cpp.o3dead9d2,linux-x86_64 2022-11-23T02:54:08.0707603Z BUILT 996/1113 JOBS 10.8s //:torch_core#compile-frozen_ops_to_mkldnn.cpp.o8f33455c,linux-x86_64 2022-11-23T02:54:08.0760605Z BUILT 997/1113 JOBS 8.0s //:torch_core#compile-check_strict_fusion.cpp.of0931bfd,linux-x86_64 2022-11-23T02:54:08.0828345Z BUILT 998/1113 JOBS 9.6s //:torch_core#compile-callstack_debug_info_serialization.cpp.o27436749,linux-x86_64 2022-11-23T02:54:08.0836033Z BUILT 999/1113 JOBS 12.7s //:torch_core#compile-graph_fuser.cpp.obe7c9abb,linux-x86_64 2022-11-23T02:54:08.0896752Z BUILT 1000/1113 JOBS 8.4s //:torch_core#compile-pickle.cpp.o498a51b9,linux-x86_64 2022-11-23T02:54:08.0929495Z BUILT 1001/1113 JOBS 8.5s //:torch_core#compile-convert_to_ssa.cpp.oa2455ad3,linux-x86_64 2022-11-23T02:54:08.0976774Z BUILT 1002/1113 JOBS 9.8s //:torch_core#compile-schema_matching.cpp.o418f2910,linux-x86_64 2022-11-23T02:54:08.1023113Z BUILT 1003/1113 JOBS 10.9s //:torch_core#compile-executor.cpp.ocf929726,linux-x86_64 2022-11-23T02:54:08.1119084Z BUILT 1004/1113 JOBS 17.9s //:torch_core#compile-quantization.cpp.oe10d4cea,linux-x86_64 2022-11-23T02:54:08.1171709Z BUILT 1005/1113 JOBS 7.9s //:torch_core#compile-fuse_linear.cpp.o7bf2cc06,linux-x86_64 2022-11-23T02:54:08.1202990Z BUILT 1006/1113 JOBS 7.8s //:torch_core#compile-inline_forked_closures.cpp.o186a11a2,linux-x86_64 2022-11-23T02:54:08.1277078Z BUILT 1007/1113 JOBS 7.2s //:torch_core#compile-integer_value_refinement.cpp.o4c9efb90,linux-x86_64 2022-11-23T02:54:08.1284504Z BUILT 1008/1113 JOBS 11.2s //:torch_core#compile-simple_graph_executor_impl.cpp.o6497a57e,linux-x86_64 2022-11-23T02:54:08.1374219Z BUILT 1009/1113 JOBS 7.7s //:torch_core#compile-constant_propagation.cpp.od0c8f3f6,linux-x86_64 2022-11-23T02:54:08.1422283Z BUILT 1010/1113 JOBS 11.0s //:torch_core#compile-tensor.cpp.o6bb94bc9,linux-x86_64 2022-11-23T02:54:08.1476368Z BUILT 1011/1113 JOBS 7.6s //:torch_core#compile-function_impl.cpp.o9663bd55,linux-x86_64 2022-11-23T02:54:08.1482355Z BUILT 1012/1113 JOBS 6.7s //:torch_core#compile-annotate_warns.cpp.o0990dc76,linux-x86_64 2022-11-23T02:54:08.1542139Z BUILT 1013/1113 JOBS 6.4s //:torch_core#compile-optimization_utils.cpp.o4ca3fb8e,linux-x86_64 2022-11-23T02:54:08.1604985Z BUILT 1014/1113 JOBS 12.3s //:torch_core#compile-metal_rewrite.cpp.oaf6ca938,linux-x86_64 2022-11-23T02:54:08.1631229Z BUILT 1015/1113 JOBS 12.1s //:torch_core#compile-sugared_value.cpp.o8d386ab5,linux-x86_64 2022-11-23T02:54:08.1670243Z BUILT 1016/1113 JOBS 10.1s //:torch_core#compile-interface.cpp.ob612c42a,linux-x86_64 2022-11-23T02:54:08.1735815Z BUILT 1017/1113 JOBS 6.6s //:torch_core#compile-restore_mutation.cpp.oe3d24362,linux-x86_64 2022-11-23T02:54:08.1756228Z BUILT 1018/1113 JOBS 12.4s //:torch_core#compile-xnnpack_rewrite.cpp.o5e9f45e2,linux-x86_64 2022-11-23T02:54:08.1801569Z BUILT 1019/1113 JOBS 9.1s //:torch_core#compile-frozen_linear_transpose.cpp.o50b5c218,linux-x86_64 2022-11-23T02:54:08.1856385Z BUILT 1020/1113 JOBS 8.3s //:torch_core#compile-unique_name_manager.cpp.oebb497fc,linux-x86_64 2022-11-23T02:54:08.1873630Z BUILT 1021/1113 JOBS 15.7s //:torch_core#compile-graph_opt.cpp.oad4050c7,linux-x86_64 2022-11-23T02:54:08.1956456Z BUILT 1022/1113 JOBS 15.2s //:torch_core#compile-ir_mutator.cpp.o3963c943,linux-x86_64 2022-11-23T02:54:08.1975992Z BUILT 1023/1113 JOBS 7.1s //:torch_core#compile-canonicalize_graph_fuser_ops.cpp.obf3659f5,linux-x86_64 2022-11-23T02:54:08.2035179Z BUILT 1024/1113 JOBS 9.9s //:torch_core#compile-liveness.cpp.offea3ce6,linux-x86_64 2022-11-23T02:54:08.2077054Z BUILT 1025/1113 JOBS 11.4s //:torch_core#compile-specialize_autogradzero.cpp.o511d2ea6,linux-x86_64 2022-11-23T02:54:08.2130162Z BUILT 1026/1113 JOBS 7.1s //:torch_core#compile-peephole_non_tensor.cpp.o5e8023c9,linux-x86_64 2022-11-23T02:54:08.2170062Z BUILT 1027/1113 JOBS 7.9s //:torch_core#compile-hoist_conv_packed_params.cpp.of5123fcf,linux-x86_64 2022-11-23T02:54:08.2215972Z BUILT 1028/1113 JOBS 7.7s //:torch_core#compile-peephole_dict_idioms.cpp.o7cc406d4,linux-x86_64 2022-11-23T02:54:08.2251569Z BUILT 1029/1113 JOBS 7.3s //:torch_core#compile-peephole_alias_sensitive.cpp.o7b3b4db9,linux-x86_64 2022-11-23T02:54:08.2295468Z BUILT 1030/1113 JOBS 6.6s //:torch_core#compile-remove_redundant_profiles.cpp.o4bcd2352,linux-x86_64 2022-11-23T02:54:08.2366879Z BUILT 1031/1113 JOBS 18.1s //:torch_core#compile-registerizer.cpp.o02e1b9f0,linux-x86_64 2022-11-23T02:54:08.2407995Z BUILT 1032/1113 JOBS 14.6s //:torch_core#compile-import.cpp.o641d6552,linux-x86_64 2022-11-23T02:54:08.2450130Z BUILT 1033/1113 JOBS 7.2s //:torch_core#compile-loop_unrolling.cpp.o5c9dfc0c,linux-x86_64 2022-11-23T02:54:08.2525003Z BUILT 1034/1113 JOBS 16.5s //:torch_core#compile-expr.cpp.o81d7a28c,linux-x86_64 2022-11-23T02:54:08.2564641Z BUILT 1035/1113 JOBS 15.1s //:torch_core#compile-export_module.cpp.o6c9f4587,linux-x86_64 2022-11-23T02:54:08.2642149Z BUILT 1036/1113 JOBS 7.5s //:torch_core#compile-node_hashing.cpp.o014098f5,linux-x86_64 2022-11-23T02:54:08.2645271Z BUILT 1037/1113 JOBS 15.4s //:torch_core#compile-codegen.cpp.oea186e97,linux-x86_64 2022-11-23T02:54:08.2715924Z BUILT 1038/1113 JOBS 7.2s //:torch_core#compile-hooks_for_testing.cpp.o0578d646,linux-x86_64 2022-11-23T02:54:08.2765899Z BUILT 1039/1113 JOBS 16.4s //:torch_core#compile-freeze_module.cpp.o5e46f5a8,linux-x86_64 2022-11-23T02:54:08.2806676Z BUILT 1040/1113 JOBS 0.1s //:torch_core#compile-update_graph_executor_opt.cpp.o54dd9624,linux-x86_64 2022-11-23T02:54:08.2856469Z BUILT 1041/1113 JOBS 7.5s //:torch_core#compile-device_type_analysis.cpp.o29a590f6,linux-x86_64 2022-11-23T02:54:08.2892815Z BUILT 1042/1113 JOBS 9.5s //:torch_core#compile-clear_undefinedness.cpp.o0f92f0bd,linux-x86_64 2022-11-23T02:54:08.2937306Z BUILT 1043/1113 JOBS 6.4s //:torch_core#compile-lower_grad_of.cpp.oc653f128,linux-x86_64 2022-11-23T02:54:08.3010463Z BUILT 1044/1113 JOBS 13.4s //:torch_core#compile-ir_visitor.cpp.o6b86dcf6,linux-x86_64 2022-11-23T02:54:08.3338943Z BUILT 1045/1113 JOBS 7.0s //:torch_core#compile-frozen_graph_optimizations.cpp.o49fa790a,linux-x86_64 2022-11-23T02:54:08.3445547Z BUILT 1046/1113 JOBS 16.8s //:torch_core#compile-interpreter.cpp.obaad5f88,linux-x86_64 2022-11-23T02:54:08.3523346Z BUILT 1047/1113 JOBS 14.3s //:torch_core#compile-module.cpp.o1f85e2e9,linux-x86_64 2022-11-23T02:54:08.3605850Z BUILT 1048/1113 JOBS 12.5s //:torch_core#compile-insert_quant_dequant.cpp.o8ebbf798,linux-x86_64 2022-11-23T02:54:08.3633768Z BUILT 1049/1113 JOBS 10.7s //:torch_core#compile-symbolic_shape_analysis.cpp.ob5d3ff2e,linux-x86_64 2022-11-23T02:54:08.3700336Z BUILT 1050/1113 JOBS 10.0s //:torch_core#compile-cuda_graph_fuser.cpp.o41d06ee4,linux-x86_64 2022-11-23T02:54:08.3786432Z BUILT 1051/1113 JOBS 27.1s //:torch_core#compile-ir_simplifier.cpp.o16ba982f,linux-x86_64 2022-11-23T02:54:08.3859070Z BUILT 1052/1113 JOBS 7.7s //:torch_core#compile-serialized_shape_function_registry.cpp.o4c78c93a,linux-x86_64 2022-11-23T02:54:08.3968890Z BUILT 1053/1113 JOBS 13.6s //:torch_core#compile-insert_observers.cpp.ob37d242a,linux-x86_64 2022-11-23T02:54:08.4039106Z BUILT 1054/1113 JOBS 8.0s //:torch_core#compile-object.cpp.oee85b8b5,linux-x86_64 2022-11-23T02:54:08.4107321Z BUILT 1055/1113 JOBS 22.7s //:torch_core#compile-ir_emitter.cpp.oc1e2ca78,linux-x86_64 2022-11-23T02:54:08.4116324Z BUILT 1056/1113 JOBS 7.2s //:torch_core#compile-backend_debug_handler.cpp.o1fbe23be,linux-x86_64 2022-11-23T02:54:08.4183287Z BUILT 1057/1113 JOBS 6.6s //:torch_core#compile-remove_exceptions.cpp.o95d653d1,linux-x86_64 2022-11-23T02:54:08.4226041Z BUILT 1058/1113 JOBS 0.1s //:torch_core#compile-llvm_codegen.cpp.of485c25e,linux-x86_64 2022-11-23T02:54:08.4274708Z BUILT 1059/1113 JOBS 8.9s //:torch_core#compile-decompose_ops.cpp.o66e446ee,linux-x86_64 2022-11-23T02:54:08.4330483Z BUILT 1060/1113 JOBS 10.2s //:torch_core#compile-frame.cpp.o2993b391,linux-x86_64 2022-11-23T02:54:08.4400110Z BUILT 1061/1113 JOBS 10.2s //:torch_core#compile-create_autodiff_subgraphs.cpp.o8f75c8f4,linux-x86_64 2022-11-23T02:54:08.4419329Z BUILT 1062/1113 JOBS 23.8s //:torch_core#compile-lowerings.cpp.o109cc4c9,linux-x86_64 2022-11-23T02:54:08.4501019Z BUILT 1063/1113 JOBS 10.6s //:torch_core#compile-alias_analysis.cpp.o8c4448c9,linux-x86_64 2022-11-23T02:54:08.4580262Z BUILT 1064/1113 JOBS 9.5s //:torch_core#compile-backend_detail.cpp.odf18e462,linux-x86_64 2022-11-23T02:54:08.4645116Z BUILT 1065/1113 JOBS 16.8s //:torch_core#compile-import_source.cpp.o10045ade,linux-x86_64 2022-11-23T02:54:08.4646042Z BUILT 1066/1113 JOBS 1.0s //:torch_core#compile-registry.cpp.o23e40852,linux-x86_64 2022-11-23T02:54:08.4713255Z BUILT 1067/1113 JOBS 14.4s //:torch_core#compile-mkldnn_rewrite.cpp.o7a70bb3f,linux-x86_64 2022-11-23T02:54:08.4802412Z BUILT 1068/1113 JOBS 13.0s //:torch_core#compile-fold_conv_bn.cpp.od966c72e,linux-x86_64 2022-11-23T02:54:08.4822345Z BUILT 1069/1113 JOBS 6.7s //:torch_core#compile-replacement_of_old_operators.cpp.ob06e75a3,linux-x86_64 2022-11-23T02:54:08.4875457Z BUILT 1070/1113 JOBS 13.0s //:torch_mobile_model_tracer#compile-MobileModelRunner.cpp.ob2a5df8f,linux-x86_64 2022-11-23T02:54:08.4958837Z BUILT 1071/1113 JOBS 14.6s //:torch_core#compile-norm.cpp.oc9535e4a,linux-x86_64 2022-11-23T02:54:08.5003969Z BUILT 1072/1113 JOBS 5.3s //:torch_mobile_model_tracer#compile-TensorUtils.cpp.o40ed2612,linux-x86_64 2022-11-23T02:54:09.5936959Z BUILT 1073/1113 JOBS 0.4s //third_party:flatc_library#linux-x86_64,static 2022-11-23T02:54:10.2166069Z BUILT 1074/1113 JOBS 0.2s //:lean_runtime_with_op#linux-x86_64,static 2022-11-23T02:54:10.5784201Z BUILT 1075/1113 JOBS 0.9s //:lean_runtime_with_tensor#linux-x86_64,static 2022-11-23T02:54:10.6260221Z BUILT 1076/1113 JOBS 0.1s //third_party:config_loader#linux-x86_64,static 2022-11-23T02:54:10.6584342Z BUILT 1077/1113 JOBS 0.1s //:min_runtime_lib#linux-x86_64,static 2022-11-23T02:54:10.6594831Z BUILT 1078/1113 JOBS 0.0s //third_party:logger#linux-x86_64,static 2022-11-23T02:54:10.6713786Z BUILT 1079/1113 JOBS 0.0s //third_party:gmock#linux-x86_64,static 2022-11-23T02:54:10.6764815Z BUILT 1080/1113 JOBS 0.0s //third_party:base_logger#linux-x86_64,static 2022-11-23T02:54:10.6766652Z BUILT 1081/1113 JOBS 0.0s //third_party:thread_util#linux-x86_64,static 2022-11-23T02:54:10.6890989Z BUILT 1082/1113 JOBS 0.1s //third_party:config#linux-x86_64,static 2022-11-23T02:54:10.6939531Z BUILT 1083/1113 JOBS 0.0s //third_party:libkineto_api#linux-x86_64,static 2022-11-23T02:54:10.7342359Z BUILT 1084/1113 JOBS 0.3s //third_party:libkineto#linux-x86_64,static 2022-11-23T02:54:11.3149616Z BUILT 1085/1113 JOBS 0.0s //:lean_runtime_with_flatbuffer#linux-x86_64,static 2022-11-23T02:54:11.3222207Z BUILT 1086/1113 JOBS 0.0s //:torch_model_tracer#linux-x86_64,static 2022-11-23T02:54:11.3891451Z BUILT 1087/1113 JOBS 0.3s //:torch_mobile_train#linux-x86_64,static 2022-11-23T02:54:11.3962213Z BUILT 1088/1113 JOBS 0.0s //:torch_mobile_train_import_data#linux-x86_64,static 2022-11-23T02:54:11.4113044Z BUILT 1089/1113 JOBS 0.0s //:torch#linux-x86_64,static 2022-11-23T02:54:11.4222410Z BUILT 1090/1113 JOBS 0.1s //:torch_mobile_compatibility#linux-x86_64,static 2022-11-23T02:54:11.4314237Z BUILT 1091/1113 JOBS 0.1s //:torch_train#linux-x86_64,static 2022-11-23T02:54:11.6972131Z BUILT 1092/1113 JOBS 0.1s //:torch_kineto_profiling#linux-x86_64,static 2022-11-23T02:54:11.7089482Z BUILT 1093/1113 JOBS 0.1s //:jit_module_saving#linux-x86_64,static 2022-11-23T02:54:11.8165551Z BUILT 1094/1113 JOBS 1.7s //:aten_native_cpu#linux-x86_64,static 2022-11-23T02:54:11.8219226Z BUILT 1095/1113 JOBS 0.0s //:backend_interface_lib#linux-x86_64,static 2022-11-23T02:54:11.8259383Z BUILT 1096/1113 JOBS 0.0s //:torch_edge_profiling#linux-x86_64,static 2022-11-23T02:54:11.8363326Z BUILT 1097/1113 JOBS 0.1s //:torch_mobile_debug_symbolication#linux-x86_64,static 2022-11-23T02:54:11.8908632Z BUILT 1098/1113 JOBS 0.3s //:torch_cpp_cpu#linux-x86_64,static 2022-11-23T02:54:11.9038029Z BUILT 1099/1113 JOBS 0.9s //:static_runtime#linux-x86_64,static 2022-11-23T02:54:11.9094206Z BUILT 1100/1113 JOBS 0.0s //:torch_mobile_model_tracer#linux-x86_64,static 2022-11-23T02:54:12.3762771Z BUILT 1101/1113 JOBS 1.5s //:torch_core#linux-x86_64,static 2022-11-23T02:54:12.6231010Z BUILT 1102/1113 JOBS 0.0s //third_party:flatc 2022-11-23T02:54:12.6513002Z BUILT 1103/1113 JOBS 0.0s //:mobile_bytecode_header 2022-11-23T02:54:12.6666207Z BUILT 1104/1113 JOBS 0.8s //third_party:flatc#binary 2022-11-23T02:54:12.6696668Z BUILT 1105/1113 JOBS 0.0s //:flatbuffer_loader#linux-x86_64,preprocessor-deps 2022-11-23T02:54:12.6707804Z BUILT 1106/1113 JOBS 0.0s //:flatbuffers_serializer_mobile#linux-x86_64,preprocessor-deps 2022-11-23T02:54:12.6725863Z BUILT 1107/1113 JOBS 0.0s //:flatbuffers_serializer_jit#linux-x86_64,preprocessor-deps 2022-11-23T02:54:28.2617239Z BUILT 1108/1113 JOBS 14.9s //:flatbuffers_serializer_mobile#compile-flatbuffer_serializer.cpp.o92877b7e,linux-x86_64 2022-11-23T02:54:28.2698253Z BUILT 1109/1113 JOBS 15.6s //:flatbuffer_loader#compile-flatbuffer_loader.cpp.oe564981a,linux-x86_64 2022-11-23T02:54:28.3078298Z BUILT 1110/1113 JOBS 0.0s //:flatbuffers_serializer_mobile#linux-x86_64,static 2022-11-23T02:54:28.3139738Z BUILT 1111/1113 JOBS 0.0s //:flatbuffer_loader#linux-x86_64,static 2022-11-23T02:54:35.8224307Z BUILT 1112/1113 JOBS 8.2s //:flatbuffers_serializer_jit#compile-flatbuffer_serializer_jit.cpp.ob1bc2fa7,linux-x86_64 2022-11-23T02:54:35.8337659Z BUILT 1113/1113 JOBS 0.0s //:flatbuffers_serializer_jit#linux-x86_64,static 2022-11-23T02:54:35.8453568Z OK //:metal_build_srcs BUILT_LOCALLY buck-out/gen/metal_build_srcs__/metal_build_srcs 2022-11-23T02:54:35.8454682Z OK //:templated_selective_build_srcs MATCHING_RULE_KEY buck-out/gen/templated_selective_build_srcs__/templated_selective_build_srcs 2022-11-23T02:54:35.8555695Z OK //:th_header#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8556203Z OK //:aten_header#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8556624Z OK //:aten_vulkan_header#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8556982Z OK //:jit_core_headers#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8558479Z OK //:torch_headers#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8558862Z OK //:aten_test_header#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8560161Z OK //:aten_metal_prepack_header#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8560681Z OK //:torch_mobile_headers#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8561091Z OK //:generated_aten_config_header#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8562531Z OK //:generated-autograd-headers#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8562969Z OK //:generated-version-header#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8564517Z OK //:generate-version-header[version.h] MATCHING_RULE_KEY buck-out/gen/generate-version-header__/version.h 2022-11-23T02:54:35.8566183Z OK //:aten_src_path MATCHING_RULE_KEY buck-out/gen/aten_src_path__/aten_src_path 2022-11-23T02:54:35.8566868Z OK //:common_core#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/common_core#linux-x86_64,static/libcommon_core.a 2022-11-23T02:54:35.8568333Z OK //:generate_aten_config[Config.h] MATCHING_RULE_KEY buck-out/gen/generate_aten_config__/Config.h 2022-11-23T02:54:35.8569002Z OK //:gen_aten[RegisterBackendSelect.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/RegisterBackendSelect.cpp 2022-11-23T02:54:35.8570856Z OK //:gen_aten[RegisterCompositeImplicitAutograd.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/RegisterCompositeImplicitAutograd.cpp 2022-11-23T02:54:35.8572717Z OK //:gen_aten[RegisterCompositeImplicitAutogradNestedTensor.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/RegisterCompositeImplicitAutogradNestedTensor.cpp 2022-11-23T02:54:35.8573640Z OK //:gen_aten[RegisterCompositeExplicitAutograd.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/RegisterCompositeExplicitAutograd.cpp 2022-11-23T02:54:35.8575698Z OK //:gen_aten[RegisterCompositeExplicitAutogradNonFunctional.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/RegisterCompositeExplicitAutogradNonFunctional.cpp 2022-11-23T02:54:35.8577669Z OK //:gen_aten[CompositeViewCopyKernels.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/CompositeViewCopyKernels.cpp 2022-11-23T02:54:35.8579937Z OK //:gen_aten[RegisterSchema.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/RegisterSchema.cpp 2022-11-23T02:54:35.8580739Z OK //:gen_aten[Declarations.yaml] MATCHING_RULE_KEY buck-out/gen/gen_aten__/Declarations.yaml 2022-11-23T02:54:35.8582524Z OK //:gen_aten[Functions.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/Functions.cpp 2022-11-23T02:54:35.8583001Z OK //:gen_aten[Functions.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/Functions.h 2022-11-23T02:54:35.8584801Z OK //:gen_aten[RedispatchFunctions.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/RedispatchFunctions.h 2022-11-23T02:54:35.8585310Z OK //:gen_aten[NativeFunctions.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/NativeFunctions.h 2022-11-23T02:54:35.8586816Z OK //:gen_aten[NativeMetaFunctions.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/NativeMetaFunctions.h 2022-11-23T02:54:35.8587302Z OK //:gen_aten[MethodOperators.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/MethodOperators.h 2022-11-23T02:54:35.8588804Z OK //:gen_aten[FunctionalInverses.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/FunctionalInverses.h 2022-11-23T02:54:35.8589275Z OK //:gen_aten[Operators.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/Operators.h 2022-11-23T02:54:35.8590732Z OK //:gen_aten[Operators_0.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/Operators_0.cpp 2022-11-23T02:54:35.8591348Z OK //:gen_aten[Operators_1.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/Operators_1.cpp 2022-11-23T02:54:35.8592773Z OK //:gen_aten[Operators_2.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/Operators_2.cpp 2022-11-23T02:54:35.8593234Z OK //:gen_aten[Operators_3.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/Operators_3.cpp 2022-11-23T02:54:35.8594572Z OK //:gen_aten[Operators_4.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/Operators_4.cpp 2022-11-23T02:54:35.8595125Z OK //:gen_aten[CompositeImplicitAutogradFunctions.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/CompositeImplicitAutogradFunctions.h 2022-11-23T02:54:35.8595799Z OK //:gen_aten[CompositeImplicitAutogradFunctions_inl.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/CompositeImplicitAutogradFunctions_inl.h 2022-11-23T02:54:35.8596547Z OK //:gen_aten[CompositeImplicitAutogradNestedTensorFunctions.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/CompositeImplicitAutogradNestedTensorFunctions.h 2022-11-23T02:54:35.8597556Z OK //:gen_aten[CompositeImplicitAutogradNestedTensorFunctions_inl.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/CompositeImplicitAutogradNestedTensorFunctions_inl.h 2022-11-23T02:54:35.8598290Z OK //:gen_aten[CompositeExplicitAutogradFunctions.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/CompositeExplicitAutogradFunctions.h 2022-11-23T02:54:35.8599085Z OK //:gen_aten[CompositeExplicitAutogradFunctions_inl.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/CompositeExplicitAutogradFunctions_inl.h 2022-11-23T02:54:35.8599883Z OK //:gen_aten[CompositeExplicitAutogradNonFunctionalFunctions.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/CompositeExplicitAutogradNonFunctionalFunctions.h 2022-11-23T02:54:35.8600746Z OK //:gen_aten[CompositeExplicitAutogradNonFunctionalFunctions_inl.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/CompositeExplicitAutogradNonFunctionalFunctions_inl.h 2022-11-23T02:54:35.8601684Z OK //:gen_aten[VmapGeneratedPlumbing.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/VmapGeneratedPlumbing.h 2022-11-23T02:54:35.8602712Z OK //:gen_aten[core/ATenOpList.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/core/ATenOpList.cpp 2022-11-23T02:54:35.8616484Z OK //:gen_aten[core/TensorBody.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/core/TensorBody.h 2022-11-23T02:54:35.8617489Z OK //:gen_aten[core/TensorMethods.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/core/TensorMethods.cpp 2022-11-23T02:54:35.8618451Z OK //:gen_aten[core/aten_interned_strings.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/core/aten_interned_strings.h 2022-11-23T02:54:35.8618975Z OK //:gen_aten[core/enum_tag.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/core/enum_tag.h 2022-11-23T02:54:35.8619477Z OK //:gen_aten[RegisterCPU.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/RegisterCPU.cpp 2022-11-23T02:54:35.8620338Z OK //:gen_aten[RegisterQuantizedCPU.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/RegisterQuantizedCPU.cpp 2022-11-23T02:54:35.8621515Z OK //:gen_aten[RegisterSparseCPU.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/RegisterSparseCPU.cpp 2022-11-23T02:54:35.8622193Z OK //:gen_aten[CPUFunctions.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/CPUFunctions.h 2022-11-23T02:54:35.8622677Z OK //:gen_aten[CPUFunctions_inl.h] MATCHING_RULE_KEY buck-out/gen/gen_aten__/CPUFunctions_inl.h 2022-11-23T02:54:35.8623164Z OK //:gen_aten[UfuncCPU_add.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/UfuncCPU_add.cpp 2022-11-23T02:54:35.8637736Z OK //:gen_aten[UfuncCPUKernel_add.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten__/UfuncCPUKernel_add.cpp 2022-11-23T02:54:35.8638509Z OK //:gen_aten_libtorch[autograd/generated/ADInplaceOrViewTypeEverything.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/ADInplaceOrViewTypeEverything.cpp 2022-11-23T02:54:35.8639290Z OK //:gen_aten_libtorch[autograd/generated/ADInplaceOrViewType_0.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/ADInplaceOrViewType_0.cpp 2022-11-23T02:54:35.8640010Z OK //:gen_aten_libtorch[autograd/generated/ADInplaceOrViewType_1.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/ADInplaceOrViewType_1.cpp 2022-11-23T02:54:35.8640651Z OK //:gen_aten_libtorch[autograd/generated/Functions.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/Functions.cpp 2022-11-23T02:54:35.8641259Z OK //:gen_aten_libtorch[autograd/generated/Functions.h] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/Functions.h 2022-11-23T02:54:35.8641931Z OK //:gen_aten_libtorch[autograd/generated/TraceTypeEverything.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/TraceTypeEverything.cpp 2022-11-23T02:54:35.8642595Z OK //:gen_aten_libtorch[autograd/generated/TraceType_0.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/TraceType_0.cpp 2022-11-23T02:54:35.8654752Z OK //:gen_aten_libtorch[autograd/generated/TraceType_1.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/TraceType_1.cpp 2022-11-23T02:54:35.8655554Z OK //:gen_aten_libtorch[autograd/generated/TraceType_2.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/TraceType_2.cpp 2022-11-23T02:54:35.8656358Z OK //:gen_aten_libtorch[autograd/generated/TraceType_3.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/TraceType_3.cpp 2022-11-23T02:54:35.8657141Z OK //:gen_aten_libtorch[autograd/generated/TraceType_4.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/TraceType_4.cpp 2022-11-23T02:54:35.8657942Z OK //:gen_aten_libtorch[autograd/generated/VariableType.h] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/VariableType.h 2022-11-23T02:54:35.8658636Z OK //:gen_aten_libtorch[autograd/generated/VariableTypeEverything.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/VariableTypeEverything.cpp 2022-11-23T02:54:35.8659332Z OK //:gen_aten_libtorch[autograd/generated/VariableType_0.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/VariableType_0.cpp 2022-11-23T02:54:35.8669689Z OK //:gen_aten_libtorch[autograd/generated/VariableType_1.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/VariableType_1.cpp 2022-11-23T02:54:35.8670601Z OK //:gen_aten_libtorch[autograd/generated/VariableType_2.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/VariableType_2.cpp 2022-11-23T02:54:35.8671608Z OK //:gen_aten_libtorch[autograd/generated/VariableType_3.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/VariableType_3.cpp 2022-11-23T02:54:35.8672529Z OK //:gen_aten_libtorch[autograd/generated/VariableType_4.cpp] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/VariableType_4.cpp 2022-11-23T02:54:35.8673266Z OK //:gen_aten_libtorch[autograd/generated/variable_factories.h] MATCHING_RULE_KEY buck-out/gen/gen_aten_libtorch__/autograd/generated/variable_factories.h 2022-11-23T02:54:35.8674371Z OK //:gen_aten_libtorch_lite[autograd/generated/ADInplaceOrViewTypeEverything.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/ADInplaceOrViewTypeEverything.cpp 2022-11-23T02:54:35.8675573Z OK //:gen_aten_libtorch_lite[autograd/generated/ADInplaceOrViewType_0.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/ADInplaceOrViewType_0.cpp 2022-11-23T02:54:35.8689116Z OK //:gen_aten_libtorch_lite[autograd/generated/ADInplaceOrViewType_1.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/ADInplaceOrViewType_1.cpp 2022-11-23T02:54:35.8689847Z OK //:gen_aten_libtorch_lite[autograd/generated/Functions.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/Functions.cpp 2022-11-23T02:54:35.8690479Z OK //:gen_aten_libtorch_lite[autograd/generated/Functions.h] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/Functions.h 2022-11-23T02:54:35.8691554Z OK //:gen_aten_libtorch_lite[autograd/generated/TraceTypeEverything.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/TraceTypeEverything.cpp 2022-11-23T02:54:35.8692820Z OK //:gen_aten_libtorch_lite[autograd/generated/TraceType_0.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/TraceType_0.cpp 2022-11-23T02:54:35.8693528Z OK //:gen_aten_libtorch_lite[autograd/generated/TraceType_1.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/TraceType_1.cpp 2022-11-23T02:54:35.8694367Z OK //:gen_aten_libtorch_lite[autograd/generated/TraceType_2.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/TraceType_2.cpp 2022-11-23T02:54:35.8695023Z OK //:gen_aten_libtorch_lite[autograd/generated/TraceType_3.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/TraceType_3.cpp 2022-11-23T02:54:35.8705934Z OK //:gen_aten_libtorch_lite[autograd/generated/TraceType_4.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/TraceType_4.cpp 2022-11-23T02:54:35.8706650Z OK //:gen_aten_libtorch_lite[autograd/generated/VariableType.h] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/VariableType.h 2022-11-23T02:54:35.8707386Z OK //:gen_aten_libtorch_lite[autograd/generated/VariableTypeEverything.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/VariableTypeEverything.cpp 2022-11-23T02:54:35.8708233Z OK //:gen_aten_libtorch_lite[autograd/generated/VariableType_0.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/VariableType_0.cpp 2022-11-23T02:54:35.8708943Z OK //:gen_aten_libtorch_lite[autograd/generated/VariableType_1.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/VariableType_1.cpp 2022-11-23T02:54:35.8709601Z OK //:gen_aten_libtorch_lite[autograd/generated/VariableType_2.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/VariableType_2.cpp 2022-11-23T02:54:35.8710270Z OK //:gen_aten_libtorch_lite[autograd/generated/VariableType_3.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/VariableType_3.cpp 2022-11-23T02:54:35.8710941Z OK //:gen_aten_libtorch_lite[autograd/generated/VariableType_4.cpp] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/VariableType_4.cpp 2022-11-23T02:54:35.8718271Z OK //:gen_aten_libtorch_lite[autograd/generated/variable_factories.h] BUILT_LOCALLY buck-out/gen/gen_aten_libtorch_lite__/autograd/generated/variable_factories.h 2022-11-23T02:54:35.8718794Z OK //:generated_aten_headers_cpu#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8719337Z OK //:torch_mobile_observer#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/torch_mobile_observer#linux-x86_64,static/libtorch_mobile_observer.a 2022-11-23T02:54:35.8719909Z OK //:torch_common#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/torch_common#linux-x86_64,static/libtorch_common.a 2022-11-23T02:54:35.8720683Z OK //:torch_mobile_deserialize_common#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/torch_mobile_deserialize_common#linux-x86_64,static/libtorch_mobile_deserialize_common.a 2022-11-23T02:54:35.8721305Z OK //:torch_mobile_module#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/torch_mobile_module#linux-x86_64,static/libtorch_mobile_module.a 2022-11-23T02:54:35.8730051Z OK //:torch_mobile_debug_symbolication#linux-x86_64,static BUILT_LOCALLY buck-out/gen/torch_mobile_debug_symbolication#linux-x86_64,static/libtorch_mobile_debug_symbolication.a 2022-11-23T02:54:35.8730902Z OK //:torch_model_tracer#linux-x86_64,static BUILT_LOCALLY buck-out/gen/torch_model_tracer#linux-x86_64,static/libtorch_model_tracer.a 2022-11-23T02:54:35.8731641Z OK //:torch_mobile_deserialize#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/torch_mobile_deserialize#linux-x86_64,static/libtorch_mobile_deserialize.a 2022-11-23T02:54:35.8732511Z OK //:torch_mobile_core#linux-x86_64,static MATCHING_RULE_KEY 2022-11-23T02:54:35.8733165Z OK //:torch_mobile_core_pickle_and_flatbuffer#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8733868Z OK //:torch_cpp_cpu#linux-x86_64,static BUILT_LOCALLY buck-out/gen/torch_cpp_cpu#linux-x86_64,static/libtorch_cpp_cpu.a 2022-11-23T02:54:35.8734432Z OK //:torch_core#linux-x86_64,static BUILT_LOCALLY buck-out/gen/torch_core#linux-x86_64,static/libtorch_core.a 2022-11-23T02:54:35.8745913Z OK //:torch_train#linux-x86_64,static BUILT_LOCALLY buck-out/gen/torch_train#linux-x86_64,static/libtorch_train.a 2022-11-23T02:54:35.8747260Z OK //:torch_mobile_train#linux-x86_64,static BUILT_LOCALLY buck-out/gen/torch_mobile_train#linux-x86_64,static/libtorch_mobile_train.a 2022-11-23T02:54:35.8747855Z OK //:torch#linux-x86_64,static BUILT_LOCALLY buck-out/gen/torch#linux-x86_64,static/libtorch.a 2022-11-23T02:54:35.8748524Z OK //:torch_mobile_train_import_data#linux-x86_64,static BUILT_LOCALLY buck-out/gen/torch_mobile_train_import_data#linux-x86_64,static/libtorch_mobile_train_import_data.a 2022-11-23T02:54:35.8749436Z OK //:torch_mobile_compatibility#linux-x86_64,static BUILT_LOCALLY buck-out/gen/torch_mobile_compatibility#linux-x86_64,static/libtorch_mobile_compatibility.a 2022-11-23T02:54:35.8750408Z OK //:jit_module_saving#linux-x86_64,static BUILT_LOCALLY buck-out/gen/jit_module_saving#linux-x86_64,static/libjit_module_saving.a 2022-11-23T02:54:35.8751223Z OK //:torch_mobile_model_tracer#linux-x86_64,static BUILT_LOCALLY buck-out/gen/torch_mobile_model_tracer#linux-x86_64,static/libtorch_mobile_model_tracer.a 2022-11-23T02:54:35.8751918Z OK //:torch_mobile_core_flatbuffer#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8752471Z OK //:backend_interface_lib#linux-x86_64,static BUILT_LOCALLY buck-out/gen/backend_interface_lib#linux-x86_64,static/libbackend_interface_lib.a 2022-11-23T02:54:35.8763940Z OK //:torch_kineto_profiling#linux-x86_64,static BUILT_LOCALLY buck-out/gen/torch_kineto_profiling#linux-x86_64,static/libtorch_kineto_profiling.a 2022-11-23T02:54:35.8764810Z OK //:torch_edge_profiling#linux-x86_64,static BUILT_LOCALLY buck-out/gen/torch_edge_profiling#linux-x86_64,static/libtorch_edge_profiling.a 2022-11-23T02:54:35.8765819Z OK //:mobile_bytecode_header[mobile_bytecode_generated_fbsource.h] BUILT_LOCALLY buck-out/gen/mobile_bytecode_header__/mobile_bytecode_generated.h 2022-11-23T02:54:35.8766395Z OK //:mobile_bytecode#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8767100Z OK //:flatbuffers_serializer_mobile#linux-x86_64,static BUILT_LOCALLY buck-out/gen/flatbuffers_serializer_mobile#linux-x86_64,static/libflatbuffers_serializer_mobile.a 2022-11-23T02:54:35.8767887Z OK //:flatbuffer_loader#linux-x86_64,static BUILT_LOCALLY buck-out/gen/flatbuffer_loader#linux-x86_64,static/libflatbuffer_loader.a 2022-11-23T02:54:35.8768864Z OK //:flatbuffers_serializer_jit#linux-x86_64,static BUILT_LOCALLY buck-out/gen/flatbuffers_serializer_jit#linux-x86_64,static/libflatbuffers_serializer_jit.a 2022-11-23T02:54:35.8769898Z OK //:flatbuffers_jit#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8770264Z OK //:flatbuffers_mobile#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8770670Z OK //:torch_supported_mobile_models#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8771197Z OK //:static_runtime#linux-x86_64,static BUILT_LOCALLY buck-out/gen/static_runtime#linux-x86_64,static/libstatic_runtime.a 2022-11-23T02:54:35.8771743Z OK //:aten_cpu#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/aten_cpu#linux-x86_64,static/libaten_cpu.a 2022-11-23T02:54:35.8772321Z OK //:aten_native_cpu#linux-x86_64,static BUILT_LOCALLY buck-out/gen/aten_native_cpu#linux-x86_64,static/libaten_native_cpu.a 2022-11-23T02:54:35.8773189Z OK //:lean_runtime_with_flatbuffer#linux-x86_64,static BUILT_LOCALLY buck-out/gen/lean_runtime_with_flatbuffer#linux-x86_64,static/liblean_runtime_with_flatbuffer.a 2022-11-23T02:54:35.8773874Z OK //:lean_runtime_with_tensor#linux-x86_64,static BUILT_LOCALLY buck-out/gen/lean_runtime_with_tensor#linux-x86_64,static/liblean_runtime_with_tensor.a 2022-11-23T02:54:35.8774529Z OK //:lean_runtime_with_op#linux-x86_64,static BUILT_LOCALLY buck-out/gen/lean_runtime_with_op#linux-x86_64,static/liblean_runtime_with_op.a 2022-11-23T02:54:35.8775288Z OK //:min_runtime_lib#linux-x86_64,static BUILT_LOCALLY buck-out/gen/min_runtime_lib#linux-x86_64,static/libmin_runtime_lib.a 2022-11-23T02:54:35.8775855Z OK //:pthreadpool#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/pthreadpool#linux-x86_64,static/libpthreadpool.a 2022-11-23T02:54:35.8776291Z OK //:caffe2_headers#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.8776790Z OK //:caffe2_serialize#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/caffe2_serialize#linux-x86_64,static/libcaffe2_serialize.a 2022-11-23T02:54:35.8777342Z OK //:torch_mobile_ops_full_dev MATCHING_RULE_KEY buck-out/gen/torch_mobile_ops_full_dev/model_operators.yaml 2022-11-23T02:54:35.8778028Z OK //:pt_ops_full_pt_oplist[SupportedMobileModelsRegistration.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_pt_oplist__/SupportedMobileModelsRegistration.cpp 2022-11-23T02:54:35.8778703Z OK //:pt_ops_full_pt_oplist[selected_mobile_ops.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_pt_oplist__/selected_mobile_ops.h 2022-11-23T02:54:35.8779301Z OK //:pt_ops_full_pt_oplist[selected_operators.yaml] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_pt_oplist__/selected_operators.yaml 2022-11-23T02:54:35.8780100Z OK //:pt_ops_full_aten[RegisterBackendSelect.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/RegisterBackendSelect.cpp 2022-11-23T02:54:35.8780829Z OK //:pt_ops_full_aten[RegisterCompositeImplicitAutograd.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/RegisterCompositeImplicitAutograd.cpp 2022-11-23T02:54:35.8781654Z OK //:pt_ops_full_aten[RegisterCompositeImplicitAutogradNestedTensor.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/RegisterCompositeImplicitAutogradNestedTensor.cpp 2022-11-23T02:54:35.8782482Z OK //:pt_ops_full_aten[RegisterCompositeExplicitAutograd.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/RegisterCompositeExplicitAutograd.cpp 2022-11-23T02:54:35.8783503Z OK //:pt_ops_full_aten[RegisterCompositeExplicitAutogradNonFunctional.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/RegisterCompositeExplicitAutogradNonFunctional.cpp 2022-11-23T02:54:35.8784303Z OK //:pt_ops_full_aten[CompositeViewCopyKernels.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/CompositeViewCopyKernels.cpp 2022-11-23T02:54:35.8784904Z OK //:pt_ops_full_aten[RegisterSchema.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/RegisterSchema.cpp 2022-11-23T02:54:35.8785467Z OK //:pt_ops_full_aten[Declarations.yaml] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/Declarations.yaml 2022-11-23T02:54:35.8786320Z OK //:pt_ops_full_aten[Functions.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/Functions.cpp 2022-11-23T02:54:35.8787001Z OK //:pt_ops_full_aten[Functions.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/Functions.h 2022-11-23T02:54:35.8787670Z OK //:pt_ops_full_aten[RedispatchFunctions.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/RedispatchFunctions.h 2022-11-23T02:54:35.8788407Z OK //:pt_ops_full_aten[NativeFunctions.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/NativeFunctions.h 2022-11-23T02:54:35.8788981Z OK //:pt_ops_full_aten[NativeMetaFunctions.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/NativeMetaFunctions.h 2022-11-23T02:54:35.8789554Z OK //:pt_ops_full_aten[MethodOperators.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/MethodOperators.h 2022-11-23T02:54:35.8790109Z OK //:pt_ops_full_aten[FunctionalInverses.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/FunctionalInverses.h 2022-11-23T02:54:35.8790784Z OK //:pt_ops_full_aten[Operators.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/Operators.h 2022-11-23T02:54:35.8791291Z OK //:pt_ops_full_aten[Operators_0.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/Operators_0.cpp 2022-11-23T02:54:35.8791811Z OK //:pt_ops_full_aten[Operators_1.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/Operators_1.cpp 2022-11-23T02:54:35.8792303Z OK //:pt_ops_full_aten[Operators_2.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/Operators_2.cpp 2022-11-23T02:54:35.8792816Z OK //:pt_ops_full_aten[Operators_3.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/Operators_3.cpp 2022-11-23T02:54:35.8793325Z OK //:pt_ops_full_aten[Operators_4.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/Operators_4.cpp 2022-11-23T02:54:35.8793964Z OK //:pt_ops_full_aten[CompositeImplicitAutogradFunctions.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/CompositeImplicitAutogradFunctions.h 2022-11-23T02:54:35.8794706Z OK //:pt_ops_full_aten[CompositeImplicitAutogradFunctions_inl.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/CompositeImplicitAutogradFunctions_inl.h 2022-11-23T02:54:35.8795538Z OK //:pt_ops_full_aten[CompositeImplicitAutogradNestedTensorFunctions.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/CompositeImplicitAutogradNestedTensorFunctions.h 2022-11-23T02:54:35.8796442Z OK //:pt_ops_full_aten[CompositeImplicitAutogradNestedTensorFunctions_inl.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/CompositeImplicitAutogradNestedTensorFunctions_inl.h 2022-11-23T02:54:35.8797251Z OK //:pt_ops_full_aten[CompositeExplicitAutogradFunctions.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/CompositeExplicitAutogradFunctions.h 2022-11-23T02:54:35.8798057Z OK //:pt_ops_full_aten[CompositeExplicitAutogradFunctions_inl.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/CompositeExplicitAutogradFunctions_inl.h 2022-11-23T02:54:35.8798917Z OK //:pt_ops_full_aten[CompositeExplicitAutogradNonFunctionalFunctions.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/CompositeExplicitAutogradNonFunctionalFunctions.h 2022-11-23T02:54:35.8799837Z OK //:pt_ops_full_aten[CompositeExplicitAutogradNonFunctionalFunctions_inl.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/CompositeExplicitAutogradNonFunctionalFunctions_inl.h 2022-11-23T02:54:35.8800580Z OK //:pt_ops_full_aten[VmapGeneratedPlumbing.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/VmapGeneratedPlumbing.h 2022-11-23T02:54:35.8801153Z OK //:pt_ops_full_aten[core/ATenOpList.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/core/ATenOpList.cpp 2022-11-23T02:54:35.8801675Z OK //:pt_ops_full_aten[core/TensorBody.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/core/TensorBody.h 2022-11-23T02:54:35.8802230Z OK //:pt_ops_full_aten[core/TensorMethods.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/core/TensorMethods.cpp 2022-11-23T02:54:35.8802819Z OK //:pt_ops_full_aten[core/aten_interned_strings.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/core/aten_interned_strings.h 2022-11-23T02:54:35.8803355Z OK //:pt_ops_full_aten[core/enum_tag.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/core/enum_tag.h 2022-11-23T02:54:35.8803855Z OK //:pt_ops_full_aten[RegisterCPU.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/RegisterCPU.cpp 2022-11-23T02:54:35.8804526Z OK //:pt_ops_full_aten[RegisterQuantizedCPU.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/RegisterQuantizedCPU.cpp 2022-11-23T02:54:35.8805126Z OK //:pt_ops_full_aten[RegisterSparseCPU.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/RegisterSparseCPU.cpp 2022-11-23T02:54:35.8805653Z OK //:pt_ops_full_aten[CPUFunctions.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/CPUFunctions.h 2022-11-23T02:54:35.8806188Z OK //:pt_ops_full_aten[CPUFunctions_inl.h] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/CPUFunctions_inl.h 2022-11-23T02:54:35.8807051Z OK //:pt_ops_full_aten[UfuncCPU_add.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/UfuncCPU_add.cpp 2022-11-23T02:54:35.8807607Z OK //:pt_ops_full_aten[UfuncCPUKernel_add.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_aten__/UfuncCPUKernel_add.cpp 2022-11-23T02:54:35.8808384Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/ADInplaceOrViewTypeEverything.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/ADInplaceOrViewTypeEverything.cpp 2022-11-23T02:54:35.8809260Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/ADInplaceOrViewType_0.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/ADInplaceOrViewType_0.cpp 2022-11-23T02:54:35.8810233Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/ADInplaceOrViewType_1.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/ADInplaceOrViewType_1.cpp 2022-11-23T02:54:35.8810971Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/Functions.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/Functions.cpp 2022-11-23T02:54:35.8811847Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/Functions.h] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/Functions.h 2022-11-23T02:54:35.8812724Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/TraceTypeEverything.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/TraceTypeEverything.cpp 2022-11-23T02:54:35.8813513Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/TraceType_0.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/TraceType_0.cpp 2022-11-23T02:54:35.8814327Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/TraceType_1.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/TraceType_1.cpp 2022-11-23T02:54:35.8815351Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/TraceType_2.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/TraceType_2.cpp 2022-11-23T02:54:35.8816331Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/TraceType_3.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/TraceType_3.cpp 2022-11-23T02:54:35.8817097Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/TraceType_4.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/TraceType_4.cpp 2022-11-23T02:54:35.8817865Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/VariableType.h] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/VariableType.h 2022-11-23T02:54:35.8819226Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/VariableTypeEverything.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/VariableTypeEverything.cpp 2022-11-23T02:54:35.8820363Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/VariableType_0.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/VariableType_0.cpp 2022-11-23T02:54:35.8821416Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/VariableType_1.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/VariableType_1.cpp 2022-11-23T02:54:35.8822729Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/VariableType_2.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/VariableType_2.cpp 2022-11-23T02:54:35.8823636Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/VariableType_3.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/VariableType_3.cpp 2022-11-23T02:54:35.8824364Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/VariableType_4.cpp] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/VariableType_4.cpp 2022-11-23T02:54:35.8825283Z OK //:pt_ops_full_unboxing_and_autograd[autograd/generated/variable_factories.h] BUILT_LOCALLY buck-out/gen/pt_ops_full_unboxing_and_autograd__/autograd/generated/variable_factories.h 2022-11-23T02:54:35.8827282Z OK //:pt_ops_full_template_registration[torch/csrc/jit/runtime/register_prim_ops.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/torch/csrc/jit/runtime/register_prim_ops.cpp 2022-11-23T02:54:35.8828297Z OK //:pt_ops_full_template_registration[torch/csrc/jit/runtime/register_special_ops.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/torch/csrc/jit/runtime/register_special_ops.cpp 2022-11-23T02:54:35.8830803Z OK //:pt_ops_full_template_registration[aten/src/ATen/TensorIterator.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/TensorIterator.cpp 2022-11-23T02:54:35.8832323Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Activation.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Activation.cpp 2022-11-23T02:54:35.8833672Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/AdaptiveAveragePooling.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/AdaptiveAveragePooling.cpp 2022-11-23T02:54:35.8834588Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/AdaptiveAveragePooling3d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp 2022-11-23T02:54:35.8835454Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/AdaptiveMaxPooling2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp 2022-11-23T02:54:35.8836638Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/AdaptiveMaxPooling3d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp 2022-11-23T02:54:35.8837513Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/AffineGridGenerator.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/AffineGridGenerator.cpp 2022-11-23T02:54:35.8838315Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/AveragePool2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/AveragePool2d.cpp 2022-11-23T02:54:35.8839277Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/AveragePool3d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/AveragePool3d.cpp 2022-11-23T02:54:35.8840698Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/BatchLinearAlgebra.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/BatchLinearAlgebra.cpp 2022-11-23T02:54:35.8841715Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/BatchLinearAlgebraKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp 2022-11-23T02:54:35.8842947Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Batching.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Batching.cpp 2022-11-23T02:54:35.8844337Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/BinaryOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/BinaryOps.cpp 2022-11-23T02:54:35.8846394Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Blas.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Blas.cpp 2022-11-23T02:54:35.8847754Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/BlasKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/BlasKernel.cpp 2022-11-23T02:54:35.8849295Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Bucketization.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Bucketization.cpp 2022-11-23T02:54:35.8850273Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/CPUBlas.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/CPUBlas.cpp 2022-11-23T02:54:35.8851091Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/CPUFallback.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/CPUFallback.cpp 2022-11-23T02:54:35.8852121Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ChanelShuffle.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ChanelShuffle.cpp 2022-11-23T02:54:35.8949445Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Col2Im.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Col2Im.cpp 2022-11-23T02:54:35.8950292Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Convolution.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Convolution.cpp 2022-11-23T02:54:35.8951157Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ConvolutionMM2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ConvolutionMM2d.cpp 2022-11-23T02:54:35.8952182Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ConvolutionMM3d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ConvolutionMM3d.cpp 2022-11-23T02:54:35.8953002Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ConvolutionTBC.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ConvolutionTBC.cpp 2022-11-23T02:54:35.8956580Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Copy.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Copy.cpp 2022-11-23T02:54:35.8957410Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Correlation.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Correlation.cpp 2022-11-23T02:54:35.8958190Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Cross.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Cross.cpp 2022-11-23T02:54:35.8959021Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/DilatedMaxPool2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/DilatedMaxPool2d.cpp 2022-11-23T02:54:35.8960034Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/DilatedMaxPool3d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/DilatedMaxPool3d.cpp 2022-11-23T02:54:35.8960876Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Distance.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Distance.cpp 2022-11-23T02:54:35.8962316Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Distributions.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Distributions.cpp 2022-11-23T02:54:35.8963159Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Dropout.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Dropout.cpp 2022-11-23T02:54:35.8964248Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Embedding.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Embedding.cpp 2022-11-23T02:54:35.8965068Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/EmbeddingBag.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/EmbeddingBag.cpp 2022-11-23T02:54:35.8966240Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Fill.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Fill.cpp 2022-11-23T02:54:35.8967447Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ForeachOpsKernels.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ForeachOpsKernels.cpp 2022-11-23T02:54:35.8968353Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/FractionalMaxPool2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/FractionalMaxPool2d.cpp 2022-11-23T02:54:35.8969265Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/FractionalMaxPool3d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/FractionalMaxPool3d.cpp 2022-11-23T02:54:35.8970329Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/FunctionOfAMatrixUtils.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp 2022-11-23T02:54:35.8971224Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/GatedLinearUnit.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/GatedLinearUnit.cpp 2022-11-23T02:54:35.8972043Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/GridSampler.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/GridSampler.cpp 2022-11-23T02:54:35.8973092Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Histogram.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Histogram.cpp 2022-11-23T02:54:35.8973868Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Im2Col.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Im2Col.cpp 2022-11-23T02:54:35.8974755Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/IndexingUtils.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/IndexingUtils.cpp 2022-11-23T02:54:35.8975585Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Integration.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Integration.cpp 2022-11-23T02:54:35.8976424Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Itertools.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Itertools.cpp 2022-11-23T02:54:35.8977231Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/LegacyBridge.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/LegacyBridge.cpp 2022-11-23T02:54:35.8978004Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Lerp.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Lerp.cpp 2022-11-23T02:54:35.8978763Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Linear.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Linear.cpp 2022-11-23T02:54:35.8979562Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/LinearAlgebra.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/LinearAlgebra.cpp 2022-11-23T02:54:35.8980362Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Loss.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Loss.cpp 2022-11-23T02:54:35.8981225Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/LossCTC.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/LossCTC.cpp 2022-11-23T02:54:35.8982070Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/LossMultiLabelMargin.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/LossMultiLabelMargin.cpp 2022-11-23T02:54:35.8982931Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/LossMultiMargin.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/LossMultiMargin.cpp 2022-11-23T02:54:35.8983954Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/LossNLL.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/LossNLL.cpp 2022-11-23T02:54:35.8985160Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/LossNLL2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/LossNLL2d.cpp 2022-11-23T02:54:35.8986079Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/MaxPooling.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/MaxPooling.cpp 2022-11-23T02:54:35.8987000Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/MaxUnpooling.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/MaxUnpooling.cpp 2022-11-23T02:54:35.8988216Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Memory.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Memory.cpp 2022-11-23T02:54:35.8989188Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/MetaTensor.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/MetaTensor.cpp 2022-11-23T02:54:35.8989972Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/NNPACK.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/NNPACK.cpp 2022-11-23T02:54:35.8990897Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp 2022-11-23T02:54:35.8992115Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp 2022-11-23T02:54:35.8993070Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/NaiveDilatedConvolution.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/NaiveDilatedConvolution.cpp 2022-11-23T02:54:35.8993925Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/NamedTensor.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/NamedTensor.cpp 2022-11-23T02:54:35.8994898Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Normalization.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Normalization.cpp 2022-11-23T02:54:35.8996307Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Onehot.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Onehot.cpp 2022-11-23T02:54:35.8997716Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/PackedSequence.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/PackedSequence.cpp 2022-11-23T02:54:35.8999026Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/PadNd.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/PadNd.cpp 2022-11-23T02:54:35.9003926Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/PixelShuffle.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/PixelShuffle.cpp 2022-11-23T02:54:35.9004982Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/PointwiseOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/PointwiseOps.cpp 2022-11-23T02:54:35.9005770Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Pooling.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Pooling.cpp 2022-11-23T02:54:35.9006526Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Pow.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Pow.cpp 2022-11-23T02:54:35.9007324Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/QuantizedLinear.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/QuantizedLinear.cpp 2022-11-23T02:54:35.9008090Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/RNN.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/RNN.cpp 2022-11-23T02:54:35.9008893Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/RangeFactories.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/RangeFactories.cpp 2022-11-23T02:54:35.9009709Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ReduceAllOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ReduceAllOps.cpp 2022-11-23T02:54:35.9010504Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ReduceOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ReduceOps.cpp 2022-11-23T02:54:35.9011311Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ReflectionPad.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ReflectionPad.cpp 2022-11-23T02:54:35.9012088Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Repeat.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Repeat.cpp 2022-11-23T02:54:35.9013177Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ReplicationPadding.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ReplicationPadding.cpp 2022-11-23T02:54:35.9013986Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Resize.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Resize.cpp 2022-11-23T02:54:35.9014886Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/RowwisePrune.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/RowwisePrune.cpp 2022-11-23T02:54:35.9015689Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Scalar.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Scalar.cpp 2022-11-23T02:54:35.9016471Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/SegmentReduce.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/SegmentReduce.cpp 2022-11-23T02:54:35.9017450Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/SobolEngineOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/SobolEngineOps.cpp 2022-11-23T02:54:35.9018282Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/SobolEngineOpsUtils.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/SobolEngineOpsUtils.cpp 2022-11-23T02:54:35.9019070Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/SoftMax.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/SoftMax.cpp 2022-11-23T02:54:35.9019813Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Sorting.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Sorting.cpp 2022-11-23T02:54:35.9020666Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/SpectralOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/SpectralOps.cpp 2022-11-23T02:54:35.9021441Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/SummaryOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/SummaryOps.cpp 2022-11-23T02:54:35.9022277Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/TensorAdvancedIndexing.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/TensorAdvancedIndexing.cpp 2022-11-23T02:54:35.9023106Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/TensorCompare.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/TensorCompare.cpp 2022-11-23T02:54:35.9023921Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/TensorConversions.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/TensorConversions.cpp 2022-11-23T02:54:35.9024725Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/TensorFactories.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/TensorFactories.cpp 2022-11-23T02:54:35.9025571Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/TensorIteratorReduce.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/TensorIteratorReduce.cpp 2022-11-23T02:54:35.9026414Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/TensorProperties.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/TensorProperties.cpp 2022-11-23T02:54:35.9027213Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/TensorShape.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/TensorShape.cpp 2022-11-23T02:54:35.9029273Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/TensorTransformations.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/TensorTransformations.cpp 2022-11-23T02:54:35.9030223Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/TestOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/TestOps.cpp 2022-11-23T02:54:35.9031451Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/TriangularOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/TriangularOps.cpp 2022-11-23T02:54:35.9032830Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/TypeProperties.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/TypeProperties.cpp 2022-11-23T02:54:35.9033974Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/UnaryOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/UnaryOps.cpp 2022-11-23T02:54:35.9034755Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Unfold2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Unfold2d.cpp 2022-11-23T02:54:35.9035651Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Unfold3d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Unfold3d.cpp 2022-11-23T02:54:35.9036914Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/UnfoldBackward.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/UnfoldBackward.cpp 2022-11-23T02:54:35.9037680Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/Unique.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/Unique.cpp 2022-11-23T02:54:35.9038479Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/UpSampleBicubic2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/UpSampleBicubic2d.cpp 2022-11-23T02:54:35.9039413Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/UpSampleBilinear2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/UpSampleBilinear2d.cpp 2022-11-23T02:54:35.9040394Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/UpSampleLinear1d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/UpSampleLinear1d.cpp 2022-11-23T02:54:35.9041211Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/UpSampleNearest1d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/UpSampleNearest1d.cpp 2022-11-23T02:54:35.9042020Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/UpSampleNearest2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/UpSampleNearest2d.cpp 2022-11-23T02:54:35.9042826Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/UpSampleNearest3d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/UpSampleNearest3d.cpp 2022-11-23T02:54:35.9043643Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/UpSampleTrilinear3d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/UpSampleTrilinear3d.cpp 2022-11-23T02:54:35.9044628Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/VariableMethodStubs.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/VariableMethodStubs.cpp 2022-11-23T02:54:35.9045627Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/WeightNorm.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/WeightNorm.cpp 2022-11-23T02:54:35.9046449Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ao_sparse/library.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ao_sparse/library.cpp 2022-11-23T02:54:35.9047368Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp 2022-11-23T02:54:35.9048752Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp 2022-11-23T02:54:35.9049749Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp 2022-11-23T02:54:35.9050684Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp 2022-11-23T02:54:35.9051783Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp 2022-11-23T02:54:35.9052916Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp 2022-11-23T02:54:35.9053880Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp 2022-11-23T02:54:35.9054855Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/Activation.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/Activation.cpp 2022-11-23T02:54:35.9055764Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/AvgPoolKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp 2022-11-23T02:54:35.9056557Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/BinaryOpsKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp 2022-11-23T02:54:35.9057346Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/BlasKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/BlasKernel.cpp 2022-11-23T02:54:35.9058109Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/CatKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/CatKernel.cpp 2022-11-23T02:54:35.9058927Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp 2022-11-23T02:54:35.9059753Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/ComplexKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/ComplexKernel.cpp 2022-11-23T02:54:35.9060525Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/CopyKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/CopyKernel.cpp 2022-11-23T02:54:35.9061301Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/CrossKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/CrossKernel.cpp 2022-11-23T02:54:35.9062119Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp 2022-11-23T02:54:35.9063153Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/DistanceOpsKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp 2022-11-23T02:54:35.9064019Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/DistributionKernels.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/DistributionKernels.cpp 2022-11-23T02:54:35.9064916Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/FillKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/FillKernel.cpp 2022-11-23T02:54:35.9065833Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp 2022-11-23T02:54:35.9066740Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/GridSamplerKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp 2022-11-23T02:54:35.9067587Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/HistogramKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/HistogramKernel.cpp 2022-11-23T02:54:35.9068547Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/IndexKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/IndexKernel.cpp 2022-11-23T02:54:35.9069403Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/LerpKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/LerpKernel.cpp 2022-11-23T02:54:35.9070222Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp 2022-11-23T02:54:35.9071373Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/MaxPoolKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp 2022-11-23T02:54:35.9072162Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/MaxPooling.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/MaxPooling.cpp 2022-11-23T02:54:35.9073035Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp 2022-11-23T02:54:35.9073877Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/MultinomialKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/MultinomialKernel.cpp 2022-11-23T02:54:35.9075110Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/PixelShuffleKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp 2022-11-23T02:54:35.9076185Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp 2022-11-23T02:54:35.9077023Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/PowKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/PowKernel.cpp 2022-11-23T02:54:35.9077892Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp 2022-11-23T02:54:35.9078949Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp 2022-11-23T02:54:35.9079998Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/ReduceOpsKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp 2022-11-23T02:54:35.9080847Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/RenormKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/RenormKernel.cpp 2022-11-23T02:54:35.9081784Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/ScatterGatherKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp 2022-11-23T02:54:35.9082671Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/SoftMaxKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp 2022-11-23T02:54:35.9083868Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/SortingKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/SortingKernel.cpp 2022-11-23T02:54:35.9085155Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/SparseFactories.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/SparseFactories.cpp 2022-11-23T02:54:35.9085995Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/StackKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/StackKernel.cpp 2022-11-23T02:54:35.9086985Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/SumKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/SumKernel.cpp 2022-11-23T02:54:35.9088504Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/TensorCompareKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp 2022-11-23T02:54:35.9089659Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/UnaryOpsKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp 2022-11-23T02:54:35.9090840Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/Unfold2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/Unfold2d.cpp 2022-11-23T02:54:35.9091864Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp 2022-11-23T02:54:35.9093059Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/UpSampleKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/UpSampleKernel.cpp 2022-11-23T02:54:35.9093897Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp 2022-11-23T02:54:35.9094732Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/WeightNormKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/WeightNormKernel.cpp 2022-11-23T02:54:35.9095706Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/airy_ai.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/airy_ai.cpp 2022-11-23T02:54:35.9096509Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/batch_norm_kernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp 2022-11-23T02:54:35.9097318Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/group_norm_kernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/group_norm_kernel.cpp 2022-11-23T02:54:35.9098279Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/layer_norm_kernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp 2022-11-23T02:54:35.9099218Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp 2022-11-23T02:54:35.9100269Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp 2022-11-23T02:54:35.9101486Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/cpu/spherical_bessel_j0.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp 2022-11-23T02:54:35.9102574Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/group_norm.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/group_norm.cpp 2022-11-23T02:54:35.9103397Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/layer_norm.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/layer_norm.cpp 2022-11-23T02:54:35.9104456Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/mkl/LinearAlgebra.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/mkl/LinearAlgebra.cpp 2022-11-23T02:54:35.9105860Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/mkl/SparseBlasImpl.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp 2022-11-23T02:54:35.9106914Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp 2022-11-23T02:54:35.9107854Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/mkl/SpectralOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/mkl/SpectralOps.cpp 2022-11-23T02:54:35.9108921Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/nested/NestedTensorAliases.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/nested/NestedTensorAliases.cpp 2022-11-23T02:54:35.9109788Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/nested/NestedTensorBackward.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/nested/NestedTensorBackward.cpp 2022-11-23T02:54:35.9110664Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp 2022-11-23T02:54:35.9111556Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/nested/NestedTensorFactories.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/nested/NestedTensorFactories.cpp 2022-11-23T02:54:35.9112410Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/nested/NestedTensorMath.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/nested/NestedTensorMath.cpp 2022-11-23T02:54:35.9113508Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/nested/NestedTensorMatmul.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp 2022-11-23T02:54:35.9114669Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp 2022-11-23T02:54:35.9116148Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp 2022-11-23T02:54:35.9117127Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/nested/NestedTensorUtils.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/nested/NestedTensorUtils.cpp 2022-11-23T02:54:35.9118178Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/AffineQuantizer.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/AffineQuantizer.cpp 2022-11-23T02:54:35.9119869Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/AffineQuantizerBase.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp 2022-11-23T02:54:35.9120858Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/Copy.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/Copy.cpp 2022-11-23T02:54:35.9121762Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp 2022-11-23T02:54:35.9122966Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp 2022-11-23T02:54:35.9123870Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/QTensor.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/QTensor.cpp 2022-11-23T02:54:35.9124919Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp 2022-11-23T02:54:35.9125891Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/TensorCompare.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/TensorCompare.cpp 2022-11-23T02:54:35.9126757Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/TensorFactories.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/TensorFactories.cpp 2022-11-23T02:54:35.9127694Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp 2022-11-23T02:54:35.9132692Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp 2022-11-23T02:54:35.9133747Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp 2022-11-23T02:54:35.9134621Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/BinaryOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp 2022-11-23T02:54:35.9135669Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp 2022-11-23T02:54:35.9136579Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp 2022-11-23T02:54:35.9137512Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp 2022-11-23T02:54:35.9138909Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp 2022-11-23T02:54:35.9140138Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/Normalization.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/Normalization.cpp 2022-11-23T02:54:35.9141428Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/Pooling.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/Pooling.cpp 2022-11-23T02:54:35.9142798Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/ReduceOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp 2022-11-23T02:54:35.9144370Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/RuyUtils.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp 2022-11-23T02:54:35.9145654Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/Sorting.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/Sorting.cpp 2022-11-23T02:54:35.9146614Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/TensorOperators.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp 2022-11-23T02:54:35.9148295Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/TensorShape.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp 2022-11-23T02:54:35.9149862Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp 2022-11-23T02:54:35.9150893Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp 2022-11-23T02:54:35.9152101Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp 2022-11-23T02:54:35.9153427Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp 2022-11-23T02:54:35.9154481Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp 2022-11-23T02:54:35.9155376Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp 2022-11-23T02:54:35.9156353Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp 2022-11-23T02:54:35.9157263Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qclamp.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qclamp.cpp 2022-11-23T02:54:35.9158111Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qconv.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qconv.cpp 2022-11-23T02:54:35.9159072Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp 2022-11-23T02:54:35.9159989Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp 2022-11-23T02:54:35.9160881Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp 2022-11-23T02:54:35.9161863Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qelu.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qelu.cpp 2022-11-23T02:54:35.9162740Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp 2022-11-23T02:54:35.9163679Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp 2022-11-23T02:54:35.9164633Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp 2022-11-23T02:54:35.9165601Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qgelu.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qgelu.cpp 2022-11-23T02:54:35.9166478Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp 2022-11-23T02:54:35.9167364Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qhardswish.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp 2022-11-23T02:54:35.9168224Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qlinear.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qlinear.cpp 2022-11-23T02:54:35.9169117Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp 2022-11-23T02:54:35.9170007Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp 2022-11-23T02:54:35.9170883Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qmatmul.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp 2022-11-23T02:54:35.9171922Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qmul.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qmul.cpp 2022-11-23T02:54:35.9173204Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qnormalization.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp 2022-11-23T02:54:35.9174077Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qrelu.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qrelu.cpp 2022-11-23T02:54:35.9175244Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qsigmoid.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp 2022-11-23T02:54:35.9176085Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qsoftmax.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp 2022-11-23T02:54:35.9176899Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qtanh.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qtanh.cpp 2022-11-23T02:54:35.9177737Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/cpu/qthreshold.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp 2022-11-23T02:54:35.9178807Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/library.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/library.cpp 2022-11-23T02:54:35.9179665Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/quantized/qlinear_unpack.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/quantized/qlinear_unpack.cpp 2022-11-23T02:54:35.9180678Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/sparse/ParamUtils.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/sparse/ParamUtils.cpp 2022-11-23T02:54:35.9182372Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/sparse/SoftMax.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/sparse/SoftMax.cpp 2022-11-23T02:54:35.9183337Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp 2022-11-23T02:54:35.9184759Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/sparse/SparseBlas.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/sparse/SparseBlas.cpp 2022-11-23T02:54:35.9185623Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/sparse/SparseBlasImpl.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp 2022-11-23T02:54:35.9186488Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/sparse/SparseCsrTensor.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp 2022-11-23T02:54:35.9187401Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp 2022-11-23T02:54:35.9188372Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/sparse/SparseFactories.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/sparse/SparseFactories.cpp 2022-11-23T02:54:35.9189656Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/sparse/SparseMatMul.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/sparse/SparseMatMul.cpp 2022-11-23T02:54:35.9190897Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/sparse/SparseTensor.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/sparse/SparseTensor.cpp 2022-11-23T02:54:35.9191829Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/sparse/SparseTensorMath.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/sparse/SparseTensorMath.cpp 2022-11-23T02:54:35.9192766Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/sparse/SparseUnaryOps.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp 2022-11-23T02:54:35.9194474Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp 2022-11-23T02:54:35.9195590Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/transformers/attention.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/transformers/attention.cpp 2022-11-23T02:54:35.9196666Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/transformers/transformer.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/transformers/transformer.cpp 2022-11-23T02:54:35.9197548Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/xnnpack/Activation.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/xnnpack/Activation.cpp 2022-11-23T02:54:35.9198796Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/xnnpack/AveragePooling.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/xnnpack/AveragePooling.cpp 2022-11-23T02:54:35.9200346Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/xnnpack/ChannelShuffle.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp 2022-11-23T02:54:35.9201624Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/xnnpack/Convolution.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/xnnpack/Convolution.cpp 2022-11-23T02:54:35.9202740Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/xnnpack/Init.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/xnnpack/Init.cpp 2022-11-23T02:54:35.9203575Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/xnnpack/Linear.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/xnnpack/Linear.cpp 2022-11-23T02:54:35.9204423Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/xnnpack/MaxPooling.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/xnnpack/MaxPooling.cpp 2022-11-23T02:54:35.9205443Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/xnnpack/OpContext.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/xnnpack/OpContext.cpp 2022-11-23T02:54:35.9206564Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp 2022-11-23T02:54:35.9207595Z OK //:pt_ops_full_template_registration[aten/src/ATen/native/xnnpack/Shim.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/native/xnnpack/Shim.cpp 2022-11-23T02:54:35.9208408Z OK //:pt_ops_full_template_registration[aten/src/ATen/quantized/QTensorImpl.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/quantized/QTensorImpl.cpp 2022-11-23T02:54:35.9209211Z OK //:pt_ops_full_template_registration[aten/src/ATen/quantized/Quantizer.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/quantized/Quantizer.cpp 2022-11-23T02:54:35.9210021Z OK //:pt_ops_full_template_registration[aten/src/ATen/UfuncCPU_add.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/UfuncCPU_add.cpp 2022-11-23T02:54:35.9210808Z OK //:pt_ops_full_template_registration[aten/src/ATen/UfuncCPUKernel_add.cpp] MATCHING_RULE_KEY buck-out/gen/pt_ops_full_template_registration__/aten/src/ATen/UfuncCPUKernel_add.cpp 2022-11-23T02:54:35.9211481Z OK //:pt_ops_full#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/pt_ops_full#linux-x86_64,static/libpt_ops_full.a 2022-11-23T02:54:35.9212045Z OK //:ptmobile_benchmark MATCHING_RULE_KEY buck-out/gen/ptmobile_benchmark 2022-11-23T02:54:35.9213660Z OK //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_scalar#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/aten/src/ATen/native/quantized/cpu/qnnpack/ukernels_scalar#linux-x86_64,static/libukernels_scalar.a 2022-11-23T02:54:35.9214906Z OK //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse2#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/aten/src/ATen/native/quantized/cpu/qnnpack/ukernels_sse2#linux-x86_64,static/libukernels_sse2.a 2022-11-23T02:54:35.9216056Z OK //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_ssse3#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/aten/src/ATen/native/quantized/cpu/qnnpack/ukernels_ssse3#linux-x86_64,static/libukernels_ssse3.a 2022-11-23T02:54:35.9217306Z OK //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_sse41#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/aten/src/ATen/native/quantized/cpu/qnnpack/ukernels_sse41#linux-x86_64,static/libukernels_sse41.a 2022-11-23T02:54:35.9217915Z OK //aten/src/ATen/native/quantized/cpu/qnnpack:qnnp_interface#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9218653Z OK //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/aten/src/ATen/native/quantized/cpu/qnnpack/pytorch_qnnpack#linux-x86_64,static/libpytorch_qnnpack.a 2022-11-23T02:54:35.9219503Z OK //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_neon#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/aten/src/ATen/native/quantized/cpu/qnnpack/ukernels_neon#linux-x86_64,static/libukernels_neon.a 2022-11-23T02:54:35.9220462Z OK //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_asm#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/aten/src/ATen/native/quantized/cpu/qnnpack/ukernels_asm#linux-x86_64,static/libukernels_asm.a 2022-11-23T02:54:35.9221304Z OK //aten/src/ATen/native/quantized/cpu/qnnpack:ukernels_psimd#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/aten/src/ATen/native/quantized/cpu/qnnpack/ukernels_psimd#linux-x86_64,static/libukernels_psimd.a 2022-11-23T02:54:35.9222247Z OK //aten/src/ATen/native/quantized/cpu/qnnpack:pytorch_qnnpack_test MATCHING_RULE_KEY buck-out/gen/aten/src/ATen/native/quantized/cpu/qnnpack/pytorch_qnnpack_test 2022-11-23T02:54:35.9222863Z OK //c10:c10#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/c10/c10#linux-x86_64,static/libc10.a 2022-11-23T02:54:35.9223427Z OK //third_party:glog#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/glog#linux-x86_64,static/libglog.a 2022-11-23T02:54:35.9223906Z OK //third_party:glog_config#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9224370Z OK //third_party:glog_config.h MATCHING_RULE_KEY buck-out/gen/third_party/glog_config.h/config.h 2022-11-23T02:54:35.9224916Z OK //third_party:glog_vlog_is_on.h MATCHING_RULE_KEY buck-out/gen/third_party/glog_vlog_is_on.h/vlog_is_on.h 2022-11-23T02:54:35.9225480Z OK //third_party:glog_stl_logging.h MATCHING_RULE_KEY buck-out/gen/third_party/glog_stl_logging.h/stl_logging.h 2022-11-23T02:54:35.9226046Z OK //third_party:glog_raw_logging.h MATCHING_RULE_KEY buck-out/gen/third_party/glog_raw_logging.h/raw_logging.h 2022-11-23T02:54:35.9226579Z OK //third_party:glog_logging.h MATCHING_RULE_KEY buck-out/gen/third_party/glog_logging.h/logging.h 2022-11-23T02:54:35.9227031Z OK //third_party:interface#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9227593Z OK //third_party:operators#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/operators#linux-x86_64,static/liboperators.a 2022-11-23T02:54:35.9228242Z OK //third_party:subgraph#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/subgraph#linux-x86_64,static/libsubgraph.a 2022-11-23T02:54:35.9229743Z OK //third_party:tables#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/tables#linux-x86_64,static/libtables.a 2022-11-23T02:54:35.9231083Z OK //third_party:jit_memory#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/jit_memory#linux-x86_64,static/libjit_memory.a 2022-11-23T02:54:35.9232039Z OK //third_party:ukernels_scalar#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_scalar#linux-x86_64,static/libukernels_scalar.a 2022-11-23T02:54:35.9232851Z OK //third_party:ukernels_sse#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_sse#linux-x86_64,static/libukernels_sse.a 2022-11-23T02:54:35.9233429Z OK //third_party:ukernels_sse_ovr_win32#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9234254Z OK //third_party:ukernels_sse2#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_sse2#linux-x86_64,static/libukernels_sse2.a 2022-11-23T02:54:35.9235140Z OK //third_party:ukernels_sse2_ovr_win32#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9235900Z OK //third_party:ukernels_ssse3#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_ssse3#linux-x86_64,static/libukernels_ssse3.a 2022-11-23T02:54:35.9236422Z OK //third_party:ukernels_ssse3_ovr_win32#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9237017Z OK //third_party:ukernels_sse41#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_sse41#linux-x86_64,static/libukernels_sse41.a 2022-11-23T02:54:35.9237539Z OK //third_party:ukernels_sse41_ovr_win32#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9238124Z OK //third_party:ukernels_avx#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_avx#linux-x86_64,static/libukernels_avx.a 2022-11-23T02:54:35.9238733Z OK //third_party:ukernels_avx_ovr_win32#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9239514Z OK //third_party:ukernels_f16c#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_f16c#linux-x86_64,static/libukernels_f16c.a 2022-11-23T02:54:35.9240202Z OK //third_party:ukernels_f16c_ovr_win32#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9240796Z OK //third_party:ukernels_xop#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_xop#linux-x86_64,static/libukernels_xop.a 2022-11-23T02:54:35.9241305Z OK //third_party:ukernels_xop_ovr_win32#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9241892Z OK //third_party:ukernels_fma3#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_fma3#linux-x86_64,static/libukernels_fma3.a 2022-11-23T02:54:35.9242412Z OK //third_party:ukernels_fma3_ovr_win32#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9242979Z OK //third_party:ukernels_avx2#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_avx2#linux-x86_64,static/libukernels_avx2.a 2022-11-23T02:54:35.9243506Z OK //third_party:ukernels_avx2_ovr_win32#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9244108Z OK //third_party:ukernels_avx512#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_avx512#linux-x86_64,static/libukernels_avx512.a 2022-11-23T02:54:35.9244640Z OK //third_party:ukernels_avx512_ovr_win32#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9245252Z OK //third_party:ukernels_avx512skx#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_avx512skx#linux-x86_64,static/libukernels_avx512skx.a 2022-11-23T02:54:35.9245806Z OK //third_party:ukernels_avx512skx_ovr_win32#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9246400Z OK //third_party:ukernels_neon#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_neon#linux-x86_64,static/libukernels_neon.a 2022-11-23T02:54:35.9247097Z OK //third_party:ukernels_neon_fma#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_neon_fma#linux-x86_64,static/libukernels_neon_fma.a 2022-11-23T02:54:35.9248011Z OK //third_party:ukernels_neon_fp16#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_neon_fp16#linux-x86_64,static/libukernels_neon_fp16.a 2022-11-23T02:54:35.9248879Z OK //third_party:ukernels_neon_v8#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_neon_v8#linux-x86_64,static/libukernels_neon_v8.a 2022-11-23T02:54:35.9249659Z OK //third_party:ukernels_neon_dot#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_neon_dot#linux-x86_64,static/libukernels_neon_dot.a 2022-11-23T02:54:35.9250407Z OK //third_party:ukernels_neon_aarch64#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_neon_aarch64#linux-x86_64,static/libukernels_neon_aarch64.a 2022-11-23T02:54:35.9251405Z OK //third_party:ukernels_neon_fp16arith_aarch64#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_neon_fp16arith_aarch64#linux-x86_64,static/libukernels_neon_fp16arith_aarch64.a 2022-11-23T02:54:35.9266478Z OK //third_party:ukernels_scalar_aarch32#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_scalar_aarch32#linux-x86_64,static/libukernels_scalar_aarch32.a 2022-11-23T02:54:35.9267796Z OK //third_party:ukernels_asm_aarch32#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_asm_aarch32#linux-x86_64,static/libukernels_asm_aarch32.a 2022-11-23T02:54:35.9268747Z OK //third_party:ukernels_asm_aarch64#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ukernels_asm_aarch64#linux-x86_64,static/libukernels_asm_aarch64.a 2022-11-23T02:54:35.9269670Z OK //third_party:arm64_lib#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9270280Z OK //third_party:x86_and_x86_64_lib#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9270738Z OK //third_party:x86_and_x86_64_lib_ovr_win32#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9271385Z OK //third_party:arm_lib#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9272133Z OK //third_party:armv7_lib#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9273223Z OK //third_party:XNNPACK#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/XNNPACK#linux-x86_64,static/libXNNPACK.a 2022-11-23T02:54:35.9273847Z OK //third_party:libkineto#linux-x86_64,static BUILT_LOCALLY buck-out/gen/third_party/libkineto#linux-x86_64,static/liblibkineto.a 2022-11-23T02:54:35.9274494Z OK //third_party:libkineto_api#linux-x86_64,static BUILT_LOCALLY buck-out/gen/third_party/libkineto_api#linux-x86_64,static/liblibkineto_api.a 2022-11-23T02:54:35.9275702Z OK //third_party:config_loader#linux-x86_64,static BUILT_LOCALLY buck-out/gen/third_party/config_loader#linux-x86_64,static/libconfig_loader.a 2022-11-23T02:54:35.9276490Z OK //third_party:config#linux-x86_64,static BUILT_LOCALLY buck-out/gen/third_party/config#linux-x86_64,static/libconfig.a 2022-11-23T02:54:35.9277100Z OK //third_party:logger#linux-x86_64,static BUILT_LOCALLY buck-out/gen/third_party/logger#linux-x86_64,static/liblogger.a 2022-11-23T02:54:35.9277734Z OK //third_party:base_logger#linux-x86_64,static BUILT_LOCALLY buck-out/gen/third_party/base_logger#linux-x86_64,static/libbase_logger.a 2022-11-23T02:54:35.9278538Z OK //third_party:thread_util#linux-x86_64,static BUILT_LOCALLY buck-out/gen/third_party/thread_util#linux-x86_64,static/libthread_util.a 2022-11-23T02:54:35.9279028Z OK //third_party:libkineto_headers#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9279586Z OK //third_party:no-op#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9280218Z OK //third_party:rt#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9280711Z OK //third_party:fmt#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/fmt#linux-x86_64,static/libfmt.a 2022-11-23T02:54:35.9281322Z OK //third_party:pthreadpool#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/pthreadpool#linux-x86_64,static/libpthreadpool.a 2022-11-23T02:54:35.9281836Z OK //third_party:pthreadpool_header#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9282481Z OK //third_party:pocketfft_header#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9282884Z OK //third_party:FXdiv#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9283254Z OK //third_party:psimd#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9284269Z OK //third_party:cpuinfo#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/cpuinfo#linux-x86_64,static/libcpuinfo.a 2022-11-23T02:54:35.9285432Z OK //third_party:clog#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/clog#linux-x86_64,static/libclog.a 2022-11-23T02:54:35.9286059Z OK //third_party:FP16#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9286612Z OK //third_party:miniz#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/miniz#linux-x86_64,static/libminiz.a 2022-11-23T02:54:35.9287386Z OK //third_party:typing-extensions-download MATCHING_RULE_KEY buck-out/gen/third_party/typing-extensions-download/typing_extensions-4.2.0-py3-none-any.whl 2022-11-23T02:54:35.9288337Z OK //third_party:typing-extensions MATCHING_RULE_KEY buck-out/gen/third_party/__typing-extensions__extracted 2022-11-23T02:54:35.9289727Z OK //third_party:pyyaml-download MATCHING_RULE_KEY buck-out/gen/third_party/pyyaml-download/pyyaml.whl 2022-11-23T02:54:35.9290364Z OK //third_party:pyyaml MATCHING_RULE_KEY buck-out/gen/third_party/__pyyaml__extracted 2022-11-23T02:54:35.9291124Z OK //third_party:ruy_lib#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/ruy_lib#linux-x86_64,static/libruy_lib.a 2022-11-23T02:54:35.9291626Z OK //third_party:flatbuffers-api#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9292196Z OK //third_party:flatc_library#linux-x86_64,static BUILT_LOCALLY buck-out/gen/third_party/flatc_library#linux-x86_64,static/libflatc_library.a 2022-11-23T02:54:35.9293003Z OK //third_party:flatc BUILT_LOCALLY buck-out/gen/third_party/flatc 2022-11-23T02:54:35.9293591Z OK //third_party:gtest_headers#linux-x86_64,static BUILT_LOCALLY 2022-11-23T02:54:35.9294127Z OK //third_party:gtest#linux-x86_64,static MATCHING_RULE_KEY buck-out/gen/third_party/gtest#linux-x86_64,static/libgtest.a 2022-11-23T02:54:35.9294704Z OK //third_party:gmock#linux-x86_64,static BUILT_LOCALLY buck-out/gen/third_party/gmock#linux-x86_64,static/libgmock.a 2022-11-23T02:54:35.9295075Z OK //tools:substitutelib MATCHING_RULE_KEY 2022-11-23T02:54:35.9295496Z OK //tools:substitute MATCHING_RULE_KEY buck-out/gen/tools/substitute.pex 2022-11-23T02:54:35.9295791Z OK //tools:jit MATCHING_RULE_KEY 2022-11-23T02:54:35.9296208Z OK //tools:gen_unboxing_bin MATCHING_RULE_KEY buck-out/gen/tools/gen_unboxing_bin.pex 2022-11-23T02:54:35.9296939Z OK //tools:gen_selected_mobile_ops_header MATCHING_RULE_KEY 2022-11-23T02:54:35.9297449Z OK //tools:gen_oplist_lib MATCHING_RULE_KEY 2022-11-23T02:54:35.9297907Z OK //tools:gen_oplist MATCHING_RULE_KEY buck-out/gen/tools/gen_oplist.pex 2022-11-23T02:54:35.9298290Z OK //tools:gen_operators_yaml_lib MATCHING_RULE_KEY 2022-11-23T02:54:35.9299290Z OK //tools:gen_operators_yaml MATCHING_RULE_KEY buck-out/gen/tools/gen_operators_yaml.pex 2022-11-23T02:54:35.9299648Z OK //tools:autograd MATCHING_RULE_KEY 2022-11-23T02:54:35.9300033Z OK //tools:generate_code MATCHING_RULE_KEY 2022-11-23T02:54:35.9300536Z OK //tools:generate_code_bin MATCHING_RULE_KEY buck-out/gen/tools/generate_code_bin.pex 2022-11-23T02:54:35.9301013Z OK //tools:gen-version-header-lib MATCHING_RULE_KEY 2022-11-23T02:54:35.9301562Z OK //tools:gen-version-header MATCHING_RULE_KEY buck-out/gen/tools/gen-version-header.pex 2022-11-23T02:54:35.9301980Z OK //tools:gen_aten_vulkan_spv_lib MATCHING_RULE_KEY 2022-11-23T02:54:35.9302330Z OK //tools:gen_aten_vulkan_glsl_lib MATCHING_RULE_KEY 2022-11-23T02:54:35.9302858Z OK //tools:gen_aten_vulkan_spv_bin MATCHING_RULE_KEY buck-out/gen/tools/gen_aten_vulkan_spv_bin.pex 2022-11-23T02:54:35.9303745Z OK //tools:vulkan_codegen_test MATCHING_RULE_KEY buck-out/gen/tools/vulkan_codegen_test.pex 2022-11-23T02:54:35.9304289Z OK //tools:selective_build_test MATCHING_RULE_KEY buck-out/gen/tools/selective_build_test.pex 2022-11-23T02:54:35.9304797Z OK //tools:gen_oplist_test MATCHING_RULE_KEY buck-out/gen/tools/gen_oplist_test.pex 2022-11-23T02:54:35.9305345Z OK //tools:gen_operators_yaml_test MATCHING_RULE_KEY buck-out/gen/tools/gen_operators_yaml_test.pex 2022-11-23T02:54:35.9305962Z OK //tools:test_codegen MATCHING_RULE_KEY buck-out/gen/tools/test_codegen.pex 2022-11-23T02:54:35.9306319Z OK //torchgen:torchgen MATCHING_RULE_KEY 2022-11-23T02:54:35.9306729Z OK //torchgen:gen MATCHING_RULE_KEY buck-out/gen/torchgen/gen.pex 2022-11-23T02:54:35.9450102Z DOWNLOADED 0 ARTIFACTS, 0.00 BYTES, 100.0% CACHE MISS 2022-11-23T02:54:35.9450467Z BUILDING: FINISHED IN 55m 31.6s (100%) 1113/1113 JOBS, 900 UPDATED 2022-11-23T02:54:35.9450723Z BUILD SUCCEEDED 2022-11-23T02:54:36.0082300Z Post job cleanup. 2022-11-23T02:54:36.2860279Z Post job cleanup. 2022-11-23T02:54:36.5085520Z [command]/usr/bin/tar --posix --use-compress-program zstdmt -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/pytorch/pytorch --files-from manifest.txt 2022-11-23T02:54:57.5047910Z Cache Size: ~351 MB (368142180 B) 2022-11-23T02:54:57.5892514Z Cache saved successfully 2022-11-23T02:54:57.6479218Z Cache saved with key: miniconda-env-Linux-X64-3.8-20221123d-322358147f7bc561aa4b72ee4ed03e8979f0639b200c035189ee48cae62619fb- 2022-11-23T02:54:57.6602930Z Post job cleanup. 2022-11-23T02:54:57.8605299Z [command]/usr/bin/tar --posix --use-compress-program zstdmt -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/pytorch/pytorch --files-from manifest.txt 2022-11-23T02:55:42.3090696Z Cache Size: ~748 MB (784411181 B) 2022-11-23T02:55:42.4309267Z Cache saved successfully 2022-11-23T02:55:42.5688183Z Cache saved with key: miniconda-Linux-X64-3.8-20221123d 2022-11-23T02:55:42.5842219Z Post job cleanup. 2022-11-23T02:55:42.8230968Z Post job cleanup. 2022-11-23T02:55:42.8283501Z Post job cleanup. 2022-11-23T02:55:43.0007101Z [command]/usr/bin/git version 2022-11-23T02:55:43.0081332Z git version 2.38.1 2022-11-23T02:55:43.0145673Z Temporarily overriding HOME='/home/runner/work/_temp/18d9ccc2-3644-415d-807d-96af3fe329e8' before making global git config changes 2022-11-23T02:55:43.0147272Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T02:55:43.0152945Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2022-11-23T02:55:43.0218252Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T02:55:43.0274528Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T02:55:43.0708960Z Entering 'android/libs/fbjni' 2022-11-23T02:55:43.0771543Z Entering 'third_party/FP16' 2022-11-23T02:55:43.0832330Z Entering 'third_party/FXdiv' 2022-11-23T02:55:43.0902742Z Entering 'third_party/NNPACK' 2022-11-23T02:55:43.0965860Z Entering 'third_party/QNNPACK' 2022-11-23T02:55:43.1032881Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:55:43.1093170Z Entering 'third_party/XNNPACK' 2022-11-23T02:55:43.1192897Z Entering 'third_party/benchmark' 2022-11-23T02:55:43.1259123Z Entering 'third_party/cpuinfo' 2022-11-23T02:55:43.1329258Z Entering 'third_party/cub' 2022-11-23T02:55:43.1394463Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:55:43.1476639Z Entering 'third_party/cutlass' 2022-11-23T02:55:43.1561696Z Entering 'third_party/eigen' 2022-11-23T02:55:43.1633109Z Entering 'third_party/fbgemm' 2022-11-23T02:55:43.1698598Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:55:43.1755955Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:55:43.1817658Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:55:43.1881659Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:55:43.1944993Z Entering 'third_party/flatbuffers' 2022-11-23T02:55:43.2012607Z Entering 'third_party/fmt' 2022-11-23T02:55:43.2071277Z Entering 'third_party/foxi' 2022-11-23T02:55:43.2127020Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:55:43.2184512Z Entering 'third_party/gloo' 2022-11-23T02:55:43.2252053Z Entering 'third_party/googletest' 2022-11-23T02:55:43.2315852Z Entering 'third_party/ideep' 2022-11-23T02:55:43.2443706Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:55:43.2519496Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:55:43.2604737Z Entering 'third_party/ios-cmake' 2022-11-23T02:55:43.2668532Z Entering 'third_party/ittapi' 2022-11-23T02:55:43.2732108Z Entering 'third_party/kineto' 2022-11-23T02:55:43.2797349Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:55:43.2861945Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:55:43.2926972Z Entering 'third_party/nccl/nccl' 2022-11-23T02:55:43.2991371Z Entering 'third_party/neon2sse' 2022-11-23T02:55:43.3054091Z Entering 'third_party/nlohmann' 2022-11-23T02:55:43.3133193Z Entering 'third_party/onnx' 2022-11-23T02:55:43.3223359Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:55:43.3293526Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:55:43.3357243Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:55:43.3418703Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:55:43.3522009Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:55:43.3580967Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:55:43.3644340Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:55:43.3714137Z Entering 'third_party/pocketfft' 2022-11-23T02:55:43.3778268Z Entering 'third_party/protobuf' 2022-11-23T02:55:43.3857784Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:55:43.3923395Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:55:43.3989543Z Entering 'third_party/psimd' 2022-11-23T02:55:43.4054044Z Entering 'third_party/pthreadpool' 2022-11-23T02:55:43.4114525Z Entering 'third_party/pybind11' 2022-11-23T02:55:43.4171418Z Entering 'third_party/python-enum' 2022-11-23T02:55:43.4233966Z Entering 'third_party/python-peachpy' 2022-11-23T02:55:43.4294446Z Entering 'third_party/python-six' 2022-11-23T02:55:43.4365098Z Entering 'third_party/sleef' 2022-11-23T02:55:43.4439298Z Entering 'third_party/tbb' 2022-11-23T02:55:43.4509006Z Entering 'third_party/tensorpipe' 2022-11-23T02:55:43.4571507Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:55:43.4623708Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:55:43.4682998Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:55:43.4744365Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:55:43.4806785Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:55:43.4875527Z Entering 'third_party/zstd' 2022-11-23T02:55:43.4953762Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T02:55:43.4993626Z http.https://github.com/.extraheader 2022-11-23T02:55:43.5004758Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T02:55:43.5053806Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T02:55:43.5368506Z Entering 'android/libs/fbjni' 2022-11-23T02:55:43.5387234Z http.https://github.com/.extraheader 2022-11-23T02:55:43.5476628Z Entering 'third_party/FP16' 2022-11-23T02:55:43.5499150Z http.https://github.com/.extraheader 2022-11-23T02:55:43.5547554Z Entering 'third_party/FXdiv' 2022-11-23T02:55:43.5569593Z http.https://github.com/.extraheader 2022-11-23T02:55:43.5608642Z Entering 'third_party/NNPACK' 2022-11-23T02:55:43.5631597Z http.https://github.com/.extraheader 2022-11-23T02:55:43.5678375Z Entering 'third_party/QNNPACK' 2022-11-23T02:55:43.5702508Z http.https://github.com/.extraheader 2022-11-23T02:55:43.5748507Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:55:43.5774583Z http.https://github.com/.extraheader 2022-11-23T02:55:43.5818095Z Entering 'third_party/XNNPACK' 2022-11-23T02:55:43.5843775Z http.https://github.com/.extraheader 2022-11-23T02:55:43.5900317Z Entering 'third_party/benchmark' 2022-11-23T02:55:43.5925810Z http.https://github.com/.extraheader 2022-11-23T02:55:43.5970864Z Entering 'third_party/cpuinfo' 2022-11-23T02:55:43.5994765Z http.https://github.com/.extraheader 2022-11-23T02:55:43.6045663Z Entering 'third_party/cub' 2022-11-23T02:55:43.6068110Z http.https://github.com/.extraheader 2022-11-23T02:55:43.6112362Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:55:43.6156755Z http.https://github.com/.extraheader 2022-11-23T02:55:43.6206429Z Entering 'third_party/cutlass' 2022-11-23T02:55:43.6230979Z http.https://github.com/.extraheader 2022-11-23T02:55:43.6287227Z Entering 'third_party/eigen' 2022-11-23T02:55:43.6312470Z http.https://github.com/.extraheader 2022-11-23T02:55:43.6360831Z Entering 'third_party/fbgemm' 2022-11-23T02:55:43.6384708Z http.https://github.com/.extraheader 2022-11-23T02:55:43.6430473Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:55:43.6457111Z http.https://github.com/.extraheader 2022-11-23T02:55:43.6503898Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:55:43.6529744Z http.https://github.com/.extraheader 2022-11-23T02:55:43.6573470Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:55:43.6599585Z http.https://github.com/.extraheader 2022-11-23T02:55:43.6638036Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:55:43.6674031Z http.https://github.com/.extraheader 2022-11-23T02:55:43.6713828Z Entering 'third_party/flatbuffers' 2022-11-23T02:55:43.6742034Z http.https://github.com/.extraheader 2022-11-23T02:55:43.6787568Z Entering 'third_party/fmt' 2022-11-23T02:55:43.6809913Z http.https://github.com/.extraheader 2022-11-23T02:55:43.6851529Z Entering 'third_party/foxi' 2022-11-23T02:55:43.6875255Z http.https://github.com/.extraheader 2022-11-23T02:55:43.6920624Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:55:43.6945434Z http.https://github.com/.extraheader 2022-11-23T02:55:43.6988864Z Entering 'third_party/gloo' 2022-11-23T02:55:43.7012323Z http.https://github.com/.extraheader 2022-11-23T02:55:43.7063808Z Entering 'third_party/googletest' 2022-11-23T02:55:43.7088527Z http.https://github.com/.extraheader 2022-11-23T02:55:43.7133596Z Entering 'third_party/ideep' 2022-11-23T02:55:43.7161768Z http.https://github.com/.extraheader 2022-11-23T02:55:43.7202836Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:55:43.7227366Z http.https://github.com/.extraheader 2022-11-23T02:55:43.7277676Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:55:43.7306958Z http.https://github.com/.extraheader 2022-11-23T02:55:43.7366977Z Entering 'third_party/ios-cmake' 2022-11-23T02:55:43.7394778Z http.https://github.com/.extraheader 2022-11-23T02:55:43.7438674Z Entering 'third_party/ittapi' 2022-11-23T02:55:43.7465240Z http.https://github.com/.extraheader 2022-11-23T02:55:43.7517136Z Entering 'third_party/kineto' 2022-11-23T02:55:43.7540835Z http.https://github.com/.extraheader 2022-11-23T02:55:43.7582305Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:55:43.7609111Z http.https://github.com/.extraheader 2022-11-23T02:55:43.7652249Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:55:43.7682220Z http.https://github.com/.extraheader 2022-11-23T02:55:43.7727957Z Entering 'third_party/nccl/nccl' 2022-11-23T02:55:43.7753600Z http.https://github.com/.extraheader 2022-11-23T02:55:43.7797892Z Entering 'third_party/neon2sse' 2022-11-23T02:55:43.7822823Z http.https://github.com/.extraheader 2022-11-23T02:55:43.7869774Z Entering 'third_party/nlohmann' 2022-11-23T02:55:43.7897011Z http.https://github.com/.extraheader 2022-11-23T02:55:43.7944640Z Entering 'third_party/onnx' 2022-11-23T02:55:43.7968977Z http.https://github.com/.extraheader 2022-11-23T02:55:43.8029510Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:55:43.8054143Z http.https://github.com/.extraheader 2022-11-23T02:55:43.8101192Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:55:43.8124193Z http.https://github.com/.extraheader 2022-11-23T02:55:43.8172941Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:55:43.8196811Z http.https://github.com/.extraheader 2022-11-23T02:55:43.8239629Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:55:43.8264332Z http.https://github.com/.extraheader 2022-11-23T02:55:43.8313690Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:55:43.8334611Z http.https://github.com/.extraheader 2022-11-23T02:55:43.8382940Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:55:43.8408705Z http.https://github.com/.extraheader 2022-11-23T02:55:43.8451446Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:55:43.8489829Z http.https://github.com/.extraheader 2022-11-23T02:55:43.8540631Z Entering 'third_party/pocketfft' 2022-11-23T02:55:43.8565984Z http.https://github.com/.extraheader 2022-11-23T02:55:43.8609541Z Entering 'third_party/protobuf' 2022-11-23T02:55:43.8633669Z http.https://github.com/.extraheader 2022-11-23T02:55:43.8680489Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:55:43.8705142Z http.https://github.com/.extraheader 2022-11-23T02:55:43.8752912Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:55:43.8776967Z http.https://github.com/.extraheader 2022-11-23T02:55:43.8822675Z Entering 'third_party/psimd' 2022-11-23T02:55:43.8845395Z http.https://github.com/.extraheader 2022-11-23T02:55:43.8895928Z Entering 'third_party/pthreadpool' 2022-11-23T02:55:43.8920091Z http.https://github.com/.extraheader 2022-11-23T02:55:43.8972130Z Entering 'third_party/pybind11' 2022-11-23T02:55:43.8996292Z http.https://github.com/.extraheader 2022-11-23T02:55:43.9041510Z Entering 'third_party/python-enum' 2022-11-23T02:55:43.9066470Z http.https://github.com/.extraheader 2022-11-23T02:55:43.9123813Z Entering 'third_party/python-peachpy' 2022-11-23T02:55:43.9147947Z http.https://github.com/.extraheader 2022-11-23T02:55:43.9192778Z Entering 'third_party/python-six' 2022-11-23T02:55:43.9215875Z http.https://github.com/.extraheader 2022-11-23T02:55:43.9331607Z Entering 'third_party/sleef' 2022-11-23T02:55:43.9356964Z http.https://github.com/.extraheader 2022-11-23T02:55:43.9400139Z Entering 'third_party/tbb' 2022-11-23T02:55:43.9425667Z http.https://github.com/.extraheader 2022-11-23T02:55:43.9471614Z Entering 'third_party/tensorpipe' 2022-11-23T02:55:43.9496475Z http.https://github.com/.extraheader 2022-11-23T02:55:43.9553490Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:55:43.9583135Z http.https://github.com/.extraheader 2022-11-23T02:55:43.9626919Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:55:43.9649984Z http.https://github.com/.extraheader 2022-11-23T02:55:43.9695272Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:55:43.9719970Z http.https://github.com/.extraheader 2022-11-23T02:55:43.9763622Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:55:43.9790043Z http.https://github.com/.extraheader 2022-11-23T02:55:43.9831826Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:55:43.9855318Z http.https://github.com/.extraheader 2022-11-23T02:55:43.9907433Z Entering 'third_party/zstd' 2022-11-23T02:55:43.9930405Z http.https://github.com/.extraheader 2022-11-23T02:55:44.0308475Z Cleaning up orphan processes 2022-11-23T02:55:44.0641616Z Terminate orphan process: pid (8848) (java) 2022-11-23T02:55:44.0669652Z Terminate orphan process: pid (8885) (watchman)