2022-11-23T01:48:12.3899521Z Requested labels: windows.4xlarge 2022-11-23T01:48:12.3899612Z Job defined at: pytorch/pytorch/.github/workflows/generated-windows-binary-libtorch-debug-master.yml@refs/heads/master 2022-11-23T01:48:12.3899634Z Waiting for a runner to pick up this job... 2022-11-23T01:48:12.5573123Z Job is about to start running on the runner: i-01773344ff8da2082 (organization) 2022-11-23T01:48:15.7470721Z Current runner version: '2.299.1' 2022-11-23T01:48:15.7476868Z Runner name: 'i-01773344ff8da2082' 2022-11-23T01:48:15.7477289Z Runner group name: 'Default' 2022-11-23T01:48:15.7477873Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:48:15.7479874Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:48:15.7480382Z Actions: write 2022-11-23T01:48:15.7480663Z Checks: write 2022-11-23T01:48:15.7480942Z Contents: write 2022-11-23T01:48:15.7481177Z Deployments: write 2022-11-23T01:48:15.7481471Z Discussions: write 2022-11-23T01:48:15.7481745Z Issues: write 2022-11-23T01:48:15.7481970Z Metadata: read 2022-11-23T01:48:15.7482222Z Packages: write 2022-11-23T01:48:15.7482469Z Pages: write 2022-11-23T01:48:15.7482699Z PullRequests: write 2022-11-23T01:48:15.7483112Z RepositoryProjects: write 2022-11-23T01:48:15.7483404Z SecurityEvents: write 2022-11-23T01:48:15.7483634Z Statuses: write 2022-11-23T01:48:15.7483882Z ##[endgroup] 2022-11-23T01:48:15.7487020Z Secret source: Actions 2022-11-23T01:48:15.7487524Z Prepare workflow directory 2022-11-23T01:48:15.8660125Z Prepare all required actions 2022-11-23T01:48:15.8822967Z Getting action download info 2022-11-23T01:48:16.2165301Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:206e80edab4c7cf8bacfe0cd3780150fdd280e6a) 2022-11-23T01:48:16.5880451Z Download action repository 'actions/download-artifact@v3' (SHA:9782bd6a9848b53b110e712e20e42d89988822b7) 2022-11-23T01:48:17.0406288Z Download action repository 'zhouzhuojie/checkout@05b13c9a0d21f08f6d5e64a1d5042246d13619d9' (SHA:05b13c9a0d21f08f6d5e64a1d5042246d13619d9) 2022-11-23T01:48:18.7260070Z ##[group]Run set -euo pipefail 2022-11-23T01:48:18.7260610Z set -euo pipefail 2022-11-23T01:48:18.7260884Z function get_ec2_metadata() { 2022-11-23T01:48:18.7261196Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:48:18.7261612Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:48:18.7262012Z  category=$1 2022-11-23T01:48:18.7262335Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:48:18.7262583Z } 2022-11-23T01:48:18.7262851Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:48:18.7263170Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:48:18.7263542Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:48:18.7263814Z echo "system info $(uname -a)" 2022-11-23T01:48:18.7304265Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:48:18.7304957Z env: 2022-11-23T01:48:18.7305252Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:48:18.7305609Z ANACONDA_USER: pytorch 2022-11-23T01:48:18.7305876Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:48:18.7306177Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-11-23T01:48:18.7306841Z GITHUB_TOKEN: *** 2022-11-23T01:48:18.7307130Z PR_NUMBER: 2022-11-23T01:48:18.7307411Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:48:18.7307675Z SKIP_ALL_TESTS: 1 2022-11-23T01:48:18.7308067Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:48:18.7308464Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:48:18.7308728Z PACKAGE_TYPE: libtorch 2022-11-23T01:48:18.7308968Z DESIRED_CUDA: cpu 2022-11-23T01:48:18.7309251Z GPU_ARCH_TYPE: cpu 2022-11-23T01:48:18.7309775Z LIBTORCH_CONFIG: debug 2022-11-23T01:48:18.7310392Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:48:18.7310934Z DESIRED_PYTHON: 3.7 2022-11-23T01:48:18.7311311Z ##[endgroup] 2022-11-23T01:48:25.1823922Z ami-id: ami-0bac16a0d43e93376 2022-11-23T01:48:25.1990331Z instance-id: i-01773344ff8da2082 2022-11-23T01:48:25.2188109Z instance-type: c5d.4xlarge 2022-11-23T01:48:25.4153414Z system info MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys 2022-11-23T01:48:25.4551972Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-11-23T01:48:25.4552283Z with: 2022-11-23T01:48:25.4552757Z GITHUB_TOKEN: *** 2022-11-23T01:48:25.4552955Z activate-with-label: true 2022-11-23T01:48:25.4553137Z label: with-ssh 2022-11-23T01:48:25.4553326Z remove-existing-keys: true 2022-11-23T01:48:25.4553513Z env: 2022-11-23T01:48:25.4553736Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:48:25.4554052Z ANACONDA_USER: pytorch 2022-11-23T01:48:25.4554249Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:48:25.4554493Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-11-23T01:48:25.4554867Z GITHUB_TOKEN: *** 2022-11-23T01:48:25.4555037Z PR_NUMBER: 2022-11-23T01:48:25.4555236Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:48:25.4555424Z SKIP_ALL_TESTS: 1 2022-11-23T01:48:25.4555673Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:48:25.4556023Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:48:25.4556257Z PACKAGE_TYPE: libtorch 2022-11-23T01:48:25.4556439Z DESIRED_CUDA: cpu 2022-11-23T01:48:25.4556607Z GPU_ARCH_TYPE: cpu 2022-11-23T01:48:25.4556768Z LIBTORCH_CONFIG: debug 2022-11-23T01:48:25.4556970Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:48:25.4557165Z DESIRED_PYTHON: 3.7 2022-11-23T01:48:25.4557330Z ##[endgroup] 2022-11-23T01:48:26.0977423Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:48:26.1778136Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:48:26.1778762Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:48:26.1802051Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:48:26.1802318Z env: 2022-11-23T01:48:26.1802570Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:48:26.1802828Z ANACONDA_USER: pytorch 2022-11-23T01:48:26.1803018Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:48:26.1803327Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-11-23T01:48:26.1803829Z GITHUB_TOKEN: *** 2022-11-23T01:48:26.1804005Z PR_NUMBER: 2022-11-23T01:48:26.1804200Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:48:26.1804406Z SKIP_ALL_TESTS: 1 2022-11-23T01:48:26.1804693Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:48:26.1804986Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:48:26.1805221Z PACKAGE_TYPE: libtorch 2022-11-23T01:48:26.1805401Z DESIRED_CUDA: cpu 2022-11-23T01:48:26.1805562Z GPU_ARCH_TYPE: cpu 2022-11-23T01:48:26.1805742Z LIBTORCH_CONFIG: debug 2022-11-23T01:48:26.1805947Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:48:26.1806235Z DESIRED_PYTHON: 3.7 2022-11-23T01:48:26.1806410Z ##[endgroup] 2022-11-23T01:48:26.6600748Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:48:26.7581040Z Finished 2022-11-23T01:48:26.8058463Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:48:26.8058933Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:48:26.8081416Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:48:26.8081748Z env: 2022-11-23T01:48:26.8081995Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:48:26.8082297Z ANACONDA_USER: pytorch 2022-11-23T01:48:26.8082490Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:48:26.8082746Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-11-23T01:48:26.8083242Z GITHUB_TOKEN: *** 2022-11-23T01:48:26.8083419Z PR_NUMBER: 2022-11-23T01:48:26.8084005Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:48:26.8084212Z SKIP_ALL_TESTS: 1 2022-11-23T01:48:26.8084466Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:48:26.8084811Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:48:26.8085057Z PACKAGE_TYPE: libtorch 2022-11-23T01:48:26.8085228Z DESIRED_CUDA: cpu 2022-11-23T01:48:26.8085403Z GPU_ARCH_TYPE: cpu 2022-11-23T01:48:26.8085584Z LIBTORCH_CONFIG: debug 2022-11-23T01:48:26.8085781Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:48:26.8085987Z DESIRED_PYTHON: 3.7 2022-11-23T01:48:26.8086167Z ##[endgroup] 2022-11-23T01:48:27.1748012Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:48:27.2783146Z Finished 2022-11-23T01:48:27.8825012Z ##[group]Run echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2022-11-23T01:48:27.8825399Z echo "BINARY_ENV_FILE=${RUNNER_TEMP}/env" >> "${GITHUB_ENV}" 2022-11-23T01:48:27.8825732Z echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}" 2022-11-23T01:48:27.8826030Z echo "WIN_PACKAGE_WORK_DIR=${RUNNER_TEMP}" 2022-11-23T01:48:27.8855830Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:48:27.8856105Z env: 2022-11-23T01:48:27.8856358Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:48:27.8856604Z ANACONDA_USER: pytorch 2022-11-23T01:48:27.8856804Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:48:27.8857055Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-11-23T01:48:27.8857565Z GITHUB_TOKEN: *** 2022-11-23T01:48:27.8857743Z PR_NUMBER: 2022-11-23T01:48:27.8857986Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:48:27.8858179Z SKIP_ALL_TESTS: 1 2022-11-23T01:48:27.8858428Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:48:27.8858794Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:48:27.8859033Z PACKAGE_TYPE: libtorch 2022-11-23T01:48:27.8859221Z DESIRED_CUDA: cpu 2022-11-23T01:48:27.8859397Z GPU_ARCH_TYPE: cpu 2022-11-23T01:48:27.8859628Z LIBTORCH_CONFIG: debug 2022-11-23T01:48:27.8859824Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:48:27.8860029Z DESIRED_PYTHON: 3.7 2022-11-23T01:48:27.8860204Z ##[endgroup] 2022-11-23T01:48:28.0261430Z WIN_PACKAGE_WORK_DIR=C:\actions-runner\_work\_temp 2022-11-23T01:48:28.0774632Z ##[group]Run actions/download-artifact@v3 2022-11-23T01:48:28.0774874Z with: 2022-11-23T01:48:28.0775097Z name: libtorch-cpu-shared-with-deps-debug 2022-11-23T01:48:28.0775373Z path: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:48:28.0775565Z env: 2022-11-23T01:48:28.0775803Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:48:28.0776058Z ANACONDA_USER: pytorch 2022-11-23T01:48:28.0776306Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:48:28.0776567Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-11-23T01:48:28.0777268Z GITHUB_TOKEN: *** 2022-11-23T01:48:28.0777442Z PR_NUMBER: 2022-11-23T01:48:28.0777631Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:48:28.0777831Z SKIP_ALL_TESTS: 1 2022-11-23T01:48:28.0778075Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:48:28.0778366Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:48:28.0778639Z PACKAGE_TYPE: libtorch 2022-11-23T01:48:28.0778824Z DESIRED_CUDA: cpu 2022-11-23T01:48:28.0778986Z GPU_ARCH_TYPE: cpu 2022-11-23T01:48:28.0779169Z LIBTORCH_CONFIG: debug 2022-11-23T01:48:28.0779377Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:48:28.0779570Z DESIRED_PYTHON: 3.7 2022-11-23T01:48:28.0779794Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:48:28.0780079Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:48:28.0780304Z ##[endgroup] 2022-11-23T01:48:28.2201549Z Starting download for libtorch-cpu-shared-with-deps-debug 2022-11-23T01:48:28.2982842Z Directory structure has been setup for the artifact 2022-11-23T01:48:28.2987762Z Total number of files that will be downloaded: 2 2022-11-23T01:48:29.3033171Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:30.3032242Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:31.3035685Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:32.3104550Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:33.3107948Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:34.3180204Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:35.3199387Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:36.3198809Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:37.3223142Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:38.3290369Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:39.3287319Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:40.3287529Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:41.3308151Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:42.3306107Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:43.3310104Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:44.3305172Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:45.3351888Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:46.3407580Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:47.3409692Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:48.3414643Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:49.3431387Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:50.3422798Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:51.3435890Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:52.3443422Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:53.3559283Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:54.3551324Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:55.3551227Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:56.3555432Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:57.3673628Z Total file count: 2 ---- Processed file #0 (0.0%) 2022-11-23T01:48:58.3677166Z Total file count: 2 ---- Processed file #1 (50.0%) 2022-11-23T01:48:59.0206348Z Artifact libtorch-cpu-shared-with-deps-debug was downloaded to C:\actions-runner\_work\_temp\artifacts 2022-11-23T01:48:59.0220932Z Artifact download has finished successfully 2022-11-23T01:48:59.2671971Z ##[group]Run zhouzhuojie/checkout@05b13c9a0d21f08f6d5e64a1d5042246d13619d9 2022-11-23T01:48:59.2672281Z with: 2022-11-23T01:48:59.2672519Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:48:59.2672740Z submodules: recursive 2022-11-23T01:48:59.2672925Z path: pytorch 2022-11-23T01:48:59.2673104Z repository: pytorch/pytorch 2022-11-23T01:48:59.2673480Z token: *** 2022-11-23T01:48:59.2673654Z ssh-strict: true 2022-11-23T01:48:59.2673879Z persist-credentials: true 2022-11-23T01:48:59.2674082Z clean: true 2022-11-23T01:48:59.2674297Z fetch-depth: 1 2022-11-23T01:48:59.2674486Z lfs: false 2022-11-23T01:48:59.2674724Z env: 2022-11-23T01:48:59.2674971Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:48:59.2675278Z ANACONDA_USER: pytorch 2022-11-23T01:48:59.2675526Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:48:59.2675788Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-11-23T01:48:59.2676251Z GITHUB_TOKEN: *** 2022-11-23T01:48:59.2676471Z PR_NUMBER: 2022-11-23T01:48:59.2676684Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:48:59.2676916Z SKIP_ALL_TESTS: 1 2022-11-23T01:48:59.2677351Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:48:59.2677713Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:48:59.2678009Z PACKAGE_TYPE: libtorch 2022-11-23T01:48:59.2678259Z DESIRED_CUDA: cpu 2022-11-23T01:48:59.2678531Z GPU_ARCH_TYPE: cpu 2022-11-23T01:48:59.2678729Z LIBTORCH_CONFIG: debug 2022-11-23T01:48:59.2678983Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:48:59.2679236Z DESIRED_PYTHON: 3.7 2022-11-23T01:48:59.2679475Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:48:59.2679822Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:48:59.2680107Z ##[endgroup] 2022-11-23T01:48:59.9708059Z ##[warning]The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-11-23T01:49:12.3681366Z Syncing repository: pytorch/pytorch 2022-11-23T01:49:12.3683043Z ##[group]Getting Git version info 2022-11-23T01:49:12.3683359Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\pytorch' 2022-11-23T01:49:12.3689881Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:49:15.7424784Z git version 2.38.1.windows.1 2022-11-23T01:49:15.7462437Z ##[endgroup] 2022-11-23T01:49:15.7463928Z ##[warning]The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-11-23T01:49:15.7465065Z ##[group]Initializing the repository 2022-11-23T01:49:15.7472294Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\pytorch 2022-11-23T01:49:16.6887632Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/ 2022-11-23T01:49:16.6927601Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:49:16.8438109Z ##[endgroup] 2022-11-23T01:49:16.8438547Z ##[group]Disabling automatic garbage collection 2022-11-23T01:49:16.8446188Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:49:16.9561607Z ##[endgroup] 2022-11-23T01:49:16.9576785Z ##[group]Setting up auth 2022-11-23T01:49:16.9577182Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:49:16.9808548Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T01:49:19.4982468Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:49:19.5212929Z [command]"C:\Program Files\Git\cmd\git.exe" 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:49:19.9298918Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:49:19.9537055Z ##[endgroup] 2022-11-23T01:49:19.9537469Z ##[group]Fetching the repository 2022-11-23T01:49:19.9546711Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:49:25.9229073Z remote: Enumerating objects: 12379, done. 2022-11-23T01:49:25.9236741Z remote: Counting objects: 0% (1/12379) 2022-11-23T01:49:25.9239473Z remote: Counting objects: 1% (124/12379) 2022-11-23T01:49:25.9239793Z remote: Counting objects: 2% (248/12379) 2022-11-23T01:49:25.9245014Z remote: Counting objects: 3% (372/12379) 2022-11-23T01:49:25.9247883Z remote: Counting objects: 4% (496/12379) 2022-11-23T01:49:25.9248155Z remote: Counting objects: 5% (619/12379) 2022-11-23T01:49:25.9249865Z remote: Counting objects: 6% (743/12379) 2022-11-23T01:49:25.9253895Z remote: Counting objects: 7% (867/12379) 2022-11-23T01:49:25.9257062Z remote: Counting objects: 8% (991/12379) 2022-11-23T01:49:25.9262920Z remote: Counting objects: 9% (1115/12379) 2022-11-23T01:49:25.9267105Z remote: Counting objects: 10% (1238/12379) 2022-11-23T01:49:25.9270656Z remote: Counting objects: 11% (1362/12379) 2022-11-23T01:49:25.9273955Z remote: Counting objects: 12% (1486/12379) 2022-11-23T01:49:25.9277911Z remote: Counting objects: 13% (1610/12379) 2022-11-23T01:49:25.9283437Z remote: Counting objects: 14% (1734/12379) 2022-11-23T01:49:25.9283942Z remote: Counting objects: 15% (1857/12379) 2022-11-23T01:49:25.9287125Z remote: Counting objects: 16% (1981/12379) 2022-11-23T01:49:25.9293731Z remote: Counting objects: 17% (2105/12379) 2022-11-23T01:49:25.9294255Z remote: Counting objects: 18% (2229/12379) 2022-11-23T01:49:25.9294550Z remote: Counting objects: 19% (2353/12379) 2022-11-23T01:49:25.9295959Z remote: Counting objects: 20% (2476/12379) 2022-11-23T01:49:25.9297200Z remote: Counting objects: 21% (2600/12379) 2022-11-23T01:49:25.9298739Z remote: Counting objects: 22% (2724/12379) 2022-11-23T01:49:25.9299007Z remote: Counting objects: 23% (2848/12379) 2022-11-23T01:49:25.9301435Z remote: Counting objects: 24% (2971/12379) 2022-11-23T01:49:25.9306573Z remote: Counting objects: 25% (3095/12379) 2022-11-23T01:49:25.9308442Z remote: Counting objects: 26% (3219/12379) 2022-11-23T01:49:25.9310081Z remote: Counting objects: 27% (3343/12379) 2022-11-23T01:49:25.9313779Z remote: Counting objects: 28% (3467/12379) 2022-11-23T01:49:25.9315091Z remote: Counting objects: 29% (3590/12379) 2022-11-23T01:49:25.9318360Z remote: Counting objects: 30% (3714/12379) 2022-11-23T01:49:25.9323145Z remote: Counting objects: 31% (3838/12379) 2022-11-23T01:49:25.9324192Z remote: Counting objects: 32% (3962/12379) 2022-11-23T01:49:25.9324424Z remote: Counting objects: 33% (4086/12379) 2022-11-23T01:49:25.9328217Z remote: Counting objects: 34% (4209/12379) 2022-11-23T01:49:25.9332368Z remote: Counting objects: 35% (4333/12379) 2022-11-23T01:49:25.9334295Z remote: Counting objects: 36% (4457/12379) 2022-11-23T01:49:25.9336779Z remote: Counting objects: 37% (4581/12379) 2022-11-23T01:49:25.9338902Z remote: Counting objects: 38% (4705/12379) 2022-11-23T01:49:25.9344086Z remote: Counting objects: 39% (4828/12379) 2022-11-23T01:49:25.9345778Z remote: Counting objects: 40% (4952/12379) 2022-11-23T01:49:25.9348726Z remote: Counting objects: 41% (5076/12379) 2022-11-23T01:49:25.9351385Z remote: Counting objects: 42% (5200/12379) 2022-11-23T01:49:25.9351636Z remote: Counting objects: 43% (5323/12379) 2022-11-23T01:49:25.9355824Z remote: Counting objects: 44% (5447/12379) 2022-11-23T01:49:25.9358565Z remote: Counting objects: 45% (5571/12379) 2022-11-23T01:49:25.9360324Z remote: Counting objects: 46% (5695/12379) 2022-11-23T01:49:25.9360934Z remote: Counting objects: 47% (5819/12379) 2022-11-23T01:49:25.9363940Z remote: Counting objects: 48% (5942/12379) 2022-11-23T01:49:25.9367143Z remote: Counting objects: 49% (6066/12379) 2022-11-23T01:49:25.9368516Z remote: Counting objects: 50% (6190/12379) 2022-11-23T01:49:25.9370443Z remote: Counting objects: 51% (6314/12379) 2022-11-23T01:49:25.9373171Z remote: Counting objects: 52% (6438/12379) 2022-11-23T01:49:25.9378308Z remote: Counting objects: 53% (6561/12379) 2022-11-23T01:49:25.9380685Z remote: Counting objects: 54% (6685/12379) 2022-11-23T01:49:25.9381548Z remote: Counting objects: 55% (6809/12379) 2022-11-23T01:49:25.9383976Z remote: Counting objects: 56% (6933/12379) 2022-11-23T01:49:25.9387405Z remote: Counting objects: 57% (7057/12379) 2022-11-23T01:49:25.9390554Z remote: Counting objects: 58% (7180/12379) 2022-11-23T01:49:25.9393658Z remote: Counting objects: 59% (7304/12379) 2022-11-23T01:49:25.9397712Z remote: Counting objects: 60% (7428/12379) 2022-11-23T01:49:25.9398550Z remote: Counting objects: 61% (7552/12379) 2022-11-23T01:49:25.9402485Z remote: Counting objects: 62% (7675/12379) 2022-11-23T01:49:25.9404565Z remote: Counting objects: 63% (7799/12379) 2022-11-23T01:49:25.9405643Z remote: Counting objects: 64% (7923/12379) 2022-11-23T01:49:25.9408380Z remote: Counting objects: 65% (8047/12379) 2022-11-23T01:49:25.9416676Z remote: Counting objects: 66% (8171/12379) 2022-11-23T01:49:25.9418077Z remote: Counting objects: 67% (8294/12379) 2022-11-23T01:49:25.9424649Z remote: Counting objects: 68% (8418/12379) 2022-11-23T01:49:25.9424926Z remote: Counting objects: 69% (8542/12379) 2022-11-23T01:49:25.9431728Z remote: Counting objects: 70% (8666/12379) 2022-11-23T01:49:25.9434903Z remote: Counting objects: 71% (8790/12379) 2022-11-23T01:49:25.9435164Z remote: Counting objects: 72% (8913/12379) 2022-11-23T01:49:25.9436773Z remote: Counting objects: 73% (9037/12379) 2022-11-23T01:49:25.9442076Z remote: Counting objects: 74% (9161/12379) 2022-11-23T01:49:25.9444426Z remote: Counting objects: 75% (9285/12379) 2022-11-23T01:49:25.9445150Z remote: Counting objects: 76% (9409/12379) 2022-11-23T01:49:25.9448818Z remote: Counting objects: 77% (9532/12379) 2022-11-23T01:49:25.9456374Z remote: Counting objects: 78% (9656/12379) 2022-11-23T01:49:25.9456640Z remote: Counting objects: 79% (9780/12379) 2022-11-23T01:49:25.9461406Z remote: Counting objects: 80% (9904/12379) 2022-11-23T01:49:25.9469615Z remote: Counting objects: 81% (10027/12379) 2022-11-23T01:49:25.9472501Z remote: Counting objects: 82% (10151/12379) 2022-11-23T01:49:25.9478914Z remote: Counting objects: 83% (10275/12379) 2022-11-23T01:49:25.9479255Z remote: Counting objects: 84% (10399/12379) 2022-11-23T01:49:25.9488390Z remote: Counting objects: 85% (10523/12379) 2022-11-23T01:49:25.9488667Z remote: Counting objects: 86% (10646/12379) 2022-11-23T01:49:25.9488905Z remote: Counting objects: 87% (10770/12379) 2022-11-23T01:49:25.9496190Z remote: Counting objects: 88% (10894/12379) 2022-11-23T01:49:25.9497643Z remote: Counting objects: 89% (11018/12379) 2022-11-23T01:49:25.9498266Z remote: Counting objects: 90% (11142/12379) 2022-11-23T01:49:25.9500736Z remote: Counting objects: 91% (11265/12379) 2022-11-23T01:49:25.9504776Z remote: Counting objects: 92% (11389/12379) 2022-11-23T01:49:25.9507741Z remote: Counting objects: 93% (11513/12379) 2022-11-23T01:49:25.9509793Z remote: Counting objects: 94% (11637/12379) 2022-11-23T01:49:25.9513460Z remote: Counting objects: 95% (11761/12379) 2022-11-23T01:49:25.9521563Z remote: Counting objects: 96% (11884/12379) 2022-11-23T01:49:25.9523038Z remote: Counting objects: 97% (12008/12379) 2022-11-23T01:49:25.9528131Z remote: Counting objects: 98% (12132/12379) 2022-11-23T01:49:25.9532152Z remote: Counting objects: 99% (12256/12379) 2022-11-23T01:49:25.9532786Z remote: Counting objects: 100% (12379/12379) 2022-11-23T01:49:25.9533247Z remote: Counting objects: 100% (12379/12379), done. 2022-11-23T01:49:25.9689914Z remote: Compressing objects: 0% (1/10895) 2022-11-23T01:49:25.9878916Z remote: Compressing objects: 1% (109/10895) 2022-11-23T01:49:26.0427793Z remote: Compressing objects: 2% (218/10895) 2022-11-23T01:49:26.0844956Z remote: Compressing objects: 3% (327/10895) 2022-11-23T01:49:26.1135913Z remote: Compressing objects: 4% (436/10895) 2022-11-23T01:49:26.1394023Z remote: Compressing objects: 5% (545/10895) 2022-11-23T01:49:26.1887819Z remote: Compressing objects: 6% (654/10895) 2022-11-23T01:49:26.2141450Z remote: Compressing objects: 7% (763/10895) 2022-11-23T01:49:26.2620528Z remote: Compressing objects: 8% (872/10895) 2022-11-23T01:49:26.3307925Z remote: Compressing objects: 9% (981/10895) 2022-11-23T01:49:26.3964348Z remote: Compressing objects: 10% (1090/10895) 2022-11-23T01:49:26.4489600Z remote: Compressing objects: 11% (1199/10895) 2022-11-23T01:49:26.4893338Z remote: Compressing objects: 12% (1308/10895) 2022-11-23T01:49:26.5338081Z remote: Compressing objects: 13% (1417/10895) 2022-11-23T01:49:26.6081862Z remote: Compressing objects: 14% (1526/10895) 2022-11-23T01:49:26.6628864Z remote: Compressing objects: 15% (1635/10895) 2022-11-23T01:49:26.7193614Z remote: Compressing objects: 16% (1744/10895) 2022-11-23T01:49:26.7743999Z remote: Compressing objects: 17% (1853/10895) 2022-11-23T01:49:26.8423523Z remote: Compressing objects: 18% (1962/10895) 2022-11-23T01:49:26.8890125Z remote: Compressing objects: 19% (2071/10895) 2022-11-23T01:49:26.9465974Z remote: Compressing objects: 20% (2179/10895) 2022-11-23T01:49:26.9543731Z remote: Compressing objects: 21% (2288/10895) 2022-11-23T01:49:26.9979251Z remote: Compressing objects: 21% (2301/10895) 2022-11-23T01:49:27.0777781Z remote: Compressing objects: 22% (2397/10895) 2022-11-23T01:49:27.1203760Z remote: Compressing objects: 23% (2506/10895) 2022-11-23T01:49:27.1694902Z remote: Compressing objects: 24% (2615/10895) 2022-11-23T01:49:27.2235273Z remote: Compressing objects: 25% (2724/10895) 2022-11-23T01:49:27.2333459Z remote: Compressing objects: 26% (2833/10895) 2022-11-23T01:49:27.2540441Z remote: Compressing objects: 27% (2942/10895) 2022-11-23T01:49:27.2865893Z remote: Compressing objects: 28% (3051/10895) 2022-11-23T01:49:27.3090618Z remote: Compressing objects: 29% (3160/10895) 2022-11-23T01:49:27.3140024Z remote: Compressing objects: 30% (3269/10895) 2022-11-23T01:49:27.3505774Z remote: Compressing objects: 31% (3378/10895) 2022-11-23T01:49:27.3961336Z remote: Compressing objects: 32% (3487/10895) 2022-11-23T01:49:27.4469661Z remote: Compressing objects: 33% (3596/10895) 2022-11-23T01:49:27.4888085Z remote: Compressing objects: 34% (3705/10895) 2022-11-23T01:49:27.5590725Z remote: Compressing objects: 35% (3814/10895) 2022-11-23T01:49:27.6203400Z remote: Compressing objects: 36% (3923/10895) 2022-11-23T01:49:27.6638935Z remote: Compressing objects: 37% (4032/10895) 2022-11-23T01:49:27.7400919Z remote: Compressing objects: 38% (4141/10895) 2022-11-23T01:49:27.7990406Z remote: Compressing objects: 39% (4250/10895) 2022-11-23T01:49:27.8621333Z remote: Compressing objects: 40% (4358/10895) 2022-11-23T01:49:27.9088499Z remote: Compressing objects: 41% (4467/10895) 2022-11-23T01:49:27.9542258Z remote: Compressing objects: 42% (4576/10895) 2022-11-23T01:49:27.9769766Z remote: Compressing objects: 42% (4637/10895) 2022-11-23T01:49:28.0275501Z remote: Compressing objects: 43% (4685/10895) 2022-11-23T01:49:28.0772677Z remote: Compressing objects: 44% (4794/10895) 2022-11-23T01:49:28.1151238Z remote: Compressing objects: 45% (4903/10895) 2022-11-23T01:49:28.1617732Z remote: Compressing objects: 46% (5012/10895) 2022-11-23T01:49:28.1991027Z remote: Compressing objects: 47% (5121/10895) 2022-11-23T01:49:28.2325551Z remote: Compressing objects: 48% (5230/10895) 2022-11-23T01:49:28.2562876Z remote: Compressing objects: 49% (5339/10895) 2022-11-23T01:49:28.2880858Z remote: Compressing objects: 50% (5448/10895) 2022-11-23T01:49:28.3620477Z remote: Compressing objects: 51% (5557/10895) 2022-11-23T01:49:28.4150602Z remote: Compressing objects: 52% (5666/10895) 2022-11-23T01:49:28.4391987Z remote: Compressing objects: 53% (5775/10895) 2022-11-23T01:49:28.4738142Z remote: Compressing objects: 54% (5884/10895) 2022-11-23T01:49:28.5124762Z remote: Compressing objects: 55% (5993/10895) 2022-11-23T01:49:28.5350462Z remote: Compressing objects: 56% (6102/10895) 2022-11-23T01:49:28.5451940Z remote: Compressing objects: 57% (6211/10895) 2022-11-23T01:49:28.5607011Z remote: Compressing objects: 58% (6320/10895) 2022-11-23T01:49:28.5896327Z remote: Compressing objects: 59% (6429/10895) 2022-11-23T01:49:28.6092687Z remote: Compressing objects: 60% (6537/10895) 2022-11-23T01:49:28.6304317Z remote: Compressing objects: 61% (6646/10895) 2022-11-23T01:49:28.6637221Z remote: Compressing objects: 62% (6755/10895) 2022-11-23T01:49:28.6997769Z remote: Compressing objects: 63% (6864/10895) 2022-11-23T01:49:28.7281239Z remote: Compressing objects: 64% (6973/10895) 2022-11-23T01:49:28.7564144Z remote: Compressing objects: 65% (7082/10895) 2022-11-23T01:49:28.7835694Z remote: Compressing objects: 66% (7191/10895) 2022-11-23T01:49:28.8241886Z remote: Compressing objects: 67% (7300/10895) 2022-11-23T01:49:28.8529934Z remote: Compressing objects: 68% (7409/10895) 2022-11-23T01:49:28.8753391Z remote: Compressing objects: 69% (7518/10895) 2022-11-23T01:49:28.8924222Z remote: Compressing objects: 70% (7627/10895) 2022-11-23T01:49:28.9146109Z remote: Compressing objects: 71% (7736/10895) 2022-11-23T01:49:28.9358964Z remote: Compressing objects: 72% (7845/10895) 2022-11-23T01:49:28.9538516Z remote: Compressing objects: 73% (7954/10895) 2022-11-23T01:49:28.9587181Z remote: Compressing objects: 73% (8049/10895) 2022-11-23T01:49:28.9831286Z remote: Compressing objects: 74% (8063/10895) 2022-11-23T01:49:29.0013661Z remote: Compressing objects: 75% (8172/10895) 2022-11-23T01:49:29.0247617Z remote: Compressing objects: 76% (8281/10895) 2022-11-23T01:49:29.0460026Z remote: Compressing objects: 77% (8390/10895) 2022-11-23T01:49:29.0651663Z remote: Compressing objects: 78% (8499/10895) 2022-11-23T01:49:29.0895654Z remote: Compressing objects: 79% (8608/10895) 2022-11-23T01:49:29.1106657Z remote: Compressing objects: 80% (8716/10895) 2022-11-23T01:49:29.1291560Z remote: Compressing objects: 81% (8825/10895) 2022-11-23T01:49:29.1525368Z remote: Compressing objects: 82% (8934/10895) 2022-11-23T01:49:29.1764246Z remote: Compressing objects: 83% (9043/10895) 2022-11-23T01:49:29.1918565Z remote: Compressing objects: 84% (9152/10895) 2022-11-23T01:49:29.2093727Z remote: Compressing objects: 85% (9261/10895) 2022-11-23T01:49:29.2326347Z remote: Compressing objects: 86% (9370/10895) 2022-11-23T01:49:29.2565040Z remote: Compressing objects: 87% (9479/10895) 2022-11-23T01:49:29.2750476Z remote: Compressing objects: 88% (9588/10895) 2022-11-23T01:49:29.2898377Z remote: Compressing objects: 89% (9697/10895) 2022-11-23T01:49:29.3255154Z remote: Compressing objects: 90% (9806/10895) 2022-11-23T01:49:29.3413040Z remote: Compressing objects: 91% (9915/10895) 2022-11-23T01:49:29.3439337Z remote: Compressing objects: 92% (10024/10895) 2022-11-23T01:49:29.3458825Z remote: Compressing objects: 93% (10133/10895) 2022-11-23T01:49:29.3476231Z remote: Compressing objects: 94% (10242/10895) 2022-11-23T01:49:29.3491132Z remote: Compressing objects: 95% (10351/10895) 2022-11-23T01:49:29.3511693Z remote: Compressing objects: 96% (10460/10895) 2022-11-23T01:49:29.3533476Z remote: Compressing objects: 97% (10569/10895) 2022-11-23T01:49:29.3554885Z remote: Compressing objects: 98% (10678/10895) 2022-11-23T01:49:29.3565893Z remote: Compressing objects: 99% (10787/10895) 2022-11-23T01:49:29.3566169Z remote: Compressing objects: 100% (10895/10895) 2022-11-23T01:49:29.3566425Z remote: Compressing objects: 100% (10895/10895), done. 2022-11-23T01:49:29.4893731Z Receiving objects: 0% (1/12379) 2022-11-23T01:49:29.5048402Z Receiving objects: 1% (124/12379) 2022-11-23T01:49:29.5096333Z Receiving objects: 2% (248/12379) 2022-11-23T01:49:29.7385526Z Receiving objects: 3% (372/12379) 2022-11-23T01:49:29.7430886Z Receiving objects: 4% (496/12379) 2022-11-23T01:49:29.7496252Z Receiving objects: 5% (619/12379) 2022-11-23T01:49:29.7599561Z Receiving objects: 6% (743/12379) 2022-11-23T01:49:29.7678184Z Receiving objects: 7% (867/12379) 2022-11-23T01:49:29.7745251Z Receiving objects: 8% (991/12379) 2022-11-23T01:49:29.7902440Z Receiving objects: 9% (1115/12379) 2022-11-23T01:49:30.0518210Z Receiving objects: 10% (1238/12379) 2022-11-23T01:49:30.0817722Z Receiving objects: 11% (1362/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.1211808Z Receiving objects: 12% (1486/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.1530101Z Receiving objects: 13% (1610/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.2087804Z Receiving objects: 14% (1734/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.2415777Z Receiving objects: 15% (1857/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.2612828Z Receiving objects: 16% (1981/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.2717091Z Receiving objects: 17% (2105/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.2770759Z Receiving objects: 18% (2229/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.3076127Z Receiving objects: 19% (2353/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.3175893Z Receiving objects: 20% (2476/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.3368217Z Receiving objects: 21% (2600/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.3562161Z Receiving objects: 22% (2724/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.3685750Z Receiving objects: 23% (2848/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.3758971Z Receiving objects: 24% (2971/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.3766286Z Receiving objects: 25% (3095/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.3833565Z Receiving objects: 25% (3101/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.3986067Z Receiving objects: 26% (3219/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.4261860Z Receiving objects: 27% (3343/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.4472046Z Receiving objects: 28% (3467/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.4774335Z Receiving objects: 29% (3590/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.4975184Z Receiving objects: 30% (3714/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.5162695Z Receiving objects: 31% (3838/12379), 15.27 MiB | 24.31 MiB/s 2022-11-23T01:49:30.5361312Z Receiving objects: 32% (3962/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.5549785Z Receiving objects: 33% (4086/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.5799461Z Receiving objects: 34% (4209/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.5946414Z Receiving objects: 35% (4333/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.6088641Z Receiving objects: 36% (4457/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.6254573Z Receiving objects: 37% (4581/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.6457578Z Receiving objects: 38% (4705/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.6537418Z Receiving objects: 39% (4828/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.6713507Z Receiving objects: 40% (4952/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.6862925Z Receiving objects: 41% (5076/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.7031885Z Receiving objects: 42% (5200/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.7374285Z Receiving objects: 43% (5323/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.7596753Z Receiving objects: 44% (5447/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.7792747Z Receiving objects: 45% (5571/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.8055191Z Receiving objects: 46% (5695/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.8170086Z Receiving objects: 47% (5819/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.8288028Z Receiving objects: 48% (5942/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.8466864Z Receiving objects: 49% (6066/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.8649981Z Receiving objects: 50% (6190/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.8873173Z Receiving objects: 51% (6314/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.9119072Z Receiving objects: 52% (6438/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.9537215Z Receiving objects: 53% (6561/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:30.9718851Z Receiving objects: 54% (6685/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:31.5036220Z Receiving objects: 55% (6809/12379), 19.79 MiB | 17.52 MiB/s 2022-11-23T01:49:31.6835682Z Receiving objects: 55% (6912/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:31.6885535Z Receiving objects: 56% (6933/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:31.7042027Z Receiving objects: 57% (7057/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:31.7194862Z Receiving objects: 58% (7180/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:31.7299850Z Receiving objects: 59% (7304/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:31.7383009Z Receiving objects: 60% (7428/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:31.7497899Z Receiving objects: 61% (7552/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:31.7629694Z Receiving objects: 62% (7675/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:31.7742928Z Receiving objects: 63% (7799/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:31.7755468Z Receiving objects: 64% (7923/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:31.7976956Z Receiving objects: 65% (8047/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:31.8124636Z Receiving objects: 66% (8171/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:31.8998908Z Receiving objects: 67% (8294/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:31.9980153Z Receiving objects: 68% (8418/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:32.0189733Z Receiving objects: 69% (8542/12379), 57.97 MiB | 27.24 MiB/s 2022-11-23T01:49:32.0366155Z Receiving objects: 70% (8666/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.0856123Z Receiving objects: 71% (8790/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.1501723Z Receiving objects: 72% (8913/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.1852958Z Receiving objects: 73% (9037/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.2249720Z Receiving objects: 74% (9161/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.2411225Z Receiving objects: 75% (9285/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.2637559Z Receiving objects: 76% (9409/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.2956847Z Receiving objects: 77% (9532/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.3244240Z Receiving objects: 78% (9656/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.3510127Z Receiving objects: 79% (9780/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.3836191Z Receiving objects: 80% (9904/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.4029342Z Receiving objects: 80% (9983/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.4405090Z Receiving objects: 81% (10027/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.4848027Z Receiving objects: 82% (10151/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.5260323Z Receiving objects: 83% (10275/12379), 73.32 MiB | 27.88 MiB/s 2022-11-23T01:49:32.5428795Z Receiving objects: 84% (10399/12379), 77.92 MiB | 24.89 MiB/s 2022-11-23T01:49:32.5695704Z Receiving objects: 85% (10523/12379), 77.92 MiB | 24.89 MiB/s 2022-11-23T01:49:32.6057963Z Receiving objects: 86% (10646/12379), 77.92 MiB | 24.89 MiB/s 2022-11-23T01:49:32.6587534Z Receiving objects: 87% (10770/12379), 77.92 MiB | 24.89 MiB/s 2022-11-23T01:49:32.6935737Z Receiving objects: 88% (10894/12379), 77.92 MiB | 24.89 MiB/s 2022-11-23T01:49:32.7085002Z Receiving objects: 89% (11018/12379), 77.92 MiB | 24.89 MiB/s 2022-11-23T01:49:32.7347031Z Receiving objects: 90% (11142/12379), 77.92 MiB | 24.89 MiB/s 2022-11-23T01:49:32.7546356Z Receiving objects: 91% (11265/12379), 77.92 MiB | 24.89 MiB/s 2022-11-23T01:49:32.7936779Z Receiving objects: 92% (11389/12379), 77.92 MiB | 24.89 MiB/s 2022-11-23T01:49:32.8325587Z Receiving objects: 93% (11513/12379), 77.92 MiB | 24.89 MiB/s 2022-11-23T01:49:32.8659624Z Receiving objects: 94% (11637/12379), 77.92 MiB | 24.89 MiB/s 2022-11-23T01:49:32.8967851Z Receiving objects: 95% (11761/12379), 77.92 MiB | 24.89 MiB/s 2022-11-23T01:49:32.9260378Z Receiving objects: 96% (11884/12379), 77.92 MiB | 24.89 MiB/s 2022-11-23T01:49:33.0118543Z Receiving objects: 97% (12008/12379), 77.92 MiB | 24.89 MiB/s 2022-11-23T01:49:33.0583801Z Receiving objects: 98% (12132/12379), 81.62 MiB | 22.47 MiB/s 2022-11-23T01:49:33.1092015Z Receiving objects: 99% (12256/12379), 81.62 MiB | 22.47 MiB/s 2022-11-23T01:49:33.1092437Z remote: Total 12379 (delta 1771), reused 3928 (delta 1216), pack-reused 0 2022-11-23T01:49:33.1093903Z Receiving objects: 100% (12379/12379), 81.62 MiB | 22.47 MiB/s 2022-11-23T01:49:33.1094221Z Receiving objects: 100% (12379/12379), 82.34 MiB | 22.04 MiB/s, done. 2022-11-23T01:49:33.1278154Z Resolving deltas: 0% (0/1771) 2022-11-23T01:49:33.1282027Z Resolving deltas: 1% (18/1771) 2022-11-23T01:49:33.1302368Z Resolving deltas: 2% (37/1771) 2022-11-23T01:49:33.1346812Z Resolving deltas: 3% (56/1771) 2022-11-23T01:49:33.1360896Z Resolving deltas: 4% (71/1771) 2022-11-23T01:49:33.1372389Z Resolving deltas: 5% (89/1771) 2022-11-23T01:49:33.1377889Z Resolving deltas: 6% (107/1771) 2022-11-23T01:49:33.1395469Z Resolving deltas: 7% (124/1771) 2022-11-23T01:49:33.1401738Z Resolving deltas: 8% (142/1771) 2022-11-23T01:49:33.1405797Z Resolving deltas: 9% (160/1771) 2022-11-23T01:49:33.1410064Z Resolving deltas: 10% (179/1771) 2022-11-23T01:49:33.1413168Z Resolving deltas: 11% (195/1771) 2022-11-23T01:49:33.1416209Z Resolving deltas: 12% (213/1771) 2022-11-23T01:49:33.1426688Z Resolving deltas: 13% (232/1771) 2022-11-23T01:49:33.1435186Z Resolving deltas: 14% (248/1771) 2022-11-23T01:49:33.1439438Z Resolving deltas: 15% (267/1771) 2022-11-23T01:49:33.1443625Z Resolving deltas: 16% (286/1771) 2022-11-23T01:49:33.1453799Z Resolving deltas: 17% (302/1771) 2022-11-23T01:49:33.1462154Z Resolving deltas: 18% (319/1771) 2022-11-23T01:49:33.1468106Z Resolving deltas: 19% (337/1771) 2022-11-23T01:49:33.1472048Z Resolving deltas: 20% (355/1771) 2022-11-23T01:49:33.1472911Z Resolving deltas: 21% (372/1771) 2022-11-23T01:49:33.1473278Z Resolving deltas: 22% (390/1771) 2022-11-23T01:49:33.1473605Z Resolving deltas: 23% (408/1771) 2022-11-23T01:49:33.1475252Z Resolving deltas: 24% (426/1771) 2022-11-23T01:49:33.1483808Z Resolving deltas: 25% (443/1771) 2022-11-23T01:49:33.1487279Z Resolving deltas: 26% (461/1771) 2022-11-23T01:49:33.1488705Z Resolving deltas: 27% (479/1771) 2022-11-23T01:49:33.1489653Z Resolving deltas: 28% (497/1771) 2022-11-23T01:49:33.1493306Z Resolving deltas: 29% (514/1771) 2022-11-23T01:49:33.1498476Z Resolving deltas: 30% (533/1771) 2022-11-23T01:49:33.1506296Z Resolving deltas: 31% (550/1771) 2022-11-23T01:49:33.1512203Z Resolving deltas: 32% (568/1771) 2022-11-23T01:49:33.1514700Z Resolving deltas: 33% (586/1771) 2022-11-23T01:49:33.1523938Z Resolving deltas: 34% (603/1771) 2022-11-23T01:49:33.1532297Z Resolving deltas: 35% (620/1771) 2022-11-23T01:49:33.1542056Z Resolving deltas: 36% (640/1771) 2022-11-23T01:49:33.1547967Z Resolving deltas: 37% (656/1771) 2022-11-23T01:49:33.1554273Z Resolving deltas: 38% (674/1771) 2022-11-23T01:49:33.1563968Z Resolving deltas: 39% (691/1771) 2022-11-23T01:49:33.1578219Z Resolving deltas: 40% (709/1771) 2022-11-23T01:49:33.1585872Z Resolving deltas: 41% (727/1771) 2022-11-23T01:49:33.1588819Z Resolving deltas: 42% (747/1771) 2022-11-23T01:49:33.1591735Z Resolving deltas: 43% (762/1771) 2022-11-23T01:49:33.1592634Z Resolving deltas: 44% (782/1771) 2022-11-23T01:49:33.1593884Z Resolving deltas: 45% (797/1771) 2022-11-23T01:49:33.1597348Z Resolving deltas: 46% (818/1771) 2022-11-23T01:49:33.1600318Z Resolving deltas: 47% (833/1771) 2022-11-23T01:49:33.1607500Z Resolving deltas: 48% (851/1771) 2022-11-23T01:49:33.1613781Z Resolving deltas: 49% (869/1771) 2022-11-23T01:49:33.1617311Z Resolving deltas: 50% (886/1771) 2022-11-23T01:49:33.1625730Z Resolving deltas: 51% (904/1771) 2022-11-23T01:49:33.1631843Z Resolving deltas: 52% (923/1771) 2022-11-23T01:49:33.1640687Z Resolving deltas: 53% (939/1771) 2022-11-23T01:49:33.1646136Z Resolving deltas: 54% (957/1771) 2022-11-23T01:49:33.1651169Z Resolving deltas: 55% (975/1771) 2022-11-23T01:49:33.1655223Z Resolving deltas: 56% (992/1771) 2022-11-23T01:49:33.1660405Z Resolving deltas: 57% (1010/1771) 2022-11-23T01:49:33.1663927Z Resolving deltas: 58% (1028/1771) 2022-11-23T01:49:33.1667231Z Resolving deltas: 59% (1046/1771) 2022-11-23T01:49:33.1668136Z Resolving deltas: 60% (1064/1771) 2022-11-23T01:49:33.1669004Z Resolving deltas: 61% (1081/1771) 2022-11-23T01:49:33.1670436Z Resolving deltas: 62% (1101/1771) 2022-11-23T01:49:33.1674849Z Resolving deltas: 63% (1116/1771) 2022-11-23T01:49:33.1680390Z Resolving deltas: 64% (1134/1771) 2022-11-23T01:49:33.1684810Z Resolving deltas: 65% (1154/1771) 2022-11-23T01:49:33.1693220Z Resolving deltas: 66% (1170/1771) 2022-11-23T01:49:33.1701734Z Resolving deltas: 67% (1187/1771) 2022-11-23T01:49:33.1710864Z Resolving deltas: 68% (1205/1771) 2022-11-23T01:49:33.1713256Z Resolving deltas: 69% (1224/1771) 2022-11-23T01:49:33.1718009Z Resolving deltas: 70% (1241/1771) 2022-11-23T01:49:33.1727482Z Resolving deltas: 71% (1258/1771) 2022-11-23T01:49:33.1733258Z Resolving deltas: 72% (1277/1771) 2022-11-23T01:49:33.1736045Z Resolving deltas: 73% (1293/1771) 2022-11-23T01:49:33.1736829Z Resolving deltas: 74% (1311/1771) 2022-11-23T01:49:33.1737260Z Resolving deltas: 75% (1333/1771) 2022-11-23T01:49:33.1738124Z Resolving deltas: 76% (1346/1771) 2022-11-23T01:49:33.1739558Z Resolving deltas: 77% (1364/1771) 2022-11-23T01:49:33.1741038Z Resolving deltas: 78% (1382/1771) 2022-11-23T01:49:33.1741445Z Resolving deltas: 79% (1403/1771) 2022-11-23T01:49:33.1742691Z Resolving deltas: 80% (1417/1771) 2022-11-23T01:49:33.1749222Z Resolving deltas: 81% (1436/1771) 2022-11-23T01:49:33.1750248Z Resolving deltas: 82% (1453/1771) 2022-11-23T01:49:33.1752232Z Resolving deltas: 83% (1471/1771) 2022-11-23T01:49:33.1773835Z Resolving deltas: 84% (1488/1771) 2022-11-23T01:49:33.1776999Z Resolving deltas: 85% (1507/1771) 2022-11-23T01:49:33.1787837Z Resolving deltas: 86% (1524/1771) 2022-11-23T01:49:33.1805353Z Resolving deltas: 87% (1541/1771) 2022-11-23T01:49:33.1809967Z Resolving deltas: 88% (1560/1771) 2022-11-23T01:49:33.1815472Z Resolving deltas: 89% (1578/1771) 2022-11-23T01:49:33.1826211Z Resolving deltas: 90% (1594/1771) 2022-11-23T01:49:33.1831611Z Resolving deltas: 91% (1612/1771) 2022-11-23T01:49:33.1845871Z Resolving deltas: 92% (1630/1771) 2022-11-23T01:49:33.1851381Z Resolving deltas: 93% (1649/1771) 2022-11-23T01:49:33.1855109Z Resolving deltas: 94% (1665/1771) 2022-11-23T01:49:33.1857521Z Resolving deltas: 95% (1683/1771) 2022-11-23T01:49:33.1858753Z Resolving deltas: 96% (1701/1771) 2022-11-23T01:49:33.1860940Z Resolving deltas: 97% (1718/1771) 2022-11-23T01:49:33.1864828Z Resolving deltas: 98% (1737/1771) 2022-11-23T01:49:33.3774398Z Resolving deltas: 99% (1754/1771) 2022-11-23T01:49:33.8608218Z Resolving deltas: 100% (1771/1771) 2022-11-23T01:49:33.8608488Z Resolving deltas: 100% (1771/1771), done. 2022-11-23T01:49:34.9344985Z From https://github.com/pytorch/pytorch 2022-11-23T01:49:34.9345331Z * branch 1cfd3858ac54fe3883534309081631a0a892ba3f -> FETCH_HEAD 2022-11-23T01:49:34.9507637Z ##[endgroup] 2022-11-23T01:49:34.9508657Z ##[group]Determining the checkout info 2022-11-23T01:49:34.9510107Z ##[endgroup] 2022-11-23T01:49:34.9510530Z ##[group]Checking out the ref 2022-11-23T01:49:34.9518710Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:49:36.2848849Z Updating files: 3% (393/11603) 2022-11-23T01:49:37.0526704Z Updating files: 4% (465/11603) 2022-11-23T01:49:37.1161486Z Updating files: 4% (546/11603) 2022-11-23T01:49:37.5209943Z Updating files: 5% (581/11603) 2022-11-23T01:49:37.8801359Z Updating files: 6% (697/11603) 2022-11-23T01:49:38.1231203Z Updating files: 7% (813/11603) 2022-11-23T01:49:38.6345617Z Updating files: 7% (830/11603) 2022-11-23T01:49:39.0301597Z Updating files: 8% (929/11603) 2022-11-23T01:49:39.2291753Z Updating files: 8% (1013/11603) 2022-11-23T01:49:39.7551629Z Updating files: 9% (1045/11603) 2022-11-23T01:49:40.0972259Z Updating files: 10% (1161/11603) 2022-11-23T01:49:40.7228433Z Updating files: 10% (1215/11603) 2022-11-23T01:49:41.0535800Z Updating files: 11% (1277/11603) 2022-11-23T01:49:41.0945081Z Updating files: 11% (1358/11603) 2022-11-23T01:49:41.2280963Z Updating files: 12% (1393/11603) 2022-11-23T01:49:41.5181679Z Updating files: 13% (1509/11603) 2022-11-23T01:49:41.7162396Z Updating files: 14% (1625/11603) 2022-11-23T01:49:41.9337259Z Updating files: 15% (1741/11603) 2022-11-23T01:49:42.2773232Z Updating files: 16% (1857/11603) 2022-11-23T01:49:42.4072453Z Updating files: 16% (1871/11603) 2022-11-23T01:49:43.0285699Z Updating files: 17% (1973/11603) 2022-11-23T01:49:43.0909572Z Updating files: 17% (2070/11603) 2022-11-23T01:49:43.3089485Z Updating files: 18% (2089/11603) 2022-11-23T01:49:44.0218048Z Updating files: 19% (2205/11603) 2022-11-23T01:49:44.0220561Z Updating files: 19% (2320/11603) 2022-11-23T01:49:44.5309217Z Updating files: 20% (2321/11603) 2022-11-23T01:49:44.9298251Z Updating files: 21% (2437/11603) 2022-11-23T01:49:45.0434188Z Updating files: 22% (2553/11603) 2022-11-23T01:49:45.6222080Z Updating files: 22% (2567/11603) 2022-11-23T01:49:45.9622216Z Updating files: 23% (2669/11603) 2022-11-23T01:49:46.0951981Z Updating files: 24% (2785/11603) 2022-11-23T01:49:46.8170465Z Updating files: 24% (2788/11603) 2022-11-23T01:49:46.9583221Z Updating files: 25% (2901/11603) 2022-11-23T01:49:47.0471429Z Updating files: 26% (3017/11603) 2022-11-23T01:49:47.2742897Z Updating files: 26% (3033/11603) 2022-11-23T01:49:47.5652595Z Updating files: 27% (3133/11603) 2022-11-23T01:49:47.7300931Z Updating files: 28% (3249/11603) 2022-11-23T01:49:47.8519769Z Updating files: 29% (3365/11603) 2022-11-23T01:49:48.0510807Z Updating files: 30% (3481/11603) 2022-11-23T01:49:48.0859209Z Updating files: 30% (3581/11603) 2022-11-23T01:49:48.3629966Z Updating files: 31% (3597/11603) 2022-11-23T01:49:48.4642121Z Updating files: 32% (3713/11603) 2022-11-23T01:49:48.6896404Z Updating files: 33% (3829/11603) 2022-11-23T01:49:48.9952054Z Updating files: 34% (3946/11603) 2022-11-23T01:49:49.0838515Z Updating files: 35% (4062/11603) 2022-11-23T01:49:49.1904365Z Updating files: 35% (4084/11603) 2022-11-23T01:49:49.3563234Z Updating files: 36% (4178/11603) 2022-11-23T01:49:49.6553923Z Updating files: 37% (4294/11603) 2022-11-23T01:49:49.8656284Z Updating files: 38% (4410/11603) 2022-11-23T01:49:50.0037181Z Updating files: 39% (4526/11603) 2022-11-23T01:49:50.0523868Z Updating files: 40% (4642/11603) 2022-11-23T01:49:50.0588124Z Updating files: 41% (4758/11603) 2022-11-23T01:49:50.2314179Z Updating files: 41% (4774/11603) 2022-11-23T01:49:50.3829661Z Updating files: 42% (4874/11603) 2022-11-23T01:49:50.6529976Z Updating files: 43% (4990/11603) 2022-11-23T01:49:51.1399573Z Updating files: 44% (5106/11603) 2022-11-23T01:49:51.3097070Z Updating files: 44% (5137/11603) 2022-11-23T01:49:51.6645155Z Updating files: 45% (5222/11603) 2022-11-23T01:49:51.7925259Z Updating files: 46% (5338/11603) 2022-11-23T01:49:52.0481059Z Updating files: 47% (5454/11603) 2022-11-23T01:49:52.0907915Z Updating files: 48% (5570/11603) 2022-11-23T01:49:52.2306567Z Updating files: 48% (5582/11603) 2022-11-23T01:49:52.4005274Z Updating files: 49% (5686/11603) 2022-11-23T01:49:52.6269902Z Updating files: 50% (5802/11603) 2022-11-23T01:49:52.8680480Z Updating files: 51% (5918/11603) 2022-11-23T01:49:53.0501826Z Updating files: 52% (6034/11603) 2022-11-23T01:49:53.0721664Z Updating files: 53% (6150/11603) 2022-11-23T01:49:53.2669086Z Updating files: 53% (6168/11603) 2022-11-23T01:49:53.4160620Z Updating files: 54% (6266/11603) 2022-11-23T01:49:53.5795040Z Updating files: 55% (6382/11603) 2022-11-23T01:49:54.1203558Z Updating files: 56% (6498/11603) 2022-11-23T01:49:54.4711980Z Updating files: 56% (6526/11603) 2022-11-23T01:49:54.7968439Z Updating files: 57% (6614/11603) 2022-11-23T01:49:55.0822231Z Updating files: 58% (6730/11603) 2022-11-23T01:49:55.1079175Z Updating files: 58% (6833/11603) 2022-11-23T01:49:55.3644316Z Updating files: 59% (6846/11603) 2022-11-23T01:49:55.7012996Z Updating files: 60% (6962/11603) 2022-11-23T01:49:55.9058106Z Updating files: 61% (7078/11603) 2022-11-23T01:49:56.0930699Z Updating files: 62% (7194/11603) 2022-11-23T01:49:56.1277071Z Updating files: 62% (7294/11603) 2022-11-23T01:49:56.5169428Z Updating files: 63% (7310/11603) 2022-11-23T01:49:56.8357122Z Updating files: 64% (7426/11603) 2022-11-23T01:49:57.0715810Z Updating files: 65% (7542/11603) 2022-11-23T01:49:57.0884679Z Updating files: 66% (7658/11603) 2022-11-23T01:49:57.3319256Z Updating files: 66% (7671/11603) 2022-11-23T01:49:58.0193769Z Updating files: 67% (7775/11603) 2022-11-23T01:49:58.0888253Z Updating files: 68% (7891/11603) 2022-11-23T01:49:58.3821016Z Updating files: 68% (7911/11603) 2022-11-23T01:49:58.4616100Z Updating files: 69% (8007/11603) 2022-11-23T01:49:58.5737343Z Updating files: 70% (8123/11603) 2022-11-23T01:49:58.6587110Z Updating files: 71% (8239/11603) 2022-11-23T01:49:59.0728180Z Updating files: 72% (8355/11603) 2022-11-23T01:49:59.1169974Z Updating files: 73% (8471/11603) 2022-11-23T01:49:59.2032819Z Updating files: 73% (8496/11603) 2022-11-23T01:49:59.3060664Z Updating files: 74% (8587/11603) 2022-11-23T01:49:59.4353597Z Updating files: 75% (8703/11603) 2022-11-23T01:49:59.5144905Z Updating files: 76% (8819/11603) 2022-11-23T01:49:59.6339255Z Updating files: 77% (8935/11603) 2022-11-23T01:49:59.6908804Z Updating files: 78% (9051/11603) 2022-11-23T01:49:59.8243084Z Updating files: 79% (9167/11603) 2022-11-23T01:50:00.1796758Z Updating files: 80% (9283/11603) 2022-11-23T01:50:00.2326728Z Updating files: 80% (9386/11603) 2022-11-23T01:50:00.5807103Z Updating files: 81% (9399/11603) 2022-11-23T01:50:00.9250839Z Updating files: 82% (9515/11603) 2022-11-23T01:50:01.0917634Z Updating files: 83% (9631/11603) 2022-11-23T01:50:01.1046372Z Updating files: 84% (9747/11603) 2022-11-23T01:50:01.2578764Z Updating files: 84% (9774/11603) 2022-11-23T01:50:01.4598152Z Updating files: 85% (9863/11603) 2022-11-23T01:50:01.5815186Z Updating files: 86% (9979/11603) 2022-11-23T01:50:02.0885323Z Updating files: 87% (10095/11603) 2022-11-23T01:50:02.1059283Z Updating files: 88% (10211/11603) 2022-11-23T01:50:02.4025205Z Updating files: 88% (10231/11603) 2022-11-23T01:50:02.7175457Z Updating files: 89% (10327/11603) 2022-11-23T01:50:03.0941635Z Updating files: 90% (10443/11603) 2022-11-23T01:50:03.1357460Z Updating files: 91% (10559/11603) 2022-11-23T01:50:03.2228065Z Updating files: 91% (10560/11603) 2022-11-23T01:50:03.3330473Z Updating files: 92% (10675/11603) 2022-11-23T01:50:03.4702462Z Updating files: 93% (10791/11603) 2022-11-23T01:50:03.5706665Z Updating files: 94% (10907/11603) 2022-11-23T01:50:03.7011422Z Updating files: 95% (11023/11603) 2022-11-23T01:50:03.9781702Z Updating files: 96% (11139/11603) 2022-11-23T01:50:04.1340477Z Updating files: 97% (11255/11603) 2022-11-23T01:50:04.1958108Z Updating files: 97% (11301/11603) 2022-11-23T01:50:04.4110817Z Updating files: 98% (11371/11603) 2022-11-23T01:50:04.7190365Z Updating files: 99% (11487/11603) 2022-11-23T01:50:04.7190657Z Updating files: 100% (11603/11603) 2022-11-23T01:50:04.7190957Z Updating files: 100% (11603/11603), done. 2022-11-23T01:50:04.7707021Z Note: switching to '1cfd3858ac54fe3883534309081631a0a892ba3f'. 2022-11-23T01:50:04.7707248Z 2022-11-23T01:50:04.7707508Z You are in 'detached HEAD' state. You can look around, make experimental 2022-11-23T01:50:04.7711680Z changes and commit them, and you can discard any commits you make in this 2022-11-23T01:50:04.7712626Z state without impacting any branches by switching back to a branch. 2022-11-23T01:50:04.7712955Z 2022-11-23T01:50:04.7713228Z If you want to create a new branch to retain commits you create, you may 2022-11-23T01:50:04.7714033Z do so (now or later) by using -c with the switch command. Example: 2022-11-23T01:50:04.7714355Z 2022-11-23T01:50:04.7714563Z git switch -c 2022-11-23T01:50:04.7714787Z 2022-11-23T01:50:04.7714932Z Or undo this operation with: 2022-11-23T01:50:04.7715208Z 2022-11-23T01:50:04.7715333Z git switch - 2022-11-23T01:50:04.7715505Z 2022-11-23T01:50:04.7715884Z Turn off this advice by setting config variable advice.detachedHead to false 2022-11-23T01:50:04.7716177Z 2022-11-23T01:50:04.7716395Z HEAD is now at 1cfd385 [inductor] Use dense masks for indirect indexing (#89524) 2022-11-23T01:50:04.7839611Z ##[endgroup] 2022-11-23T01:50:04.7840036Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:50:04.7856429Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b95257ce-e4a4-4f6f-93eb-d16ffe34be28' before making global git config changes 2022-11-23T01:50:04.7864558Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:50:04.8164795Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:50:04.8398789Z [command]"C:\Program Files\Git\cmd\git.exe" config --global url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:50:04.8624475Z ##[endgroup] 2022-11-23T01:50:04.8624894Z ##[group]Fetching submodules 2022-11-23T01:50:04.8632574Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:50:05.4279417Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2022-11-23T01:50:05.9667231Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:50:05.9668279Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:50:05.9669154Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:50:05.9670039Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:50:05.9670791Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:50:05.9671749Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:50:05.9672668Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:50:05.9673630Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:50:05.9674429Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:50:05.9675211Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:50:05.9676122Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:50:05.9676962Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:50:05.9677711Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:50:05.9678437Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:50:05.9679205Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:50:05.9679913Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:50:05.9680627Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:50:05.9681404Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:50:05.9682189Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:50:05.9682918Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:50:05.9683646Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:50:05.9684387Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:50:05.9685206Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:50:05.9685935Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:50:05.9686644Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:50:05.9687350Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:50:05.9688287Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:50:05.9688978Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:50:05.9689749Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:50:05.9690556Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:50:05.9691426Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:50:05.9692281Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:50:05.9693186Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:50:05.9693996Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:50:05.9883556Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:50:05.9884075Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:50:05.9884573Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:50:05.9885019Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:50:05.9885434Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:50:05.9885861Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:50:05.9886311Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:50:06.7471624Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:50:08.0396092Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:50:08.5718594Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:50:09.1409683Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:50:09.6472901Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:50:10.2219576Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:50:14.0994930Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:50:14.6457231Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:50:15.7105723Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:50:16.4590079Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cub'... 2022-11-23T01:50:18.4601872Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:50:20.5567682Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:50:22.1465499Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:50:22.8266114Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:50:24.0053177Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:50:24.5088144Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:50:24.8182988Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:50:25.5652665Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:50:26.0650709Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:50:26.6659108Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:50:27.1083914Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:50:27.4053860Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:50:27.7586806Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:50:28.7202475Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:50:29.2748041Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:50:29.6271326Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:50:30.5592633Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:50:31.3638761Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:50:31.9608562Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:50:32.3074744Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:50:34.5126847Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:50:34.8251228Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:50:35.3265572Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:50:35.8569229Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:50:36.2071580Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:50:36.8289630Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:50:37.1735937Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:50:37.7373993Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:50:38.4835668Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:50:38.9030127Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:50:39.7168700Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:50:40.7106109Z From https://github.com/facebookincubator/fbjni 2022-11-23T01:50:40.7106563Z * branch 7e1e1fe3858c63c251c637ae41a20de425dde96f -> FETCH_HEAD 2022-11-23T01:50:40.8319915Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:50:41.5211271Z From https://github.com/Maratyszcza/FP16 2022-11-23T01:50:41.5211778Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2022-11-23T01:50:41.6356179Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:50:42.2939547Z From https://github.com/Maratyszcza/FXdiv 2022-11-23T01:50:42.2939943Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2022-11-23T01:50:42.3444400Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:50:42.9840926Z From https://github.com/Maratyszcza/NNPACK 2022-11-23T01:50:42.9841287Z * branch c07e3a0400713d546e0dea2d5466dd22ea389c73 -> FETCH_HEAD 2022-11-23T01:50:43.1771266Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:50:43.4505327Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:50:44.3877849Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2022-11-23T01:50:44.3878391Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2022-11-23T01:50:44.6147559Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:50:49.6689859Z From https://github.com/google/XNNPACK 2022-11-23T01:51:01.8518895Z * branch ae108ef49aa5623b896fc93d4298c49d1750d9ba -> FETCH_HEAD 2022-11-23T01:51:01.8519350Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:51:03.1761496Z From https://github.com/google/benchmark 2022-11-23T01:51:03.1861345Z * branch 0d98dba29d66e93259db7daa53a9327df767a415 -> FETCH_HEAD 2022-11-23T01:51:03.3040505Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:51:04.0440391Z From https://github.com/pytorch/cpuinfo 2022-11-23T01:51:04.0440754Z * branch 8ec7bd91ad0470e61cf38f618cc1f270dede599c -> FETCH_HEAD 2022-11-23T01:51:04.4750998Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:51:05.5267931Z From https://github.com/NVlabs/cub 2022-11-23T01:51:05.5268279Z * branch d106ddb991a56c3df1b6d51b2409e36ba8181ce4 -> FETCH_HEAD 2022-11-23T01:51:05.7243226Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:51:06.6194701Z From https://github.com/NVIDIA/cudnn-frontend 2022-11-23T01:51:06.6195064Z * branch 171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3 -> FETCH_HEAD 2022-11-23T01:51:10.1802520Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:51:11.4015536Z From https://github.com/NVIDIA/cutlass 2022-11-23T01:51:11.4015926Z * branch b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a -> FETCH_HEAD 2022-11-23T01:51:18.9351288Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:51:21.2017638Z From https://gitlab.com/libeigen/eigen 2022-11-23T01:51:21.2017981Z * branch 3147391d946bb4b6c68edd901f2add6ac1f31f8c -> FETCH_HEAD 2022-11-23T01:51:23.7082187Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:51:26.6038335Z From https://github.com/pytorch/fbgemm 2022-11-23T01:51:26.6038677Z * branch 4d1738b3142a6cb0c032cd639e239566010b054a -> FETCH_HEAD 2022-11-23T01:51:27.8475992Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:51:27.8701447Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:51:27.8702009Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:51:27.8702499Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:51:27.8703126Z 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:51:28.4831897Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:51:29.3777246Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:51:29.9836430Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:51:30.3750812Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:51:31.1342803Z From https://github.com/asmjit/asmjit 2022-11-23T01:51:31.1343160Z * branch d3fbf7c9bc7c1d1365a94a45614b91c5a3706b81 -> FETCH_HEAD 2022-11-23T01:51:31.3023231Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:51:33.0560427Z From https://github.com/pytorch/cpuinfo 2022-11-23T01:51:33.0560803Z * branch ed8b86a253800bafdb7b25c5c399f91bff9cb1f3 -> FETCH_HEAD 2022-11-23T01:51:34.2563511Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:51:36.5586752Z From https://github.com/google/googletest 2022-11-23T01:51:36.5587133Z * branch cbf019de22c8dd37b2108da35b2748fd702d1796 -> FETCH_HEAD 2022-11-23T01:51:37.0970286Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:51:37.9088198Z From https://github.com/ROCmSoftwarePlatform/hipify_torch 2022-11-23T01:51:37.9088580Z * branch 1840658c184f3eeba787dae0f06c45756c1daaf5 -> FETCH_HEAD 2022-11-23T01:51:37.9563681Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:51:39.2671857Z From https://github.com/google/flatbuffers 2022-11-23T01:51:39.2672220Z * branch d0cede9c90c5257537c293517a21376408b549fa -> FETCH_HEAD 2022-11-23T01:51:41.3888762Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:51:42.7717759Z From https://github.com/fmtlib/fmt 2022-11-23T01:51:42.7718104Z * branch 7bdf0628b1276379886c7f6dda2cef2b3b374f0b -> FETCH_HEAD 2022-11-23T01:51:43.2075893Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:51:43.3007491Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:51:44.2883259Z From https://github.com/google/gemmlowp 2022-11-23T01:51:44.2883625Z * branch 3fb5c176c17c765a3492cd2f0321b0dab712f350 -> FETCH_HEAD 2022-11-23T01:51:44.6600637Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:51:45.0080770Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:51:46.1549012Z From https://github.com/google/googletest 2022-11-23T01:51:46.1550796Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2022-11-23T01:51:46.7887850Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:51:47.7436817Z From https://github.com/intel/ideep 2022-11-23T01:51:47.7437176Z * branch 5ddc65efe0428bbce2942b3ce5e3ce15239abe2f -> FETCH_HEAD 2022-11-23T01:51:47.8344051Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:51:47.8474785Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:51:50.4539234Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:51:52.5327885Z From https://github.com/intel/mkl-dnn 2022-11-23T01:51:52.5328243Z * branch d19d0f795c60695bd32f894c6f01771b2dfbe24d -> FETCH_HEAD 2022-11-23T01:51:56.2516645Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:51:56.2665803Z 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:51:58.7181406Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:52:01.0825310Z From https://github.com/oneapi-src/oneDNN 2022-11-23T01:52:01.0826253Z * branch 650085b2f3643aad05c629425983491d63b5c289 -> FETCH_HEAD 2022-11-23T01:52:06.9207812Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:52:07.0440201Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:52:07.8528308Z From https://github.com/intel/ittapi 2022-11-23T01:52:07.8528667Z * branch 5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42 -> FETCH_HEAD 2022-11-23T01:52:07.9817361Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:52:08.6436209Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:52:08.6608663Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:52:08.6609263Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:52:09.2132354Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:52:09.8832488Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:52:10.8368456Z From https://github.com/fmtlib/fmt 2022-11-23T01:52:10.8369781Z * branch 2591ab91c3898c9f6544fff04660276537d32ffd -> FETCH_HEAD 2022-11-23T01:52:10.9962853Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:52:12.1653410Z From https://github.com/google/googletest 2022-11-23T01:52:12.1653782Z * branch 7aca84427f224eeed3144123d5230d5871e93347 -> FETCH_HEAD 2022-11-23T01:52:12.3598554Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:52:13.2899055Z From https://github.com/NVIDIA/nccl 2022-11-23T01:52:13.2899421Z * branch f89fd4777d2ef9229c039ff750ae21da01626f52 -> FETCH_HEAD 2022-11-23T01:52:13.4661994Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:52:14.2449827Z From https://github.com/intel/ARM_NEON_2_x86_SSE 2022-11-23T01:52:14.2450180Z * branch 97a126f08ce318023be604d03f88bf0820a9464a -> FETCH_HEAD 2022-11-23T01:52:14.3297354Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:52:15.5579097Z From https://github.com/nlohmann/json 2022-11-23T01:52:15.5579438Z * branch 87cda1d6646592ac5866dc703c8e1839046a6806 -> FETCH_HEAD 2022-11-23T01:52:16.5526958Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:52:17.9621762Z From https://github.com/onnx/onnx 2022-11-23T01:52:17.9622130Z * branch f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b -> FETCH_HEAD 2022-11-23T01:52:21.2813877Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:52:21.3013735Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:52:21.3014289Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:52:21.6912356Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:52:22.5022655Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:52:23.6071017Z From https://github.com/google/benchmark 2022-11-23T01:52:23.6071363Z * branch 0d98dba29d66e93259db7daa53a9327df767a415 -> FETCH_HEAD 2022-11-23T01:52:24.3451799Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:52:26.3541889Z From https://github.com/pybind/pybind11 2022-11-23T01:52:26.3542257Z * branch ffa346860b306c9bbfb341aed9c14c067751feb8 -> FETCH_HEAD 2022-11-23T01:52:26.6617843Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:52:27.7443722Z From https://github.com/onnx/onnx-tensorrt 2022-11-23T01:52:27.7444079Z * branch c153211418a7c57ce071d9ce2a41f8d1c85a878f -> FETCH_HEAD 2022-11-23T01:52:27.8403573Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:52:27.8540793Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:52:28.9886107Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:52:30.1438613Z From https://github.com/onnx/onnx 2022-11-23T01:52:30.1438974Z * branch 765f5ee823a67a866f4bd28a9860e81f3c811ce8 -> FETCH_HEAD 2022-11-23T01:52:32.1783139Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:52:32.1964497Z 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:52:32.1965095Z 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:52:32.6902954Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:52:33.4774137Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:52:34.7284929Z From https://github.com/google/benchmark 2022-11-23T01:52:34.7285314Z * branch e776aa0275e293707b6a0901e0e8d8a8a3679508 -> FETCH_HEAD 2022-11-23T01:52:34.8913259Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:52:35.8989802Z From https://github.com/pybind/pybind11 2022-11-23T01:52:35.8990153Z * branch a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c -> FETCH_HEAD 2022-11-23T01:52:36.1594468Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:52:36.1740477Z 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:52:36.5551709Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:52:37.1559208Z From https://github.com/wjakob/clang-cindex-python3 2022-11-23T01:52:37.1989008Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2022-11-23T01:52:37.1989531Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:52:37.8574340Z From https://github.com/mreineck/pocketfft 2022-11-23T01:52:37.8574681Z * branch ea778e37710c07723435b1be58235996d1d43a5a -> FETCH_HEAD 2022-11-23T01:52:37.8987592Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:52:41.6025065Z From https://github.com/protocolbuffers/protobuf 2022-11-23T01:52:41.6025436Z * branch d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a -> FETCH_HEAD 2022-11-23T01:52:44.0351705Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:52:44.0522191Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:52:44.0522770Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:52:44.6398788Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:52:45.3327901Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:52:46.8873144Z From https://github.com/google/benchmark 2022-11-23T01:52:46.8873506Z * branch 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 -> FETCH_HEAD 2022-11-23T01:52:46.9837541Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:52:48.0978215Z From https://github.com/google/googletest 2022-11-23T01:52:48.0978592Z * branch 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 -> FETCH_HEAD 2022-11-23T01:52:48.6493334Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:52:48.7271396Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:52:49.4414518Z From https://github.com/Maratyszcza/pthreadpool 2022-11-23T01:52:49.4414884Z * branch a134dd5d4cee80cce15db81a72e7f929d71dd413 -> FETCH_HEAD 2022-11-23T01:52:49.5352802Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:52:50.5078275Z From https://github.com/pybind/pybind11 2022-11-23T01:52:50.5078622Z * branch 80dc998efced8ceb2be59756668a7e90e8bef917 -> FETCH_HEAD 2022-11-23T01:52:50.8394209Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:52:50.9704781Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:52:51.6805295Z From https://github.com/malfet/PeachPy 2022-11-23T01:52:51.6805643Z * branch f45429b087dd7d5bc78bb40dc7cf06425c252d67 -> FETCH_HEAD 2022-11-23T01:52:52.0967247Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:52:52.7917009Z From https://github.com/benjaminp/six 2022-11-23T01:52:52.8370303Z * branch 15e31431af97e5e64b80af0a3f598d382bcdd49a -> FETCH_HEAD 2022-11-23T01:52:52.8370729Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:52:53.6395278Z From https://github.com/shibatch/sleef 2022-11-23T01:52:53.6395741Z * branch e0a003ee838b75d11763aa9c3ef17bf71a725bff -> FETCH_HEAD 2022-11-23T01:52:53.9040747Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:52:55.4614330Z From https://github.com/01org/tbb 2022-11-23T01:52:55.4614697Z * branch a51a90bc609bb73db8ea13841b5cf7aa4344d4a9 -> FETCH_HEAD 2022-11-23T01:52:57.5523674Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:52:58.3460138Z From https://github.com/pytorch/tensorpipe 2022-11-23T01:52:58.3460505Z * branch 52791a2fd214b2a9dc5759d36725909c1daa7f2e -> FETCH_HEAD 2022-11-23T01:52:58.5270683Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:52:58.5495113Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:52:58.5495663Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:52:58.5496129Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:52:58.5499743Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:52:58.9537990Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:52:59.3885507Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:52:59.9992423Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:53:00.5264693Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:53:01.7752817Z From https://github.com/google/googletest 2022-11-23T01:53:01.7753176Z * branch aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e -> FETCH_HEAD 2022-11-23T01:53:01.9770127Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:53:02.8306101Z From https://github.com/google/libnop 2022-11-23T01:53:02.8306462Z * branch 910b55815be16109f04f4180e9adee14fb4ce281 -> FETCH_HEAD 2022-11-23T01:53:02.9207093Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:53:03.9966330Z From https://github.com/libuv/libuv 2022-11-23T01:53:03.9966712Z * branch 1dff88e5161cba5c59276d2070d2e304e4dcb242 -> FETCH_HEAD 2022-11-23T01:53:04.2925111Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:53:05.3149620Z From https://github.com/pybind/pybind11 2022-11-23T01:53:05.3150012Z * branch a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef -> FETCH_HEAD 2022-11-23T01:53:05.6008631Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:53:05.6148717Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:53:05.9840065Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:53:06.6420089Z From https://github.com/wjakob/clang-cindex-python3 2022-11-23T01:53:06.6420461Z * branch 6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5 -> FETCH_HEAD 2022-11-23T01:53:06.6840890Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:53:08.1041201Z From https://github.com/facebook/zstd 2022-11-23T01:53:08.1041565Z * branch aec56a52fbab207fc639a1937d1e708a282edca8 -> FETCH_HEAD 2022-11-23T01:53:08.8710652Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:53:08.8938829Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T01:53:09.2947644Z Entering 'android/libs/fbjni' 2022-11-23T01:53:09.3388198Z Entering 'third_party/FP16' 2022-11-23T01:53:09.3843198Z Entering 'third_party/FXdiv' 2022-11-23T01:53:09.4291162Z Entering 'third_party/NNPACK' 2022-11-23T01:53:09.4750127Z Entering 'third_party/QNNPACK' 2022-11-23T01:53:09.5223805Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:53:09.5677679Z Entering 'third_party/XNNPACK' 2022-11-23T01:53:09.6166460Z Entering 'third_party/benchmark' 2022-11-23T01:53:09.6606456Z Entering 'third_party/cpuinfo' 2022-11-23T01:53:09.7050884Z Entering 'third_party/cub' 2022-11-23T01:53:09.7497096Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:53:09.7958711Z Entering 'third_party/cutlass' 2022-11-23T01:53:09.8414755Z Entering 'third_party/eigen' 2022-11-23T01:53:09.8864105Z Entering 'third_party/fbgemm' 2022-11-23T01:53:09.9299932Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:53:09.9798163Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:53:10.0247479Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:53:10.0731067Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:53:10.1221439Z Entering 'third_party/flatbuffers' 2022-11-23T01:53:10.1677542Z Entering 'third_party/fmt' 2022-11-23T01:53:10.2125833Z Entering 'third_party/foxi' 2022-11-23T01:53:10.2571248Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:53:10.3020921Z Entering 'third_party/gloo' 2022-11-23T01:53:10.3463852Z Entering 'third_party/googletest' 2022-11-23T01:53:10.3923189Z Entering 'third_party/ideep' 2022-11-23T01:53:10.4356070Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:53:10.4816207Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:53:10.5308301Z Entering 'third_party/ios-cmake' 2022-11-23T01:53:10.5749703Z Entering 'third_party/ittapi' 2022-11-23T01:53:10.6179779Z Entering 'third_party/kineto' 2022-11-23T01:53:10.6607834Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:53:10.7075681Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:53:10.7538880Z Entering 'third_party/nccl/nccl' 2022-11-23T01:53:10.7970716Z Entering 'third_party/neon2sse' 2022-11-23T01:53:10.8411682Z Entering 'third_party/nlohmann' 2022-11-23T01:53:10.8863306Z Entering 'third_party/onnx' 2022-11-23T01:53:10.9305126Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:53:10.9756012Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:53:11.0226806Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:53:11.0686038Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:53:11.1131307Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:53:11.1582404Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:53:11.2036008Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:53:11.2544507Z Entering 'third_party/pocketfft' 2022-11-23T01:53:11.3040777Z Entering 'third_party/protobuf' 2022-11-23T01:53:11.3472435Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:53:11.3914570Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:53:11.4390170Z Entering 'third_party/psimd' 2022-11-23T01:53:11.4862757Z Entering 'third_party/pthreadpool' 2022-11-23T01:53:11.5308921Z Entering 'third_party/pybind11' 2022-11-23T01:53:11.5750089Z Entering 'third_party/python-enum' 2022-11-23T01:53:11.6201974Z Entering 'third_party/python-peachpy' 2022-11-23T01:53:11.6664353Z Entering 'third_party/python-six' 2022-11-23T01:53:11.7113566Z Entering 'third_party/sleef' 2022-11-23T01:53:11.7544683Z Entering 'third_party/tbb' 2022-11-23T01:53:11.8004806Z Entering 'third_party/tensorpipe' 2022-11-23T01:53:11.8442161Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:53:11.8909188Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:53:11.9357526Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:53:11.9810676Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:53:12.0284366Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:53:12.0772223Z Entering 'third_party/zstd' 2022-11-23T01:53:12.1296969Z ##[endgroup] 2022-11-23T01:53:12.1297409Z ##[group]Persisting credentials for submodules 2022-11-23T01:53:12.1307414Z [command]"C:\Program Files\Git\cmd\git.exe" 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:53:12.5326474Z Entering 'android/libs/fbjni' 2022-11-23T01:53:12.5858732Z Entering 'third_party/FP16' 2022-11-23T01:53:12.6387815Z Entering 'third_party/FXdiv' 2022-11-23T01:53:12.6934997Z Entering 'third_party/NNPACK' 2022-11-23T01:53:12.7444317Z Entering 'third_party/QNNPACK' 2022-11-23T01:53:12.7957196Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:53:12.8470600Z Entering 'third_party/XNNPACK' 2022-11-23T01:53:12.9041118Z Entering 'third_party/benchmark' 2022-11-23T01:53:12.9573225Z Entering 'third_party/cpuinfo' 2022-11-23T01:53:13.0105741Z Entering 'third_party/cub' 2022-11-23T01:53:13.0626792Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:53:13.1173495Z Entering 'third_party/cutlass' 2022-11-23T01:53:13.1683778Z Entering 'third_party/eigen' 2022-11-23T01:53:13.2206927Z Entering 'third_party/fbgemm' 2022-11-23T01:53:13.2728694Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:53:13.3278535Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:53:13.3814810Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:53:13.4330316Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:53:13.4863958Z Entering 'third_party/flatbuffers' 2022-11-23T01:53:13.5376891Z Entering 'third_party/fmt' 2022-11-23T01:53:13.5884949Z Entering 'third_party/foxi' 2022-11-23T01:53:13.6407509Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:53:13.6928865Z Entering 'third_party/gloo' 2022-11-23T01:53:13.7431155Z Entering 'third_party/googletest' 2022-11-23T01:53:13.7943393Z Entering 'third_party/ideep' 2022-11-23T01:53:13.8887483Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:53:13.9420984Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:53:14.0011247Z Entering 'third_party/ios-cmake' 2022-11-23T01:53:14.0542043Z Entering 'third_party/ittapi' 2022-11-23T01:53:14.1087702Z Entering 'third_party/kineto' 2022-11-23T01:53:14.1600275Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:53:14.2157938Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:53:14.2706783Z Entering 'third_party/nccl/nccl' 2022-11-23T01:53:14.3265115Z Entering 'third_party/neon2sse' 2022-11-23T01:53:14.3829920Z Entering 'third_party/nlohmann' 2022-11-23T01:53:14.4371657Z Entering 'third_party/onnx' 2022-11-23T01:53:14.4923683Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:53:14.5497671Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:53:14.6044162Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:53:14.6571949Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:53:14.7094611Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:53:14.7618296Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:53:14.8134075Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:53:14.8741521Z Entering 'third_party/pocketfft' 2022-11-23T01:53:14.9265392Z Entering 'third_party/protobuf' 2022-11-23T01:53:14.9773125Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:53:15.0313224Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:53:15.0855449Z Entering 'third_party/psimd' 2022-11-23T01:53:15.1384085Z Entering 'third_party/pthreadpool' 2022-11-23T01:53:15.1909577Z Entering 'third_party/pybind11' 2022-11-23T01:53:15.2433526Z Entering 'third_party/python-enum' 2022-11-23T01:53:15.2945064Z Entering 'third_party/python-peachpy' 2022-11-23T01:53:15.3460425Z Entering 'third_party/python-six' 2022-11-23T01:53:15.3977192Z Entering 'third_party/sleef' 2022-11-23T01:53:15.4524390Z Entering 'third_party/tbb' 2022-11-23T01:53:15.5039732Z Entering 'third_party/tensorpipe' 2022-11-23T01:53:15.5553491Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:53:15.6083261Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:53:15.6634248Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:53:15.7164564Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:53:15.7680878Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:53:15.8237891Z Entering 'third_party/zstd' 2022-11-23T01:53:15.8848401Z [command]"C:\Program Files\Git\cmd\git.exe" 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:53:16.2739912Z Entering 'android/libs/fbjni' 2022-11-23T01:53:16.3313193Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:53:16.3465402Z Entering 'third_party/FP16' 2022-11-23T01:53:16.4037964Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:53:16.4191674Z Entering 'third_party/FXdiv' 2022-11-23T01:53:16.4764698Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:53:16.4923158Z Entering 'third_party/NNPACK' 2022-11-23T01:53:16.5515728Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:53:16.5711360Z Entering 'third_party/QNNPACK' 2022-11-23T01:53:16.6300567Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:53:16.6455535Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:53:16.7040964Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:53:16.7190446Z Entering 'third_party/XNNPACK' 2022-11-23T01:53:16.7787289Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:53:16.7950684Z Entering 'third_party/benchmark' 2022-11-23T01:53:16.8521401Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:53:16.8679417Z Entering 'third_party/cpuinfo' 2022-11-23T01:53:16.9247263Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:53:16.9399576Z Entering 'third_party/cub' 2022-11-23T01:53:16.9965207Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:53:17.0114563Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:53:17.0682886Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:53:17.0843686Z Entering 'third_party/cutlass' 2022-11-23T01:53:17.1405345Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:53:17.1565106Z Entering 'third_party/eigen' 2022-11-23T01:53:17.2136688Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:53:17.2288701Z Entering 'third_party/fbgemm' 2022-11-23T01:53:17.2888351Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:53:17.3025627Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:53:17.3614127Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:53:17.3764541Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:53:17.4339689Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:53:17.4502736Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:53:17.5088799Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:53:17.5246034Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:53:17.5810238Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:53:17.5986165Z Entering 'third_party/flatbuffers' 2022-11-23T01:53:17.6550950Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:53:17.6701933Z Entering 'third_party/fmt' 2022-11-23T01:53:17.7259112Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:53:17.7412082Z Entering 'third_party/foxi' 2022-11-23T01:53:17.7966715Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:53:17.8123797Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:53:17.8721625Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:53:17.8879477Z Entering 'third_party/gloo' 2022-11-23T01:53:17.9455233Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:53:17.9611500Z Entering 'third_party/googletest' 2022-11-23T01:53:18.0167135Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:53:18.0320011Z Entering 'third_party/ideep' 2022-11-23T01:53:18.0896712Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:53:18.1040800Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:53:18.1634176Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:53:18.1772150Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:53:18.2396049Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T01:53:18.2581487Z Entering 'third_party/ios-cmake' 2022-11-23T01:53:18.3158450Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:53:18.3306360Z Entering 'third_party/ittapi' 2022-11-23T01:53:18.3875966Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:53:18.4022354Z Entering 'third_party/kineto' 2022-11-23T01:53:18.4609345Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:53:18.4748055Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:53:18.5336521Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:53:18.5487189Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:53:18.6106570Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:53:18.6287794Z Entering 'third_party/nccl/nccl' 2022-11-23T01:53:18.6866311Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:53:18.7011689Z Entering 'third_party/neon2sse' 2022-11-23T01:53:18.7600236Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:53:18.7748304Z Entering 'third_party/nlohmann' 2022-11-23T01:53:18.8332343Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:53:18.8486535Z Entering 'third_party/onnx' 2022-11-23T01:53:18.9072176Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:53:18.9241751Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:53:18.9838322Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:53:18.9993157Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:53:19.0566560Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:53:19.0735987Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:53:19.1310150Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:53:19.1447378Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:53:19.2052293Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:53:19.2197601Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:53:19.2783620Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:53:19.2945623Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:53:19.3591319Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:53:19.3730940Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:53:19.4343314Z file:C:/actions-runner/_work/pytorch/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:53:19.4538840Z Entering 'third_party/pocketfft' 2022-11-23T01:53:19.5104966Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:53:19.5253376Z Entering 'third_party/protobuf' 2022-11-23T01:53:19.5827636Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:53:19.5967671Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:53:19.6544359Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:53:19.6693182Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:53:19.7267544Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:53:19.7448027Z Entering 'third_party/psimd' 2022-11-23T01:53:19.8020421Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:53:19.8185934Z Entering 'third_party/pthreadpool' 2022-11-23T01:53:19.8750978Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:53:19.8899299Z Entering 'third_party/pybind11' 2022-11-23T01:53:19.9479381Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:53:19.9639901Z Entering 'third_party/python-enum' 2022-11-23T01:53:20.0198883Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:53:20.0348290Z Entering 'third_party/python-peachpy' 2022-11-23T01:53:20.0915048Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:53:20.1077905Z Entering 'third_party/python-six' 2022-11-23T01:53:20.1653092Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:53:20.1805026Z Entering 'third_party/sleef' 2022-11-23T01:53:20.2386413Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:53:20.2538907Z Entering 'third_party/tbb' 2022-11-23T01:53:20.3113265Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:53:20.3265978Z Entering 'third_party/tensorpipe' 2022-11-23T01:53:20.3835845Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:53:20.3974699Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:53:20.4556415Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:53:20.4722598Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:53:20.5306636Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:53:20.5461318Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:53:20.6052189Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:53:20.6202870Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:53:20.6797571Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:53:20.6946225Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:53:20.7528209Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:53:20.7723690Z Entering 'third_party/zstd' 2022-11-23T01:53:20.8319426Z file:C:/actions-runner/_work/pytorch/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:53:20.9071802Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-11-23T01:53:21.3064628Z Entering 'android/libs/fbjni' 2022-11-23T01:53:21.3515587Z Entering 'third_party/FP16' 2022-11-23T01:53:21.3974508Z Entering 'third_party/FXdiv' 2022-11-23T01:53:21.4407007Z Entering 'third_party/NNPACK' 2022-11-23T01:53:21.4855454Z Entering 'third_party/QNNPACK' 2022-11-23T01:53:21.5328043Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:53:21.5790389Z Entering 'third_party/XNNPACK' 2022-11-23T01:53:21.6247972Z Entering 'third_party/benchmark' 2022-11-23T01:53:21.6692923Z Entering 'third_party/cpuinfo' 2022-11-23T01:53:21.7129080Z Entering 'third_party/cub' 2022-11-23T01:53:21.7579885Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:53:21.8078131Z Entering 'third_party/cutlass' 2022-11-23T01:53:21.8537564Z Entering 'third_party/eigen' 2022-11-23T01:53:21.8991637Z Entering 'third_party/fbgemm' 2022-11-23T01:53:21.9416023Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:53:21.9871885Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:53:22.0333982Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:53:22.0816790Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:53:22.1304079Z Entering 'third_party/flatbuffers' 2022-11-23T01:53:22.1751110Z Entering 'third_party/fmt' 2022-11-23T01:53:22.2193567Z Entering 'third_party/foxi' 2022-11-23T01:53:22.2645024Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:53:22.3097509Z Entering 'third_party/gloo' 2022-11-23T01:53:22.3533447Z Entering 'third_party/googletest' 2022-11-23T01:53:22.4016477Z Entering 'third_party/ideep' 2022-11-23T01:53:22.4554045Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:53:22.5017200Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:53:22.5531554Z Entering 'third_party/ios-cmake' 2022-11-23T01:53:22.5974451Z Entering 'third_party/ittapi' 2022-11-23T01:53:22.6415160Z Entering 'third_party/kineto' 2022-11-23T01:53:22.6874905Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:53:22.7349647Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:53:22.7816605Z Entering 'third_party/nccl/nccl' 2022-11-23T01:53:22.8253816Z Entering 'third_party/neon2sse' 2022-11-23T01:53:22.8704117Z Entering 'third_party/nlohmann' 2022-11-23T01:53:22.9139620Z Entering 'third_party/onnx' 2022-11-23T01:53:22.9589764Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:53:23.0073825Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:53:23.0557237Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:53:23.1033419Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:53:23.1488066Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:53:23.1973288Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:53:23.2420208Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:53:23.2939854Z Entering 'third_party/pocketfft' 2022-11-23T01:53:23.3388648Z Entering 'third_party/protobuf' 2022-11-23T01:53:23.3815775Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:53:23.4280991Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:53:23.4773584Z Entering 'third_party/psimd' 2022-11-23T01:53:23.5218483Z Entering 'third_party/pthreadpool' 2022-11-23T01:53:23.5663284Z Entering 'third_party/pybind11' 2022-11-23T01:53:23.6105015Z Entering 'third_party/python-enum' 2022-11-23T01:53:23.6545719Z Entering 'third_party/python-peachpy' 2022-11-23T01:53:23.6987162Z Entering 'third_party/python-six' 2022-11-23T01:53:23.7421555Z Entering 'third_party/sleef' 2022-11-23T01:53:23.7890796Z Entering 'third_party/tbb' 2022-11-23T01:53:23.8359136Z Entering 'third_party/tensorpipe' 2022-11-23T01:53:23.8795962Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:53:23.9264587Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:53:23.9710739Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:53:24.0150252Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:53:24.0607833Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:53:24.1104607Z Entering 'third_party/zstd' 2022-11-23T01:53:24.1634950Z ##[endgroup] 2022-11-23T01:53:24.2034053Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T01:53:24.2226452Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:53:24.2824749Z ##[group]Run # Remove any artifacts from the previous checkouts 2022-11-23T01:53:24.2825144Z # Remove any artifacts from the previous checkouts 2022-11-23T01:53:24.2825387Z git clean -fxd 2022-11-23T01:53:24.2876985Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:53:24.2877272Z env: 2022-11-23T01:53:24.2877526Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:53:24.2877777Z ANACONDA_USER: pytorch 2022-11-23T01:53:24.2877992Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:53:24.2878254Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-11-23T01:53:24.2878959Z GITHUB_TOKEN: *** 2022-11-23T01:53:24.2879128Z PR_NUMBER: 2022-11-23T01:53:24.2879347Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:53:24.2879562Z SKIP_ALL_TESTS: 1 2022-11-23T01:53:24.2879804Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:53:24.2880187Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:53:24.2880418Z PACKAGE_TYPE: libtorch 2022-11-23T01:53:24.2880613Z DESIRED_CUDA: cpu 2022-11-23T01:53:24.2880799Z GPU_ARCH_TYPE: cpu 2022-11-23T01:53:24.2880974Z LIBTORCH_CONFIG: debug 2022-11-23T01:53:24.2881196Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:53:24.2881412Z DESIRED_PYTHON: 3.7 2022-11-23T01:53:24.2881631Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:53:24.2881928Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:53:24.2882180Z ##[endgroup] 2022-11-23T01:53:25.1980822Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:53:25.3234403Z Finished 2022-11-23T01:53:25.4561290Z ##[group]Run zhouzhuojie/checkout@05b13c9a0d21f08f6d5e64a1d5042246d13619d9 2022-11-23T01:53:25.4561580Z with: 2022-11-23T01:53:25.4561737Z ref: main 2022-11-23T01:53:25.4561901Z submodules: recursive 2022-11-23T01:53:25.4562105Z repository: pytorch/builder 2022-11-23T01:53:25.4562297Z path: builder 2022-11-23T01:53:25.4562627Z token: *** 2022-11-23T01:53:25.4562800Z ssh-strict: true 2022-11-23T01:53:25.4563003Z persist-credentials: true 2022-11-23T01:53:25.4563182Z clean: true 2022-11-23T01:53:25.4563353Z fetch-depth: 1 2022-11-23T01:53:25.4563522Z lfs: false 2022-11-23T01:53:25.4563663Z env: 2022-11-23T01:53:25.4563902Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:53:25.4564162Z ANACONDA_USER: pytorch 2022-11-23T01:53:25.4564356Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:53:25.4564608Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-11-23T01:53:25.4564934Z GITHUB_TOKEN: *** 2022-11-23T01:53:25.4565246Z PR_NUMBER: 2022-11-23T01:53:25.4565439Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:53:25.4565643Z SKIP_ALL_TESTS: 1 2022-11-23T01:53:25.4565891Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:53:25.4566185Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:53:25.4566423Z PACKAGE_TYPE: libtorch 2022-11-23T01:53:25.4566607Z DESIRED_CUDA: cpu 2022-11-23T01:53:25.4566773Z GPU_ARCH_TYPE: cpu 2022-11-23T01:53:25.4566960Z LIBTORCH_CONFIG: debug 2022-11-23T01:53:25.4567171Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:53:25.4567365Z DESIRED_PYTHON: 3.7 2022-11-23T01:53:25.4567591Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:53:25.4567885Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:53:25.4568126Z ##[endgroup] 2022-11-23T01:53:25.6895804Z ##[warning]The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-11-23T01:53:28.5926039Z Syncing repository: pytorch/builder 2022-11-23T01:53:28.5926545Z ##[group]Getting Git version info 2022-11-23T01:53:28.5926848Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch\builder' 2022-11-23T01:53:28.6054016Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:53:28.6246983Z git version 2.38.1.windows.1 2022-11-23T01:53:28.6283302Z ##[endgroup] 2022-11-23T01:53:28.6284707Z ##[warning]The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-11-23T01:53:28.6285788Z ##[group]Initializing the repository 2022-11-23T01:53:28.6292426Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch\builder 2022-11-23T01:53:28.6655743Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/builder/.git/ 2022-11-23T01:53:28.6706372Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/builder 2022-11-23T01:53:28.6973719Z ##[endgroup] 2022-11-23T01:53:28.6974199Z ##[group]Disabling automatic garbage collection 2022-11-23T01:53:28.6980254Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:53:28.7222038Z ##[endgroup] 2022-11-23T01:53:28.7224924Z ##[group]Setting up auth 2022-11-23T01:53:28.7236204Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:53:28.7475948Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T01:53:29.3266596Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:53:29.3489429Z [command]"C:\Program Files\Git\cmd\git.exe" 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:53:29.7677705Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:53:29.7935590Z ##[endgroup] 2022-11-23T01:53:29.7936036Z ##[group]Fetching the repository 2022-11-23T01:53:29.7946700Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/main*:refs/remotes/origin/main* +refs/tags/main*:refs/tags/main* 2022-11-23T01:53:30.0520572Z remote: Enumerating objects: 280, done. 2022-11-23T01:53:30.0520988Z remote: Counting objects: 0% (1/280) 2022-11-23T01:53:30.0522040Z remote: Counting objects: 1% (3/280) 2022-11-23T01:53:30.0522279Z remote: Counting objects: 2% (6/280) 2022-11-23T01:53:30.0522502Z remote: Counting objects: 3% (9/280) 2022-11-23T01:53:30.0524371Z remote: Counting objects: 4% (12/280) 2022-11-23T01:53:30.0524711Z remote: Counting objects: 5% (14/280) 2022-11-23T01:53:30.0525057Z remote: Counting objects: 6% (17/280) 2022-11-23T01:53:30.0525451Z remote: Counting objects: 7% (20/280) 2022-11-23T01:53:30.0525750Z remote: Counting objects: 8% (23/280) 2022-11-23T01:53:30.0526094Z remote: Counting objects: 9% (26/280) 2022-11-23T01:53:30.0526481Z remote: Counting objects: 10% (28/280) 2022-11-23T01:53:30.0526893Z remote: Counting objects: 11% (31/280) 2022-11-23T01:53:30.0527244Z remote: Counting objects: 12% (34/280) 2022-11-23T01:53:30.0527497Z remote: Counting objects: 13% (37/280) 2022-11-23T01:53:30.0527784Z remote: Counting objects: 14% (40/280) 2022-11-23T01:53:30.0528010Z remote: Counting objects: 15% (42/280) 2022-11-23T01:53:30.0528296Z remote: Counting objects: 16% (45/280) 2022-11-23T01:53:30.0528600Z remote: Counting objects: 17% (48/280) 2022-11-23T01:53:30.0528899Z remote: Counting objects: 18% (51/280) 2022-11-23T01:53:30.0529204Z remote: Counting objects: 19% (54/280) 2022-11-23T01:53:30.0529449Z remote: Counting objects: 20% (56/280) 2022-11-23T01:53:30.0529655Z remote: Counting objects: 21% (59/280) 2022-11-23T01:53:30.0529874Z remote: Counting objects: 22% (62/280) 2022-11-23T01:53:30.0530090Z remote: Counting objects: 23% (65/280) 2022-11-23T01:53:30.0530300Z remote: Counting objects: 24% (68/280) 2022-11-23T01:53:30.0530518Z remote: Counting objects: 25% (70/280) 2022-11-23T01:53:30.0530734Z remote: Counting objects: 26% (73/280) 2022-11-23T01:53:30.0530947Z remote: Counting objects: 27% (76/280) 2022-11-23T01:53:30.0531163Z remote: Counting objects: 28% (79/280) 2022-11-23T01:53:30.0531379Z remote: Counting objects: 29% (82/280) 2022-11-23T01:53:30.0531599Z remote: Counting objects: 30% (84/280) 2022-11-23T01:53:30.0531804Z remote: Counting objects: 31% (87/280) 2022-11-23T01:53:30.0532023Z remote: Counting objects: 32% (90/280) 2022-11-23T01:53:30.0532240Z remote: Counting objects: 33% (93/280) 2022-11-23T01:53:30.0532444Z remote: Counting objects: 34% (96/280) 2022-11-23T01:53:30.0532697Z remote: Counting objects: 35% (98/280) 2022-11-23T01:53:30.0532920Z remote: Counting objects: 36% (101/280) 2022-11-23T01:53:30.0533211Z remote: Counting objects: 37% (104/280) 2022-11-23T01:53:30.0533427Z remote: Counting objects: 38% (107/280) 2022-11-23T01:53:30.0533647Z remote: Counting objects: 39% (110/280) 2022-11-23T01:53:30.0534404Z remote: Counting objects: 40% (112/280) 2022-11-23T01:53:30.0534631Z remote: Counting objects: 41% (115/280) 2022-11-23T01:53:30.0534856Z remote: Counting objects: 42% (118/280) 2022-11-23T01:53:30.0535080Z remote: Counting objects: 43% (121/280) 2022-11-23T01:53:30.0535301Z remote: Counting objects: 44% (124/280) 2022-11-23T01:53:30.0535512Z remote: Counting objects: 45% (126/280) 2022-11-23T01:53:30.0535737Z remote: Counting objects: 46% (129/280) 2022-11-23T01:53:30.0535960Z remote: Counting objects: 47% (132/280) 2022-11-23T01:53:30.0536170Z remote: Counting objects: 48% (135/280) 2022-11-23T01:53:30.0536391Z remote: Counting objects: 49% (138/280) 2022-11-23T01:53:30.0536616Z remote: Counting objects: 50% (140/280) 2022-11-23T01:53:30.0536826Z remote: Counting objects: 51% (143/280) 2022-11-23T01:53:30.0537045Z remote: Counting objects: 52% (146/280) 2022-11-23T01:53:30.0537347Z remote: Counting objects: 53% (149/280) 2022-11-23T01:53:30.0537554Z remote: Counting objects: 54% (152/280) 2022-11-23T01:53:30.0537772Z remote: Counting objects: 55% (154/280) 2022-11-23T01:53:30.0537989Z remote: Counting objects: 56% (157/280) 2022-11-23T01:53:30.0538210Z remote: Counting objects: 57% (160/280) 2022-11-23T01:53:30.0538422Z remote: Counting objects: 58% (163/280) 2022-11-23T01:53:30.0538644Z remote: Counting objects: 59% (166/280) 2022-11-23T01:53:30.0538867Z remote: Counting objects: 60% (168/280) 2022-11-23T01:53:30.0539076Z remote: Counting objects: 61% (171/280) 2022-11-23T01:53:30.0539349Z remote: Counting objects: 62% (174/280) 2022-11-23T01:53:30.0539579Z remote: Counting objects: 63% (177/280) 2022-11-23T01:53:30.0539788Z remote: Counting objects: 64% (180/280) 2022-11-23T01:53:30.0540061Z remote: Counting objects: 65% (182/280) 2022-11-23T01:53:30.0540292Z remote: Counting objects: 66% (185/280) 2022-11-23T01:53:30.0540499Z remote: Counting objects: 67% (188/280) 2022-11-23T01:53:30.0540723Z remote: Counting objects: 68% (191/280) 2022-11-23T01:53:30.0540944Z remote: Counting objects: 69% (194/280) 2022-11-23T01:53:30.0541166Z remote: Counting objects: 70% (196/280) 2022-11-23T01:53:30.0541376Z remote: Counting objects: 71% (199/280) 2022-11-23T01:53:30.0541597Z remote: Counting objects: 72% (202/280) 2022-11-23T01:53:30.0541814Z remote: Counting objects: 73% (205/280) 2022-11-23T01:53:30.0542024Z remote: Counting objects: 74% (208/280) 2022-11-23T01:53:30.0542243Z remote: Counting objects: 75% (210/280) 2022-11-23T01:53:30.0542462Z remote: Counting objects: 76% (213/280) 2022-11-23T01:53:30.0542669Z remote: Counting objects: 77% (216/280) 2022-11-23T01:53:30.0542889Z remote: Counting objects: 78% (219/280) 2022-11-23T01:53:30.0543112Z remote: Counting objects: 79% (222/280) 2022-11-23T01:53:30.0543318Z remote: Counting objects: 80% (224/280) 2022-11-23T01:53:30.0543535Z remote: Counting objects: 81% (227/280) 2022-11-23T01:53:30.0543753Z remote: Counting objects: 82% (230/280) 2022-11-23T01:53:30.0543972Z remote: Counting objects: 83% (233/280) 2022-11-23T01:53:30.0544179Z remote: Counting objects: 84% (236/280) 2022-11-23T01:53:30.0544396Z remote: Counting objects: 85% (238/280) 2022-11-23T01:53:30.0544617Z remote: Counting objects: 86% (241/280) 2022-11-23T01:53:30.0544823Z remote: Counting objects: 87% (244/280) 2022-11-23T01:53:30.0545041Z remote: Counting objects: 88% (247/280) 2022-11-23T01:53:30.0545259Z remote: Counting objects: 89% (250/280) 2022-11-23T01:53:30.0545517Z remote: Counting objects: 90% (252/280) 2022-11-23T01:53:30.0545737Z remote: Counting objects: 91% (255/280) 2022-11-23T01:53:30.0546283Z remote: Counting objects: 92% (258/280) 2022-11-23T01:53:30.0546515Z remote: Counting objects: 93% (261/280) 2022-11-23T01:53:30.0546727Z remote: Counting objects: 94% (264/280) 2022-11-23T01:53:30.0546948Z remote: Counting objects: 95% (266/280) 2022-11-23T01:53:30.0547167Z remote: Counting objects: 96% (269/280) 2022-11-23T01:53:30.0547377Z remote: Counting objects: 97% (272/280) 2022-11-23T01:53:30.0547597Z remote: Counting objects: 98% (275/280) 2022-11-23T01:53:30.0547817Z remote: Counting objects: 99% (278/280) 2022-11-23T01:53:30.0548025Z remote: Counting objects: 100% (280/280) 2022-11-23T01:53:30.0548260Z remote: Counting objects: 100% (280/280), done. 2022-11-23T01:53:30.0548514Z remote: Compressing objects: 0% (1/261) 2022-11-23T01:53:30.0548743Z remote: Compressing objects: 1% (3/261) 2022-11-23T01:53:30.0548981Z remote: Compressing objects: 2% (6/261) 2022-11-23T01:53:30.0550347Z remote: Compressing objects: 3% (8/261) 2022-11-23T01:53:30.0550641Z remote: Compressing objects: 4% (11/261) 2022-11-23T01:53:30.0554183Z remote: Compressing objects: 5% (14/261) 2022-11-23T01:53:30.0555563Z remote: Compressing objects: 6% (16/261) 2022-11-23T01:53:30.0559369Z remote: Compressing objects: 7% (19/261) 2022-11-23T01:53:30.0562826Z remote: Compressing objects: 8% (21/261) 2022-11-23T01:53:30.0566907Z remote: Compressing objects: 9% (24/261) 2022-11-23T01:53:30.0567154Z remote: Compressing objects: 10% (27/261) 2022-11-23T01:53:30.0570079Z remote: Compressing objects: 11% (29/261) 2022-11-23T01:53:30.0573798Z remote: Compressing objects: 12% (32/261) 2022-11-23T01:53:30.0577435Z remote: Compressing objects: 13% (34/261) 2022-11-23T01:53:30.0578237Z remote: Compressing objects: 14% (37/261) 2022-11-23T01:53:30.0583019Z remote: Compressing objects: 15% (40/261) 2022-11-23T01:53:30.0590053Z remote: Compressing objects: 16% (42/261) 2022-11-23T01:53:30.0590301Z remote: Compressing objects: 17% (45/261) 2022-11-23T01:53:30.0592290Z remote: Compressing objects: 18% (47/261) 2022-11-23T01:53:30.0592529Z remote: Compressing objects: 19% (50/261) 2022-11-23T01:53:30.0592757Z remote: Compressing objects: 20% (53/261) 2022-11-23T01:53:30.0592997Z remote: Compressing objects: 21% (55/261) 2022-11-23T01:53:30.0594854Z remote: Compressing objects: 22% (58/261) 2022-11-23T01:53:30.0595081Z remote: Compressing objects: 23% (61/261) 2022-11-23T01:53:30.0595375Z remote: Compressing objects: 24% (63/261) 2022-11-23T01:53:30.0596905Z remote: Compressing objects: 25% (66/261) 2022-11-23T01:53:30.0601576Z remote: Compressing objects: 26% (68/261) 2022-11-23T01:53:30.0601816Z remote: Compressing objects: 27% (71/261) 2022-11-23T01:53:30.0604250Z remote: Compressing objects: 28% (74/261) 2022-11-23T01:53:30.0605867Z remote: Compressing objects: 29% (76/261) 2022-11-23T01:53:30.0606108Z remote: Compressing objects: 30% (79/261) 2022-11-23T01:53:30.0611058Z remote: Compressing objects: 31% (81/261) 2022-11-23T01:53:30.0611288Z remote: Compressing objects: 32% (84/261) 2022-11-23T01:53:30.0611529Z remote: Compressing objects: 33% (87/261) 2022-11-23T01:53:30.0613648Z remote: Compressing objects: 34% (89/261) 2022-11-23T01:53:30.0613905Z remote: Compressing objects: 35% (92/261) 2022-11-23T01:53:30.0614130Z remote: Compressing objects: 36% (94/261) 2022-11-23T01:53:30.0614365Z remote: Compressing objects: 37% (97/261) 2022-11-23T01:53:30.0614606Z remote: Compressing objects: 38% (100/261) 2022-11-23T01:53:30.0615760Z remote: Compressing objects: 39% (102/261) 2022-11-23T01:53:30.0623649Z remote: Compressing objects: 40% (105/261) 2022-11-23T01:53:30.0629758Z remote: Compressing objects: 41% (108/261) 2022-11-23T01:53:30.0630429Z remote: Compressing objects: 42% (110/261) 2022-11-23T01:53:30.0633823Z remote: Compressing objects: 43% (113/261) 2022-11-23T01:53:30.0650573Z remote: Compressing objects: 44% (115/261) 2022-11-23T01:53:30.0651208Z remote: Compressing objects: 45% (118/261) 2022-11-23T01:53:30.0651501Z remote: Compressing objects: 46% (121/261) 2022-11-23T01:53:30.0651736Z remote: Compressing objects: 47% (123/261) 2022-11-23T01:53:30.0651983Z remote: Compressing objects: 48% (126/261) 2022-11-23T01:53:30.0653373Z remote: Compressing objects: 49% (128/261) 2022-11-23T01:53:30.0656513Z remote: Compressing objects: 50% (131/261) 2022-11-23T01:53:30.0658443Z remote: Compressing objects: 51% (134/261) 2022-11-23T01:53:30.0661867Z remote: Compressing objects: 52% (136/261) 2022-11-23T01:53:30.0662258Z remote: Compressing objects: 53% (139/261) 2022-11-23T01:53:30.0665533Z remote: Compressing objects: 54% (141/261) 2022-11-23T01:53:30.0669776Z remote: Compressing objects: 55% (144/261) 2022-11-23T01:53:30.0672417Z remote: Compressing objects: 56% (147/261) 2022-11-23T01:53:30.0672657Z remote: Compressing objects: 57% (149/261) 2022-11-23T01:53:30.0673763Z remote: Compressing objects: 58% (152/261) 2022-11-23T01:53:30.0676758Z remote: Compressing objects: 59% (154/261) 2022-11-23T01:53:30.0677729Z remote: Compressing objects: 60% (157/261) 2022-11-23T01:53:30.0679254Z remote: Compressing objects: 61% (160/261) 2022-11-23T01:53:30.0689696Z remote: Compressing objects: 62% (162/261) 2022-11-23T01:53:30.0689935Z remote: Compressing objects: 63% (165/261) 2022-11-23T01:53:30.0690176Z remote: Compressing objects: 64% (168/261) 2022-11-23T01:53:30.0693545Z remote: Compressing objects: 65% (170/261) 2022-11-23T01:53:30.0699393Z remote: Compressing objects: 66% (173/261) 2022-11-23T01:53:30.0699637Z remote: Compressing objects: 67% (175/261) 2022-11-23T01:53:30.0699935Z remote: Compressing objects: 68% (178/261) 2022-11-23T01:53:30.0700175Z remote: Compressing objects: 69% (181/261) 2022-11-23T01:53:30.0700397Z remote: Compressing objects: 70% (183/261) 2022-11-23T01:53:30.0708423Z remote: Compressing objects: 71% (186/261) 2022-11-23T01:53:30.0708666Z remote: Compressing objects: 72% (188/261) 2022-11-23T01:53:30.0708894Z remote: Compressing objects: 73% (191/261) 2022-11-23T01:53:30.0709129Z remote: Compressing objects: 74% (194/261) 2022-11-23T01:53:30.0716645Z remote: Compressing objects: 75% (196/261) 2022-11-23T01:53:30.0716997Z remote: Compressing objects: 76% (199/261) 2022-11-23T01:53:30.0717382Z remote: Compressing objects: 77% (201/261) 2022-11-23T01:53:30.0717714Z remote: Compressing objects: 78% (204/261) 2022-11-23T01:53:30.0720959Z remote: Compressing objects: 79% (207/261) 2022-11-23T01:53:30.0721201Z remote: Compressing objects: 80% (209/261) 2022-11-23T01:53:30.0721443Z remote: Compressing objects: 81% (212/261) 2022-11-23T01:53:30.0721682Z remote: Compressing objects: 82% (215/261) 2022-11-23T01:53:30.0724702Z remote: Compressing objects: 83% (217/261) 2022-11-23T01:53:30.0752495Z remote: Compressing objects: 84% (220/261) 2022-11-23T01:53:30.0752862Z remote: Compressing objects: 85% (222/261) 2022-11-23T01:53:30.0753113Z remote: Compressing objects: 86% (225/261) 2022-11-23T01:53:30.0753342Z remote: Compressing objects: 87% (228/261) 2022-11-23T01:53:30.0753616Z remote: Compressing objects: 88% (230/261) 2022-11-23T01:53:30.0753875Z remote: Compressing objects: 89% (233/261) 2022-11-23T01:53:30.0754391Z remote: Compressing objects: 90% (235/261) 2022-11-23T01:53:30.0754646Z remote: Compressing objects: 91% (238/261) 2022-11-23T01:53:30.0754888Z remote: Compressing objects: 92% (241/261) 2022-11-23T01:53:30.0755170Z remote: Compressing objects: 93% (243/261) 2022-11-23T01:53:30.0755401Z remote: Compressing objects: 94% (246/261) 2022-11-23T01:53:30.0755637Z remote: Compressing objects: 95% (248/261) 2022-11-23T01:53:30.0755874Z remote: Compressing objects: 96% (251/261) 2022-11-23T01:53:30.0756093Z remote: Compressing objects: 97% (254/261) 2022-11-23T01:53:30.0756330Z remote: Compressing objects: 98% (256/261) 2022-11-23T01:53:30.0756565Z remote: Compressing objects: 99% (259/261) 2022-11-23T01:53:30.0756787Z remote: Compressing objects: 100% (261/261) 2022-11-23T01:53:30.0757039Z remote: Compressing objects: 100% (261/261), done. 2022-11-23T01:53:30.0916338Z Receiving objects: 0% (1/280) 2022-11-23T01:53:30.0924999Z Receiving objects: 1% (3/280) 2022-11-23T01:53:30.0925744Z Receiving objects: 2% (6/280) 2022-11-23T01:53:30.0926807Z Receiving objects: 3% (9/280) 2022-11-23T01:53:30.0927313Z Receiving objects: 4% (12/280) 2022-11-23T01:53:30.0928633Z Receiving objects: 5% (14/280) 2022-11-23T01:53:30.0929855Z Receiving objects: 6% (17/280) 2022-11-23T01:53:30.0931343Z Receiving objects: 7% (20/280) 2022-11-23T01:53:30.0931848Z Receiving objects: 8% (23/280) 2022-11-23T01:53:30.0934391Z Receiving objects: 9% (26/280) 2022-11-23T01:53:30.0935666Z Receiving objects: 10% (28/280) 2022-11-23T01:53:30.0939172Z Receiving objects: 11% (31/280) 2022-11-23T01:53:30.0942738Z Receiving objects: 12% (34/280) 2022-11-23T01:53:30.0948967Z Receiving objects: 13% (37/280) 2022-11-23T01:53:30.0951408Z Receiving objects: 14% (40/280) 2022-11-23T01:53:30.0952251Z Receiving objects: 15% (42/280) 2022-11-23T01:53:30.0953289Z Receiving objects: 16% (45/280) 2022-11-23T01:53:30.0954601Z Receiving objects: 17% (48/280) 2022-11-23T01:53:30.0954856Z Receiving objects: 18% (51/280) 2022-11-23T01:53:30.0956238Z Receiving objects: 19% (54/280) 2022-11-23T01:53:30.0957447Z Receiving objects: 20% (56/280) 2022-11-23T01:53:30.0959098Z Receiving objects: 21% (59/280) 2022-11-23T01:53:30.0959768Z Receiving objects: 22% (62/280) 2022-11-23T01:53:30.0962040Z Receiving objects: 23% (65/280) 2022-11-23T01:53:30.0962841Z Receiving objects: 24% (68/280) 2022-11-23T01:53:30.0963557Z Receiving objects: 25% (70/280) 2022-11-23T01:53:30.0963842Z Receiving objects: 26% (73/280) 2022-11-23T01:53:30.0964448Z Receiving objects: 27% (76/280) 2022-11-23T01:53:30.0965051Z Receiving objects: 28% (79/280) 2022-11-23T01:53:30.0965320Z Receiving objects: 29% (82/280) 2022-11-23T01:53:30.0966642Z Receiving objects: 30% (84/280) 2022-11-23T01:53:30.0968084Z Receiving objects: 31% (87/280) 2022-11-23T01:53:30.0968871Z Receiving objects: 32% (90/280) 2022-11-23T01:53:30.0969707Z Receiving objects: 33% (93/280) 2022-11-23T01:53:30.0970020Z Receiving objects: 34% (96/280) 2022-11-23T01:53:30.0971096Z Receiving objects: 35% (98/280) 2022-11-23T01:53:30.0971357Z Receiving objects: 36% (101/280) 2022-11-23T01:53:30.0971549Z Receiving objects: 37% (104/280) 2022-11-23T01:53:30.0973412Z Receiving objects: 38% (107/280) 2022-11-23T01:53:30.0974198Z Receiving objects: 39% (110/280) 2022-11-23T01:53:30.0974952Z Receiving objects: 40% (112/280) 2022-11-23T01:53:30.0976431Z Receiving objects: 41% (115/280) 2022-11-23T01:53:30.0977205Z Receiving objects: 42% (118/280) 2022-11-23T01:53:30.0978070Z Receiving objects: 43% (121/280) 2022-11-23T01:53:30.0978617Z Receiving objects: 44% (124/280) 2022-11-23T01:53:30.0979216Z Receiving objects: 45% (126/280) 2022-11-23T01:53:30.0983464Z Receiving objects: 46% (129/280) 2022-11-23T01:53:30.0983716Z Receiving objects: 47% (132/280) 2022-11-23T01:53:30.0984951Z Receiving objects: 48% (135/280) 2022-11-23T01:53:30.0985441Z Receiving objects: 49% (138/280) 2022-11-23T01:53:30.0986071Z Receiving objects: 50% (140/280) 2022-11-23T01:53:30.0986322Z Receiving objects: 51% (143/280) 2022-11-23T01:53:30.0987479Z Receiving objects: 52% (146/280) 2022-11-23T01:53:30.0988993Z Receiving objects: 53% (149/280) 2022-11-23T01:53:30.0989609Z Receiving objects: 54% (152/280) 2022-11-23T01:53:30.0990691Z Receiving objects: 55% (154/280) 2022-11-23T01:53:30.0991649Z Receiving objects: 56% (157/280) 2022-11-23T01:53:30.0994137Z Receiving objects: 57% (160/280) 2022-11-23T01:53:30.0998035Z Receiving objects: 58% (163/280) 2022-11-23T01:53:30.0999087Z Receiving objects: 59% (166/280) 2022-11-23T01:53:30.1000076Z Receiving objects: 60% (168/280) 2022-11-23T01:53:30.1001072Z Receiving objects: 61% (171/280) 2022-11-23T01:53:30.1001330Z Receiving objects: 62% (174/280) 2022-11-23T01:53:30.1002013Z Receiving objects: 63% (177/280) 2022-11-23T01:53:30.1002612Z Receiving objects: 64% (180/280) 2022-11-23T01:53:30.1003506Z Receiving objects: 65% (182/280) 2022-11-23T01:53:30.1004470Z Receiving objects: 66% (185/280) 2022-11-23T01:53:30.1005225Z Receiving objects: 67% (188/280) 2022-11-23T01:53:30.1006474Z Receiving objects: 68% (191/280) 2022-11-23T01:53:30.1006865Z Receiving objects: 69% (194/280) 2022-11-23T01:53:30.1010354Z Receiving objects: 70% (196/280) 2022-11-23T01:53:30.1010629Z Receiving objects: 71% (199/280) 2022-11-23T01:53:30.1012226Z Receiving objects: 72% (202/280) 2022-11-23T01:53:30.1013640Z Receiving objects: 73% (205/280) 2022-11-23T01:53:30.1025484Z Receiving objects: 74% (208/280) 2022-11-23T01:53:30.1027124Z Receiving objects: 75% (210/280) 2022-11-23T01:53:30.1027629Z Receiving objects: 76% (213/280) 2022-11-23T01:53:30.1028410Z Receiving objects: 77% (216/280) 2022-11-23T01:53:30.1028899Z Receiving objects: 78% (219/280) 2022-11-23T01:53:30.1029156Z Receiving objects: 79% (222/280) 2022-11-23T01:53:30.1030896Z Receiving objects: 80% (224/280) 2022-11-23T01:53:30.1031162Z Receiving objects: 81% (227/280) 2022-11-23T01:53:30.1032680Z Receiving objects: 82% (230/280) 2022-11-23T01:53:30.1033344Z Receiving objects: 83% (233/280) 2022-11-23T01:53:30.1033533Z Receiving objects: 84% (236/280) 2022-11-23T01:53:30.1034021Z Receiving objects: 85% (238/280) 2022-11-23T01:53:30.1034763Z Receiving objects: 86% (241/280) 2022-11-23T01:53:30.1035308Z Receiving objects: 87% (244/280) 2022-11-23T01:53:30.1036273Z Receiving objects: 88% (247/280) 2022-11-23T01:53:30.1037043Z Receiving objects: 89% (250/280) 2022-11-23T01:53:30.1037855Z Receiving objects: 90% (252/280) 2022-11-23T01:53:30.1040010Z Receiving objects: 91% (255/280) 2022-11-23T01:53:30.1040314Z remote: Total 280 (delta 19), reused 143 (delta 3), pack-reused 0 2022-11-23T01:53:30.1042074Z Receiving objects: 92% (258/280) 2022-11-23T01:53:30.1042851Z Receiving objects: 93% (261/280) 2022-11-23T01:53:30.1043092Z Receiving objects: 94% (264/280) 2022-11-23T01:53:30.1043805Z Receiving objects: 95% (266/280) 2022-11-23T01:53:30.1044460Z Receiving objects: 96% (269/280) 2022-11-23T01:53:30.1046553Z Receiving objects: 97% (272/280) 2022-11-23T01:53:30.1047388Z Receiving objects: 98% (275/280) 2022-11-23T01:53:30.1047932Z Receiving objects: 99% (278/280) 2022-11-23T01:53:30.1049134Z Receiving objects: 100% (280/280) 2022-11-23T01:53:30.1049376Z Receiving objects: 100% (280/280), 299.15 KiB | 21.37 MiB/s, done. 2022-11-23T01:53:30.1056823Z Resolving deltas: 0% (0/19) 2022-11-23T01:53:30.1057460Z Resolving deltas: 5% (1/19) 2022-11-23T01:53:30.1058573Z Resolving deltas: 10% (2/19) 2022-11-23T01:53:30.1059654Z Resolving deltas: 21% (4/19) 2022-11-23T01:53:30.1060073Z Resolving deltas: 26% (5/19) 2022-11-23T01:53:30.1060344Z Resolving deltas: 36% (7/19) 2022-11-23T01:53:30.1060664Z Resolving deltas: 42% (8/19) 2022-11-23T01:53:30.1061017Z Resolving deltas: 47% (9/19) 2022-11-23T01:53:30.1061444Z Resolving deltas: 52% (10/19) 2022-11-23T01:53:30.1061770Z Resolving deltas: 57% (11/19) 2022-11-23T01:53:30.1063132Z Resolving deltas: 63% (12/19) 2022-11-23T01:53:30.1063511Z Resolving deltas: 68% (13/19) 2022-11-23T01:53:30.1063859Z Resolving deltas: 73% (14/19) 2022-11-23T01:53:30.1064201Z Resolving deltas: 89% (17/19) 2022-11-23T01:53:30.1064551Z Resolving deltas: 94% (18/19) 2022-11-23T01:53:30.1072711Z Resolving deltas: 100% (19/19) 2022-11-23T01:53:30.1072955Z Resolving deltas: 100% (19/19), done. 2022-11-23T01:53:30.1593081Z From https://github.com/pytorch/builder 2022-11-23T01:53:30.1593376Z * [new branch] main -> origin/main 2022-11-23T01:53:30.1758895Z ##[endgroup] 2022-11-23T01:53:30.1759357Z ##[group]Determining the checkout info 2022-11-23T01:53:30.1768549Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/main 2022-11-23T01:53:30.1988591Z origin/main 2022-11-23T01:53:30.2019947Z ##[endgroup] 2022-11-23T01:53:30.2020314Z ##[group]Checking out the ref 2022-11-23T01:53:30.2027545Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main 2022-11-23T01:53:30.3686369Z branch 'main' set up to track 'origin/main'. 2022-11-23T01:53:30.3687169Z Switched to a new branch 'main' 2022-11-23T01:53:30.3727616Z ##[endgroup] 2022-11-23T01:53:30.3728006Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:53:30.3741854Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\996d38ee-26b0-47d4-8109-de7d793880dc' before making global git config changes 2022-11-23T01:53:30.3749458Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:53:30.4010542Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:53:30.4257702Z [command]"C:\Program Files\Git\cmd\git.exe" config --global url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:53:30.4513507Z ##[endgroup] 2022-11-23T01:53:30.4513982Z ##[group]Fetching submodules 2022-11-23T01:53:30.4521829Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:53:30.8627619Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2022-11-23T01:53:31.2651236Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T01:53:31.6800737Z ##[endgroup] 2022-11-23T01:53:31.6801140Z ##[group]Persisting credentials for submodules 2022-11-23T01:53:31.6810435Z [command]"C:\Program Files\Git\cmd\git.exe" 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:53:32.0981098Z [command]"C:\Program Files\Git\cmd\git.exe" 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:53:32.5090083Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-11-23T01:53:32.9076907Z ##[endgroup] 2022-11-23T01:53:32.9467161Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T01:53:32.9662969Z 'cc0caf1dc41acd89ee6fe59c3b932327c7ed85bf' 2022-11-23T01:53:32.9890788Z ##[group]Run # Remove any artifacts from the previous checkouts 2022-11-23T01:53:32.9891139Z # Remove any artifacts from the previous checkouts 2022-11-23T01:53:32.9891371Z git clean -fxd 2022-11-23T01:53:32.9941828Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:53:32.9942102Z env: 2022-11-23T01:53:32.9942350Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:53:32.9942597Z ANACONDA_USER: pytorch 2022-11-23T01:53:32.9942800Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:53:32.9943051Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-11-23T01:53:32.9943475Z GITHUB_TOKEN: *** 2022-11-23T01:53:32.9943642Z PR_NUMBER: 2022-11-23T01:53:32.9943856Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:53:32.9944063Z SKIP_ALL_TESTS: 1 2022-11-23T01:53:32.9944300Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:53:32.9944642Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:53:32.9944881Z PACKAGE_TYPE: libtorch 2022-11-23T01:53:32.9945052Z DESIRED_CUDA: cpu 2022-11-23T01:53:32.9945226Z GPU_ARCH_TYPE: cpu 2022-11-23T01:53:32.9945406Z LIBTORCH_CONFIG: debug 2022-11-23T01:53:32.9945601Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:53:32.9945806Z DESIRED_PYTHON: 3.7 2022-11-23T01:53:32.9946032Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:53:32.9946309Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:53:32.9946551Z ##[endgroup] 2022-11-23T01:53:33.3689547Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:53:33.4836847Z Finished 2022-11-23T01:53:33.5545540Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2022-11-23T01:53:33.5545925Z "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh" 2022-11-23T01:53:33.5572996Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:53:33.5573249Z env: 2022-11-23T01:53:33.5573493Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:53:33.5573752Z ANACONDA_USER: pytorch 2022-11-23T01:53:33.5573955Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:53:33.5574193Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-11-23T01:53:33.5574577Z GITHUB_TOKEN: *** 2022-11-23T01:53:33.5574750Z PR_NUMBER: 2022-11-23T01:53:33.5574938Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:53:33.5575143Z SKIP_ALL_TESTS: 1 2022-11-23T01:53:33.5575396Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:53:33.5575729Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:53:33.5575973Z PACKAGE_TYPE: libtorch 2022-11-23T01:53:33.5576144Z DESIRED_CUDA: cpu 2022-11-23T01:53:33.5576316Z GPU_ARCH_TYPE: cpu 2022-11-23T01:53:33.5576497Z LIBTORCH_CONFIG: debug 2022-11-23T01:53:33.5576692Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:53:33.5576899Z DESIRED_PYTHON: 3.7 2022-11-23T01:53:33.5577125Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:53:33.5577397Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:53:33.5577632Z ##[endgroup] 2022-11-23T01:53:33.6037592Z + export TZ=UTC 2022-11-23T01:53:33.6037814Z + TZ=UTC 2022-11-23T01:53:33.6045903Z + envfile='C:\actions-runner\_work\_temp/env' 2022-11-23T01:53:33.6046198Z + [[ -n C:\actions-runner\_work\pytorch\pytorch/pytorch ]] 2022-11-23T01:53:33.6127006Z ++ dirname 'C:\actions-runner\_work\pytorch\pytorch/pytorch' 2022-11-23T01:53:33.6441825Z + workdir='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:53:33.6442213Z + [[ libtorch == \l\i\b\t\o\r\c\h ]] 2022-11-23T01:53:33.6442431Z + export BUILD_PYTHONLESS=1 2022-11-23T01:53:33.6442632Z + BUILD_PYTHONLESS=1 2022-11-23T01:53:33.6442859Z + export DOCKER_IMAGE= 2022-11-23T01:53:33.6443045Z + DOCKER_IMAGE= 2022-11-23T01:53:33.6443209Z + [[ -z '' ]] 2022-11-23T01:53:33.6443370Z + [[ libtorch == conda ]] 2022-11-23T01:53:33.6443545Z + [[ cpu == cpu ]] 2022-11-23T01:53:33.6443788Z + export DOCKER_IMAGE=pytorch/manylinux-cpu 2022-11-23T01:53:33.6444080Z + DOCKER_IMAGE=pytorch/manylinux-cpu 2022-11-23T01:53:33.6444275Z + USE_GOLD_LINKER=OFF 2022-11-23T01:53:33.6444452Z + [[ cpu == \c\p\u ]] 2022-11-23T01:53:33.6444627Z + USE_GOLD_LINKER=ON 2022-11-23T01:53:33.6444809Z + PIP_UPLOAD_FOLDER=nightly/ 2022-11-23T01:53:33.6530707Z ++ date -u +%Y%m%d 2022-11-23T01:53:33.6849521Z + export DATE=20221123 2022-11-23T01:53:33.6849805Z + DATE=20221123 2022-11-23T01:53:33.6850020Z + BASE_BUILD_VERSION=1.14.0.dev20221123 2022-11-23T01:53:33.6850229Z + tagged_version 2022-11-23T01:53:33.6850575Z + [[ msys == \m\s\y\s ]] 2022-11-23T01:53:33.6850831Z + [[ -z true ]] 2022-11-23T01:53:33.6851130Z + GIT_DIR='C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' 2022-11-23T01:53:33.6851587Z + GIT_DESCRIBE='git --git-dir C:\actions-runner\_work\pytorch\pytorch/pytorch/.git describe --tags --match v[0-9]*.[0-9]*.[0-9]*' 2022-11-23T01:53:33.6851881Z + [[ -n '' ]] 2022-11-23T01:53:33.6852124Z + [[ ! -d C:\actions-runner\_work\pytorch\pytorch/pytorch/.git ]] 2022-11-23T01:53:33.6856888Z + git --git-dir 'C:\actions-runner\_work\pytorch\pytorch/pytorch/.git' describe --tags --match 'v[0-9]*.[0-9]*.[0-9]*' --exact 2022-11-23T01:53:33.7138837Z fatal: No names found, cannot describe anything. 2022-11-23T01:53:33.7173268Z + return 1 2022-11-23T01:53:33.7244079Z ++ uname 2022-11-23T01:53:33.7403553Z + [[ MSYS_NT-10.0-17763 == \D\a\r\w\i\n ]] 2022-11-23T01:53:33.7403965Z + [[ libtorch == conda ]] 2022-11-23T01:53:33.7405194Z + export PYTORCH_BUILD_VERSION=1.14.0.dev20221123+cpu 2022-11-23T01:53:33.7405474Z + PYTORCH_BUILD_VERSION=1.14.0.dev20221123+cpu 2022-11-23T01:53:33.7405663Z + [[ -n '' ]] 2022-11-23T01:53:33.7405864Z + export PYTORCH_BUILD_NUMBER=1 2022-11-23T01:53:33.7406068Z + PYTORCH_BUILD_NUMBER=1 2022-11-23T01:53:33.7406247Z + JAVA_HOME= 2022-11-23T01:53:33.7406400Z + BUILD_JNI=OFF 2022-11-23T01:53:33.7406583Z + [[ libtorch == libtorch ]] 2022-11-23T01:53:33.7406782Z + POSSIBLE_JAVA_HOMES=() 2022-11-23T01:53:33.7406976Z + POSSIBLE_JAVA_HOMES+=(/usr/local) 2022-11-23T01:53:33.7407238Z + POSSIBLE_JAVA_HOMES+=(/usr/lib/jvm/java-8-openjdk-amd64) 2022-11-23T01:53:33.7407558Z + POSSIBLE_JAVA_HOMES+=(/Library/Java/JavaVirtualMachines/*.jdk/Contents/Home) 2022-11-23T01:53:33.7407944Z + POSSIBLE_JAVA_HOMES+=("$PWD/.circleci/windows-jni/") 2022-11-23T01:53:33.7408193Z + for JH in "${POSSIBLE_JAVA_HOMES[@]}" 2022-11-23T01:53:33.7408459Z + [[ -e /usr/local/include/jni.h ]] 2022-11-23T01:53:33.7409363Z + for JH in "${POSSIBLE_JAVA_HOMES[@]}" 2022-11-23T01:53:33.7409637Z + [[ -e /usr/lib/jvm/java-8-openjdk-amd64/include/jni.h ]] 2022-11-23T01:53:33.7410799Z + for JH in "${POSSIBLE_JAVA_HOMES[@]}" 2022-11-23T01:53:33.7411091Z + [[ -e /Library/Java/JavaVirtualMachines/*.jdk/Contents/Home/include/jni.h ]] 2022-11-23T01:53:33.7412725Z + for JH in "${POSSIBLE_JAVA_HOMES[@]}" 2022-11-23T01:53:33.7413029Z + [[ -e /c/actions-runner/_work/pytorch/pytorch/.circleci/windows-jni//include/jni.h ]] 2022-11-23T01:53:33.7414234Z + '[' -z '' ']' 2022-11-23T01:53:33.7414442Z + echo 'Did not find jni.h' 2022-11-23T01:53:33.7414625Z Did not find jni.h 2022-11-23T01:53:33.7414853Z + cat 2022-11-23T01:53:33.7575300Z ++ uname -a 2022-11-23T01:53:33.7806280Z ++ date 2022-11-23T01:53:33.8274738Z ++ uname 2022-11-23T01:53:33.8438556Z + [[ MSYS_NT-10.0-17763 != Darwin ]] 2022-11-23T01:53:33.8452457Z + MEMORY_LIMIT_MAX_JOBS=18 2022-11-23T01:53:33.8518604Z ++ nproc 2022-11-23T01:53:33.9438632Z + NUM_CPUS=14 2022-11-23T01:53:33.9438877Z + export MAX_JOBS=14 2022-11-23T01:53:33.9439056Z + MAX_JOBS=14 2022-11-23T01:53:33.9439215Z + cat 2022-11-23T01:53:33.9579234Z + [[ -z true ]] 2022-11-23T01:53:33.9579464Z + echo 'retry () {' 2022-11-23T01:53:33.9582801Z + echo ' $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)' 2022-11-23T01:53:33.9585248Z + echo '}' 2022-11-23T01:53:33.9588237Z + echo 'export -f retry' 2022-11-23T01:53:33.9590799Z + cat 'C:\actions-runner\_work\_temp/env' 2022-11-23T01:53:33.9721757Z # =================== The following code will be executed inside Docker container =================== 2022-11-23T01:53:33.9722140Z export TZ=UTC 2022-11-23T01:53:33.9722495Z echo "Running on MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys at Wed Nov 23 01:53:33 GMT 2022" 2022-11-23T01:53:33.9722699Z 2022-11-23T01:53:33.9722836Z export PACKAGE_TYPE="libtorch" 2022-11-23T01:53:33.9723159Z export DESIRED_PYTHON="3.7" 2022-11-23T01:53:33.9723367Z export DESIRED_CUDA="cpu" 2022-11-23T01:53:33.9723598Z export LIBTORCH_VARIANT="shared-with-deps" 2022-11-23T01:53:33.9723830Z export BUILD_PYTHONLESS="1" 2022-11-23T01:53:33.9724036Z if [[ "msys" == "msys" ]]; then 2022-11-23T01:53:33.9724229Z export LIBTORCH_CONFIG="debug" 2022-11-23T01:53:33.9724434Z if [[ "debug" == 'debug' ]]; then 2022-11-23T01:53:33.9724623Z export DEBUG=1 2022-11-23T01:53:33.9724775Z fi 2022-11-23T01:53:33.9725036Z export DESIRED_DEVTOOLSET="" 2022-11-23T01:53:33.9725216Z else 2022-11-23T01:53:33.9725377Z export DESIRED_DEVTOOLSET="" 2022-11-23T01:53:33.9725553Z fi 2022-11-23T01:53:33.9725753Z export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="" 2022-11-23T01:53:33.9725959Z export DATE="20221123" 2022-11-23T01:53:33.9726173Z export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2022-11-23T01:53:33.9726424Z export PYTORCH_BUILD_VERSION="1.14.0.dev20221123+cpu" 2022-11-23T01:53:33.9726645Z export PYTORCH_BUILD_NUMBER="1" 2022-11-23T01:53:33.9727056Z export OVERRIDE_PACKAGE_VERSION="1.14.0.dev20221123+cpu" 2022-11-23T01:53:33.9727659Z 2022-11-23T01:53:33.9727764Z # TODO: We don't need this anymore IIUC 2022-11-23T01:53:33.9727992Z export TORCH_PACKAGE_NAME='torch' 2022-11-23T01:53:33.9728239Z export TORCH_CONDA_BUILD_FOLDER='pytorch-nightly' 2022-11-23T01:53:33.9728478Z export ANACONDA_USER='pytorch' 2022-11-23T01:53:33.9728607Z 2022-11-23T01:53:33.9728681Z export USE_FBGEMM=1 2022-11-23T01:53:33.9728846Z export JAVA_HOME= 2022-11-23T01:53:33.9729024Z export BUILD_JNI=OFF 2022-11-23T01:53:33.9729229Z export PIP_UPLOAD_FOLDER="nightly/" 2022-11-23T01:53:33.9729466Z export DOCKER_IMAGE="pytorch/manylinux-cpu" 2022-11-23T01:53:33.9729611Z 2022-11-23T01:53:33.9729616Z 2022-11-23T01:53:33.9729697Z export USE_GOLD_LINKER="ON" 2022-11-23T01:53:33.9729902Z export USE_GLOO_WITH_OPENSSL="ON" 2022-11-23T01:53:33.9730167Z # =================== The above code will be executed inside Docker container =================== 2022-11-23T01:53:33.9730425Z export MAX_JOBS="14" 2022-11-23T01:53:33.9730599Z retry () { 2022-11-23T01:53:33.9730814Z $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:53:33.9731004Z } 2022-11-23T01:53:33.9731157Z export -f retry 2022-11-23T01:53:33.9866244Z ##[group]Run "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2022-11-23T01:53:33.9866620Z "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh" 2022-11-23T01:53:33.9894251Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:53:33.9894550Z env: 2022-11-23T01:53:33.9894800Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:53:33.9895062Z ANACONDA_USER: pytorch 2022-11-23T01:53:33.9895253Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:53:33.9895506Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-11-23T01:53:33.9895897Z GITHUB_TOKEN: *** 2022-11-23T01:53:33.9896076Z PR_NUMBER: 2022-11-23T01:53:33.9896271Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:53:33.9896481Z SKIP_ALL_TESTS: 1 2022-11-23T01:53:33.9896736Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:53:33.9897077Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:53:33.9897309Z PACKAGE_TYPE: libtorch 2022-11-23T01:53:33.9897499Z DESIRED_CUDA: cpu 2022-11-23T01:53:33.9897675Z GPU_ARCH_TYPE: cpu 2022-11-23T01:53:33.9897848Z LIBTORCH_CONFIG: debug 2022-11-23T01:53:33.9898061Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:53:33.9898271Z DESIRED_PYTHON: 3.7 2022-11-23T01:53:33.9898504Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:53:33.9898780Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:53:33.9899020Z ##[endgroup] 2022-11-23T01:53:34.0348425Z + source 'C:\actions-runner\_work\_temp/env' 2022-11-23T01:53:34.0349630Z ++ export TZ=UTC 2022-11-23T01:53:34.0349818Z ++ TZ=UTC 2022-11-23T01:53:34.0357678Z ++ echo 'Running on MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys at Wed Nov 23 01:53:33 GMT 2022' 2022-11-23T01:53:34.0357974Z ++ export PACKAGE_TYPE=libtorch 2022-11-23T01:53:34.0358191Z ++ PACKAGE_TYPE=libtorch 2022-11-23T01:53:34.0358498Z Running on MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys at Wed Nov 23 01:53:33 GMT 2022 2022-11-23T01:53:34.0358775Z ++ export DESIRED_PYTHON=3.7 2022-11-23T01:53:34.0358976Z ++ DESIRED_PYTHON=3.7 2022-11-23T01:53:34.0359172Z ++ export DESIRED_CUDA=cpu 2022-11-23T01:53:34.0359348Z ++ DESIRED_CUDA=cpu 2022-11-23T01:53:34.0359570Z ++ export LIBTORCH_VARIANT=shared-with-deps 2022-11-23T01:53:34.0359813Z ++ LIBTORCH_VARIANT=shared-with-deps 2022-11-23T01:53:34.0360040Z ++ export BUILD_PYTHONLESS=1 2022-11-23T01:53:34.0360224Z ++ BUILD_PYTHONLESS=1 2022-11-23T01:53:34.0360410Z ++ [[ msys == \m\s\y\s ]] 2022-11-23T01:53:34.0360762Z ++ export LIBTORCH_CONFIG=debug 2022-11-23T01:53:34.0360951Z ++ LIBTORCH_CONFIG=debug 2022-11-23T01:53:34.0361140Z ++ [[ debug == \d\e\b\u\g ]] 2022-11-23T01:53:34.0361321Z ++ export DEBUG=1 2022-11-23T01:53:34.0361474Z ++ DEBUG=1 2022-11-23T01:53:34.0361658Z ++ export DESIRED_DEVTOOLSET= 2022-11-23T01:53:34.0361859Z ++ DESIRED_DEVTOOLSET= 2022-11-23T01:53:34.0362078Z ++ export PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2022-11-23T01:53:34.0362323Z ++ PYTORCH_EXTRA_INSTALL_REQUIREMENTS= 2022-11-23T01:53:34.0362532Z ++ export DATE=20221123 2022-11-23T01:53:34.0362694Z ++ DATE=20221123 2022-11-23T01:53:34.0362904Z ++ export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2022-11-23T01:53:34.0363135Z ++ NIGHTLIES_DATE_PREAMBLE=1.14.0.dev 2022-11-23T01:53:34.0363368Z ++ export PYTORCH_BUILD_VERSION=1.14.0.dev20221123+cpu 2022-11-23T01:53:34.0363619Z ++ PYTORCH_BUILD_VERSION=1.14.0.dev20221123+cpu 2022-11-23T01:53:34.0363841Z ++ export PYTORCH_BUILD_NUMBER=1 2022-11-23T01:53:34.0364029Z ++ PYTORCH_BUILD_NUMBER=1 2022-11-23T01:53:34.0364269Z ++ export OVERRIDE_PACKAGE_VERSION=1.14.0.dev20221123+cpu 2022-11-23T01:53:34.0364525Z ++ OVERRIDE_PACKAGE_VERSION=1.14.0.dev20221123+cpu 2022-11-23T01:53:34.0364757Z ++ export TORCH_PACKAGE_NAME=torch 2022-11-23T01:53:34.0364952Z ++ TORCH_PACKAGE_NAME=torch 2022-11-23T01:53:34.0366205Z ++ export TORCH_CONDA_BUILD_FOLDER=pytorch-nightly 2022-11-23T01:53:34.0366486Z ++ TORCH_CONDA_BUILD_FOLDER=pytorch-nightly 2022-11-23T01:53:34.0366702Z ++ export ANACONDA_USER=pytorch 2022-11-23T01:53:34.0366903Z ++ ANACONDA_USER=pytorch 2022-11-23T01:53:34.0367095Z ++ export USE_FBGEMM=1 2022-11-23T01:53:34.0367260Z ++ USE_FBGEMM=1 2022-11-23T01:53:34.0367434Z ++ export JAVA_HOME= 2022-11-23T01:53:34.0367606Z ++ JAVA_HOME= 2022-11-23T01:53:34.0367767Z ++ export BUILD_JNI=OFF 2022-11-23T01:53:34.0367942Z ++ BUILD_JNI=OFF 2022-11-23T01:53:34.0368140Z ++ export PIP_UPLOAD_FOLDER=nightly/ 2022-11-23T01:53:34.0368343Z ++ PIP_UPLOAD_FOLDER=nightly/ 2022-11-23T01:53:34.0368575Z ++ export DOCKER_IMAGE=pytorch/manylinux-cpu 2022-11-23T01:53:34.0368825Z ++ DOCKER_IMAGE=pytorch/manylinux-cpu 2022-11-23T01:53:34.0369041Z ++ export USE_GOLD_LINKER=ON 2022-11-23T01:53:34.0369218Z ++ USE_GOLD_LINKER=ON 2022-11-23T01:53:34.0369425Z ++ export USE_GLOO_WITH_OPENSSL=ON 2022-11-23T01:53:34.0369618Z ++ USE_GLOO_WITH_OPENSSL=ON 2022-11-23T01:53:34.0369806Z ++ export MAX_JOBS=14 2022-11-23T01:53:34.0369976Z ++ MAX_JOBS=14 2022-11-23T01:53:34.0370136Z ++ export -f retry 2022-11-23T01:53:34.0370320Z + export CUDA_VERSION=cpu 2022-11-23T01:53:34.0370517Z + CUDA_VERSION=cpu 2022-11-23T01:53:34.0370683Z + export VC_YEAR=2019 2022-11-23T01:53:34.0370856Z + VC_YEAR=2019 2022-11-23T01:53:34.0371092Z + pushd 'C:\actions-runner\_work\pytorch\pytorch/builder' 2022-11-23T01:53:34.0371333Z + ./windows/internal/smoke_test.bat 2022-11-23T01:53:34.0371636Z /c/actions-runner/_work/pytorch/pytorch/builder /c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:53:34.0551827Z 2022-11-23T01:53:34.0552371Z C:\actions-runner\_work\pytorch\pytorch\builder>set SRC_DIR=C:\actions-runner\_work\pytorch\pytorch\builder\windows\internal\ 2022-11-23T01:53:34.0554492Z 2022-11-23T01:53:34.0554813Z C:\actions-runner\_work\pytorch\pytorch\builder>pushd C:\actions-runner\_work\pytorch\pytorch\builder\windows\internal\\.. 2022-11-23T01:53:34.0559905Z 2022-11-23T01:53:34.0560528Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if not "cpu" == "cpu" call internal\driver_update.bat 2022-11-23T01:53:34.0562604Z 2022-11-23T01:53:34.0562846Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if errorlevel 1 exit /b 1 2022-11-23T01:53:34.0564501Z 2022-11-23T01:53:34.0565330Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set "ORIG_PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps" 2022-11-23T01:53:34.0567430Z 2022-11-23T01:53:34.0567735Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>setlocal EnableDelayedExpansion 2022-11-23T01:53:34.0569622Z 2022-11-23T01:53:34.0569946Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>set NVIDIA_GPU_EXISTS=0 2022-11-23T01:53:34.0572647Z 2022-11-23T01:53:34.0572966Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>for /F "delims=" %i in ('wmic path win32_VideoController get name') do ( 2022-11-23T01:53:34.0573294Z set GPUS=%i 2022-11-23T01:53:34.0573522Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-11-23T01:53:34.0573732Z SET NVIDIA_GPU_EXISTS=1 2022-11-23T01:53:34.0573910Z goto gpu_check_end 2022-11-23T01:53:34.0574078Z ) 2022-11-23T01:53:34.0574219Z ) 2022-11-23T01:53:34.2382136Z 2022-11-23T01:53:34.2382633Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2022-11-23T01:53:34.2383037Z set GPUS=Name 2022-11-23T01:53:34.2383223Z 2022-11-23T01:53:34.2383407Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-11-23T01:53:34.2383654Z SET NVIDIA_GPU_EXISTS=1 2022-11-23T01:53:34.2384504Z goto gpu_check_end 2022-11-23T01:53:34.2384674Z ) 2022-11-23T01:53:34.2384813Z ) 2022-11-23T01:53:34.2384905Z 2022-11-23T01:53:34.2385372Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2022-11-23T01:53:34.2385686Z set GPUS=Microsoft Basic Display Adapter 2022-11-23T01:53:34.2385891Z 2022-11-23T01:53:34.2386067Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-11-23T01:53:34.2386276Z SET NVIDIA_GPU_EXISTS=1 2022-11-23T01:53:34.2386452Z goto gpu_check_end 2022-11-23T01:53:34.2386622Z ) 2022-11-23T01:53:34.2386762Z ) 2022-11-23T01:53:34.2386849Z 2022-11-23T01:53:34.2386976Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>( 2022-11-23T01:53:34.2387206Z set GPUS= 2022-11-23T01:53:34.2387363Z 2022-11-23T01:53:34.2387527Z if not "x!GPUS:NVIDIA=!" == "x!GPUS!" ( 2022-11-23T01:53:34.2387730Z SET NVIDIA_GPU_EXISTS=1 2022-11-23T01:53:34.2387917Z goto gpu_check_end 2022-11-23T01:53:34.2388068Z ) 2022-11-23T01:53:34.2388206Z ) 2022-11-23T01:53:34.2388997Z 2022-11-23T01:53:34.2389276Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>endlocal & set NVIDIA_GPU_EXISTS=0 2022-11-23T01:53:34.2395123Z 2022-11-23T01:53:34.2397138Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "libtorch" == "wheel" goto wheel 2022-11-23T01:53:34.2397411Z 2022-11-23T01:53:34.2397606Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "libtorch" == "conda" goto conda 2022-11-23T01:53:34.2398042Z 2022-11-23T01:53:34.2398338Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "libtorch" == "libtorch" goto libtorch 2022-11-23T01:53:34.2403574Z 2022-11-23T01:53:34.2403858Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>echo "install and test libtorch" 2022-11-23T01:53:34.2404268Z "install and test libtorch" 2022-11-23T01:53:34.2405907Z 2022-11-23T01:53:34.2406407Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "2019" == "2017" powershell internal\vs2017_install.ps1 2022-11-23T01:53:34.2407149Z 2022-11-23T01:53:34.2407412Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if ERRORLEVEL 1 exit /b 1 2022-11-23T01:53:34.2409908Z 2022-11-23T01:53:34.2410714Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>if "" == "1" ( 2022-11-23T01:53:34.2411033Z call internal\install_nightly_package.bat 2022-11-23T01:53:34.2411262Z if errorlevel 1 exit /b 1 2022-11-23T01:53:34.2411430Z ) else ( 2022-11-23T01:53:34.2411723Z for /F "delims=" %i in ('where /R "C:\actions-runner\_work\_temp\artifacts" *-latest.zip') do 7z x "%i" -otmp 2022-11-23T01:53:34.2412023Z if ERRORLEVEL 1 exit /b 1 2022-11-23T01:53:34.2412188Z ) 2022-11-23T01:53:34.2868243Z 2022-11-23T01:53:34.2869014Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>7z x "C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip" -otmp 2022-11-23T01:53:34.6230752Z 2022-11-23T01:53:34.6231137Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T01:53:34.6231312Z 2022-11-23T01:53:34.6231429Z Scanning the drive for archives: 2022-11-23T01:53:34.6231703Z 1 file, 741247927 bytes (707 MiB) 2022-11-23T01:53:34.6231823Z 2022-11-23T01:53:34.6232081Z Extracting archive: C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip 2022-11-23T01:54:10.7723091Z -- 2022-11-23T01:54:10.7723754Z Path = C:\actions-runner\_work\_temp\artifacts\libtorch-win-shared-with-deps-debug-latest.zip 2022-11-23T01:54:10.7724303Z Type = zip 2022-11-23T01:54:10.7726087Z Physical Size = 741247927 2022-11-23T01:54:10.7726262Z 2022-11-23T01:54:10.7760333Z Everything is Ok 2022-11-23T01:54:10.7760458Z 2022-11-23T01:54:10.7760546Z Folders: 350 2022-11-23T01:54:10.7760741Z Files: 9255 2022-11-23T01:54:10.7760924Z Size: 4450492208 2022-11-23T01:54:10.7761102Z Compressed: 741247927 2022-11-23T01:54:10.7814223Z 2022-11-23T01:54:10.7814714Z C:\actions-runner\_work\pytorch\pytorch\builder\windows>pushd tmp\libtorch 2022-11-23T01:54:10.7821988Z 2022-11-23T01:54:10.7822587Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch>set VC_VERSION_LOWER=16 2022-11-23T01:54:10.7824324Z 2022-11-23T01:54:10.7824722Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch>set VC_VERSION_UPPER=17 2022-11-23T01:54:10.7827095Z 2022-11-23T01:54:10.7827399Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch>IF "2019" == "2017" ( 2022-11-23T01:54:10.7827710Z set VC_VERSION_LOWER=15 2022-11-23T01:54:10.7827925Z set VC_VERSION_UPPER=16 2022-11-23T01:54:10.7828097Z ) 2022-11-23T01:54:10.7830508Z 2022-11-23T01:54:10.7831070Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch>for /F "usebackq tokens=*" %i in (`"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -legacy -products * -version [16,17) -property installationPath`) do (if exist "%i" if exist "%i\VC\Auxiliary\Build\vcvarsall.bat" ( 2022-11-23T01:54:10.7831706Z set "VS15INSTALLDIR=%i" 2022-11-23T01:54:10.7831978Z set "VS15VCVARSALL=%i\VC\Auxiliary\Build\vcvarsall.bat" 2022-11-23T01:54:10.7832219Z goto vswhere 2022-11-23T01:54:10.7832374Z ) ) 2022-11-23T01:54:10.9751385Z 2022-11-23T01:54:10.9752285Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch>(if exist "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools" if exist "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" ( 2022-11-23T01:54:10.9753042Z set "VS15INSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools" 2022-11-23T01:54:10.9753457Z set "VS15VCVARSALL=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" 2022-11-23T01:54:10.9753792Z goto vswhere 2022-11-23T01:54:10.9753972Z ) ) 2022-11-23T01:54:11.0138403Z 2022-11-23T01:54:11.0139306Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch>IF "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" == "" ( 2022-11-23T01:54:11.0140219Z echo Visual Studio 2017 C++ BuildTools is required to compile PyTorch test on Windows 2022-11-23T01:54:11.0140685Z exit /b 1 2022-11-23T01:54:11.0140977Z ) 2022-11-23T01:54:11.0141150Z 2022-11-23T01:54:11.0141699Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch>call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2022-11-23T01:54:11.1693377Z ********************************************************************** 2022-11-23T01:54:11.1693741Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T01:54:11.1694026Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T01:54:11.1694489Z ********************************************************************** 2022-11-23T01:54:12.4517435Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T01:54:12.9875471Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T01:54:12.9875870Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T01:54:12.9876046Z 2022-11-23T01:54:12.9895064Z simple-torch-test.cpp 2022-11-23T01:54:14.8847632Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T01:54:16.8720470Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:16.8720957Z with 2022-11-23T01:54:16.8721180Z [ 2022-11-23T01:54:16.8721381Z T=c10::SymInt 2022-11-23T01:54:16.8721595Z ] 2022-11-23T01:54:16.8722055Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:16.8722470Z with 2022-11-23T01:54:16.8722846Z [ 2022-11-23T01:54:16.8723010Z T=c10::SymInt 2022-11-23T01:54:16.8723191Z ] 2022-11-23T01:54:16.8723666Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:16.8724188Z with 2022-11-23T01:54:16.8724338Z [ 2022-11-23T01:54:16.8724517Z T=c10::SymInt 2022-11-23T01:54:16.8724695Z ] 2022-11-23T01:54:16.8725212Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:16.8725672Z with 2022-11-23T01:54:16.8725839Z [ 2022-11-23T01:54:16.8725998Z T=c10::SymInt 2022-11-23T01:54:16.8726181Z ] 2022-11-23T01:54:16.8726609Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:16.8727284Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:16.8727946Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:16.8728366Z with 2022-11-23T01:54:16.8728533Z [ 2022-11-23T01:54:16.8728711Z T=c10::SymInt 2022-11-23T01:54:16.8728869Z ] 2022-11-23T01:54:16.9128167Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T01:54:16.9636206Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:16.9636669Z with 2022-11-23T01:54:16.9636825Z [ 2022-11-23T01:54:16.9637018Z T=at::TensorBase 2022-11-23T01:54:16.9637209Z ] 2022-11-23T01:54:16.9637626Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:16.9638239Z with 2022-11-23T01:54:16.9638414Z [ 2022-11-23T01:54:16.9638581Z T=at::TensorBase 2022-11-23T01:54:16.9638768Z ] 2022-11-23T01:54:16.9639241Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:16.9639676Z with 2022-11-23T01:54:16.9639826Z [ 2022-11-23T01:54:16.9640011Z T=at::TensorBase 2022-11-23T01:54:16.9640193Z ] 2022-11-23T01:54:16.9640677Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:16.9641135Z with 2022-11-23T01:54:16.9641303Z [ 2022-11-23T01:54:16.9641487Z T=at::TensorBase 2022-11-23T01:54:16.9641652Z ] 2022-11-23T01:54:16.9642626Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:16.9643317Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:16.9644003Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:16.9644403Z with 2022-11-23T01:54:16.9644573Z [ 2022-11-23T01:54:16.9644757Z T=at::TensorBase 2022-11-23T01:54:16.9644924Z ] 2022-11-23T01:54:17.2337803Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.2338231Z with 2022-11-23T01:54:17.2338469Z [ 2022-11-23T01:54:17.2338684Z T=at::Tensor 2022-11-23T01:54:17.2338866Z ] 2022-11-23T01:54:17.2339288Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.2339687Z with 2022-11-23T01:54:17.2339858Z [ 2022-11-23T01:54:17.2340121Z T=at::Tensor 2022-11-23T01:54:17.2340279Z ] 2022-11-23T01:54:17.2340753Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.2341195Z with 2022-11-23T01:54:17.2341344Z [ 2022-11-23T01:54:17.2341571Z T=at::Tensor 2022-11-23T01:54:17.2341746Z ] 2022-11-23T01:54:17.2342265Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.2342723Z with 2022-11-23T01:54:17.2342890Z [ 2022-11-23T01:54:17.2343063Z T=at::Tensor 2022-11-23T01:54:17.2343219Z ] 2022-11-23T01:54:17.2343644Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:17.2344307Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:17.2345186Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.2345582Z with 2022-11-23T01:54:17.2345751Z [ 2022-11-23T01:54:17.2345927Z T=at::Tensor 2022-11-23T01:54:17.2346089Z ] 2022-11-23T01:54:17.2375068Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.2375468Z with 2022-11-23T01:54:17.2375635Z [ 2022-11-23T01:54:17.2375796Z T=at::Generator 2022-11-23T01:54:17.2375981Z ] 2022-11-23T01:54:17.2376410Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.2376787Z with 2022-11-23T01:54:17.2376953Z [ 2022-11-23T01:54:17.2377130Z T=at::Generator 2022-11-23T01:54:17.2377424Z ] 2022-11-23T01:54:17.2377919Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.2378458Z with 2022-11-23T01:54:17.2378629Z [ 2022-11-23T01:54:17.2378790Z T=at::Generator 2022-11-23T01:54:17.2378969Z ] 2022-11-23T01:54:17.2379456Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.2379904Z with 2022-11-23T01:54:17.2380052Z [ 2022-11-23T01:54:17.2380229Z T=at::Generator 2022-11-23T01:54:17.2380406Z ] 2022-11-23T01:54:17.2380827Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:17.2381505Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:17.2382186Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.2382599Z with 2022-11-23T01:54:17.2382748Z [ 2022-11-23T01:54:17.2382927Z T=at::Generator 2022-11-23T01:54:17.2383107Z ] 2022-11-23T01:54:17.2408467Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.2408860Z with 2022-11-23T01:54:17.2409025Z [ 2022-11-23T01:54:17.2409204Z T=c10::Scalar 2022-11-23T01:54:17.2409363Z ] 2022-11-23T01:54:17.2409794Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.2410188Z with 2022-11-23T01:54:17.2410335Z [ 2022-11-23T01:54:17.2410512Z T=c10::Scalar 2022-11-23T01:54:17.2410688Z ] 2022-11-23T01:54:17.2411151Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.2412121Z with 2022-11-23T01:54:17.2412289Z [ 2022-11-23T01:54:17.2412465Z T=c10::Scalar 2022-11-23T01:54:17.2412624Z ] 2022-11-23T01:54:17.2413114Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.2413566Z with 2022-11-23T01:54:17.2413714Z [ 2022-11-23T01:54:17.2413944Z T=c10::Scalar 2022-11-23T01:54:17.2414117Z ] 2022-11-23T01:54:17.2414548Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:17.2415238Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:17.2416613Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.2417031Z with 2022-11-23T01:54:17.2417205Z [ 2022-11-23T01:54:17.2417364Z T=c10::Scalar 2022-11-23T01:54:17.2417541Z ] 2022-11-23T01:54:17.4106503Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.4106985Z with 2022-11-23T01:54:17.4107147Z [ 2022-11-23T01:54:17.4107332Z T=std::string 2022-11-23T01:54:17.4107530Z ] 2022-11-23T01:54:17.4107949Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.4108418Z with 2022-11-23T01:54:17.4108587Z [ 2022-11-23T01:54:17.4108746Z T=std::string 2022-11-23T01:54:17.4108975Z ] 2022-11-23T01:54:17.4109438Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.4109866Z with 2022-11-23T01:54:17.4110014Z [ 2022-11-23T01:54:17.4110187Z T=std::string 2022-11-23T01:54:17.4110367Z ] 2022-11-23T01:54:17.4110833Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.4111300Z with 2022-11-23T01:54:17.4111531Z [ 2022-11-23T01:54:17.4111690Z T=std::string 2022-11-23T01:54:17.4111912Z ] 2022-11-23T01:54:17.4112346Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:17.4113012Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:17.4113674Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.4114289Z with 2022-11-23T01:54:17.4114458Z [ 2022-11-23T01:54:17.4114637Z T=std::string 2022-11-23T01:54:17.4114794Z ] 2022-11-23T01:54:17.4246735Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.4247294Z with 2022-11-23T01:54:17.4247452Z [ 2022-11-23T01:54:17.4247664Z T=c10::QualifiedName 2022-11-23T01:54:17.4247859Z ] 2022-11-23T01:54:17.4248299Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.4248683Z with 2022-11-23T01:54:17.4248916Z [ 2022-11-23T01:54:17.4249107Z T=c10::QualifiedName 2022-11-23T01:54:17.4249277Z ] 2022-11-23T01:54:17.4249801Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.4250394Z with 2022-11-23T01:54:17.4250546Z [ 2022-11-23T01:54:17.4250737Z T=c10::QualifiedName 2022-11-23T01:54:17.4250923Z ] 2022-11-23T01:54:17.4251420Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.4251857Z with 2022-11-23T01:54:17.4252026Z [ 2022-11-23T01:54:17.4252221Z T=c10::QualifiedName 2022-11-23T01:54:17.4252389Z ] 2022-11-23T01:54:17.4252830Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:17.4253511Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:17.4254204Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.4254619Z with 2022-11-23T01:54:17.4254827Z [ 2022-11-23T01:54:17.4255017Z T=c10::QualifiedName 2022-11-23T01:54:17.4255201Z ] 2022-11-23T01:54:17.4762980Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.4763444Z with 2022-11-23T01:54:17.4763623Z [ 2022-11-23T01:54:17.4763840Z T=std::shared_ptr 2022-11-23T01:54:17.4764064Z ] 2022-11-23T01:54:17.4764515Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.4764913Z with 2022-11-23T01:54:17.4765064Z [ 2022-11-23T01:54:17.4765293Z T=std::shared_ptr 2022-11-23T01:54:17.4765512Z ] 2022-11-23T01:54:17.4765959Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.4766450Z with 2022-11-23T01:54:17.4766618Z [ 2022-11-23T01:54:17.4767085Z T=std::shared_ptr 2022-11-23T01:54:17.4767284Z ] 2022-11-23T01:54:17.4767780Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.4768237Z with 2022-11-23T01:54:17.4768385Z [ 2022-11-23T01:54:17.4768615Z T=std::shared_ptr 2022-11-23T01:54:17.4768835Z ] 2022-11-23T01:54:17.4769286Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:17.4770015Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:17.4771208Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.4771638Z with 2022-11-23T01:54:17.4771809Z [ 2022-11-23T01:54:17.4772072Z T=std::shared_ptr 2022-11-23T01:54:17.4772298Z ] 2022-11-23T01:54:17.4791296Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.4791693Z with 2022-11-23T01:54:17.4791841Z [ 2022-11-23T01:54:17.4792072Z T=std::weak_ptr 2022-11-23T01:54:17.4792291Z ] 2022-11-23T01:54:17.4792703Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.4793101Z with 2022-11-23T01:54:17.4793271Z [ 2022-11-23T01:54:17.4793476Z T=std::weak_ptr 2022-11-23T01:54:17.4793692Z ] 2022-11-23T01:54:17.4794160Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.4794587Z with 2022-11-23T01:54:17.4794733Z [ 2022-11-23T01:54:17.4794956Z T=std::weak_ptr 2022-11-23T01:54:17.4795169Z ] 2022-11-23T01:54:17.4795636Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.4796088Z with 2022-11-23T01:54:17.4796314Z [ 2022-11-23T01:54:17.4796538Z T=std::weak_ptr 2022-11-23T01:54:17.4796733Z ] 2022-11-23T01:54:17.4797249Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:17.4797983Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:17.4798681Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.4799179Z with 2022-11-23T01:54:17.4799347Z [ 2022-11-23T01:54:17.4799574Z T=std::weak_ptr 2022-11-23T01:54:17.4799770Z ] 2022-11-23T01:54:17.5374239Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.5374715Z with 2022-11-23T01:54:17.5374927Z [ 2022-11-23T01:54:17.5375176Z T=std::vector> 2022-11-23T01:54:17.5375432Z ] 2022-11-23T01:54:17.5375865Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.5376260Z with 2022-11-23T01:54:17.5376430Z [ 2022-11-23T01:54:17.5376682Z T=std::vector> 2022-11-23T01:54:17.5376922Z ] 2022-11-23T01:54:17.5377560Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.5378000Z with 2022-11-23T01:54:17.5378168Z [ 2022-11-23T01:54:17.5378403Z T=std::vector> 2022-11-23T01:54:17.5378643Z ] 2022-11-23T01:54:17.5379141Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.5379730Z with 2022-11-23T01:54:17.5379880Z [ 2022-11-23T01:54:17.5380174Z T=std::vector> 2022-11-23T01:54:17.5380433Z ] 2022-11-23T01:54:17.5380905Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:17.5381667Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:17.5382394Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.5382809Z with 2022-11-23T01:54:17.5382974Z [ 2022-11-23T01:54:17.5383204Z T=std::vector> 2022-11-23T01:54:17.5383440Z ] 2022-11-23T01:54:17.5493277Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.5493735Z with 2022-11-23T01:54:17.5493915Z [ 2022-11-23T01:54:17.5494145Z T=std::vector> 2022-11-23T01:54:17.5494342Z ] 2022-11-23T01:54:17.5494805Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.5495225Z with 2022-11-23T01:54:17.5495395Z [ 2022-11-23T01:54:17.5495741Z T=std::vector> 2022-11-23T01:54:17.5495962Z ] 2022-11-23T01:54:17.5496447Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.5496884Z with 2022-11-23T01:54:17.5497032Z [ 2022-11-23T01:54:17.5497252Z T=std::vector> 2022-11-23T01:54:17.5497456Z ] 2022-11-23T01:54:17.5497928Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.5498377Z with 2022-11-23T01:54:17.5498543Z [ 2022-11-23T01:54:17.5498745Z T=std::vector> 2022-11-23T01:54:17.5499006Z ] 2022-11-23T01:54:17.5499567Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:17.5500403Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:17.5501120Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.5501523Z with 2022-11-23T01:54:17.5501692Z [ 2022-11-23T01:54:17.5501908Z T=std::vector> 2022-11-23T01:54:17.5502097Z ] 2022-11-23T01:54:17.5597739Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.5598239Z with 2022-11-23T01:54:17.5598395Z [ 2022-11-23T01:54:17.5598730Z T=std::vector,std::allocator>> 2022-11-23T01:54:17.5598984Z ] 2022-11-23T01:54:17.5599429Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.5599823Z with 2022-11-23T01:54:17.5599990Z [ 2022-11-23T01:54:17.5600258Z T=std::vector,std::allocator>> 2022-11-23T01:54:17.5600493Z ] 2022-11-23T01:54:17.5600955Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.5601392Z with 2022-11-23T01:54:17.5601553Z [ 2022-11-23T01:54:17.5601801Z T=std::vector,std::allocator>> 2022-11-23T01:54:17.5602054Z ] 2022-11-23T01:54:17.5602541Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.5602984Z with 2022-11-23T01:54:17.5603127Z [ 2022-11-23T01:54:17.5603387Z T=std::vector,std::allocator>> 2022-11-23T01:54:17.5603629Z ] 2022-11-23T01:54:17.5604108Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T01:54:17.5605069Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T01:54:17.5605778Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T01:54:17.5606463Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.5606879Z with 2022-11-23T01:54:17.5607028Z [ 2022-11-23T01:54:17.5607294Z T=std::vector,std::allocator>> 2022-11-23T01:54:17.5607547Z ] 2022-11-23T01:54:17.5633392Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.5633778Z with 2022-11-23T01:54:17.5633946Z [ 2022-11-23T01:54:17.5634253Z T=std::vector,std::allocator>> 2022-11-23T01:54:17.5634480Z ] 2022-11-23T01:54:17.5634906Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.5635334Z with 2022-11-23T01:54:17.5635504Z [ 2022-11-23T01:54:17.5635742Z T=std::vector,std::allocator>> 2022-11-23T01:54:17.5635983Z ] 2022-11-23T01:54:17.5636444Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.5636851Z with 2022-11-23T01:54:17.5637016Z [ 2022-11-23T01:54:17.5637277Z T=std::vector,std::allocator>> 2022-11-23T01:54:17.5637514Z ] 2022-11-23T01:54:17.5638042Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.5638486Z with 2022-11-23T01:54:17.5638705Z [ 2022-11-23T01:54:17.5638941Z T=std::vector,std::allocator>> 2022-11-23T01:54:17.5639177Z ] 2022-11-23T01:54:17.5639666Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T01:54:17.5640477Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T01:54:17.5641183Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T01:54:17.5641925Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.5642334Z with 2022-11-23T01:54:17.5642505Z [ 2022-11-23T01:54:17.5642759Z T=std::vector,std::allocator>> 2022-11-23T01:54:17.5642991Z ] 2022-11-23T01:54:17.5751964Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.5752442Z with 2022-11-23T01:54:17.5752592Z [ 2022-11-23T01:54:17.5752831Z T=std::vector> 2022-11-23T01:54:17.5753095Z ] 2022-11-23T01:54:17.5753507Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.5753917Z with 2022-11-23T01:54:17.5754082Z [ 2022-11-23T01:54:17.5754301Z T=std::vector> 2022-11-23T01:54:17.5754630Z ] 2022-11-23T01:54:17.5755090Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.5755521Z with 2022-11-23T01:54:17.5755675Z [ 2022-11-23T01:54:17.5755898Z T=std::vector> 2022-11-23T01:54:17.5756106Z ] 2022-11-23T01:54:17.5756592Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.5757026Z with 2022-11-23T01:54:17.5757188Z [ 2022-11-23T01:54:17.5757404Z T=std::vector> 2022-11-23T01:54:17.5757592Z ] 2022-11-23T01:54:17.5758050Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:17.5758810Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:17.5759565Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.5759971Z with 2022-11-23T01:54:17.5760118Z [ 2022-11-23T01:54:17.5760336Z T=std::vector> 2022-11-23T01:54:17.5760545Z ] 2022-11-23T01:54:17.7002914Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.7003372Z with 2022-11-23T01:54:17.7003548Z [ 2022-11-23T01:54:17.7003810Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:54:17.7004034Z ] 2022-11-23T01:54:17.7004568Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.7005043Z with 2022-11-23T01:54:17.7005194Z [ 2022-11-23T01:54:17.7005637Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:54:17.7005879Z ] 2022-11-23T01:54:17.7006324Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.7006770Z with 2022-11-23T01:54:17.7006936Z [ 2022-11-23T01:54:17.7007183Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:54:17.7007404Z ] 2022-11-23T01:54:17.7007894Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.7008344Z with 2022-11-23T01:54:17.7008510Z [ 2022-11-23T01:54:17.7008738Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:54:17.7008978Z ] 2022-11-23T01:54:17.7009552Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:17.7010322Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:17.7011211Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T01:54:17.7011945Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.7012357Z with 2022-11-23T01:54:17.7012520Z [ 2022-11-23T01:54:17.7012753Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:54:17.7012988Z ] 2022-11-23T01:54:17.7142086Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.7142495Z with 2022-11-23T01:54:17.7142674Z [ 2022-11-23T01:54:17.7142947Z T=c10::impl::InlineStreamGuard 2022-11-23T01:54:17.7143192Z ] 2022-11-23T01:54:17.7143608Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.7144018Z with 2022-11-23T01:54:17.7144184Z [ 2022-11-23T01:54:17.7144417Z T=c10::impl::InlineStreamGuard 2022-11-23T01:54:17.7144656Z ] 2022-11-23T01:54:17.7145186Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.7145648Z with 2022-11-23T01:54:17.7145811Z [ 2022-11-23T01:54:17.7146062Z T=c10::impl::InlineStreamGuard 2022-11-23T01:54:17.7146302Z ] 2022-11-23T01:54:17.7146775Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.7147411Z with 2022-11-23T01:54:17.7147576Z [ 2022-11-23T01:54:17.7147819Z T=c10::impl::InlineStreamGuard 2022-11-23T01:54:17.7148037Z ] 2022-11-23T01:54:17.7148528Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:17.7149319Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:17.7150105Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T01:54:17.7150955Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.7151433Z with 2022-11-23T01:54:17.7151642Z [ 2022-11-23T01:54:17.7151974Z T=c10::impl::InlineStreamGuard 2022-11-23T01:54:17.7152213Z ] 2022-11-23T01:54:17.7181117Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.7181545Z with 2022-11-23T01:54:17.7181755Z [ 2022-11-23T01:54:17.7181955Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:54:17.7182188Z ] 2022-11-23T01:54:17.7182650Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.7183044Z with 2022-11-23T01:54:17.7183245Z [ 2022-11-23T01:54:17.7183483Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:54:17.7183679Z ] 2022-11-23T01:54:17.7184191Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.7184714Z with 2022-11-23T01:54:17.7184959Z [ 2022-11-23T01:54:17.7185162Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:54:17.7185391Z ] 2022-11-23T01:54:17.7185912Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.7186399Z with 2022-11-23T01:54:17.7202318Z [ 2022-11-23T01:54:17.7202703Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:54:17.7202899Z ] 2022-11-23T01:54:17.7203382Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:17.7204077Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:17.7204455Z with 2022-11-23T01:54:17.7204625Z [ 2022-11-23T01:54:17.7204831Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:54:17.7205043Z ] 2022-11-23T01:54:17.7205510Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T01:54:17.7206407Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.7206825Z with 2022-11-23T01:54:17.7206997Z [ 2022-11-23T01:54:17.7207182Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:54:17.7207385Z ] 2022-11-23T01:54:17.7715269Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.7715693Z with 2022-11-23T01:54:17.7715870Z [ 2022-11-23T01:54:17.7716194Z T=std::vector> 2022-11-23T01:54:17.7716480Z ] 2022-11-23T01:54:17.7717068Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.7717625Z with 2022-11-23T01:54:17.7717856Z [ 2022-11-23T01:54:17.7718135Z T=std::vector> 2022-11-23T01:54:17.7718406Z ] 2022-11-23T01:54:17.7718935Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.7719372Z with 2022-11-23T01:54:17.7719521Z [ 2022-11-23T01:54:17.7719810Z T=std::vector> 2022-11-23T01:54:17.7720081Z ] 2022-11-23T01:54:17.7720558Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.7721016Z with 2022-11-23T01:54:17.7721183Z [ 2022-11-23T01:54:17.7721467Z T=std::vector> 2022-11-23T01:54:17.7721719Z ] 2022-11-23T01:54:17.7722242Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:17.7723069Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:17.7723836Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.7724253Z with 2022-11-23T01:54:17.7724405Z [ 2022-11-23T01:54:17.7724692Z T=std::vector> 2022-11-23T01:54:17.7724961Z ] 2022-11-23T01:54:17.8832015Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.8832468Z with 2022-11-23T01:54:17.8832816Z [ 2022-11-23T01:54:17.8832999Z T=torch::autograd::ViewInfo 2022-11-23T01:54:17.8833209Z ] 2022-11-23T01:54:17.8833655Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.8834056Z with 2022-11-23T01:54:17.8834272Z [ 2022-11-23T01:54:17.8834475Z T=torch::autograd::ViewInfo 2022-11-23T01:54:17.8834668Z ] 2022-11-23T01:54:17.8835168Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.8835604Z with 2022-11-23T01:54:17.8835772Z [ 2022-11-23T01:54:17.8835964Z T=torch::autograd::ViewInfo 2022-11-23T01:54:17.8836140Z ] 2022-11-23T01:54:17.8837099Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.8837566Z with 2022-11-23T01:54:17.8837716Z [ 2022-11-23T01:54:17.8837912Z T=torch::autograd::ViewInfo 2022-11-23T01:54:17.8838112Z ] 2022-11-23T01:54:17.8838571Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:17.8839262Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:17.8839975Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.8840452Z with 2022-11-23T01:54:17.8840622Z [ 2022-11-23T01:54:17.8840803Z T=torch::autograd::ViewInfo 2022-11-23T01:54:17.8841001Z ] 2022-11-23T01:54:17.9182707Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.9183132Z with 2022-11-23T01:54:17.9183355Z [ 2022-11-23T01:54:17.9183633Z T=c10::IValue 2022-11-23T01:54:17.9183815Z ] 2022-11-23T01:54:17.9184285Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.9184703Z with 2022-11-23T01:54:17.9184873Z [ 2022-11-23T01:54:17.9185035Z T=c10::IValue 2022-11-23T01:54:17.9185215Z ] 2022-11-23T01:54:17.9185683Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.9186115Z with 2022-11-23T01:54:17.9186268Z [ 2022-11-23T01:54:17.9186447Z T=c10::IValue 2022-11-23T01:54:17.9186623Z ] 2022-11-23T01:54:17.9187108Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.9187568Z with 2022-11-23T01:54:17.9187735Z [ 2022-11-23T01:54:17.9188079Z T=c10::IValue 2022-11-23T01:54:17.9188256Z ] 2022-11-23T01:54:17.9188691Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:17.9189358Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:17.9190027Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.9190440Z with 2022-11-23T01:54:17.9190613Z [ 2022-11-23T01:54:17.9190788Z T=c10::IValue 2022-11-23T01:54:17.9190950Z ] 2022-11-23T01:54:17.9226509Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:17.9226973Z with 2022-11-23T01:54:17.9227149Z [ 2022-11-23T01:54:17.9227524Z T=c10::AliasInfo 2022-11-23T01:54:17.9227718Z ] 2022-11-23T01:54:17.9228154Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:17.9228541Z with 2022-11-23T01:54:17.9228712Z [ 2022-11-23T01:54:17.9228898Z T=c10::AliasInfo 2022-11-23T01:54:17.9229065Z ] 2022-11-23T01:54:17.9229532Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:17.9229967Z with 2022-11-23T01:54:17.9230121Z [ 2022-11-23T01:54:17.9230302Z T=c10::AliasInfo 2022-11-23T01:54:17.9230488Z ] 2022-11-23T01:54:17.9230988Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:17.9232864Z with 2022-11-23T01:54:17.9233036Z [ 2022-11-23T01:54:17.9233215Z T=c10::AliasInfo 2022-11-23T01:54:17.9233382Z ] 2022-11-23T01:54:17.9233835Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:17.9234514Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:17.9235213Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:17.9235608Z with 2022-11-23T01:54:17.9235778Z [ 2022-11-23T01:54:17.9235959Z T=c10::AliasInfo 2022-11-23T01:54:17.9236120Z ] 2022-11-23T01:54:18.2583233Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:18.2583685Z with 2022-11-23T01:54:18.2583847Z [ 2022-11-23T01:54:18.2584125Z T=std::vector> 2022-11-23T01:54:18.2584353Z ] 2022-11-23T01:54:18.2585001Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:18.2585407Z with 2022-11-23T01:54:18.2585585Z [ 2022-11-23T01:54:18.2585830Z T=std::vector> 2022-11-23T01:54:18.2586037Z ] 2022-11-23T01:54:18.2586512Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:18.2586957Z with 2022-11-23T01:54:18.2587107Z [ 2022-11-23T01:54:18.2587342Z T=std::vector> 2022-11-23T01:54:18.2587563Z ] 2022-11-23T01:54:18.2589503Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:18.2589977Z with 2022-11-23T01:54:18.2590148Z [ 2022-11-23T01:54:18.2590501Z T=std::vector> 2022-11-23T01:54:18.2590712Z ] 2022-11-23T01:54:18.2591175Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:18.2591598Z with 2022-11-23T01:54:18.2591751Z [ 2022-11-23T01:54:18.2591934Z T=c10::SymInt 2022-11-23T01:54:18.2592131Z ] 2022-11-23T01:54:18.2592584Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:18.2592977Z with 2022-11-23T01:54:18.2593145Z [ 2022-11-23T01:54:18.2593320Z T=c10::SymInt 2022-11-23T01:54:18.2593479Z ] 2022-11-23T01:54:18.2595372Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T01:54:18.2596195Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T01:54:18.2596970Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:18.2597387Z with 2022-11-23T01:54:18.2597539Z [ 2022-11-23T01:54:18.2597776Z T=std::vector> 2022-11-23T01:54:18.2598001Z ] 2022-11-23T01:54:18.2759616Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:18.2760040Z with 2022-11-23T01:54:18.2760217Z [ 2022-11-23T01:54:18.2760463Z T=c10::either 2022-11-23T01:54:18.2760705Z ] 2022-11-23T01:54:18.2761144Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:18.2761539Z with 2022-11-23T01:54:18.2761693Z [ 2022-11-23T01:54:18.2763579Z T=c10::either 2022-11-23T01:54:18.2763827Z ] 2022-11-23T01:54:18.2764277Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:18.2764717Z with 2022-11-23T01:54:18.2764886Z [ 2022-11-23T01:54:18.2765126Z T=c10::either 2022-11-23T01:54:18.2765353Z ] 2022-11-23T01:54:18.2765843Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:18.2766315Z with 2022-11-23T01:54:18.2766464Z [ 2022-11-23T01:54:18.2766702Z T=c10::either 2022-11-23T01:54:18.2766926Z ] 2022-11-23T01:54:18.2767496Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:18.2769128Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:18.2770453Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:18.2770875Z with 2022-11-23T01:54:18.2771026Z [ 2022-11-23T01:54:18.2771274Z T=c10::either 2022-11-23T01:54:18.2771499Z ] 2022-11-23T01:54:20.3056845Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:20.3057274Z with 2022-11-23T01:54:20.3057481Z [ 2022-11-23T01:54:20.3057670Z T=at::StepCallbacks 2022-11-23T01:54:20.3057856Z ] 2022-11-23T01:54:20.3058288Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:20.3058683Z with 2022-11-23T01:54:20.3058850Z [ 2022-11-23T01:54:20.3059017Z T=at::StepCallbacks 2022-11-23T01:54:20.3059202Z ] 2022-11-23T01:54:20.3059662Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:20.3060193Z with 2022-11-23T01:54:20.3060339Z [ 2022-11-23T01:54:20.3060527Z T=at::StepCallbacks 2022-11-23T01:54:20.3060712Z ] 2022-11-23T01:54:20.3061190Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:20.3061637Z with 2022-11-23T01:54:20.3061801Z [ 2022-11-23T01:54:20.3062027Z T=at::StepCallbacks 2022-11-23T01:54:20.3062212Z ] 2022-11-23T01:54:20.3062698Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:20.3063560Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:20.3064248Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:20.3064655Z with 2022-11-23T01:54:20.3064822Z [ 2022-11-23T01:54:20.3065008Z T=at::StepCallbacks 2022-11-23T01:54:20.3065175Z ] 2022-11-23T01:54:20.3774042Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:20.3774569Z with 2022-11-23T01:54:20.3774732Z [ 2022-11-23T01:54:20.3774972Z T=c10::DimVector 2022-11-23T01:54:20.3775177Z ] 2022-11-23T01:54:20.3775800Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:20.3776191Z with 2022-11-23T01:54:20.3776365Z [ 2022-11-23T01:54:20.3776550Z T=c10::DimVector 2022-11-23T01:54:20.3776713Z ] 2022-11-23T01:54:20.3777179Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:20.3777621Z with 2022-11-23T01:54:20.3777769Z [ 2022-11-23T01:54:20.3777950Z T=c10::DimVector 2022-11-23T01:54:20.3778130Z ] 2022-11-23T01:54:20.3778628Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:20.3779074Z with 2022-11-23T01:54:20.3779239Z [ 2022-11-23T01:54:20.3779417Z T=c10::DimVector 2022-11-23T01:54:20.3779578Z ] 2022-11-23T01:54:20.3780008Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:20.3780681Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:20.3781370Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:20.3781767Z with 2022-11-23T01:54:20.3781936Z [ 2022-11-23T01:54:20.3782112Z T=c10::DimVector 2022-11-23T01:54:20.3782292Z ] 2022-11-23T01:54:21.3462584Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:21.3463596Z with 2022-11-23T01:54:21.3463871Z [ 2022-11-23T01:54:21.3464190Z T=c10::impl::AnnotatedSchema 2022-11-23T01:54:21.3464481Z ] 2022-11-23T01:54:21.3465120Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:21.3465663Z with 2022-11-23T01:54:21.3465900Z [ 2022-11-23T01:54:21.3466378Z T=c10::impl::AnnotatedSchema 2022-11-23T01:54:21.3466645Z ] 2022-11-23T01:54:21.3467323Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:21.3467940Z with 2022-11-23T01:54:21.3468153Z [ 2022-11-23T01:54:21.3468427Z T=c10::impl::AnnotatedSchema 2022-11-23T01:54:21.3468697Z ] 2022-11-23T01:54:21.3469394Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:21.3470013Z with 2022-11-23T01:54:21.3470246Z [ 2022-11-23T01:54:21.3470521Z T=c10::impl::AnnotatedSchema 2022-11-23T01:54:21.3470787Z ] 2022-11-23T01:54:21.3471553Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:21.3472722Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:21.3473762Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:21.3474336Z with 2022-11-23T01:54:21.3474573Z [ 2022-11-23T01:54:21.3474853Z T=c10::impl::AnnotatedSchema 2022-11-23T01:54:21.3475103Z ] 2022-11-23T01:54:21.3547942Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:21.3548371Z with 2022-11-23T01:54:21.3548541Z [ 2022-11-23T01:54:21.3548786Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:54:21.3549026Z ] 2022-11-23T01:54:21.3549463Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:21.3549878Z with 2022-11-23T01:54:21.3550031Z [ 2022-11-23T01:54:21.3550274Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:54:21.3550506Z ] 2022-11-23T01:54:21.3550948Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:21.3551447Z with 2022-11-23T01:54:21.3551624Z [ 2022-11-23T01:54:21.3551867Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:54:21.3552076Z ] 2022-11-23T01:54:21.3552573Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:21.3553029Z with 2022-11-23T01:54:21.3553179Z [ 2022-11-23T01:54:21.3553421Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:54:21.3553650Z ] 2022-11-23T01:54:21.3554107Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:21.3555494Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:21.3556247Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:21.3556654Z with 2022-11-23T01:54:21.3556812Z [ 2022-11-23T01:54:21.3557032Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:54:21.3557249Z ] 2022-11-23T01:54:21.6155817Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:21.6156281Z with 2022-11-23T01:54:21.6156446Z [ 2022-11-23T01:54:21.6156665Z T=std::tuple 2022-11-23T01:54:21.6156858Z ] 2022-11-23T01:54:21.6158020Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:21.6158876Z with 2022-11-23T01:54:21.6159026Z [ 2022-11-23T01:54:21.6159236Z T=std::tuple 2022-11-23T01:54:21.6159438Z ] 2022-11-23T01:54:21.6159875Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:21.6160305Z with 2022-11-23T01:54:21.6160464Z [ 2022-11-23T01:54:21.6160665Z T=std::tuple 2022-11-23T01:54:21.6160868Z ] 2022-11-23T01:54:21.6161356Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:21.6161792Z with 2022-11-23T01:54:21.6161936Z [ 2022-11-23T01:54:21.6162136Z T=std::tuple 2022-11-23T01:54:21.6162331Z ] 2022-11-23T01:54:21.6162782Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:21.6163976Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:21.6165219Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:21.6165626Z with 2022-11-23T01:54:21.6165782Z [ 2022-11-23T01:54:21.6165975Z T=std::tuple 2022-11-23T01:54:21.6166170Z ] 2022-11-23T01:54:21.6215319Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:21.6215723Z with 2022-11-23T01:54:21.6215869Z [ 2022-11-23T01:54:21.6216056Z T=torch::jit::SourceRange 2022-11-23T01:54:21.6216241Z ] 2022-11-23T01:54:21.6216649Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:21.6217229Z with 2022-11-23T01:54:21.6217393Z [ 2022-11-23T01:54:21.6217569Z T=torch::jit::SourceRange 2022-11-23T01:54:21.6217756Z ] 2022-11-23T01:54:21.6218727Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:21.6219602Z with 2022-11-23T01:54:21.6219774Z [ 2022-11-23T01:54:21.6219964Z T=torch::jit::SourceRange 2022-11-23T01:54:21.6220147Z ] 2022-11-23T01:54:21.6220621Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:21.6221069Z with 2022-11-23T01:54:21.6221225Z [ 2022-11-23T01:54:21.6221397Z T=torch::jit::SourceRange 2022-11-23T01:54:21.6221575Z ] 2022-11-23T01:54:21.6222112Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:21.6222839Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:21.6223540Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:21.6223936Z with 2022-11-23T01:54:21.6224092Z [ 2022-11-23T01:54:21.6224457Z T=torch::jit::SourceRange 2022-11-23T01:54:21.6224872Z ] 2022-11-23T01:54:21.6311573Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:21.6312194Z with 2022-11-23T01:54:21.6312349Z [ 2022-11-23T01:54:21.6312571Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:54:21.6312772Z ] 2022-11-23T01:54:21.6313258Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:21.6313636Z with 2022-11-23T01:54:21.6313841Z [ 2022-11-23T01:54:21.6314043Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:54:21.6314226Z ] 2022-11-23T01:54:21.6314688Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:21.6315104Z with 2022-11-23T01:54:21.6315257Z [ 2022-11-23T01:54:21.6315440Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:54:21.6315631Z ] 2022-11-23T01:54:21.6316113Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:21.6316541Z with 2022-11-23T01:54:21.6316697Z [ 2022-11-23T01:54:21.6316897Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:54:21.6317076Z ] 2022-11-23T01:54:21.6317526Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:21.6318488Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:21.6319180Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:21.6319641Z with 2022-11-23T01:54:21.6319787Z [ 2022-11-23T01:54:21.6319988Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:54:21.6320232Z ] 2022-11-23T01:54:21.6339954Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:21.6340379Z with 2022-11-23T01:54:21.6340540Z [ 2022-11-23T01:54:21.6340752Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:54:21.6340940Z ] 2022-11-23T01:54:21.6341523Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:21.6341912Z with 2022-11-23T01:54:21.6342053Z [ 2022-11-23T01:54:21.6342249Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:54:21.6342440Z ] 2022-11-23T01:54:21.6342900Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:21.6343299Z with 2022-11-23T01:54:21.6343457Z [ 2022-11-23T01:54:21.6343650Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:54:21.6343835Z ] 2022-11-23T01:54:21.6344319Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:21.6344765Z with 2022-11-23T01:54:21.6344970Z [ 2022-11-23T01:54:21.6345169Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:54:21.6345360Z ] 2022-11-23T01:54:21.6345860Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:21.6346673Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:21.6347369Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:21.6347768Z with 2022-11-23T01:54:21.6347921Z [ 2022-11-23T01:54:21.6348104Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:54:21.6348293Z ] 2022-11-23T01:54:21.6404171Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:21.6404592Z with 2022-11-23T01:54:21.6404739Z [ 2022-11-23T01:54:21.6404917Z T=torch::jit::ScopePtr 2022-11-23T01:54:21.6405090Z ] 2022-11-23T01:54:21.6405490Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:21.6406008Z with 2022-11-23T01:54:21.6406162Z [ 2022-11-23T01:54:21.6406328Z T=torch::jit::ScopePtr 2022-11-23T01:54:21.6406499Z ] 2022-11-23T01:54:21.6406954Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:21.6407365Z with 2022-11-23T01:54:21.6407505Z [ 2022-11-23T01:54:21.6407679Z T=torch::jit::ScopePtr 2022-11-23T01:54:21.6407853Z ] 2022-11-23T01:54:21.6408316Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:21.6408760Z with 2022-11-23T01:54:21.6408913Z [ 2022-11-23T01:54:21.6409075Z T=torch::jit::ScopePtr 2022-11-23T01:54:21.6409248Z ] 2022-11-23T01:54:21.6409747Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:21.6410432Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:21.6411108Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:21.6411502Z with 2022-11-23T01:54:21.6411657Z [ 2022-11-23T01:54:21.6411832Z T=torch::jit::ScopePtr 2022-11-23T01:54:21.6411994Z ] 2022-11-23T01:54:21.8938087Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:21.8938523Z with 2022-11-23T01:54:21.8938672Z [ 2022-11-23T01:54:21.8938877Z T=at::ThreadLocalState 2022-11-23T01:54:21.8939058Z ] 2022-11-23T01:54:21.8939483Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:21.8939861Z with 2022-11-23T01:54:21.8940011Z [ 2022-11-23T01:54:21.8940188Z T=at::ThreadLocalState 2022-11-23T01:54:21.8940353Z ] 2022-11-23T01:54:21.8940806Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:21.8941226Z with 2022-11-23T01:54:21.8941381Z [ 2022-11-23T01:54:21.8941548Z T=at::ThreadLocalState 2022-11-23T01:54:21.8941724Z ] 2022-11-23T01:54:21.8942210Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:21.8942645Z with 2022-11-23T01:54:21.8942798Z [ 2022-11-23T01:54:21.8942975Z T=at::ThreadLocalState 2022-11-23T01:54:21.8943139Z ] 2022-11-23T01:54:21.8943575Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:21.8944435Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:21.8945129Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:21.8945527Z with 2022-11-23T01:54:21.8945672Z [ 2022-11-23T01:54:21.8945853Z T=at::ThreadLocalState 2022-11-23T01:54:21.8946032Z ] 2022-11-23T01:54:21.9105876Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:21.9106258Z with 2022-11-23T01:54:21.9106413Z [ 2022-11-23T01:54:21.9106601Z T=std::shared_ptr 2022-11-23T01:54:21.9106795Z ] 2022-11-23T01:54:21.9107336Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:21.9107769Z with 2022-11-23T01:54:21.9107910Z [ 2022-11-23T01:54:21.9108107Z T=std::shared_ptr 2022-11-23T01:54:21.9108307Z ] 2022-11-23T01:54:21.9108740Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:21.9109153Z with 2022-11-23T01:54:21.9109308Z [ 2022-11-23T01:54:21.9109503Z T=std::shared_ptr 2022-11-23T01:54:21.9109684Z ] 2022-11-23T01:54:21.9110169Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:21.9110604Z with 2022-11-23T01:54:21.9110745Z [ 2022-11-23T01:54:21.9110938Z T=std::shared_ptr 2022-11-23T01:54:21.9111131Z ] 2022-11-23T01:54:21.9111638Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:21.9112365Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:21.9113134Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T01:54:21.9114304Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:21.9114740Z with 2022-11-23T01:54:21.9114905Z [ 2022-11-23T01:54:21.9115125Z T=std::shared_ptr 2022-11-23T01:54:21.9115311Z ] 2022-11-23T01:54:21.9139569Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:21.9140205Z with 2022-11-23T01:54:21.9140368Z [ 2022-11-23T01:54:21.9140551Z T=torch::jit::GraphExecutor 2022-11-23T01:54:21.9140740Z ] 2022-11-23T01:54:21.9141212Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:21.9143044Z with 2022-11-23T01:54:21.9143207Z [ 2022-11-23T01:54:21.9143401Z T=torch::jit::GraphExecutor 2022-11-23T01:54:21.9143577Z ] 2022-11-23T01:54:21.9144041Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:21.9144574Z with 2022-11-23T01:54:21.9144733Z [ 2022-11-23T01:54:21.9144923Z T=torch::jit::GraphExecutor 2022-11-23T01:54:21.9145102Z ] 2022-11-23T01:54:21.9145714Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:21.9146190Z with 2022-11-23T01:54:21.9146339Z [ 2022-11-23T01:54:21.9146529Z T=torch::jit::GraphExecutor 2022-11-23T01:54:21.9146715Z ] 2022-11-23T01:54:21.9147142Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:21.9149262Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:21.9149966Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T01:54:21.9150687Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:21.9151092Z with 2022-11-23T01:54:21.9151239Z [ 2022-11-23T01:54:21.9151428Z T=torch::jit::GraphExecutor 2022-11-23T01:54:21.9151619Z ] 2022-11-23T01:54:21.9260028Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:21.9260460Z with 2022-11-23T01:54:21.9260623Z [ 2022-11-23T01:54:21.9260812Z T=torch::jit::Method 2022-11-23T01:54:21.9260975Z ] 2022-11-23T01:54:21.9261417Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:21.9261817Z with 2022-11-23T01:54:21.9261962Z [ 2022-11-23T01:54:21.9262194Z T=torch::jit::Method 2022-11-23T01:54:21.9262367Z ] 2022-11-23T01:54:21.9262826Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:21.9263268Z with 2022-11-23T01:54:21.9263422Z [ 2022-11-23T01:54:21.9263597Z T=torch::jit::Method 2022-11-23T01:54:21.9263757Z ] 2022-11-23T01:54:21.9264232Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:21.9264816Z with 2022-11-23T01:54:21.9264973Z [ 2022-11-23T01:54:21.9265133Z T=torch::jit::Method 2022-11-23T01:54:21.9265301Z ] 2022-11-23T01:54:21.9265724Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:21.9266378Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:21.9267069Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:21.9267474Z with 2022-11-23T01:54:21.9267629Z [ 2022-11-23T01:54:21.9267788Z T=torch::jit::Method 2022-11-23T01:54:21.9268025Z ] 2022-11-23T01:54:22.0128876Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:22.0129361Z with 2022-11-23T01:54:22.0129510Z [ 2022-11-23T01:54:22.0129758Z T=std::vector> 2022-11-23T01:54:22.0129971Z ] 2022-11-23T01:54:22.0130384Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:22.0130771Z with 2022-11-23T01:54:22.0130937Z [ 2022-11-23T01:54:22.0131150Z T=std::vector> 2022-11-23T01:54:22.0131361Z ] 2022-11-23T01:54:22.0131811Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:22.0132231Z with 2022-11-23T01:54:22.0132370Z [ 2022-11-23T01:54:22.0132590Z T=std::vector> 2022-11-23T01:54:22.0132799Z ] 2022-11-23T01:54:22.0133272Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:22.0133713Z with 2022-11-23T01:54:22.0133869Z [ 2022-11-23T01:54:22.0134088Z T=std::vector> 2022-11-23T01:54:22.0134285Z ] 2022-11-23T01:54:22.0134753Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:22.0135523Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:22.0136232Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:22.0136628Z with 2022-11-23T01:54:22.0136935Z [ 2022-11-23T01:54:22.0137157Z T=std::vector> 2022-11-23T01:54:22.0137369Z ] 2022-11-23T01:54:22.1424740Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:22.1425164Z with 2022-11-23T01:54:22.1425326Z [ 2022-11-23T01:54:22.1425582Z T=std::function 2022-11-23T01:54:22.1425816Z ] 2022-11-23T01:54:22.1426236Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:22.1426611Z with 2022-11-23T01:54:22.1426770Z [ 2022-11-23T01:54:22.1427021Z T=std::function 2022-11-23T01:54:22.1427262Z ] 2022-11-23T01:54:22.1427854Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:22.1428289Z with 2022-11-23T01:54:22.1428443Z [ 2022-11-23T01:54:22.1428683Z T=std::function 2022-11-23T01:54:22.1428923Z ] 2022-11-23T01:54:22.1429403Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:22.1429839Z with 2022-11-23T01:54:22.1429982Z [ 2022-11-23T01:54:22.1430231Z T=std::function 2022-11-23T01:54:22.1430468Z ] 2022-11-23T01:54:22.1430939Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:22.1431727Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:22.1432471Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:22.1432873Z with 2022-11-23T01:54:22.1433026Z [ 2022-11-23T01:54:22.1433265Z T=std::function 2022-11-23T01:54:22.1433568Z ] 2022-11-23T01:54:22.4047637Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:22.4048067Z with 2022-11-23T01:54:22.4048253Z [ 2022-11-23T01:54:22.4048566Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:54:22.4048833Z ] 2022-11-23T01:54:22.4049242Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:22.4049629Z with 2022-11-23T01:54:22.4049783Z [ 2022-11-23T01:54:22.4050113Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:54:22.4050538Z ] 2022-11-23T01:54:22.4051035Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:22.4051456Z with 2022-11-23T01:54:22.4051598Z [ 2022-11-23T01:54:22.4051869Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:54:22.4052135Z ] 2022-11-23T01:54:22.4052615Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:22.4053040Z with 2022-11-23T01:54:22.4053190Z [ 2022-11-23T01:54:22.4053459Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:54:22.4053707Z ] 2022-11-23T01:54:22.4054301Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:22.4055167Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:22.4055996Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:22.4056399Z with 2022-11-23T01:54:22.4056542Z [ 2022-11-23T01:54:22.4056861Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:54:22.4057120Z ] 2022-11-23T01:54:22.5503244Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:22.5503719Z with 2022-11-23T01:54:22.5503880Z [ 2022-11-23T01:54:22.5504115Z T=std::vector> 2022-11-23T01:54:22.5504308Z ] 2022-11-23T01:54:22.5504725Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:22.5505109Z with 2022-11-23T01:54:22.5505252Z [ 2022-11-23T01:54:22.5505464Z T=std::vector> 2022-11-23T01:54:22.5505665Z ] 2022-11-23T01:54:22.5506106Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:22.5506530Z with 2022-11-23T01:54:22.5506687Z [ 2022-11-23T01:54:22.5506894Z T=std::vector> 2022-11-23T01:54:22.5507083Z ] 2022-11-23T01:54:22.5507633Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:22.5508079Z with 2022-11-23T01:54:22.5508285Z [ 2022-11-23T01:54:22.5508479Z T=std::vector> 2022-11-23T01:54:22.5508678Z ] 2022-11-23T01:54:22.5509114Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:22.5509666Z with 2022-11-23T01:54:22.5509824Z [ 2022-11-23T01:54:22.5509982Z T=double 2022-11-23T01:54:22.5510129Z ] 2022-11-23T01:54:22.5510606Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:22.5511053Z with 2022-11-23T01:54:22.5511204Z [ 2022-11-23T01:54:22.5511346Z T=double 2022-11-23T01:54:22.5511504Z ] 2022-11-23T01:54:22.5511941Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:22.5512330Z with 2022-11-23T01:54:22.5512489Z [ 2022-11-23T01:54:22.5512697Z T=std::vector> 2022-11-23T01:54:22.5512885Z ] 2022-11-23T01:54:23.1633580Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:23.1634028Z with 2022-11-23T01:54:23.1634194Z [ 2022-11-23T01:54:23.1634400Z T=std::tuple 2022-11-23T01:54:23.1634593Z ] 2022-11-23T01:54:23.1635015Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:23.1635401Z with 2022-11-23T01:54:23.1635546Z [ 2022-11-23T01:54:23.1635744Z T=std::tuple 2022-11-23T01:54:23.1635948Z ] 2022-11-23T01:54:23.1636388Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:23.1637004Z with 2022-11-23T01:54:23.1637160Z [ 2022-11-23T01:54:23.1637357Z T=std::tuple 2022-11-23T01:54:23.1637573Z ] 2022-11-23T01:54:23.1638066Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:23.1638516Z with 2022-11-23T01:54:23.1638672Z [ 2022-11-23T01:54:23.1638855Z T=std::tuple 2022-11-23T01:54:23.1639046Z ] 2022-11-23T01:54:23.1639491Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:23.1640218Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:23.1640932Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:23.1641329Z with 2022-11-23T01:54:23.1641489Z [ 2022-11-23T01:54:23.1641689Z T=std::tuple 2022-11-23T01:54:23.1641869Z ] 2022-11-23T01:54:23.3078763Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:23.3079431Z with 2022-11-23T01:54:23.3079585Z [ 2022-11-23T01:54:23.3079824Z T=std::vector> 2022-11-23T01:54:23.3080054Z ] 2022-11-23T01:54:23.3080484Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:23.3080861Z with 2022-11-23T01:54:23.3081016Z [ 2022-11-23T01:54:23.3081238Z T=std::vector> 2022-11-23T01:54:23.3081434Z ] 2022-11-23T01:54:23.3081883Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:23.3082310Z with 2022-11-23T01:54:23.3082466Z [ 2022-11-23T01:54:23.3082672Z T=std::vector> 2022-11-23T01:54:23.3083407Z ] 2022-11-23T01:54:23.3083911Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:23.3084347Z with 2022-11-23T01:54:23.3084514Z [ 2022-11-23T01:54:23.3084741Z T=std::vector> 2022-11-23T01:54:23.3085000Z ] 2022-11-23T01:54:23.3085493Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:23.3086259Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:23.3086996Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:23.3087400Z with 2022-11-23T01:54:23.3087546Z [ 2022-11-23T01:54:23.3087767Z T=std::vector> 2022-11-23T01:54:23.3087976Z ] 2022-11-23T01:54:29.5624274Z Microsoft (R) Incremental Linker Version 14.28.29337.0 2022-11-23T01:54:29.5624640Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T01:54:29.5624826Z 2022-11-23T01:54:29.5624929Z /out:simple-torch-test.exe 2022-11-23T01:54:29.5625150Z simple-torch-test.obj 2022-11-23T01:54:29.5625334Z c10.lib 2022-11-23T01:54:29.5625483Z torch_cpu.lib 2022-11-23T01:54:35.2746803Z Creating library simple-torch-test.lib and object simple-torch-test.exp 2022-11-23T01:54:43.4674206Z [W builder\test_example_code\simple-torch-test.cpp:4] Warning: Simple test passed! (function main) 2022-11-23T01:54:44.9748159Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T01:54:44.9748500Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T01:54:44.9748668Z 2022-11-23T01:54:44.9765476Z check-torch-mkl.cpp 2022-11-23T01:54:45.0163564Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T01:54:45.6045978Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:45.6046647Z with 2022-11-23T01:54:45.6046813Z [ 2022-11-23T01:54:45.6046976Z T=c10::SymInt 2022-11-23T01:54:45.6047150Z ] 2022-11-23T01:54:45.6047584Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:45.6047973Z with 2022-11-23T01:54:45.6048117Z [ 2022-11-23T01:54:45.6048282Z T=c10::SymInt 2022-11-23T01:54:45.6048446Z ] 2022-11-23T01:54:45.6048886Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:45.6049318Z with 2022-11-23T01:54:45.6049474Z [ 2022-11-23T01:54:45.6049625Z T=c10::SymInt 2022-11-23T01:54:45.6049797Z ] 2022-11-23T01:54:45.6050372Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:45.6050830Z with 2022-11-23T01:54:45.6050978Z [ 2022-11-23T01:54:45.6051146Z T=c10::SymInt 2022-11-23T01:54:45.6051313Z ] 2022-11-23T01:54:45.6051722Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:45.6052372Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:45.6053050Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:45.6053454Z with 2022-11-23T01:54:45.6053598Z [ 2022-11-23T01:54:45.6053767Z T=c10::SymInt 2022-11-23T01:54:45.6053930Z ] 2022-11-23T01:54:45.6423675Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T01:54:45.6890463Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:45.6890890Z with 2022-11-23T01:54:45.6891085Z [ 2022-11-23T01:54:45.6891263Z T=at::TensorBase 2022-11-23T01:54:45.6891439Z ] 2022-11-23T01:54:45.6891890Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:45.6892283Z with 2022-11-23T01:54:45.6892424Z [ 2022-11-23T01:54:45.6892593Z T=at::TensorBase 2022-11-23T01:54:45.6892762Z ] 2022-11-23T01:54:45.6893195Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:45.6893609Z with 2022-11-23T01:54:45.6893771Z [ 2022-11-23T01:54:45.6893937Z T=at::TensorBase 2022-11-23T01:54:45.6894093Z ] 2022-11-23T01:54:45.6894572Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:45.6895231Z with 2022-11-23T01:54:45.6895372Z [ 2022-11-23T01:54:45.6895592Z T=at::TensorBase 2022-11-23T01:54:45.6895762Z ] 2022-11-23T01:54:45.6896170Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:45.6896822Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:45.6897495Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:45.6897895Z with 2022-11-23T01:54:45.6898047Z [ 2022-11-23T01:54:45.6898202Z T=at::TensorBase 2022-11-23T01:54:45.6898369Z ] 2022-11-23T01:54:45.9548341Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:45.9548778Z with 2022-11-23T01:54:45.9548928Z [ 2022-11-23T01:54:45.9549119Z T=at::Tensor 2022-11-23T01:54:45.9549284Z ] 2022-11-23T01:54:45.9549695Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:45.9550077Z with 2022-11-23T01:54:45.9550235Z [ 2022-11-23T01:54:45.9550389Z T=at::Tensor 2022-11-23T01:54:45.9550568Z ] 2022-11-23T01:54:45.9551928Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:45.9552463Z with 2022-11-23T01:54:45.9552615Z [ 2022-11-23T01:54:45.9552790Z T=at::Tensor 2022-11-23T01:54:45.9552962Z ] 2022-11-23T01:54:45.9553441Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:45.9553894Z with 2022-11-23T01:54:45.9554051Z [ 2022-11-23T01:54:45.9554205Z T=at::Tensor 2022-11-23T01:54:45.9554372Z ] 2022-11-23T01:54:45.9554793Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:45.9555465Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:45.9556128Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:45.9556535Z with 2022-11-23T01:54:45.9556696Z [ 2022-11-23T01:54:45.9556868Z T=at::Tensor 2022-11-23T01:54:45.9557023Z ] 2022-11-23T01:54:45.9582746Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:45.9583334Z with 2022-11-23T01:54:45.9583486Z [ 2022-11-23T01:54:45.9583664Z T=at::Generator 2022-11-23T01:54:45.9583839Z ] 2022-11-23T01:54:45.9584257Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:45.9584649Z with 2022-11-23T01:54:45.9584806Z [ 2022-11-23T01:54:45.9584976Z T=at::Generator 2022-11-23T01:54:45.9585131Z ] 2022-11-23T01:54:45.9585652Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:45.9586130Z with 2022-11-23T01:54:45.9586297Z [ 2022-11-23T01:54:45.9586515Z T=at::Generator 2022-11-23T01:54:45.9586739Z ] 2022-11-23T01:54:45.9587349Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:45.9587813Z with 2022-11-23T01:54:45.9588017Z [ 2022-11-23T01:54:45.9588234Z T=at::Generator 2022-11-23T01:54:45.9602054Z ] 2022-11-23T01:54:45.9602613Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:45.9603296Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:45.9603967Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:45.9604373Z with 2022-11-23T01:54:45.9604518Z [ 2022-11-23T01:54:45.9604694Z T=at::Generator 2022-11-23T01:54:45.9604866Z ] 2022-11-23T01:54:45.9614597Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:45.9614957Z with 2022-11-23T01:54:45.9615120Z [ 2022-11-23T01:54:45.9615286Z T=c10::Scalar 2022-11-23T01:54:45.9615437Z ] 2022-11-23T01:54:45.9615849Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:45.9616233Z with 2022-11-23T01:54:45.9616374Z [ 2022-11-23T01:54:45.9616536Z T=c10::Scalar 2022-11-23T01:54:45.9616700Z ] 2022-11-23T01:54:45.9617157Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:45.9617559Z with 2022-11-23T01:54:45.9617716Z [ 2022-11-23T01:54:45.9617878Z T=c10::Scalar 2022-11-23T01:54:45.9618029Z ] 2022-11-23T01:54:45.9618505Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:45.9618946Z with 2022-11-23T01:54:45.9619101Z [ 2022-11-23T01:54:45.9619251Z T=c10::Scalar 2022-11-23T01:54:45.9619563Z ] 2022-11-23T01:54:45.9619981Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:45.9620710Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:45.9621380Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:45.9621784Z with 2022-11-23T01:54:45.9621940Z [ 2022-11-23T01:54:45.9622093Z T=c10::Scalar 2022-11-23T01:54:45.9622256Z ] 2022-11-23T01:54:46.1194928Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.1195785Z with 2022-11-23T01:54:46.1196028Z [ 2022-11-23T01:54:46.1196210Z T=std::string 2022-11-23T01:54:46.1196568Z ] 2022-11-23T01:54:46.1196992Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.1197385Z with 2022-11-23T01:54:46.1197546Z [ 2022-11-23T01:54:46.1197702Z T=std::string 2022-11-23T01:54:46.1197871Z ] 2022-11-23T01:54:46.1198322Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.1198753Z with 2022-11-23T01:54:46.1198900Z [ 2022-11-23T01:54:46.1199069Z T=std::string 2022-11-23T01:54:46.1199238Z ] 2022-11-23T01:54:46.1199725Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.1200179Z with 2022-11-23T01:54:46.1200339Z [ 2022-11-23T01:54:46.1200604Z T=std::string 2022-11-23T01:54:46.1200963Z ] 2022-11-23T01:54:46.1201832Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:46.1202741Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:46.1203430Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.1203821Z with 2022-11-23T01:54:46.1203979Z [ 2022-11-23T01:54:46.1204149Z T=std::string 2022-11-23T01:54:46.1204305Z ] 2022-11-23T01:54:46.1321383Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.1321815Z with 2022-11-23T01:54:46.1321979Z [ 2022-11-23T01:54:46.1322163Z T=c10::QualifiedName 2022-11-23T01:54:46.1322346Z ] 2022-11-23T01:54:46.1322765Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.1323340Z with 2022-11-23T01:54:46.1323499Z [ 2022-11-23T01:54:46.1323681Z T=c10::QualifiedName 2022-11-23T01:54:46.1323845Z ] 2022-11-23T01:54:46.1324296Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.1324713Z with 2022-11-23T01:54:46.1324873Z [ 2022-11-23T01:54:46.1325038Z T=c10::QualifiedName 2022-11-23T01:54:46.1325229Z ] 2022-11-23T01:54:46.1325714Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.1326144Z with 2022-11-23T01:54:46.1326303Z [ 2022-11-23T01:54:46.1326480Z T=c10::QualifiedName 2022-11-23T01:54:46.1326645Z ] 2022-11-23T01:54:46.1327206Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:46.1327892Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:46.1328579Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.1328986Z with 2022-11-23T01:54:46.1329133Z [ 2022-11-23T01:54:46.1329313Z T=c10::QualifiedName 2022-11-23T01:54:46.1329492Z ] 2022-11-23T01:54:46.1800254Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.1800742Z with 2022-11-23T01:54:46.1800909Z [ 2022-11-23T01:54:46.1801144Z T=std::shared_ptr 2022-11-23T01:54:46.1801350Z ] 2022-11-23T01:54:46.1801779Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.1802166Z with 2022-11-23T01:54:46.1802316Z [ 2022-11-23T01:54:46.1802534Z T=std::shared_ptr 2022-11-23T01:54:46.1802745Z ] 2022-11-23T01:54:46.1803188Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.1803621Z with 2022-11-23T01:54:46.1803781Z [ 2022-11-23T01:54:46.1804003Z T=std::shared_ptr 2022-11-23T01:54:46.1804200Z ] 2022-11-23T01:54:46.1804695Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.1805141Z with 2022-11-23T01:54:46.1805286Z [ 2022-11-23T01:54:46.1805508Z T=std::shared_ptr 2022-11-23T01:54:46.1805718Z ] 2022-11-23T01:54:46.1806182Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:46.1807576Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:46.1808294Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.1808701Z with 2022-11-23T01:54:46.1808861Z [ 2022-11-23T01:54:46.1809075Z T=std::shared_ptr 2022-11-23T01:54:46.1809286Z ] 2022-11-23T01:54:46.1827130Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.1827586Z with 2022-11-23T01:54:46.1827743Z [ 2022-11-23T01:54:46.1827970Z T=std::weak_ptr 2022-11-23T01:54:46.1828181Z ] 2022-11-23T01:54:46.1828747Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.1829136Z with 2022-11-23T01:54:46.1829294Z [ 2022-11-23T01:54:46.1829498Z T=std::weak_ptr 2022-11-23T01:54:46.1829702Z ] 2022-11-23T01:54:46.1830163Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.1830588Z with 2022-11-23T01:54:46.1830733Z [ 2022-11-23T01:54:46.1830949Z T=std::weak_ptr 2022-11-23T01:54:46.1831156Z ] 2022-11-23T01:54:46.1831626Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.1832070Z with 2022-11-23T01:54:46.1832226Z [ 2022-11-23T01:54:46.1832437Z T=std::weak_ptr 2022-11-23T01:54:46.1832627Z ] 2022-11-23T01:54:46.1833080Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:46.1833805Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:46.1834501Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.1834891Z with 2022-11-23T01:54:46.1835058Z [ 2022-11-23T01:54:46.1835271Z T=std::weak_ptr 2022-11-23T01:54:46.1835463Z ] 2022-11-23T01:54:46.2369620Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.2370018Z with 2022-11-23T01:54:46.2370177Z [ 2022-11-23T01:54:46.2370421Z T=std::vector> 2022-11-23T01:54:46.2370816Z ] 2022-11-23T01:54:46.2371369Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.2371815Z with 2022-11-23T01:54:46.2371974Z [ 2022-11-23T01:54:46.2372219Z T=std::vector> 2022-11-23T01:54:46.2372435Z ] 2022-11-23T01:54:46.2372897Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.2373317Z with 2022-11-23T01:54:46.2373476Z [ 2022-11-23T01:54:46.2373702Z T=std::vector> 2022-11-23T01:54:46.2373932Z ] 2022-11-23T01:54:46.2374406Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.2374932Z with 2022-11-23T01:54:46.2375075Z [ 2022-11-23T01:54:46.2375318Z T=std::vector> 2022-11-23T01:54:46.2375545Z ] 2022-11-23T01:54:46.2376005Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:46.2376762Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:46.2377473Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.2377876Z with 2022-11-23T01:54:46.2378018Z [ 2022-11-23T01:54:46.2378257Z T=std::vector> 2022-11-23T01:54:46.2378487Z ] 2022-11-23T01:54:46.2486282Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.2486686Z with 2022-11-23T01:54:46.2486851Z [ 2022-11-23T01:54:46.2487060Z T=std::vector> 2022-11-23T01:54:46.2487245Z ] 2022-11-23T01:54:46.2487664Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.2488051Z with 2022-11-23T01:54:46.2488208Z [ 2022-11-23T01:54:46.2488403Z T=std::vector> 2022-11-23T01:54:46.2488602Z ] 2022-11-23T01:54:46.2489056Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.2489456Z with 2022-11-23T01:54:46.2489619Z [ 2022-11-23T01:54:46.2489825Z T=std::vector> 2022-11-23T01:54:46.2490010Z ] 2022-11-23T01:54:46.2490482Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.2491017Z with 2022-11-23T01:54:46.2491173Z [ 2022-11-23T01:54:46.2491364Z T=std::vector> 2022-11-23T01:54:46.2491565Z ] 2022-11-23T01:54:46.2492016Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:46.2492717Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:46.2493391Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.2493789Z with 2022-11-23T01:54:46.2493944Z [ 2022-11-23T01:54:46.2494151Z T=std::vector> 2022-11-23T01:54:46.2494338Z ] 2022-11-23T01:54:46.2591258Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.2591694Z with 2022-11-23T01:54:46.2591848Z [ 2022-11-23T01:54:46.2592213Z T=std::vector,std::allocator>> 2022-11-23T01:54:46.2592817Z ] 2022-11-23T01:54:46.2593506Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.2594079Z with 2022-11-23T01:54:46.2594332Z [ 2022-11-23T01:54:46.2594712Z T=std::vector,std::allocator>> 2022-11-23T01:54:46.2595073Z ] 2022-11-23T01:54:46.2595731Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.2596267Z with 2022-11-23T01:54:46.2596452Z [ 2022-11-23T01:54:46.2596973Z T=std::vector,std::allocator>> 2022-11-23T01:54:46.2597324Z ] 2022-11-23T01:54:46.2598012Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.2598505Z with 2022-11-23T01:54:46.2598684Z [ 2022-11-23T01:54:46.2599063Z T=std::vector,std::allocator>> 2022-11-23T01:54:46.2599584Z ] 2022-11-23T01:54:46.2600324Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T01:54:46.2601099Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T01:54:46.2601811Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T01:54:46.2604037Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.2604484Z with 2022-11-23T01:54:46.2604638Z [ 2022-11-23T01:54:46.2604905Z T=std::vector,std::allocator>> 2022-11-23T01:54:46.2605147Z ] 2022-11-23T01:54:46.2631045Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.2631438Z with 2022-11-23T01:54:46.2631601Z [ 2022-11-23T01:54:46.2631840Z T=std::vector,std::allocator>> 2022-11-23T01:54:46.2632094Z ] 2022-11-23T01:54:46.2632562Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.2632970Z with 2022-11-23T01:54:46.2633143Z [ 2022-11-23T01:54:46.2633551Z T=std::vector,std::allocator>> 2022-11-23T01:54:46.2633803Z ] 2022-11-23T01:54:46.2634258Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.2634667Z with 2022-11-23T01:54:46.2634825Z [ 2022-11-23T01:54:46.2635071Z T=std::vector,std::allocator>> 2022-11-23T01:54:46.2635291Z ] 2022-11-23T01:54:46.2635772Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.2636221Z with 2022-11-23T01:54:46.2636375Z [ 2022-11-23T01:54:46.2636613Z T=std::vector,std::allocator>> 2022-11-23T01:54:46.2636844Z ] 2022-11-23T01:54:46.2637320Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T01:54:46.2638090Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T01:54:46.2638773Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T01:54:46.2639439Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.2639840Z with 2022-11-23T01:54:46.2639997Z [ 2022-11-23T01:54:46.2640231Z T=std::vector,std::allocator>> 2022-11-23T01:54:46.2640469Z ] 2022-11-23T01:54:46.2743591Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.2744040Z with 2022-11-23T01:54:46.2744359Z [ 2022-11-23T01:54:46.2744582Z T=std::vector> 2022-11-23T01:54:46.2744784Z ] 2022-11-23T01:54:46.2745197Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.2745582Z with 2022-11-23T01:54:46.2745739Z [ 2022-11-23T01:54:46.2745943Z T=std::vector> 2022-11-23T01:54:46.2746145Z ] 2022-11-23T01:54:46.2746608Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.2747023Z with 2022-11-23T01:54:46.2747166Z [ 2022-11-23T01:54:46.2747378Z T=std::vector> 2022-11-23T01:54:46.2747582Z ] 2022-11-23T01:54:46.2748128Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.2748581Z with 2022-11-23T01:54:46.2748738Z [ 2022-11-23T01:54:46.2748952Z T=std::vector> 2022-11-23T01:54:46.2749140Z ] 2022-11-23T01:54:46.2749597Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:46.2750312Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:46.2751000Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.2751390Z with 2022-11-23T01:54:46.2751547Z [ 2022-11-23T01:54:46.2751762Z T=std::vector> 2022-11-23T01:54:46.2751963Z ] 2022-11-23T01:54:46.3833231Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.3833657Z with 2022-11-23T01:54:46.3833855Z [ 2022-11-23T01:54:46.3834105Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:54:46.3834338Z ] 2022-11-23T01:54:46.3834793Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.3835189Z with 2022-11-23T01:54:46.3835331Z [ 2022-11-23T01:54:46.3835575Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:54:46.3835802Z ] 2022-11-23T01:54:46.3836239Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.3836659Z with 2022-11-23T01:54:46.3836813Z [ 2022-11-23T01:54:46.3837035Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:54:46.3837261Z ] 2022-11-23T01:54:46.3837747Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.3838365Z with 2022-11-23T01:54:46.3838505Z [ 2022-11-23T01:54:46.3838740Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:54:46.3838964Z ] 2022-11-23T01:54:46.3839427Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:46.3840195Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:46.3840971Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T01:54:46.3841767Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.3842166Z with 2022-11-23T01:54:46.3842307Z [ 2022-11-23T01:54:46.3842548Z T=c10::impl::InlineDeviceGuard 2022-11-23T01:54:46.3842772Z ] 2022-11-23T01:54:46.3961354Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.3961746Z with 2022-11-23T01:54:46.3961941Z [ 2022-11-23T01:54:46.3962188Z T=c10::impl::InlineStreamGuard 2022-11-23T01:54:46.3962476Z ] 2022-11-23T01:54:46.3962890Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.3963337Z with 2022-11-23T01:54:46.3963491Z [ 2022-11-23T01:54:46.3963713Z T=c10::impl::InlineStreamGuard 2022-11-23T01:54:46.3963937Z ] 2022-11-23T01:54:46.3964390Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.3964807Z with 2022-11-23T01:54:46.3964949Z [ 2022-11-23T01:54:46.3965184Z T=c10::impl::InlineStreamGuard 2022-11-23T01:54:46.3965411Z ] 2022-11-23T01:54:46.3965872Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.3966314Z with 2022-11-23T01:54:46.3966469Z [ 2022-11-23T01:54:46.3966692Z T=c10::impl::InlineStreamGuard 2022-11-23T01:54:46.3966922Z ] 2022-11-23T01:54:46.3967398Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:46.3968226Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:46.3969176Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T01:54:46.3969934Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.3970339Z with 2022-11-23T01:54:46.3970496Z [ 2022-11-23T01:54:46.3970732Z T=c10::impl::InlineStreamGuard 2022-11-23T01:54:46.3970947Z ] 2022-11-23T01:54:46.4000352Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.4000728Z with 2022-11-23T01:54:46.4000870Z [ 2022-11-23T01:54:46.4001066Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:54:46.4001256Z ] 2022-11-23T01:54:46.4001748Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.4002133Z with 2022-11-23T01:54:46.4002291Z [ 2022-11-23T01:54:46.4002479Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:54:46.4002652Z ] 2022-11-23T01:54:46.4003103Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.4003513Z with 2022-11-23T01:54:46.4003655Z [ 2022-11-23T01:54:46.4003845Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:54:46.4004035Z ] 2022-11-23T01:54:46.4004514Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.4004943Z with 2022-11-23T01:54:46.4005096Z [ 2022-11-23T01:54:46.4005279Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:54:46.4005453Z ] 2022-11-23T01:54:46.4005946Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:46.4006683Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:46.4007075Z with 2022-11-23T01:54:46.4007218Z [ 2022-11-23T01:54:46.4007405Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:54:46.4007591Z ] 2022-11-23T01:54:46.4008047Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T01:54:46.4008761Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.4009158Z with 2022-11-23T01:54:46.4009313Z [ 2022-11-23T01:54:46.4009489Z T=c10::impl::VirtualGuardImpl 2022-11-23T01:54:46.4009675Z ] 2022-11-23T01:54:46.4519203Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.4519781Z with 2022-11-23T01:54:46.4519945Z [ 2022-11-23T01:54:46.4520251Z T=std::vector> 2022-11-23T01:54:46.4520509Z ] 2022-11-23T01:54:46.4520917Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.4521300Z with 2022-11-23T01:54:46.4521455Z [ 2022-11-23T01:54:46.4521716Z T=std::vector> 2022-11-23T01:54:46.4521973Z ] 2022-11-23T01:54:46.4522426Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.4522855Z with 2022-11-23T01:54:46.4522997Z [ 2022-11-23T01:54:46.4523348Z T=std::vector> 2022-11-23T01:54:46.4523610Z ] 2022-11-23T01:54:46.4524087Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.4524515Z with 2022-11-23T01:54:46.4524669Z [ 2022-11-23T01:54:46.4524940Z T=std::vector> 2022-11-23T01:54:46.4525181Z ] 2022-11-23T01:54:46.4525684Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:46.4526499Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:46.4527245Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.4527645Z with 2022-11-23T01:54:46.4527787Z [ 2022-11-23T01:54:46.4528059Z T=std::vector> 2022-11-23T01:54:46.4528314Z ] 2022-11-23T01:54:46.5615168Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.5615670Z with 2022-11-23T01:54:46.5615848Z [ 2022-11-23T01:54:46.5616051Z T=torch::autograd::ViewInfo 2022-11-23T01:54:46.5616222Z ] 2022-11-23T01:54:46.5616639Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.5617075Z with 2022-11-23T01:54:46.5617221Z [ 2022-11-23T01:54:46.5617443Z T=torch::autograd::ViewInfo 2022-11-23T01:54:46.5617623Z ] 2022-11-23T01:54:46.5618073Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.5618645Z with 2022-11-23T01:54:46.5618799Z [ 2022-11-23T01:54:46.5618979Z T=torch::autograd::ViewInfo 2022-11-23T01:54:46.5619146Z ] 2022-11-23T01:54:46.5619635Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.5620079Z with 2022-11-23T01:54:46.5620233Z [ 2022-11-23T01:54:46.5620402Z T=torch::autograd::ViewInfo 2022-11-23T01:54:46.5620582Z ] 2022-11-23T01:54:46.5621016Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:46.5621760Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:46.5622534Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.5622941Z with 2022-11-23T01:54:46.5623097Z [ 2022-11-23T01:54:46.5623266Z T=torch::autograd::ViewInfo 2022-11-23T01:54:46.5623445Z ] 2022-11-23T01:54:46.5968909Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.5969339Z with 2022-11-23T01:54:46.5969488Z [ 2022-11-23T01:54:46.5969685Z T=c10::IValue 2022-11-23T01:54:46.5969852Z ] 2022-11-23T01:54:46.5970267Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.5970649Z with 2022-11-23T01:54:46.5970803Z [ 2022-11-23T01:54:46.5970953Z T=c10::IValue 2022-11-23T01:54:46.5971114Z ] 2022-11-23T01:54:46.5971560Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.5971980Z with 2022-11-23T01:54:46.5972121Z [ 2022-11-23T01:54:46.5972283Z T=c10::IValue 2022-11-23T01:54:46.5972444Z ] 2022-11-23T01:54:46.5972911Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.5973356Z with 2022-11-23T01:54:46.5973509Z [ 2022-11-23T01:54:46.5973662Z T=c10::IValue 2022-11-23T01:54:46.5973824Z ] 2022-11-23T01:54:46.5974233Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:46.5974883Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:46.5975554Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.5976115Z with 2022-11-23T01:54:46.5976271Z [ 2022-11-23T01:54:46.5976436Z T=c10::IValue 2022-11-23T01:54:46.5976587Z ] 2022-11-23T01:54:46.6013943Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.6014326Z with 2022-11-23T01:54:46.6014480Z [ 2022-11-23T01:54:46.6014641Z T=c10::AliasInfo 2022-11-23T01:54:46.6014809Z ] 2022-11-23T01:54:46.6015221Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.6015634Z with 2022-11-23T01:54:46.6015786Z [ 2022-11-23T01:54:46.6015948Z T=c10::AliasInfo 2022-11-23T01:54:46.6016104Z ] 2022-11-23T01:54:46.6016665Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.6017081Z with 2022-11-23T01:54:46.6017234Z [ 2022-11-23T01:54:46.6017387Z T=c10::AliasInfo 2022-11-23T01:54:46.6017552Z ] 2022-11-23T01:54:46.6018029Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.6018457Z with 2022-11-23T01:54:46.6018611Z [ 2022-11-23T01:54:46.6018775Z T=c10::AliasInfo 2022-11-23T01:54:46.6018929Z ] 2022-11-23T01:54:46.6019348Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:46.6020024Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:46.6020693Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.6021094Z with 2022-11-23T01:54:46.6021235Z [ 2022-11-23T01:54:46.6021401Z T=c10::AliasInfo 2022-11-23T01:54:46.6021569Z ] 2022-11-23T01:54:46.7027000Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.7027437Z with 2022-11-23T01:54:46.7027600Z [ 2022-11-23T01:54:46.7027828Z T=std::vector> 2022-11-23T01:54:46.7028043Z ] 2022-11-23T01:54:46.7028468Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.7028849Z with 2022-11-23T01:54:46.7028989Z [ 2022-11-23T01:54:46.7029208Z T=std::vector> 2022-11-23T01:54:46.7029413Z ] 2022-11-23T01:54:46.7029847Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.7030267Z with 2022-11-23T01:54:46.7030601Z [ 2022-11-23T01:54:46.7030823Z T=std::vector> 2022-11-23T01:54:46.7031019Z ] 2022-11-23T01:54:46.7031510Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.7031952Z with 2022-11-23T01:54:46.7032105Z [ 2022-11-23T01:54:46.7032309Z T=std::vector> 2022-11-23T01:54:46.7032514Z ] 2022-11-23T01:54:46.7033003Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:46.7033390Z with 2022-11-23T01:54:46.7033585Z [ 2022-11-23T01:54:46.7033752Z T=c10::SymInt 2022-11-23T01:54:46.7033903Z ] 2022-11-23T01:54:46.7034860Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:46.7035278Z with 2022-11-23T01:54:46.7035433Z [ 2022-11-23T01:54:46.7035584Z T=c10::SymInt 2022-11-23T01:54:46.7035749Z ] 2022-11-23T01:54:46.7036205Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T01:54:46.7036973Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T01:54:46.7037740Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.7038137Z with 2022-11-23T01:54:46.7038290Z [ 2022-11-23T01:54:46.7038499Z T=std::vector> 2022-11-23T01:54:46.7038707Z ] 2022-11-23T01:54:46.7200629Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:46.7201122Z with 2022-11-23T01:54:46.7201267Z [ 2022-11-23T01:54:46.7201507Z T=c10::either 2022-11-23T01:54:46.7201721Z ] 2022-11-23T01:54:46.7202124Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:46.7202520Z with 2022-11-23T01:54:46.7202676Z [ 2022-11-23T01:54:46.7202906Z T=c10::either 2022-11-23T01:54:46.7203111Z ] 2022-11-23T01:54:46.7203564Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:46.7203985Z with 2022-11-23T01:54:46.7204124Z [ 2022-11-23T01:54:46.7204344Z T=c10::either 2022-11-23T01:54:46.7204557Z ] 2022-11-23T01:54:46.7205036Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:46.7205619Z with 2022-11-23T01:54:46.7205773Z [ 2022-11-23T01:54:46.7205997Z T=c10::either 2022-11-23T01:54:46.7206197Z ] 2022-11-23T01:54:46.7206703Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:46.7207562Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:46.7208294Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:46.7208690Z with 2022-11-23T01:54:46.7208833Z [ 2022-11-23T01:54:46.7209143Z T=c10::either 2022-11-23T01:54:46.7209361Z ] 2022-11-23T01:54:48.7069508Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:48.7069945Z with 2022-11-23T01:54:48.7070110Z [ 2022-11-23T01:54:48.7070314Z T=at::StepCallbacks 2022-11-23T01:54:48.7070482Z ] 2022-11-23T01:54:48.7070911Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:48.7071317Z with 2022-11-23T01:54:48.7071461Z [ 2022-11-23T01:54:48.7071641Z T=at::StepCallbacks 2022-11-23T01:54:48.7071818Z ] 2022-11-23T01:54:48.7072271Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:48.7072681Z with 2022-11-23T01:54:48.7072840Z [ 2022-11-23T01:54:48.7073020Z T=at::StepCallbacks 2022-11-23T01:54:48.7073183Z ] 2022-11-23T01:54:48.7073671Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:48.7074106Z with 2022-11-23T01:54:48.7074261Z [ 2022-11-23T01:54:48.7074426Z T=at::StepCallbacks 2022-11-23T01:54:48.7074602Z ] 2022-11-23T01:54:48.7075038Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:48.7075710Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:48.7076400Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:48.7076802Z with 2022-11-23T01:54:48.7076957Z [ 2022-11-23T01:54:48.7077121Z T=at::StepCallbacks 2022-11-23T01:54:48.7077296Z ] 2022-11-23T01:54:48.7770927Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:48.7771382Z with 2022-11-23T01:54:48.7771533Z [ 2022-11-23T01:54:48.7771740Z T=c10::DimVector 2022-11-23T01:54:48.7771918Z ] 2022-11-23T01:54:48.7772332Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:48.7772717Z with 2022-11-23T01:54:48.7772873Z [ 2022-11-23T01:54:48.7773028Z T=c10::DimVector 2022-11-23T01:54:48.7773196Z ] 2022-11-23T01:54:48.7773640Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:48.7774064Z with 2022-11-23T01:54:48.7774204Z [ 2022-11-23T01:54:48.7774426Z T=c10::DimVector 2022-11-23T01:54:48.7774596Z ] 2022-11-23T01:54:48.7775286Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:48.7775743Z with 2022-11-23T01:54:48.7775902Z [ 2022-11-23T01:54:48.7776059Z T=c10::DimVector 2022-11-23T01:54:48.7776225Z ] 2022-11-23T01:54:48.7776647Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:48.7777307Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:48.7777982Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:48.7778374Z with 2022-11-23T01:54:48.7778529Z [ 2022-11-23T01:54:48.7778698Z T=c10::DimVector 2022-11-23T01:54:48.7778855Z ] 2022-11-23T01:54:49.7958620Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:49.7959124Z with 2022-11-23T01:54:49.7959282Z [ 2022-11-23T01:54:49.7959495Z T=c10::impl::AnnotatedSchema 2022-11-23T01:54:49.7959737Z ] 2022-11-23T01:54:49.7960195Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:49.7960602Z with 2022-11-23T01:54:49.7960760Z [ 2022-11-23T01:54:49.7960957Z T=c10::impl::AnnotatedSchema 2022-11-23T01:54:49.7961131Z ] 2022-11-23T01:54:49.7961575Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:49.7961997Z with 2022-11-23T01:54:49.7962137Z [ 2022-11-23T01:54:49.7962322Z T=c10::impl::AnnotatedSchema 2022-11-23T01:54:49.7962505Z ] 2022-11-23T01:54:49.7962991Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:49.7963574Z with 2022-11-23T01:54:49.7963730Z [ 2022-11-23T01:54:49.7963917Z T=c10::impl::AnnotatedSchema 2022-11-23T01:54:49.7964088Z ] 2022-11-23T01:54:49.7964566Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:49.7965337Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:49.7966163Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:49.7966613Z with 2022-11-23T01:54:49.7966771Z [ 2022-11-23T01:54:49.7966961Z T=c10::impl::AnnotatedSchema 2022-11-23T01:54:49.7967148Z ] 2022-11-23T01:54:49.8031701Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:49.8032787Z with 2022-11-23T01:54:49.8033057Z [ 2022-11-23T01:54:49.8033473Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:54:49.8033846Z ] 2022-11-23T01:54:49.8034481Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:49.8034921Z with 2022-11-23T01:54:49.8035082Z [ 2022-11-23T01:54:49.8035327Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:54:49.8035572Z ] 2022-11-23T01:54:49.8036014Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:49.8036430Z with 2022-11-23T01:54:49.8036584Z [ 2022-11-23T01:54:49.8036800Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:54:49.8037016Z ] 2022-11-23T01:54:49.8037496Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:49.8037943Z with 2022-11-23T01:54:49.8038084Z [ 2022-11-23T01:54:49.8038309Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:54:49.8038525Z ] 2022-11-23T01:54:49.8038995Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:49.8039755Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:49.8040542Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:49.8040995Z with 2022-11-23T01:54:49.8041156Z [ 2022-11-23T01:54:49.8041371Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T01:54:49.8041734Z ] 2022-11-23T01:54:49.9361141Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:49.9361577Z with 2022-11-23T01:54:49.9361742Z [ 2022-11-23T01:54:49.9361951Z T=std::tuple 2022-11-23T01:54:49.9362149Z ] 2022-11-23T01:54:49.9362560Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:49.9362942Z with 2022-11-23T01:54:49.9363096Z [ 2022-11-23T01:54:49.9363286Z T=std::tuple 2022-11-23T01:54:49.9363479Z ] 2022-11-23T01:54:49.9363934Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:49.9364369Z with 2022-11-23T01:54:49.9364511Z [ 2022-11-23T01:54:49.9364869Z T=std::tuple 2022-11-23T01:54:49.9365072Z ] 2022-11-23T01:54:49.9365606Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:49.9366108Z with 2022-11-23T01:54:49.9366265Z [ 2022-11-23T01:54:49.9366456Z T=std::tuple 2022-11-23T01:54:49.9366651Z ] 2022-11-23T01:54:49.9367097Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:49.9367883Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:49.9368588Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:49.9368975Z with 2022-11-23T01:54:49.9369133Z [ 2022-11-23T01:54:49.9369340Z T=std::tuple 2022-11-23T01:54:49.9369528Z ] 2022-11-23T01:54:49.9421547Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:49.9421930Z with 2022-11-23T01:54:49.9422094Z [ 2022-11-23T01:54:49.9422265Z T=torch::jit::SourceRange 2022-11-23T01:54:49.9422448Z ] 2022-11-23T01:54:49.9422866Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:49.9423232Z with 2022-11-23T01:54:49.9423387Z [ 2022-11-23T01:54:49.9423567Z T=torch::jit::SourceRange 2022-11-23T01:54:49.9423799Z ] 2022-11-23T01:54:49.9424258Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:49.9424738Z with 2022-11-23T01:54:49.9424896Z [ 2022-11-23T01:54:49.9425064Z T=torch::jit::SourceRange 2022-11-23T01:54:49.9425364Z ] 2022-11-23T01:54:49.9425846Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:49.9426291Z with 2022-11-23T01:54:49.9426434Z [ 2022-11-23T01:54:49.9426615Z T=torch::jit::SourceRange 2022-11-23T01:54:49.9426796Z ] 2022-11-23T01:54:49.9427217Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:49.9427924Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:49.9428617Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:49.9429016Z with 2022-11-23T01:54:49.9429222Z [ 2022-11-23T01:54:49.9429407Z T=torch::jit::SourceRange 2022-11-23T01:54:49.9429591Z ] 2022-11-23T01:54:49.9514283Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:49.9514650Z with 2022-11-23T01:54:49.9514808Z [ 2022-11-23T01:54:49.9515009Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:54:49.9515191Z ] 2022-11-23T01:54:49.9515602Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:49.9515986Z with 2022-11-23T01:54:49.9516125Z [ 2022-11-23T01:54:49.9516323Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:54:49.9516523Z ] 2022-11-23T01:54:49.9516968Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:49.9517427Z with 2022-11-23T01:54:49.9517583Z [ 2022-11-23T01:54:49.9517779Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:54:49.9518019Z ] 2022-11-23T01:54:49.9518498Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:49.9518936Z with 2022-11-23T01:54:49.9519089Z [ 2022-11-23T01:54:49.9519273Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:54:49.9519467Z ] 2022-11-23T01:54:49.9519918Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:49.9520624Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:49.9521304Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:49.9521704Z with 2022-11-23T01:54:49.9522331Z [ 2022-11-23T01:54:49.9522520Z T=torch::jit::InlinedCallStackPtr 2022-11-23T01:54:49.9522720Z ] 2022-11-23T01:54:49.9541972Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:49.9542460Z with 2022-11-23T01:54:49.9542602Z [ 2022-11-23T01:54:49.9542805Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:54:49.9542999Z ] 2022-11-23T01:54:49.9543397Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:49.9543782Z with 2022-11-23T01:54:49.9543937Z [ 2022-11-23T01:54:49.9544128Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:54:49.9544312Z ] 2022-11-23T01:54:49.9544755Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:49.9545166Z with 2022-11-23T01:54:49.9545402Z [ 2022-11-23T01:54:49.9545602Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:54:49.9545794Z ] 2022-11-23T01:54:49.9546273Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:49.9546697Z with 2022-11-23T01:54:49.9546853Z [ 2022-11-23T01:54:49.9547050Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:54:49.9547229Z ] 2022-11-23T01:54:49.9547677Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:49.9548500Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:49.9549198Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:49.9549591Z with 2022-11-23T01:54:49.9549732Z [ 2022-11-23T01:54:49.9549926Z T=torch::jit::ModuleInstanceInfo 2022-11-23T01:54:49.9550122Z ] 2022-11-23T01:54:49.9606737Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:49.9607124Z with 2022-11-23T01:54:49.9607281Z [ 2022-11-23T01:54:49.9607446Z T=torch::jit::ScopePtr 2022-11-23T01:54:49.9607625Z ] 2022-11-23T01:54:49.9608109Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:49.9608495Z with 2022-11-23T01:54:49.9608688Z [ 2022-11-23T01:54:49.9608865Z T=torch::jit::ScopePtr 2022-11-23T01:54:49.9609038Z ] 2022-11-23T01:54:49.9609473Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:49.9609880Z with 2022-11-23T01:54:49.9610034Z [ 2022-11-23T01:54:49.9610309Z T=torch::jit::ScopePtr 2022-11-23T01:54:49.9610470Z ] 2022-11-23T01:54:49.9610950Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:49.9611389Z with 2022-11-23T01:54:49.9611531Z [ 2022-11-23T01:54:49.9611710Z T=torch::jit::ScopePtr 2022-11-23T01:54:49.9611885Z ] 2022-11-23T01:54:49.9612300Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:49.9612982Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:49.9613658Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:49.9614176Z with 2022-11-23T01:54:49.9614336Z [ 2022-11-23T01:54:49.9614501Z T=torch::jit::ScopePtr 2022-11-23T01:54:49.9614742Z ] 2022-11-23T01:54:50.2024154Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:50.2024583Z with 2022-11-23T01:54:50.2024795Z [ 2022-11-23T01:54:50.2024970Z T=at::ThreadLocalState 2022-11-23T01:54:50.2025149Z ] 2022-11-23T01:54:50.2025631Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:50.2026032Z with 2022-11-23T01:54:50.2026237Z [ 2022-11-23T01:54:50.2026418Z T=at::ThreadLocalState 2022-11-23T01:54:50.2026596Z ] 2022-11-23T01:54:50.2027035Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:50.2027455Z with 2022-11-23T01:54:50.2027607Z [ 2022-11-23T01:54:50.2027773Z T=at::ThreadLocalState 2022-11-23T01:54:50.2027949Z ] 2022-11-23T01:54:50.2028436Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:50.2028882Z with 2022-11-23T01:54:50.2029023Z [ 2022-11-23T01:54:50.2029200Z T=at::ThreadLocalState 2022-11-23T01:54:50.2029375Z ] 2022-11-23T01:54:50.2029839Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:50.2030539Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:50.2031299Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:50.2031760Z with 2022-11-23T01:54:50.2031902Z [ 2022-11-23T01:54:50.2032083Z T=at::ThreadLocalState 2022-11-23T01:54:50.2032475Z ] 2022-11-23T01:54:50.2198255Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:50.2198656Z with 2022-11-23T01:54:50.2198822Z [ 2022-11-23T01:54:50.2199088Z T=std::shared_ptr 2022-11-23T01:54:50.2199271Z ] 2022-11-23T01:54:50.2199753Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:50.2200143Z with 2022-11-23T01:54:50.2200327Z [ 2022-11-23T01:54:50.2200541Z T=std::shared_ptr 2022-11-23T01:54:50.2200733Z ] 2022-11-23T01:54:50.2201183Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:50.2201589Z with 2022-11-23T01:54:50.2201749Z [ 2022-11-23T01:54:50.2202096Z T=std::shared_ptr 2022-11-23T01:54:50.2202276Z ] 2022-11-23T01:54:50.2202763Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:50.2203204Z with 2022-11-23T01:54:50.2203361Z [ 2022-11-23T01:54:50.2203544Z T=std::shared_ptr 2022-11-23T01:54:50.2203731Z ] 2022-11-23T01:54:50.2204175Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:50.2204862Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:50.2205552Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T01:54:50.2206338Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:50.2206790Z with 2022-11-23T01:54:50.2206948Z [ 2022-11-23T01:54:50.2207135Z T=std::shared_ptr 2022-11-23T01:54:50.2207332Z ] 2022-11-23T01:54:50.2229877Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:50.2230252Z with 2022-11-23T01:54:50.2230434Z [ 2022-11-23T01:54:50.2230637Z T=torch::jit::GraphExecutor 2022-11-23T01:54:50.2230821Z ] 2022-11-23T01:54:50.2231287Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:50.2231670Z with 2022-11-23T01:54:50.2231867Z [ 2022-11-23T01:54:50.2232041Z T=torch::jit::GraphExecutor 2022-11-23T01:54:50.2232224Z ] 2022-11-23T01:54:50.2232671Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:50.2233191Z with 2022-11-23T01:54:50.2233332Z [ 2022-11-23T01:54:50.2233514Z T=torch::jit::GraphExecutor 2022-11-23T01:54:50.2233702Z ] 2022-11-23T01:54:50.2247208Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:50.2247713Z with 2022-11-23T01:54:50.2247941Z [ 2022-11-23T01:54:50.2248132Z T=torch::jit::GraphExecutor 2022-11-23T01:54:50.2248317Z ] 2022-11-23T01:54:50.2248839Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:50.2249524Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:50.2250364Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T01:54:50.2251061Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:50.2251463Z with 2022-11-23T01:54:50.2251620Z [ 2022-11-23T01:54:50.2251795Z T=torch::jit::GraphExecutor 2022-11-23T01:54:50.2251979Z ] 2022-11-23T01:54:50.2348445Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:50.2348885Z with 2022-11-23T01:54:50.2349034Z [ 2022-11-23T01:54:50.2349214Z T=torch::jit::Method 2022-11-23T01:54:50.2349390Z ] 2022-11-23T01:54:50.2349834Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:50.2350211Z with 2022-11-23T01:54:50.2350365Z [ 2022-11-23T01:54:50.2350523Z T=torch::jit::Method 2022-11-23T01:54:50.2350699Z ] 2022-11-23T01:54:50.2351212Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:50.2351623Z with 2022-11-23T01:54:50.2351762Z [ 2022-11-23T01:54:50.2351935Z T=torch::jit::Method 2022-11-23T01:54:50.2352106Z ] 2022-11-23T01:54:50.2352569Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:50.2353008Z with 2022-11-23T01:54:50.2353161Z [ 2022-11-23T01:54:50.2353332Z T=torch::jit::Method 2022-11-23T01:54:50.2353491Z ] 2022-11-23T01:54:50.2353913Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:50.2354578Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:50.2355361Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:50.2355746Z with 2022-11-23T01:54:50.2355901Z [ 2022-11-23T01:54:50.2356075Z T=torch::jit::Method 2022-11-23T01:54:50.2356235Z ] 2022-11-23T01:54:50.3169430Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:50.3169867Z with 2022-11-23T01:54:50.3170027Z [ 2022-11-23T01:54:50.3170244Z T=std::vector> 2022-11-23T01:54:50.3170474Z ] 2022-11-23T01:54:50.3170897Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:50.3171278Z with 2022-11-23T01:54:50.3171591Z [ 2022-11-23T01:54:50.3171819Z T=std::vector> 2022-11-23T01:54:50.3172031Z ] 2022-11-23T01:54:50.3172467Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:50.3172892Z with 2022-11-23T01:54:50.3173047Z [ 2022-11-23T01:54:50.3173257Z T=std::vector> 2022-11-23T01:54:50.3173471Z ] 2022-11-23T01:54:50.3173957Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:50.3174406Z with 2022-11-23T01:54:50.3174549Z [ 2022-11-23T01:54:50.3174770Z T=std::vector> 2022-11-23T01:54:50.3174979Z ] 2022-11-23T01:54:50.3175426Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:50.3176162Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:50.3176873Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:50.3177276Z with 2022-11-23T01:54:50.3177419Z [ 2022-11-23T01:54:50.3177642Z T=std::vector> 2022-11-23T01:54:50.3177854Z ] 2022-11-23T01:54:50.4446929Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:50.4447334Z with 2022-11-23T01:54:50.4447494Z [ 2022-11-23T01:54:50.4447768Z T=std::function 2022-11-23T01:54:50.4448044Z ] 2022-11-23T01:54:50.4448453Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:50.4449055Z with 2022-11-23T01:54:50.4449210Z [ 2022-11-23T01:54:50.4449453Z T=std::function 2022-11-23T01:54:50.4449689Z ] 2022-11-23T01:54:50.4450142Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:50.4450560Z with 2022-11-23T01:54:50.4450701Z [ 2022-11-23T01:54:50.4450947Z T=std::function 2022-11-23T01:54:50.4451182Z ] 2022-11-23T01:54:50.4451655Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:50.4452132Z with 2022-11-23T01:54:50.4452317Z [ 2022-11-23T01:54:50.4452647Z T=std::function 2022-11-23T01:54:50.4452920Z ] 2022-11-23T01:54:50.4453545Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:50.4454768Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:50.4455825Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:50.4456225Z with 2022-11-23T01:54:50.4456382Z [ 2022-11-23T01:54:50.4456642Z T=std::function 2022-11-23T01:54:50.4456878Z ] 2022-11-23T01:54:50.6964846Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:50.6965365Z with 2022-11-23T01:54:50.6965531Z [ 2022-11-23T01:54:50.6965830Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:54:50.6966082Z ] 2022-11-23T01:54:50.6966504Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:50.6966904Z with 2022-11-23T01:54:50.6967059Z [ 2022-11-23T01:54:50.6967324Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:54:50.6967587Z ] 2022-11-23T01:54:50.6968034Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:50.6968443Z with 2022-11-23T01:54:50.6968600Z [ 2022-11-23T01:54:50.6968873Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:54:50.6969129Z ] 2022-11-23T01:54:50.6969602Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:50.6970191Z with 2022-11-23T01:54:50.6970347Z [ 2022-11-23T01:54:50.6970609Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:54:50.6970874Z ] 2022-11-23T01:54:50.6971392Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T01:54:50.6972257Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T01:54:50.6973036Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:50.6973512Z with 2022-11-23T01:54:50.6973670Z [ 2022-11-23T01:54:50.6974031Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T01:54:50.6974282Z ] 2022-11-23T01:54:50.8463998Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:50.8464466Z with 2022-11-23T01:54:50.8464632Z [ 2022-11-23T01:54:50.8464840Z T=std::vector> 2022-11-23T01:54:50.8465049Z ] 2022-11-23T01:54:50.8465475Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:50.8465896Z with 2022-11-23T01:54:50.8466052Z [ 2022-11-23T01:54:50.8466263Z T=std::vector> 2022-11-23T01:54:50.8466497Z ] 2022-11-23T01:54:50.8466996Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:50.8467419Z with 2022-11-23T01:54:50.8467633Z [ 2022-11-23T01:54:50.8467840Z T=std::vector> 2022-11-23T01:54:50.8468043Z ] 2022-11-23T01:54:50.8468534Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:50.8468968Z with 2022-11-23T01:54:50.8469125Z [ 2022-11-23T01:54:50.8469336Z T=std::vector> 2022-11-23T01:54:50.8469523Z ] 2022-11-23T01:54:50.8469970Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:50.8470377Z with 2022-11-23T01:54:50.8470530Z [ 2022-11-23T01:54:50.8470674Z T=double 2022-11-23T01:54:50.8470835Z ] 2022-11-23T01:54:50.8471308Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:50.8471740Z with 2022-11-23T01:54:50.8471897Z [ 2022-11-23T01:54:50.8472230Z T=double 2022-11-23T01:54:50.8472380Z ] 2022-11-23T01:54:50.8472894Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:50.8473375Z with 2022-11-23T01:54:50.8473529Z [ 2022-11-23T01:54:50.8473784Z T=std::vector> 2022-11-23T01:54:50.8473991Z ] 2022-11-23T01:54:51.4714684Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:51.4715111Z with 2022-11-23T01:54:51.4715357Z [ 2022-11-23T01:54:51.4715565Z T=std::tuple 2022-11-23T01:54:51.4715764Z ] 2022-11-23T01:54:51.4716185Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:51.4716615Z with 2022-11-23T01:54:51.4716758Z [ 2022-11-23T01:54:51.4717141Z T=std::tuple 2022-11-23T01:54:51.4717338Z ] 2022-11-23T01:54:51.4717786Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:51.4718203Z with 2022-11-23T01:54:51.4718356Z [ 2022-11-23T01:54:51.4718553Z T=std::tuple 2022-11-23T01:54:51.4718730Z ] 2022-11-23T01:54:51.4719216Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:51.4719659Z with 2022-11-23T01:54:51.4719814Z [ 2022-11-23T01:54:51.4720000Z T=std::tuple 2022-11-23T01:54:51.4720188Z ] 2022-11-23T01:54:51.4720629Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T01:54:51.4721454Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T01:54:51.4722179Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:51.4722583Z with 2022-11-23T01:54:51.4722739Z [ 2022-11-23T01:54:51.4722925Z T=std::tuple 2022-11-23T01:54:51.4723116Z ] 2022-11-23T01:54:51.6106315Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T01:54:51.6106752Z with 2022-11-23T01:54:51.6106970Z [ 2022-11-23T01:54:51.6107199Z T=std::vector> 2022-11-23T01:54:51.6107413Z ] 2022-11-23T01:54:51.6107886Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T01:54:51.6108270Z with 2022-11-23T01:54:51.6108413Z [ 2022-11-23T01:54:51.6108805Z T=std::vector> 2022-11-23T01:54:51.6109019Z ] 2022-11-23T01:54:51.6109459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T01:54:51.6109875Z with 2022-11-23T01:54:51.6110032Z [ 2022-11-23T01:54:51.6110240Z T=std::vector> 2022-11-23T01:54:51.6110450Z ] 2022-11-23T01:54:51.6110940Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T01:54:51.6111377Z with 2022-11-23T01:54:51.6111518Z [ 2022-11-23T01:54:51.6111732Z T=std::vector> 2022-11-23T01:54:51.6111941Z ] 2022-11-23T01:54:51.6112460Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T01:54:51.6113278Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T01:54:51.6114066Z C:\actions-runner\_work\pytorch\pytorch\builder\windows\tmp\libtorch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T01:54:51.6114537Z with 2022-11-23T01:54:51.6114692Z [ 2022-11-23T01:54:51.6114900Z T=std::vector> 2022-11-23T01:54:51.6115121Z ] 2022-11-23T01:54:56.3439900Z Microsoft (R) Incremental Linker Version 14.28.29337.0 2022-11-23T01:54:56.3440313Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T01:54:56.3440498Z 2022-11-23T01:54:56.3440613Z /out:check-torch-mkl.exe 2022-11-23T01:54:56.3440821Z check-torch-mkl.obj 2022-11-23T01:54:56.3441045Z c10.lib 2022-11-23T01:54:56.3441210Z torch_cpu.lib 2022-11-23T01:54:56.4184605Z Creating library check-torch-mkl.lib and object check-torch-mkl.exp 2022-11-23T01:55:05.1253082Z "Skip CUDA tests for machines without a Nvidia GPU card" 2022-11-23T01:55:05.1285937Z + popd 2022-11-23T01:55:05.1290435Z /c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:55:05.1448422Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T01:55:05.1448749Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T01:55:05.1470935Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:55:05.1471224Z env: 2022-11-23T01:55:05.1471459Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:55:05.1471715Z ANACONDA_USER: pytorch 2022-11-23T01:55:05.1471918Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:55:05.1472159Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-11-23T01:55:05.1472566Z GITHUB_TOKEN: *** 2022-11-23T01:55:05.1472744Z PR_NUMBER: 2022-11-23T01:55:05.1472947Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:55:05.1473138Z SKIP_ALL_TESTS: 1 2022-11-23T01:55:05.1473385Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:55:05.1473734Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:55:05.1473967Z PACKAGE_TYPE: libtorch 2022-11-23T01:55:05.1474146Z DESIRED_CUDA: cpu 2022-11-23T01:55:05.1474320Z GPU_ARCH_TYPE: cpu 2022-11-23T01:55:05.1474489Z LIBTORCH_CONFIG: debug 2022-11-23T01:55:05.1474699Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:55:05.1474998Z DESIRED_PYTHON: 3.7 2022-11-23T01:55:05.1475215Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:55:05.1475506Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:55:05.1475744Z ##[endgroup] 2022-11-23T01:55:05.5302268Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:55:05.6215340Z Finished 2022-11-23T01:55:05.7836041Z Holding runner until all ssh sessions have logged out 2022-11-23T01:55:05.8183786Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T01:55:05.8184120Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T01:55:05.8206368Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:55:05.8206643Z env: 2022-11-23T01:55:05.8206875Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:55:05.8207133Z ANACONDA_USER: pytorch 2022-11-23T01:55:05.8207342Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:55:05.8207580Z BUILD_ENVIRONMENT: windows-binary-libtorch-debug 2022-11-23T01:55:05.8207961Z GITHUB_TOKEN: *** 2022-11-23T01:55:05.8208137Z PR_NUMBER: 2022-11-23T01:55:05.8208331Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:55:05.8208533Z SKIP_ALL_TESTS: 1 2022-11-23T01:55:05.8208782Z PYTORCH_ROOT: C:\actions-runner\_work\pytorch\pytorch/pytorch 2022-11-23T01:55:05.8209106Z BUILDER_ROOT: C:\actions-runner\_work\pytorch\pytorch/builder 2022-11-23T01:55:05.8209349Z PACKAGE_TYPE: libtorch 2022-11-23T01:55:05.8209535Z DESIRED_CUDA: cpu 2022-11-23T01:55:05.8209708Z GPU_ARCH_TYPE: cpu 2022-11-23T01:55:05.8209879Z LIBTORCH_CONFIG: debug 2022-11-23T01:55:05.8210086Z LIBTORCH_VARIANT: shared-with-deps 2022-11-23T01:55:05.8210289Z DESIRED_PYTHON: 3.7 2022-11-23T01:55:05.8210501Z BINARY_ENV_FILE: C:\actions-runner\_work\_temp/env 2022-11-23T01:55:05.8210791Z PYTORCH_FINAL_PACKAGE_DIR: C:\actions-runner\_work\_temp/artifacts 2022-11-23T01:55:05.8211031Z ##[endgroup] 2022-11-23T01:55:06.2062773Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:55:06.3005600Z Finished 2022-11-23T01:55:06.3662423Z Post job cleanup. 2022-11-23T01:55:08.9111395Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:55:08.9303836Z git version 2.38.1.windows.1 2022-11-23T01:55:08.9357749Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:55:08.9598212Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T01:55:09.3575990Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:55:09.3766916Z http.https://github.com/.extraheader 2022-11-23T01:55:09.3805312Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:55:09.4067810Z [command]"C:\Program Files\Git\cmd\git.exe" 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:55:09.8303679Z Post job cleanup. 2022-11-23T01:55:12.6066394Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:55:12.6254881Z git version 2.38.1.windows.1 2022-11-23T01:55:12.6307872Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:55:12.6552870Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T01:55:13.0559791Z Entering 'android/libs/fbjni' 2022-11-23T01:55:13.1095216Z Entering 'third_party/FP16' 2022-11-23T01:55:13.1632998Z Entering 'third_party/FXdiv' 2022-11-23T01:55:13.2155058Z Entering 'third_party/NNPACK' 2022-11-23T01:55:13.2668346Z Entering 'third_party/QNNPACK' 2022-11-23T01:55:13.3207011Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:55:13.3742515Z Entering 'third_party/XNNPACK' 2022-11-23T01:55:13.4291515Z Entering 'third_party/benchmark' 2022-11-23T01:55:13.4816205Z Entering 'third_party/cpuinfo' 2022-11-23T01:55:13.5326765Z Entering 'third_party/cub' 2022-11-23T01:55:13.5865866Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:55:13.6388097Z Entering 'third_party/cutlass' 2022-11-23T01:55:13.6925902Z Entering 'third_party/eigen' 2022-11-23T01:55:13.7433269Z Entering 'third_party/fbgemm' 2022-11-23T01:55:13.7935180Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:55:13.8450919Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:55:13.8979538Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:55:13.9484664Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:55:14.0027244Z Entering 'third_party/flatbuffers' 2022-11-23T01:55:14.0535711Z Entering 'third_party/fmt' 2022-11-23T01:55:14.1041038Z Entering 'third_party/foxi' 2022-11-23T01:55:14.1539432Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:55:14.2066725Z Entering 'third_party/gloo' 2022-11-23T01:55:14.2564475Z Entering 'third_party/googletest' 2022-11-23T01:55:14.3096969Z Entering 'third_party/ideep' 2022-11-23T01:55:14.3588751Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:55:14.4100102Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:55:14.4654330Z Entering 'third_party/ios-cmake' 2022-11-23T01:55:14.5151132Z Entering 'third_party/ittapi' 2022-11-23T01:55:14.5672051Z Entering 'third_party/kineto' 2022-11-23T01:55:14.6170287Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:55:14.6688416Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:55:14.7208776Z Entering 'third_party/nccl/nccl' 2022-11-23T01:55:14.7746679Z Entering 'third_party/neon2sse' 2022-11-23T01:55:14.8345462Z Entering 'third_party/nlohmann' 2022-11-23T01:55:14.8856076Z Entering 'third_party/onnx' 2022-11-23T01:55:14.9379407Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:55:14.9894921Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:55:15.0429976Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:55:15.0953531Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:55:15.1490437Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:55:15.2006834Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:55:15.2519434Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:55:15.3085677Z Entering 'third_party/pocketfft' 2022-11-23T01:55:15.3614222Z Entering 'third_party/protobuf' 2022-11-23T01:55:15.4118366Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:55:15.4635495Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:55:15.5456118Z Entering 'third_party/psimd' 2022-11-23T01:55:15.6015745Z Entering 'third_party/pthreadpool' 2022-11-23T01:55:15.6536842Z Entering 'third_party/pybind11' 2022-11-23T01:55:15.7055420Z Entering 'third_party/python-enum' 2022-11-23T01:55:15.7595074Z Entering 'third_party/python-peachpy' 2022-11-23T01:55:15.8107589Z Entering 'third_party/python-six' 2022-11-23T01:55:15.8606290Z Entering 'third_party/sleef' 2022-11-23T01:55:15.9130546Z Entering 'third_party/tbb' 2022-11-23T01:55:15.9640045Z Entering 'third_party/tensorpipe' 2022-11-23T01:55:16.0145771Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:55:16.0659870Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:55:16.1187910Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:55:16.1714693Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:55:16.2220320Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:55:16.2775335Z Entering 'third_party/zstd' 2022-11-23T01:55:16.3388890Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:55:16.3585862Z http.https://github.com/.extraheader 2022-11-23T01:55:16.3622431Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:55:16.3868979Z [command]"C:\Program Files\Git\cmd\git.exe" 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:55:16.7978459Z Entering 'android/libs/fbjni' 2022-11-23T01:55:16.8351050Z http.https://github.com/.extraheader 2022-11-23T01:55:16.8718243Z Entering 'third_party/FP16' 2022-11-23T01:55:16.9098867Z http.https://github.com/.extraheader 2022-11-23T01:55:16.9447917Z Entering 'third_party/FXdiv' 2022-11-23T01:55:16.9848319Z http.https://github.com/.extraheader 2022-11-23T01:55:17.0191409Z Entering 'third_party/NNPACK' 2022-11-23T01:55:17.0551462Z http.https://github.com/.extraheader 2022-11-23T01:55:17.0910284Z Entering 'third_party/QNNPACK' 2022-11-23T01:55:17.1280272Z http.https://github.com/.extraheader 2022-11-23T01:55:17.1657466Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:55:17.2014029Z http.https://github.com/.extraheader 2022-11-23T01:55:17.2376100Z Entering 'third_party/XNNPACK' 2022-11-23T01:55:17.2741142Z http.https://github.com/.extraheader 2022-11-23T01:55:17.3131396Z Entering 'third_party/benchmark' 2022-11-23T01:55:17.3505098Z http.https://github.com/.extraheader 2022-11-23T01:55:17.3861013Z Entering 'third_party/cpuinfo' 2022-11-23T01:55:17.4222773Z http.https://github.com/.extraheader 2022-11-23T01:55:17.4588432Z Entering 'third_party/cub' 2022-11-23T01:55:17.4953373Z http.https://github.com/.extraheader 2022-11-23T01:55:17.5301971Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:55:17.5728094Z http.https://github.com/.extraheader 2022-11-23T01:55:17.6084659Z Entering 'third_party/cutlass' 2022-11-23T01:55:17.6457610Z http.https://github.com/.extraheader 2022-11-23T01:55:17.6825895Z Entering 'third_party/eigen' 2022-11-23T01:55:17.7190908Z http.https://github.com/.extraheader 2022-11-23T01:55:17.7570262Z Entering 'third_party/fbgemm' 2022-11-23T01:55:17.7935509Z http.https://github.com/.extraheader 2022-11-23T01:55:17.8277487Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:55:17.8666674Z http.https://github.com/.extraheader 2022-11-23T01:55:17.9025819Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:55:17.9405320Z http.https://github.com/.extraheader 2022-11-23T01:55:17.9764551Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:55:18.0133877Z http.https://github.com/.extraheader 2022-11-23T01:55:18.0512298Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:55:18.0874544Z http.https://github.com/.extraheader 2022-11-23T01:55:18.1252938Z Entering 'third_party/flatbuffers' 2022-11-23T01:55:18.1671197Z http.https://github.com/.extraheader 2022-11-23T01:55:18.2055394Z Entering 'third_party/fmt' 2022-11-23T01:55:18.2436827Z http.https://github.com/.extraheader 2022-11-23T01:55:18.2793885Z Entering 'third_party/foxi' 2022-11-23T01:55:18.3154809Z http.https://github.com/.extraheader 2022-11-23T01:55:18.3554711Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:55:18.3917224Z http.https://github.com/.extraheader 2022-11-23T01:55:18.4282391Z Entering 'third_party/gloo' 2022-11-23T01:55:18.4664033Z http.https://github.com/.extraheader 2022-11-23T01:55:18.5023788Z Entering 'third_party/googletest' 2022-11-23T01:55:18.5374606Z http.https://github.com/.extraheader 2022-11-23T01:55:18.5720868Z Entering 'third_party/ideep' 2022-11-23T01:55:18.6078653Z http.https://github.com/.extraheader 2022-11-23T01:55:18.6438497Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:55:18.6821224Z http.https://github.com/.extraheader 2022-11-23T01:55:18.7183404Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:55:18.7563192Z http.https://github.com/.extraheader 2022-11-23T01:55:18.7958941Z Entering 'third_party/ios-cmake' 2022-11-23T01:55:18.8377516Z http.https://github.com/.extraheader 2022-11-23T01:55:18.8753308Z Entering 'third_party/ittapi' 2022-11-23T01:55:18.9117010Z http.https://github.com/.extraheader 2022-11-23T01:55:18.9474351Z Entering 'third_party/kineto' 2022-11-23T01:55:18.9835686Z http.https://github.com/.extraheader 2022-11-23T01:55:19.1481366Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:55:19.1854326Z http.https://github.com/.extraheader 2022-11-23T01:55:19.2220083Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:55:19.2608192Z http.https://github.com/.extraheader 2022-11-23T01:55:19.2980207Z Entering 'third_party/nccl/nccl' 2022-11-23T01:55:19.3338219Z http.https://github.com/.extraheader 2022-11-23T01:55:19.3694119Z Entering 'third_party/neon2sse' 2022-11-23T01:55:19.4061138Z http.https://github.com/.extraheader 2022-11-23T01:55:19.4401200Z Entering 'third_party/nlohmann' 2022-11-23T01:55:19.4770736Z http.https://github.com/.extraheader 2022-11-23T01:55:19.5123813Z Entering 'third_party/onnx' 2022-11-23T01:55:19.5512592Z http.https://github.com/.extraheader 2022-11-23T01:55:19.5865347Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:55:19.6259082Z http.https://github.com/.extraheader 2022-11-23T01:55:19.6617255Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:55:19.6996030Z http.https://github.com/.extraheader 2022-11-23T01:55:19.7381934Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:55:19.7741011Z http.https://github.com/.extraheader 2022-11-23T01:55:19.8094896Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:55:19.8485567Z http.https://github.com/.extraheader 2022-11-23T01:55:19.8872909Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:55:19.9274104Z http.https://github.com/.extraheader 2022-11-23T01:55:19.9638164Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:55:20.0013735Z http.https://github.com/.extraheader 2022-11-23T01:55:20.0360739Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:55:20.0732671Z http.https://github.com/.extraheader 2022-11-23T01:55:20.1143288Z Entering 'third_party/pocketfft' 2022-11-23T01:55:20.1500983Z http.https://github.com/.extraheader 2022-11-23T01:55:20.1858921Z Entering 'third_party/protobuf' 2022-11-23T01:55:20.2240637Z http.https://github.com/.extraheader 2022-11-23T01:55:20.2605418Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:55:20.2969242Z http.https://github.com/.extraheader 2022-11-23T01:55:20.3326077Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:55:20.3685742Z http.https://github.com/.extraheader 2022-11-23T01:55:20.4061043Z Entering 'third_party/psimd' 2022-11-23T01:55:20.4424993Z http.https://github.com/.extraheader 2022-11-23T01:55:20.4797469Z Entering 'third_party/pthreadpool' 2022-11-23T01:55:20.5166336Z http.https://github.com/.extraheader 2022-11-23T01:55:20.5512780Z Entering 'third_party/pybind11' 2022-11-23T01:55:20.5889159Z http.https://github.com/.extraheader 2022-11-23T01:55:20.6257282Z Entering 'third_party/python-enum' 2022-11-23T01:55:20.6623832Z http.https://github.com/.extraheader 2022-11-23T01:55:20.6979788Z Entering 'third_party/python-peachpy' 2022-11-23T01:55:20.7356515Z http.https://github.com/.extraheader 2022-11-23T01:55:20.7712306Z Entering 'third_party/python-six' 2022-11-23T01:55:20.8122247Z http.https://github.com/.extraheader 2022-11-23T01:55:20.8524498Z Entering 'third_party/sleef' 2022-11-23T01:55:20.8878868Z http.https://github.com/.extraheader 2022-11-23T01:55:20.9252545Z Entering 'third_party/tbb' 2022-11-23T01:55:20.9612684Z http.https://github.com/.extraheader 2022-11-23T01:55:20.9977132Z Entering 'third_party/tensorpipe' 2022-11-23T01:55:21.0396424Z http.https://github.com/.extraheader 2022-11-23T01:55:21.0742194Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:55:21.1120745Z http.https://github.com/.extraheader 2022-11-23T01:55:21.1486616Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:55:21.1865832Z http.https://github.com/.extraheader 2022-11-23T01:55:21.2232455Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:55:21.2590018Z http.https://github.com/.extraheader 2022-11-23T01:55:21.2938328Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:55:21.3313499Z http.https://github.com/.extraheader 2022-11-23T01:55:21.3661285Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:55:21.4030049Z http.https://github.com/.extraheader 2022-11-23T01:55:21.4420250Z Entering 'third_party/zstd' 2022-11-23T01:55:21.4782195Z http.https://github.com/.extraheader 2022-11-23T01:55:21.5390892Z Cleaning up orphan processes